﻿@charset "UTF-8";
/*
 * 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.
 */
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;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
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"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
body {
  margin: 0;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #353e44;
  background-color: #f4f4f4;
}
a {
  color: #2a6ebb;
  text-decoration: none;
  font-weight: normal;
}
a:hover,
a:focus {
  color: #1c497d;
  text-decoration: underline;
}
.img-rounded {
  border-radius: 4px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-border {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.img-circle {
  border-radius: 500px;
}
.row {
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.4893617%;
}
.row-fluid .span10 {
  width: 82.9787234%;
}
.row-fluid .span9 {
  width: 74.46808511%;
}
.row-fluid .span8 {
  width: 65.95744681%;
}
.row-fluid .span7 {
  width: 57.44680851%;
}
.row-fluid .span6 {
  width: 48.93617021%;
}
.row-fluid .span5 {
  width: 40.42553191%;
}
.row-fluid .span4 {
  width: 31.91489362%;
}
.row-fluid .span3 {
  width: 23.40425532%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.38297872%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #ff8a00;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc6e00;
}
.text-error {
  color: #ed605a;
}
a.text-error:hover,
a.text-error:focus {
  color: #e8342c;
}
.text-info {
  color: #2a6ebb;
}
a.text-info:hover,
a.text-info:focus {
  color: #215691;
}
.text-success {
  color: #639f43;
}
a.text-success:hover,
a.text-success:focus {
  color: #4d7b34;
}
.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  font-size: 40px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #353e44;
}
h2 {
  font-size: 32px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #353e44;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto", Arial, sans-serif;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", Arial, sans-serif;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h6 {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 small {
  font-size: 23.94px;
}
h2 small {
  font-size: 17.92px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
h1,
h2,
h3,
.lead {
  text-shadow: 0px 1px 0px #ffffff;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 15px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
ul.chevron li {
  list-style: none;
  position: relative;
  margin-bottom: .5em;
}
ul.chevron li:before {
  color: #ff8a00;
  content: "\f11a";
  font-size: 14px;
  font-family: "Symbolicons";
  position: absolute;
  left: -1em;
  top: 2px;
}
ul.check li {
  list-style: none;
  position: relative;
  margin-bottom: .5em;
}
ul.check li:before {
  color: #639f43;
  content: "\f117";
  font-size: 16px;
  font-family: "Symbolicons";
  position: absolute;
  left: -1em;
  top: 2px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
blockquote.blockquote-fancy {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin: 0;
  padding: 20px 20px 20px 105px;
  line-height: 1.5em;
  position: relative;
  border-width: 1px 0px;
  border-style: dotted;
  border-color: #ccc;
  background-color: #eee;
}
blockquote.blockquote-fancy:before {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  content: "\201C";
  font-size: 200px;
  line-height: 1.5em;
  position: absolute;
  left: 13px;
  top: -42px;
  color: #cccccc;
}
blockquote.blockquote-fancy small {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 5px;
  color: #353e44;
  line-height: 30px;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
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;
}
input,
button,
select,
textarea {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
label {
  display: block;
  margin-bottom: 3px;
  color: #666666;
  font-weight: normal;
}
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: #666666;
  border-radius: 0;
  vertical-align: middle;
}
.input-datepicker {
  margin-bottom: 10px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 #d6d2d3;
  box-shadow: none;
  -webkit-transition: border linear 0.2s box-shadow linear 0.2s;
  -o-transition: border linear 0.2s box-shadow linear 0.2s;
  transition: border linear 0.2s box-shadow linear 0.2s;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0 0;
  margin-top: 1px \9;
  /* IE8-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;
}
input[type="radio"] {
  height: 1.1em;
  width: 1.1em;
  /*.border-radius(.55em);

    &:checked {
    .background(image-url("forms/radio.png"),
                        linear-gradient(@white, #d9e6ec));
    background-position: center;
    background-repeat:no-repeat;
  }*/
}
input[type="checkbox"] {
  height: 1.1em;
  width: 1.1em;
  /*.border-radius(3px);

  &:checked {
    .background(image-url("forms/checked.png"),
                        linear-gradient(@white, #d9e6ec));
    background-position: center;
    background-repeat:no-repeat;
  }*/
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #d6d2d3;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 1;
  position: relative;
  background-color: #ffffff;
  -webkit-padding-end: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @supports not (-ms-accelerator: true) {
    select {
      background-image: url("../img/forms/select-gt.svg");
      background-color: #ffffff;
      background-position: center right;
      background-repeat: no-repeat;
      line-height: 1.2;
    }
  }
}
select[multiple] {
  background-image: none;
}
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;
  background-color: #fcfcfc;
  border-color: #d6d2d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
  font-style: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-style: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
  font-style: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999999;
  font-style: #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[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
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,
.control-group.warning .icon-required:before {
  color: #ff8a00;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ff8a00;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ff8a00;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #cc6e00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb966;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ff8a00;
  background-color: #fce5d0;
  border-color: #ff8a00;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .icon-required:before {
  color: #ed605a;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ed605a;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ed605a;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #e8342c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f7b9b6;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #ed605a;
  background-color: #fad6d5;
  border-color: #ed605a;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline,
.control-group.success .icon-required:before {
  color: #639f43;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #639f43;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #639f43;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #4d7b34;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #99c97f;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #639f43;
  background-color: #d8e9ce;
  border-color: #639f43;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline,
.control-group.info .icon-required:before {
  color: #2a6ebb;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #2a6ebb;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #2a6ebb;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #215691;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6da2de;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #2a6ebb;
  background-color: #dce9f7;
  border-color: #2a6ebb;
}
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;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-top: 1px dotted #dbdbdb;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #57656f;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-block {
  display: block;
  padding-left: 0;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.help-inline.help-bubble {
  color: #353e44;
  display: block;
  position: absolute;
  top: -7px;
  padding: 10px 20px;
  width: 225px;
  margin-left: 20px;
  border-radius: 0;
  font-size: .93em;
  border: 1px solid #d6d2d3;
  background-color: #f4f4f4;
}
.help-inline.help-bubble .arrow,
.help-inline.help-bubble .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.help-inline.help-bubble .arrow {
  border-width: 11px;
  top: 20px;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #d6d2d3;
}
.help-inline.help-bubble .arrow:after {
  border-width: 10px;
  content: "";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #f4f4f4;
}
.help-inline.help-bubble.bottom {
  display: block;
  position: relative;
  margin-top: 12px;
  margin-left: 0;
  left: 12px;
  top: 120%;
  top: -webkit-calc(100% + 12px);
  top: calc(100% + 12px);
}
.help-inline.help-bubble.bottom .arrow {
  top: 0;
  left: 12px;
  border-top-width: 0;
  border-left-width: 11px;
  border-right-color: transparent;
  border-bottom-color: #d6d2d3;
}
.help-inline.help-bubble.bottom .arrow:after {
  left: -10px;
  top: 1px;
  border-top-width: 0;
  border-left-width: 10px;
  border-right-color: transparent;
  border-bottom-color: #f4f4f4;
}
.icon-required + .help-inline.help-bubble {
  margin-left: 10px;
}
.control-group.error .help-bubble {
  background-color: #ed605a;
  border-color: #ed605a;
  color: #ffffff;
}
.control-group.error .help-bubble .arrow {
  border-right-color: #ed605a;
}
.control-group.error .help-bubble .arrow:after {
  border-right-color: #ed605a;
}
.control-group.error .help-bubble.bottom .arrow {
  border-right-color: transparent;
  border-bottom-color: #ed605a;
}
.control-group.error .help-bubble.bottom .arrow:after {
  border-right-color: transparent;
  border-bottom-color: #ed605a;
}
.help-bubble.help-hover {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.help-bubble.help-hover .arrow {
  display: none;
}
.help-bubble.help-hover.bottom {
  display: inline-block;
  position: absolute;
  margin-top: 0;
}
label:hover + .help-hover,
input:hover + .help-hover,
button:hover + .help-hover,
select:hover + .help-hover,
textarea:hover + .help-hover,
.input-prepend:hover + .help-hover,
.input-append:hover + .help-hover {
  z-index: 30;
  opacity: 1;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
label:hover + .help-hover .arrow,
input:hover + .help-hover .arrow,
button:hover + .help-hover .arrow,
select:hover + .help-hover .arrow,
textarea:hover + .help-hover .arrow,
.input-prepend:hover + .help-hover .arrow,
.input-append:hover + .help-hover .arrow {
  display: block;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.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 0 0 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: #f4f4f4;
  border: 1px solid #d6d2d3;
}
.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;
  font-size: 14px;
  padding: 4px 10px;
  margin-left: -1px;
}
.input-append .active,
.input-prepend .active {
  background-color: #b5d8a3;
  border-color: #639f43;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 0 0 0 0;
}
.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 0 0 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 0 0 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 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline label,
.form-inline .btn-group {
  display: inline-block;
}
.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.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;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  position: relative;
  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;
}
.control-group-wrap {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px;
}
.control-group-wrap:before,
.control-group-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group-wrap:after {
  clear: both;
}
.control-group-wrap:before,
.control-group-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group-wrap:after {
  clear: both;
}
.control-group-wrap:before {
  display: block;
  content: "";
  background: #f4f5f7;
  border-radius: 6px;
  position: absolute;
  left: 170px;
  right: 0;
  top: 0;
  bottom: 10px;
}
.input-datepicker {
  position: relative;
  display: inline-block;
  border-radius: 0;
  background-color: #ffffff;
}
.input-datepicker i.icon-calendar {
  top: 7px;
  right: 5px;
  position: absolute;
}
.input-datepicker input {
  background-color: transparent;
  position: relative;
  margin-bottom: 0;
  min-width: 80px;
  padding-right: 28px;
}
.input-datepicker input.form-control {
  width: 116px;
}
.input-datepicker input.hasDatepicker,
.input-datepicker input[readonly].datepicker {
  background-color: transparent;
  cursor: pointer;
}
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 #dbdbdb;
}
.table th {
  font-weight: normal;
  color: #666666;
  font-size: 13px;
}
.table td {
  font-size: 14px;
}
.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 #d4d4d4;
}
.table .table {
  background-color: #f4f4f4;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #d4d4d4;
  border-collapse: separate;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #d4d4d4;
}
.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 {
  border-top-left-radius: 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 {
  border-top-right-radius: 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 {
  border-bottom-left-radius: 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 {
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 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 {
  border-top-left-radius: 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 {
  border-top-right-radius: 4px;
}
.table-striped th {
  border-bottom: 1px solid #dbdbdb;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f4f4f4;
}
.table-striped tbody td {
  border-top: none;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f4f4f4;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #d8e9ce;
}
.table tbody tr.error > td {
  background-color: #fad6d5;
}
.table tbody tr.warning > td {
  background-color: #fce5d0;
}
.table tbody tr.info > td {
  background-color: #dce9f7;
}
.table tbody tr.default td {
  background-color: #efefef;
}
.table-hover tbody tr.success:hover > td {
  background-color: #cae1bc;
}
.table-hover tbody tr.error:hover > td {
  background-color: #f7c0be;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #fad8b8;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c7dcf2;
}
/*
* Symbolset
* www.symbolset.com
* Copyright Â© 2012 Oak Studios LLC
*
*/
@font-face {
  font-family: 'Symbolicons';
  src: url('../webfonts/Symbolicons.eot');
}
@font-face {
  font-family: 'Symbolicons';
  src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff"), url('../webfonts/Symbolicons.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Symbolicons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'Symbolicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  font-size: 22px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin-top: 0px;
  line-height: 20px;
  color: #555555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alarm:before {
  content: "\f101";
}
.icon-alert:before {
  content: "\f102";
}
.icon-android:before {
  content: "\f103";
}
.icon-apple:before {
  content: "\f104";
}
.icon-attach:before {
  content: "\f105";
}
.icon-award:before {
  content: "\f106";
}
.icon-back:before {
  content: "\f107";
}
.icon-banknote:before {
  content: "\f108";
}
.icon-bed:before {
  content: "\f109";
}
.icon-bicycle:before {
  content: "\f10a";
}
.icon-bill:before {
  content: "\f10b";
}
.icon-birdhouse-fill:before {
  content: "\f10c";
}
.icon-birdhouse:before {
  content: "\f10d";
}
.icon-buildings:before {
  content: "\f10e";
}
.icon-calculator:before {
  content: "\f10f";
}
.icon-calendar-add:before {
  content: "\f110";
}
.icon-calendar-cancel:before {
  content: "\f111";
}
.icon-calendar-success:before {
  content: "\f112";
}
.icon-calendar:before {
  content: "\f113";
}
.icon-cart:before {
  content: "\f114";
}
.icon-chat:before {
  content: "\f115";
}
.icon-chats:before {
  content: "\f116";
}
.icon-check:before {
  content: "\f117";
}
.icon-chevron-down:before {
  content: "\f118";
}
.icon-chevron-left:before {
  content: "\f119";
}
.icon-chevron-right:before {
  content: "\f11a";
}
.icon-chevron-up:before {
  content: "\f11b";
}
.icon-clapboard:before {
  content: "\f11c";
}
.icon-close:before {
  content: "\f11d";
}
.icon-collapse:before {
  content: "\f11e";
}
.icon-compose:before {
  content: "\f11f";
}
.icon-contacts:before {
  content: "\f120";
}
.icon-creditcard:before {
  content: "\f121";
}
.icon-crown:before {
  content: "\f122";
}
.icon-dashboard:before {
  content: "\f123";
}
.icon-document:before {
  content: "\f124";
}
.icon-dog:before {
  content: "\f125";
}
.icon-door:before {
  content: "\f126";
}
.icon-down:before {
  content: "\f127";
}
.icon-download:before {
  content: "\f128";
}
.icon-edit:before {
  content: "\f129";
}
.icon-expand:before {
  content: "\f12a";
}
.icon-fabric:before {
  content: "\f12b";
}
.icon-facebook:before {
  content: "\f12c";
}
.icon-fastforward:before {
  content: "\f12d";
}
.icon-filter:before {
  content: "\f12e";
}
.icon-flag:before {
  content: "\f12f";
}
.icon-folder:before {
  content: "\f130";
}
.icon-gift:before {
  content: "\f131";
}
.icon-globe-eu:before {
  content: "\f132";
}
.icon-globe:before {
  content: "\f133";
}
.icon-googleplus:before {
  content: "\f134";
}
.icon-graph:before {
  content: "\f135";
}
.icon-grill:before {
  content: "\f136";
}
.icon-guestbook:before {
  content: "\f137";
}
.icon-guests:before {
  content: "\f138";
}
.icon-hamburger-menu:before {
  content: "\f139";
}
.icon-hanger:before {
  content: "\f13a";
}
.icon-heart:before {
  content: "\f13b";
}
.icon-history:before {
  content: "\f13c";
}
.icon-home:before {
  content: "\f13d";
}
.icon-inbox:before {
  content: "\f13e";
}
.icon-info:before {
  content: "\f13f";
}
.icon-instagram:before {
  content: "\f140";
}
.icon-key:before {
  content: "\f141";
}
.icon-laptop:before {
  content: "\f142";
}
.icon-leaf:before {
  content: "\f143";
}
.icon-lightning:before {
  content: "\f144";
}
.icon-like:before {
  content: "\f145";
}
.icon-link:before {
  content: "\f146";
}
.icon-linkedin:before {
  content: "\f147";
}
.icon-list:before {
  content: "\f148";
}
.icon-location:before {
  content: "\f149";
}
.icon-lock:before {
  content: "\f14a";
}
.icon-map:before {
  content: "\f14b";
}
.icon-minus:before {
  content: "\f14c";
}
.icon-moon:before {
  content: "\f14d";
}
.icon-notification:before {
  content: "\f14e";
}
.icon-parking:before {
  content: "\f14f";
}
.icon-payment-eur:before {
  content: "\f150";
}
.icon-payment-gbp:before {
  content: "\f151";
}
.icon-payment:before {
  content: "\f152";
}
.icon-phone:before {
  content: "\f153";
}
.icon-picture:before {
  content: "\f154";
}
.icon-pinterest:before {
  content: "\f155";
}
.icon-plus-alt:before {
  content: "\f156";
}
.icon-plus:before {
  content: "\f157";
}
.icon-pool:before {
  content: "\f158";
}
.icon-print:before {
  content: "\f159";
}
.icon-pushpin:before {
  content: "\f15a";
}
.icon-question:before {
  content: "\f15b";
}
.icon-redirect:before {
  content: "\f15c";
}
.icon-refresh:before {
  content: "\f15d";
}
.icon-reload:before {
  content: "\f15e";
}
.icon-remove:before {
  content: "\f15f";
}
.icon-reply:before {
  content: "\f160";
}
.icon-rewind:before {
  content: "\f161";
}
.icon-scissors:before {
  content: "\f162";
}
.icon-search:before {
  content: "\f163";
}
.icon-send:before {
  content: "\f164";
}
.icon-settings:before {
  content: "\f165";
}
.icon-share:before {
  content: "\f166";
}
.icon-shower:before {
  content: "\f167";
}
.icon-shuffle:before {
  content: "\f168";
}
.icon-sort:before {
  content: "\f169";
}
.icon-star:before {
  content: "\f16a";
}
.icon-stopwatch:before {
  content: "\f16b";
}
.icon-suitcase:before {
  content: "\f16c";
}
.icon-sweep:before {
  content: "\f16d";
}
.icon-sync:before {
  content: "\f16e";
}
.icon-tag:before {
  content: "\f16f";
}
.icon-ticket:before {
  content: "\f170";
}
.icon-time:before {
  content: "\f171";
}
.icon-tools:before {
  content: "\f172";
}
.icon-trashcan:before {
  content: "\f173";
}
.icon-tumblr:before {
  content: "\f174";
}
.icon-twitter:before {
  content: "\f175";
}
.icon-unlock:before {
  content: "\f176";
}
.icon-up:before {
  content: "\f177";
}
.icon-upload:before {
  content: "\f178";
}
.icon-user:before {
  content: "\f179";
}
.icon-usergroup:before {
  content: "\f17a";
}
.icon-utensils:before {
  content: "\f17b";
}
.icon-washer:before {
  content: "\f17c";
}
.icon-wheelchair:before {
  content: "\f17d";
}
.icon-wifi:before {
  content: "\f17e";
}
.icon-youtube:before {
  content: "\f17f";
}
.icon-birdhouse:before {
  position: relative;
  top: 7%;
  left: -5%;
}
.icon-birdhouse-tm {
  position: relative;
}
.icon-birdhouse-tm:before {
  content: "\f10c";
  color: #ffffff !important;
  position: absolute;
  top: 7%;
  left: -5%;
}
.icon-birdhouse-tm:after {
  content: "\f10d";
  color: #2a6ebb !important;
  position: absolute;
  top: 7%;
  left: -5%;
}
.icon-ios:before {
  content: "\f104";
}
.icon-adduser:before {
  content: "\f179";
}
.icon-payment-usd:before {
  content: "\f152";
}
.icon-adduser:after {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "+";
  font-size: 0.5em;
  top: -1.2em;
  right: .25em;
  position: relative;
  line-height: .5em;
}
.icon-required:before {
  content: "*";
  color: #d6d2d3;
  font-size: 30px;
  line-height: .9;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.icon-success {
  color: #639f43;
}
.icon-warning {
  color: #ff8a00;
}
.icon-error,
.icon-danger {
  color: #ed605a;
}
.icon-white {
  color: #ffffff;
}
.icon-gray {
  color: #353e44;
}
.icon-lightgray {
  color: #cccccc;
}
.icon-large,
.icon-lg {
  font-size: 42px;
  width: 32.58px;
  height: 32.58px;
  line-height: 36.2px;
}
.icon-xlarge,
.icon-xl {
  font-size: 70px;
  width: 57.24px;
  height: 57.24px;
  line-height: 63.6px;
}
.btn > [class^="icon-chevron-"],
.btn > [class*=" icon-chevron-"],
.nav [class^="icon-chevron-"],
.nav [class*=" icon-chevron-"],
.navbar-inverse .nav > .active > [class^="icon-chevron-"],
.navbar-inverse .nav > .active > [class*=" icon-chevron-"] {
  font-size: 13.86px;
  margin-top: 0px;
  height: 11px;
}
.btn-large > [class^="icon-chevron-"],
.btn-large > [class*=" icon-chevron-"],
.btn-lg > [class^="icon-chevron-"],
.btn-lg > [class*=" icon-chevron-"] {
  font-size: 23.1px;
}
.btn-large > [class^="icon-chevron-"],
.btn-large > [class*=" icon-chevron-"],
.btn-lg > [class^="icon-chevron-"],
.btn-lg > [class*=" icon-chevron-"] {
  font-size: 23.1px;
}
nav.nav [class^="icon-"],
nav.nav [class*=" icon-"] {
  color: #666666;
}
nav.nav li.active [class^="icon-"],
nav.nav li.active [class*=" icon-"],
nav.nav li a:hover [class^="icon-"],
nav.nav li a:hover [class*=" icon-"] {
  color: #2a6ebb;
}
.text-warning [class^="icon-"],
.text-warning [class*=" icon-"] {
  color: #ff8a00;
}
.text-success [class^="icon-"],
.text-success [class*=" icon-"] {
  color: #639f43;
}
.text-info [class^="icon-"],
.text-info [class*=" icon-"] {
  color: #2a6ebb;
}
.text-error [class^="icon-"],
.text-error [class*=" icon-"],
.text-danger [class^="icon-"],
.text-danger [class*=" icon-"] {
  color: #ed605a;
}
.muted [class^="icon-"],
.muted [class*=" icon-"] {
  color: #999999;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
[class^="icon-cc-"],
[class*=" icon-cc-"] {
  background-image: url(../img/icon.png);
  display: inline-block;
  width: 37px;
  height: 22px;
  line-height: 20px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: -3px;
}
.icon-cc-amex {
  background-position: 0px -32px;
}
.icon-cc-bank {
  background-position: 0px -320px;
}
.icon-cc-carta-si {
  background-position: 0px -64px;
}
.icon-cc-carte-blance {
  background-position: 0px -96px;
}
.icon-cc-cartebleue {
  background-position: 0px -128px;
}
.icon-cc-dankort {
  background-position: 0px -160px;
}
.icon-cc-delta {
  background-position: 0px -192px;
}
.icon-cc-diners {
  background-position: 0px -224px;
}
.icon-cc-discover {
  background-position: 0px -256px;
}
.icon-cc-echeck {
  background-position: 0px -288px;
}
.icon-cc-enroute {
  background-position: 0px 0px;
}
.icon-cc-jal {
  background-position: 0px -352px;
}
.icon-cc-jcb {
  background-position: 0px -384px;
}
.icon-cc-laser {
  background-position: 0px -416px;
}
.icon-cc-maestro {
  background-position: 0px -448px;
}
.icon-cc-mastercard {
  background-position: 0px -480px;
}
.icon-cc-paypal {
  background-position: 0px -512px;
}
.icon-cc-solo {
  background-position: 0px -544px;
}
.icon-cc-visa-electron {
  background-position: 0px -576px;
}
.icon-cc-visa {
  background-position: 0px -608px;
}
[class^="flag-"],
[class*=" flag-"] {
  background-image: url(../img/flag.png);
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: -4px;
}
i[class^="flag-"]:after,
i[class*="flag-"]:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  content: '';
  height: 16px;
  margin-top: 4px;
  margin-left: 1px;
  width: 22px;
  border: 1px solid #d1d1d1;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
}
.flag-ae {
  background-position: 0px -29px;
}
.flag-ag {
  background-position: 0px -2262px;
}
.flag-ai {
  background-position: 0px -58px;
}
.flag-am {
  background-position: 0px -87px;
}
.flag-ar {
  background-position: 0px -116px;
}
.flag-as {
  background-position: 0px -145px;
}
.flag-at {
  background-position: 0px -174px;
}
.flag-au {
  background-position: 0px -203px;
}
.flag-aw {
  background-position: 0px -232px;
}
.flag-ba {
  background-position: 0px -261px;
}
.flag-bb {
  background-position: 0px -290px;
}
.flag-be {
  background-position: 0px -319px;
}
.flag-bg {
  background-position: 0px -348px;
}
.flag-bh {
  background-position: 0px -377px;
}
.flag-bm {
  background-position: 0px -406px;
}
.flag-bo {
  background-position: 0px -435px;
}
.flag-br {
  background-position: 0px -464px;
}
.flag-bs {
  background-position: 0px -493px;
}
.flag-bt {
  background-position: 0px -522px;
}
.flag-by {
  background-position: 0px -551px;
}
.flag-bz {
  background-position: 0px -580px;
}
.flag-ca {
  background-position: 0px -609px;
}
.flag-ch {
  background-position: 0px -638px;
}
.flag-cl {
  background-position: 0px -667px;
}
.flag-cn {
  background-position: 0px -696px;
}
.flag-co {
  background-position: 0px -725px;
}
.flag-cr {
  background-position: 0px -754px;
}
.flag-cy {
  background-position: 0px -783px;
}
.flag-cz {
  background-position: 0px -812px;
}
.flag-de {
  background-position: 0px -841px;
}
.flag-dk {
  background-position: 0px -870px;
}
.flag-do {
  background-position: 0px -899px;
}
.flag-dz {
  background-position: 0px -928px;
}
.flag-ec {
  background-position: 0px -957px;
}
.flag-ee {
  background-position: 0px -986px;
}
.flag-eg {
  background-position: 0px -1015px;
}
.flag-es {
  background-position: 0px -1044px;
}
.flag-eu {
  background-position: 0px -1073px;
}
.flag-fi {
  background-position: 0px -1102px;
}
.flag-fj {
  background-position: 0px -1131px;
}
.flag-fm {
  background-position: 0px -1160px;
}
.flag-fr {
  background-position: 0px -1189px;
}
.flag-gb {
  background-position: 0px -1218px;
}
.flag-gd {
  background-position: 0px -1247px;
}
.flag-ge {
  background-position: 0px -1276px;
}
.flag-gh {
  background-position: 0px -1305px;
}
.flag-gi {
  background-position: 0px -1334px;
}
.flag-gl {
  background-position: 0px -1363px;
}
.flag-gm {
  background-position: 0px -1392px;
}
.flag-gn {
  background-position: 0px -1421px;
}
.flag-gr {
  background-position: 0px -1450px;
}
.flag-gt {
  background-position: 0px -1479px;
}
.flag-gu {
  background-position: 0px -1508px;
}
.flag-hk {
  background-position: 0px -1537px;
}
.flag-hn {
  background-position: 0px -1566px;
}
.flag-hr {
  background-position: 0px -1595px;
}
.flag-ht {
  background-position: 0px -1624px;
}
.flag-hu {
  background-position: 0px -1653px;
}
.flag-id {
  background-position: 0px -1682px;
}
.flag-ie {
  background-position: 0px -1711px;
}
.flag-il {
  background-position: 0px -1740px;
}
.flag-in {
  background-position: 0px -1769px;
}
.flag-is {
  background-position: 0px -1798px;
}
.flag-it {
  background-position: 0px -1827px;
}
.flag-jm {
  background-position: 0px -1856px;
}
.flag-jo {
  background-position: 0px -1885px;
}
.flag-jp {
  background-position: 0px -1914px;
}
.flag-ke {
  background-position: 0px -1943px;
}
.flag-kh {
  background-position: 0px -1972px;
}
.flag-kr {
  background-position: 0px -2001px;
}
.flag-kw {
  background-position: 0px -2030px;
}
.flag-ky {
  background-position: 0px -2059px;
}
.flag-la {
  background-position: 0px -2088px;
}
.flag-lb {
  background-position: 0px -2117px;
}
.flag-lc {
  background-position: 0px -2146px;
}
.flag-li {
  background-position: 0px -2175px;
}
.flag-lk {
  background-position: 0px -2204px;
}
.flag-lt {
  background-position: 0px -2233px;
}
.flag-lu {
  background-position: 0px 0px;
}
.flag-lv {
  background-position: 0px -2291px;
}
.flag-ma {
  background-position: 0px -2320px;
}
.flag-mc {
  background-position: 0px -2349px;
}
.flag-md {
  background-position: 0px -2378px;
}
.flag-me {
  background-position: 0px -2407px;
}
.flag-mf {
  background-position: 0px -2436px;
}
.flag-mg {
  background-position: 0px -2465px;
}
.flag-mk {
  background-position: 0px -2494px;
}
.flag-mn {
  background-position: 0px -2523px;
}
.flag-mo {
  background-position: 0px -2552px;
}
.flag-mq {
  background-position: 0px -2581px;
}
.flag-mt {
  background-position: 0px -2610px;
}
.flag-mv {
  background-position: 0px -2639px;
}
.flag-mx {
  background-position: 0px -2668px;
}
.flag-my {
  background-position: 0px -2697px;
}
.flag-mz {
  background-position: 0px -2726px;
}
.flag-na {
  background-position: 0px -2755px;
}
.flag-ne {
  background-position: 0px -2784px;
}
.flag-ng {
  background-position: 0px -2813px;
}
.flag-ni {
  background-position: 0px -2842px;
}
.flag-nl {
  background-position: 0px -2871px;
}
.flag-no {
  background-position: 0px -2900px;
}
.flag-np {
  background-position: 0px -2929px;
}
.flag-nz {
  background-position: 0px -2958px;
}
.flag-om {
  background-position: 0px -2987px;
}
.flag-pa {
  background-position: 0px -3016px;
}
.flag-pe {
  background-position: 0px -3045px;
}
.flag-pf {
  background-position: 0px -3074px;
}
.flag-pg {
  background-position: 0px -3103px;
}
.flag-ph {
  background-position: 0px -3132px;
}
.flag-pk {
  background-position: 0px -3161px;
}
.flag-pl {
  background-position: 0px -3190px;
}
.flag-pr {
  background-position: 0px -3219px;
}
.flag-ps {
  background-position: 0px -3248px;
}
.flag-pt {
  background-position: 0px -3277px;
}
.flag-py {
  background-position: 0px -3306px;
}
.flag-qa {
  background-position: 0px -3335px;
}
.flag-ro {
  background-position: 0px -3364px;
}
.flag-rs {
  background-position: 0px -3393px;
}
.flag-ru {
  background-position: 0px -3422px;
}
.flag-rw {
  background-position: 0px -3451px;
}
.flag-sa {
  background-position: 0px -3480px;
}
.flag-se {
  background-position: 0px -3509px;
}
.flag-sg {
  background-position: 0px -3538px;
}
.flag-si {
  background-position: 0px -3567px;
}
.flag-sk {
  background-position: 0px -3596px;
}
.flag-sl {
  background-position: 0px -3625px;
}
.flag-sm {
  background-position: 0px -3654px;
}
.flag-sn {
  background-position: 0px -3683px;
}
.flag-sv {
  background-position: 0px -3712px;
}
.flag-sz {
  background-position: 0px -3741px;
}
.flag-td {
  background-position: 0px -3770px;
}
.flag-tg {
  background-position: 0px -3799px;
}
.flag-th {
  background-position: 0px -3828px;
}
.flag-tl {
  background-position: 0px -3857px;
}
.flag-tm {
  background-position: 0px -3886px;
}
.flag-tn {
  background-position: 0px -3915px;
}
.flag-tr {
  background-position: 0px -3944px;
}
.flag-tt {
  background-position: 0px -3973px;
}
.flag-tw {
  background-position: 0px -4002px;
}
.flag-tz {
  background-position: 0px -4031px;
}
.flag-ua {
  background-position: 0px -4060px;
}
.flag-ug {
  background-position: 0px -4089px;
}
.flag-uk {
  background-position: 0px -1218px;
}
.flag-us {
  background-position: 0px -4118px;
}
.flag-uy {
  background-position: 0px -4147px;
}
.flag-uz {
  background-position: 0px -4176px;
}
.flag-va {
  background-position: 0px -4205px;
}
.flag-vc {
  background-position: 0px -4234px;
}
.flag-ve {
  background-position: 0px -4263px;
}
.flag-vg {
  background-position: 0px -4292px;
}
.flag-vi {
  background-position: 0px -4321px;
}
.flag-vn {
  background-position: 0px -4350px;
}
.flag-ws {
  background-position: 0px -4379px;
}
.flag-ye {
  background-position: 0px -4408px;
}
.flag-za {
  background-position: 0px -4437px;
}
.flag-zm {
  background-position: 0px -4466px;
}
.flag-zw {
  background-position: 0px -4495px;
}
.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-width: 4px;
  border-top-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  color: inherit;
}
.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: 3px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
}
.dropdown-menu.btn-block {
  display: none;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  margin: 9px 1px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 8px;
  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 {
  text-decoration: none;
  color: #333333;
  background-color: #f4f4f4;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #f4f4f4;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open > .dropdown-menu,
.open > .dropdown-menu.btn-block {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 3px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 4px 4px 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 4px 4px 4px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: 0px;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 4px 0 4px 4px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  border-radius: 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
  overflow: visible;
}
.collapse.collapsing {
  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: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  color: #2a6ebb;
  text-shadow: none;
  border-color: #dbdbdb;
  border-radius: 0px;
}
.btn:hover,
.btn.disabled,
.btn[disabled] {
  color: #2a6ebb;
  background-color: #ffffff;
}
.btn:hover,
.btn:active,
.btn.active {
  background-color: #e5e5e5;
  border-color: #c5c5c5;
  text-decoration: none;
}
.btn:focus {
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: none;
}
.btn-xlarge {
  padding: 15px 40px;
  font-size: 21px;
  border-radius: 0px;
}
.btn-xlarge [class^="icon-"],
.btn-xlarge [class*=" icon-"] {
  margin-top: 0px;
}
.btn-xlarge [class^="icon-chevron-"],
.btn-xlarge [class*=" icon-chevron-"] {
  font-size: 22px;
  margin-top: 4px;
}
.btn-large {
  padding: 9px 31px;
  font-size: 18px;
  border-radius: 0px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}
.btn-large [class^="icon-chevron-"],
.btn-large [class*=" icon-chevron-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 1.5px 9px;
  font-size: 12px;
  border-radius: 0px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: -2px;
}
.btn-small [class^="icon-chevron-"],
.btn-small [class*=" icon-chevron-"] {
  margin-top: -2px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -2px;
}
.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  border-radius: 0px;
}
.btn-mini [class^="icon-chevron-"],
.btn-mini [class*=" icon-chevron-"] {
  margin-top: -2px;
}
.btn-square {
  padding: 5px 6px;
}
.btn-square.btn-large {
  padding: 9px 10px;
}
.btn-square.btn-small {
  padding: 1.5px 2.5px;
}
.btn-square.btn-mini {
  padding: 1px 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  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 {
  background-color: #ff8a00;
  color: #ffffff;
  text-shadow: none;
  border-color: #ff8a00;
}
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ff8a00;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  background-color: #e57c00;
  border-color: #e57c00;
  text-decoration: none;
}
.btn-danger {
  background-color: #ed605a;
  color: #ffffff;
  text-shadow: none;
  border-color: #ed605a;
}
.btn-danger:hover,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ed605a;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active {
  background-color: #be4d48;
  border-color: #be4d48;
  text-decoration: none;
}
.btn-success {
  background-color: #639f43;
  color: #ffffff;
  text-shadow: none;
  border-color: #639f43;
}
.btn-success:hover,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #639f43;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active {
  background-color: #4f7f36;
  border-color: #4f7f36;
  text-decoration: none;
}
.btn-info {
  background-color: #2a6ebb;
  color: #ffffff;
  text-shadow: none;
  border-color: #2a6ebb;
}
.btn-info:hover,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2a6ebb;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active {
  background-color: #225896;
  border-color: #225896;
  text-decoration: none;
}
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 {
  font-weight: normal;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  border-color: transparent;
  cursor: pointer;
  color: #2a6ebb;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1c497d;
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border-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;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 20px;
}
.btn-group.btn-group-text {
  font-size: 14px;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  line-height: 20px;
}
.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: 12px;
}
.btn-group > .btn-large {
  font-size: 18px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.btn-group > .dropdown-toggle {
  padding-right: 6px;
}
.btn-group > .btn.btn-large:first-child {
  padding-right: 22px;
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.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-left: 6px;
  padding-right: 6px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125);
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #ffffff;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ff8a00;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #ff8a00;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ed605a;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #639f43;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2a6ebb;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical {
  display: inline-block;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 0px 0px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 0px 0px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 0px 0px;
}
.alert {
  padding: 15px 30px 15px 25px;
  margin-bottom: 20px;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  color: #ffffff;
  text-align: center;
  font-size: 15.96px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
}
.alert strong {
  font-weight: 700;
}
.alert i {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 1px;
  margin-right: 5px;
}
.alert a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.alert h4 {
  margin: 0;
  font-size: 17.92px;
}
.alert .close {
  color: inherit;
  text-shadow: none;
  opacity: 1;
  position: relative;
  top: 0px;
  right: -10px;
  line-height: 20px;
}
.alert-danger h4,
.alert-error h4,
.alert-info h4,
.alert-success h4 {
  color: #ffffff;
}
.alert-success {
  background-color: #639f43;
  border-color: #639f43;
}
.alert-danger,
.alert-error {
  background-color: #ed605a;
  border-color: #ed605a;
}
.alert-info {
  background-color: #2a6ebb;
  border-color: #2a6ebb;
}
.alert-block {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.alert-voice {
  display: inline-block;
  position: relative;
  text-align: left;
  border-color: #d1c6ac;
  color: #333333;
  border-radius: 0;
  background-color: #fef4e1;
}
.alert-voice .close {
  position: absolute;
  top: 16px;
  right: 10px;
}
.alert-voice a:not(.btn) {
  color: #333333;
}
.alert-voice i.alert-voice-speech {
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  overflow: hidden;
  bottom: -10px;
  left: 20%;
  background: transparent;
  -webkit-transform: scale(2, 1);
       -o-transform: scale(2, 1);
          transform: scale(2, 1);
  opacity: 1;
  margin: 0;
}
.alert-voice i.alert-voice-speech:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #d1c6ac;
  background-color: #fdf0d5;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 2px;
  top: -7px;
}
nav.nav {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 5px;
  padding-bottom: 5px;
}
nav.nav i {
  font-size: 18px;
  width: 16px;
  height: 16px;
  margin-right: 0;
}
nav header {
  background-color: #2a6ebb;
  border: 1px solid #1f498a;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 1px 0 #378fd0;
  color: #abbfdf;
  font-size: 16px;
  padding: 8px 10px;
  margin: -1px -1px 6px -1px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: none;
  margin-top: 10px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
}
.nav-list > li > a {
  padding: 4px 10px;
  color: #666666;
}
.nav-list > li > a:hover {
  background-color: #f1f1f1;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #f1f1f1;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  margin-left: -6px;
  margin-right: -1px;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs > li {
  margin-bottom: -1px;
  margin-right: 7px;
}
.nav-tabs > li > a {
  color: #333333;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid #d6d2d3;
  background-color: #e8e8e8;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333333;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom-color: transparent;
  cursor: default;
  margin-bottom: 0px;
  margin-top: 0px;
}
.nav-pills > li > a {
  color: #666666;
  padding: 10px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  background-color: #e8e8e8;
}
.nav-pills > li > a:hover {
  color: #333333;
  box-shadow: 0 1px 3px #dbdbdb;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  border-color: #378fd0;
  background-color: #2a6ebb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a6ebb), to(#2a6ebb));
  background-image: -webkit-linear-gradient(top, #2a6ebb, #2a6ebb);
  background-image: -o-linear-gradient(top, #2a6ebb, #2a6ebb);
  background-image: linear-gradient(to bottom, #2a6ebb, #2a6ebb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a6ebb', endColorstr='#ff2a6ebb', GradientType=0);
}
.nav-pills > li > a > i {
  height: 18px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.nav-pills > li.active > a > i,
.nav-pills > li > a:hover > i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  border-radius: 0 0 3px 3px;
}
.nav-pills .dropdown-menu {
  border-radius: 3px;
}
.nav .dropdown-toggle .caret {
  margin-top: 6px;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.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 {
  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;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav > .disabled > a {
  color: #999999;
  border-color: #eeeeee;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
  box-shadow: none;
  color: #999999;
}
.nav-text:before,
.nav-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-text:after {
  clear: both;
}
.nav-text:before,
.nav-text:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-text:after {
  clear: both;
}
.nav-text > li {
  float: left;
}
.nav-text > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-text > li > a {
  color: #2a6ebb;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 8px;
  border: none;
  border-radius: 6px;
  background-color: transparent;
}
.nav-text > li > a:hover {
  background-color: #f1f1f1;
  color: #2a6ebb;
}
.nav-text > .active > a,
.nav-text > .active > a:hover {
  color: #ffffff;
  background-color: #2a6ebb;
}
.nav-text > .disabled > a,
.nav-text > .disabled > a:hover {
  background-image: none;
  background-color: transparent;
}
.nav-underline {
  margin: 0 auto;
}
.nav-underline > li {
  display: inline-block;
  margin: 0 .9em;
}
.nav-underline > li.active {
  border-bottom: 5px solid #2a6ebb;
}
.nav-underline > li.active > a,
.nav-underline > li.active [class^="icon-"],
.nav-underline > li.active [class*=" icon-"] {
  color: #2a6ebb;
}
.nav-underline > li > a {
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #666666;
  padding: 15px 5px 10px;
}
.nav-underline > li > a,
.nav-underline > li > a:hover,
.nav-underline > li > a:active {
  text-decoration: none;
}
.nav-underline > li.disabled > a {
  -webkit-filter: none;
          filter: none;
  background: none;
  background-image: none;
}
.nav-underline > li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.nav-underline [class^="icon-"],
.nav-underline [class*=" icon-"] {
  color: #cccccc;
  margin-right: 5px;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
}
.navbar-inner {
  min-height: 40px;
  background-color: #f4f4f4;
  padding: 0 20px;
  border: 1px solid #d5d5d5;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-subnav {
  min-height: 40px;
  background-color: #f4f4f4;
  padding: 0 20px;
  border-bottom: 1px solid #d5d5d5;
}
.navbar-subnav:before,
.navbar-subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-subnav:after {
  clear: both;
}
.navbar-subnav:before,
.navbar-subnav:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-subnav:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: Lato, Arial, sans-serif;
  color: #333333;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #333333;
}
.navbar-link {
  color: #2a6ebb;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner .active > a {
  margin-top: -1px;
  padding-top: 11px;
}
.navbar .nav {
  position: relative;
  left: -20px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #2a6ebb;
  text-decoration: none;
  text-shadow: 0 1px 0 #f4f4f4;
  position: relative;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
}
.navbar-subnav .nav > .active > a,
.navbar-subnav .nav > .active > a:hover,
.navbar-subnav .nav > .active > a:focus {
  font-weight: bold;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7);
  background-image: -o-linear-gradient(top, #e7e7e7, #e7e7e7);
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7', endColorstr='#ffe7e7e7', GradientType=0);
  border-color: #e7e7e7 #e7e7e7 #c1c1c1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fade-in(rgba(0, 0, 0, 0.1), 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e7e7e7;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cecece \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: transparent;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #dbdbdb;
  color: #666666;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #2a6ebb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a6ebb), to(#2a6ebb));
  background-image: -webkit-linear-gradient(top, #2a6ebb, #2a6ebb);
  background-image: -o-linear-gradient(top, #2a6ebb, #2a6ebb);
  background-image: linear-gradient(to bottom, #2a6ebb, #2a6ebb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a6ebb', endColorstr='#ff2a6ebb', GradientType=0);
  border-color: #215691;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #b5cce7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #b5cce7;
}
.navbar-inverse .navbar-text {
  color: #dbdbdb;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #2a6ebb;
  border-bottom: none;
}
.navbar-inverse .navbar-link {
  color: #b5cce7;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #2a6ebb;
  border-right-color: #2a6ebb;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #2a6ebb;
  color: #ffffff;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2562a6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2562a6), to(#2562a6));
  background-image: -webkit-linear-gradient(top, #2562a6, #2562a6);
  background-image: -o-linear-gradient(top, #2562a6, #2562a6);
  background-image: linear-gradient(to bottom, #2562a6, #2562a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2562a6', endColorstr='#ff2562a6', GradientType=0);
  border-color: #2562a6 #2562a6 #173d68;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fade-in(rgba(0, 0, 0, 0.1), 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2562a6;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #1c497d \9;
}
.breadcrumb {
  margin: 0 0 20px;
  list-style: none;
  font-size: 12px;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  display: inline-block;
  padding: 0;
  color: #ccc;
  font-size: 0;
  position: relative;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
}
.breadcrumb > li > .divider:after {
  font-family: "Symbolicons";
  position: absolute;
  content: "\f11a";
  display: block;
  right: 0;
  top: -4px;
  height: 18px;
  width: 18px;
  font-size: 22px;
  color: #585858;
  -webkit-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0.25;
}
.breadcrumb a {
  color: #535353;
  display: inline-block;
}
.breadcrumb .active {
  color: #999999;
}
.breadcrumb-cap {
  padding-left: 15px;
  margin: 0 ;
  color: #abbfdf;
  border: 1px solid #1f498a;
  border-bottom: none;
  box-shadow: inset 0 1px 0 #378fd0;
  list-style: none;
  background-color: #2a6ebb;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}
.breadcrumb-cap:before,
.breadcrumb-cap:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb-cap:after {
  clear: both;
}
.breadcrumb-cap:before,
.breadcrumb-cap:after {
  display: table;
  content: "";
  line-height: 0;
}
.breadcrumb-cap:after {
  clear: both;
}
.breadcrumb-cap a,
.breadcrumb-cap a:hover {
  color: #abbfdf;
  text-decoration: none;
}
.breadcrumb-cap > li,
.breadcrumb-cap .breadcrumb-actions > ul > li {
  display: inline-block;
  text-shadow: none;
  position: relative;
}
.breadcrumb-cap > li.breadcrumb-actions,
.breadcrumb-cap .breadcrumb-actions > ul > li.breadcrumb-actions {
  float: right;
}
.breadcrumb-cap > li.active,
.breadcrumb-cap .breadcrumb-actions > ul > li.active,
.breadcrumb-cap > li.active > a,
.breadcrumb-cap .breadcrumb-actions > ul > li.active > a {
  color: #ffffff;
}
.breadcrumb-cap > li > a,
.breadcrumb-cap .breadcrumb-actions > ul > li > a {
  padding: 9px 30px 9px 0px;
}
.breadcrumb-cap > li > .divider,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider {
  position: absolute;
  right: 2px;
  top: 0px;
  bottom: 0px;
  font-size: 0;
  color: transparent;
  min-height: 38px;
  background-color: transparent;
  width: 12px;
  overflow: hidden;
}
.breadcrumb-cap > li > .divider:before,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
  right: -2px;
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #1f498a;
}
.lt-ie9 .breadcrumb-cap > li > .divider:before,
.lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:before {
  top: 20px;
}
.breadcrumb-cap > li > .divider:after,
.breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
  right: -1px;
  border: solid transparent;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #2a6ebb;
  opacity: 1;
  height: auto;
  width: auto;
}
.lt-ie9 .breadcrumb-cap > li > .divider:after,
.lt-ie9 .breadcrumb-cap .breadcrumb-actions > ul > li > .divider:after {
  top: 20px;
}
.breadcrumb-cap .breadcrumb-actions > ul > li > a {
  padding-right: 15px;
}
.breadcrumb-wizard {
  min-height: 40px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  background-color: #e1edf6;
  font-size: 14px;
  overflow: hidden;
}
.breadcrumb-wizard a,
.breadcrumb-wizard a:hover {
  color: #2a6ebb;
  text-decoration: none;
  padding: 10px 30px 10px 10px;
  background-color: #ceddef;
}
.breadcrumb-wizard > li {
  float: left;
  display: inline-block;
  text-shadow: none;
  position: relative;
}
.breadcrumb-wizard > li.last > .divider {
  background-color: #e1edf6;
}
.breadcrumb-wizard > li.complete a,
.breadcrumb-wizard > li.complete a:hover {
  background-color: #2a6ebb;
  color: #abbfdf;
}
.breadcrumb-wizard > li.complete .divider {
  background-color: #2a6ebb;
}
.breadcrumb-wizard > li.complete .divider:after {
  border-left-color: #2a6ebb;
}
.breadcrumb-wizard > li.active a,
.breadcrumb-wizard > li.active a:hover {
  background-color: #2a6ebb;
  color: #ffffff;
}
.breadcrumb-wizard > li.active .divider {
  background-color: #ceddef;
}
.breadcrumb-wizard > li.active .divider:after {
  border-left-color: #2a6ebb;
}
.breadcrumb-wizard > li > .divider {
  position: absolute;
  right: -3px;
  top: 0px;
  bottom: 0px;
  font-size: 0;
  color: transparent;
  min-height: 100%;
  background-color: #ceddef;
}
.breadcrumb-wizard > li > .divider:before {
  right: 0px;
  border: solid transparent;
  content: "";
  position: absolute;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: white;
}
.breadcrumb-wizard > li > .divider:after {
  right: 2px;
  border: solid transparent;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left-width: 12px;
  top: 50%;
  margin: -24px 0 0 -13px;
  overflow: hidden;
  border-left-color: #ceddef;
  opacity: 1;
  height: auto;
  width: auto;
}
.breadcrumb-wizard .active,
.breadcrumb-wizard .active a {
  color: #ffffff;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}
.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;
  text-shadow: none;
  border-color: #dbdbdb;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2a6ebb;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-left-width: 0px;
  border-radius: 0px;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a.disabled,
.pagination ul > li > span.disabled,
.pagination ul > li > a[disabled],
.pagination ul > li > span[disabled] {
  color: #2a6ebb;
  background-color: #ffffff;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:active,
.pagination ul > li > span:active,
.pagination ul > li > a.active,
.pagination ul > li > span.active {
  background-color: #e5e5e5;
  border-color: #c5c5c5;
  text-decoration: none;
}
.pagination ul > li > a > i,
.pagination ul > li > span > i {
  -webkit-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #ffffff;
  color: #666666;
}
.pagination ul > li > a:hover i,
.pagination ul > li > a:focus i,
.pagination ul > .active > a i,
.pagination ul > .active > span i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active > span {
  color: #666666;
  cursor: default;
  font-weight: bold;
  background-color: #ffffff;
  background-image: none;
  box-shadow: inset 0px 1px 3px #ffffff;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-image: none;
  background-color: #eeeeee;
  cursor: default;
}
.pagination ul > .disabled > span i,
.pagination ul > .disabled > a i,
.pagination ul > .disabled > a:hover i,
.pagination ul > .disabled > a:focus i {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 9px 31px;
  font-size: 18px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.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: 1.5px 9px;
  font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: left;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager ul {
  display: inline-block;
}
.pager-right {
  text-align: right;
}
.pager li {
  display: inline;
  float: left;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 4px 6px;
  background-color: #fff;
  background-color: #ffffff;
  color: #2a6ebb;
  text-shadow: none;
  border-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a.disabled,
.pager li > span.disabled,
.pager li > a[disabled],
.pager li > span[disabled] {
  color: #2a6ebb;
  background-color: #ffffff;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:active,
.pager li > span:active,
.pager li > a.active,
.pager li > span.active {
  background-color: #e5e5e5;
  border-color: #c5c5c5;
  text-decoration: none;
}
.pager li.page > span {
  color: #333333;
  background-image: none;
  background-color: transparent;
  border: none;
  font-weight: bold;
  padding: 4px 12px;
}
.pager li.page > span:hover {
  box-shadow: none;
}
.pager li > a > i,
.pager li > span > i {
  -webkit-transform: scale(0.65);
  -o-transform: scale(0.65);
  transform: scale(0.65);
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager li > a:hover i,
.pager li > a:focus i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pager .right > a,
.pager .right > span {
  float: right;
}
.pager .left > a,
.pager .left > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  box-shadow: none;
  color: #999999;
  background-image: none;
  background-color: #eeeeee;
  cursor: default;
}
.pager .disabled > a i,
.pager .disabled > a:hover i,
.pager .disabled > a:focus i,
.pager .disabled > span i {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.pager li.prev > a,
.pager li.prev > span {
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.pager li.next > a,
.pager li.next > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-left: none;
}
.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-radius: 0;
  box-shadow: 0 3px 7px rgba(0,0,0,0.3);
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity 0.3s linear top 0.3s ease-out;
  -o-transition: opacity 0.3s linear top 0.3s ease-out;
  transition: opacity 0.3s linear top 0.3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  border-radius: 0 0 0 0;
  background-color: #2a6ebb;
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  color: #000000;
}
.modal-header h3 {
  color: #ffffff;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  font-weight: 300;
  text-shadow: none;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  color: #666666;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #333333;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: #dbdbdb;
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #dbdbdb;
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #dbdbdb;
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #dbdbdb;
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover.popover-dark {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #ffffff;
}
.popover.popover-dark .popover-title {
  color: #ffffff;
}
.popover.popover-dark.top .arrow {
  border-top-color: #3d3d3d;
}
.popover.popover-dark.top .arrow:after {
  border-top-color: #3d3d3d;
}
.popover.popover-dark.right .arrow {
  border-right-color: #3d3d3d;
}
.popover.popover-dark.right .arrow:after {
  border-right-color: #3d3d3d;
}
.popover.popover-dark.bottom .arrow {
  border-bottom-color: #3d3d3d;
}
.popover.popover-dark.bottom .arrow:after {
  border-bottom-color: #3d3d3d;
}
.popover.popover-dark.left .arrow {
  border-left-color: #3d3d3d;
}
.popover.popover-dark.left .arrow:after {
  border-left-color: #3d3d3d;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  background: #ffffff;
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #2a6ebb;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.thumbnail-overlay {
  position: relative;
  display: inline-block;
}
.thumbnail-overlay:hover .overlay,
.thumbnail-overlay:focus .overlay {
  opacity: .6;
}
.thumbnail-overlay:hover a,
.thumbnail-overlay:focus a {
  opacity: 1;
}
.thumbnail-overlay:hover a i,
.thumbnail-overlay:focus a i {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.thumbnail-overlay .overlay {
  background-color: #ff8a00;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.thumbnail-overlay a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 30px;
  opacity: 0;
}
.thumbnail-overlay a i {
  position: absolute;
  left: 45%;
  left: -webkit-calc(50% - (16px));
  left: calc(50% - (16px));
  top: 45%;
  top: -webkit-calc(50% - (16px));
  top: calc(50% - (16px));
  -webkit-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 3px 7px 3px;
  font-size: 13.02px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #999999;
}
.label {
  border-radius: 5px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 11px;
}
.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: #ed605a;
}
.label-important[href],
.badge-important[href] {
  background-color: #e8342c;
}
.label-warning,
.badge-warning {
  background-color: #ff8a00;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #cc6e00;
}
.label-success,
.badge-success {
  background-color: #639f43;
}
.label-success[href],
.badge-success[href] {
  background-color: #4d7b34;
}
.label-info,
.badge-info {
  background-color: #2a6ebb;
}
.label-info[href],
.badge-info[href] {
  background-color: #215691;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
  box-shadow: inset 0 1px 3px #999999;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7bb45c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ac16d), to(#639f43));
  background-image: -webkit-linear-gradient(top, #8ac16d, #639f43);
  background-image: -o-linear-gradient(top, #8ac16d, #639f43);
  background-image: linear-gradient(to bottom, #8ac16d, #639f43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac16d', endColorstr='#ff639f43', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #8ac16d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress-striped .bar:after {
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #ef6d68;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f07671), to(#ed605a));
  background-image: -webkit-linear-gradient(top, #f07671, #ed605a);
  background-image: -o-linear-gradient(top, #f07671, #ed605a);
  background-image: linear-gradient(to bottom, #f07671, #ed605a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff07671', endColorstr='#ffed605a', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #f07671;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #7bb45c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8ac16d), to(#639f43));
  background-image: -webkit-linear-gradient(top, #8ac16d, #639f43);
  background-image: -o-linear-gradient(top, #8ac16d, #639f43);
  background-image: linear-gradient(to bottom, #8ac16d, #639f43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac16d', endColorstr='#ff639f43', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #8ac16d;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4685cd;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5895d9), to(#2a6ebb));
  background-image: -webkit-linear-gradient(top, #5895d9, #2a6ebb);
  background-image: -o-linear-gradient(top, #5895d9, #2a6ebb);
  background-image: linear-gradient(to bottom, #5895d9, #2a6ebb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5895d9', endColorstr='#ff2a6ebb', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5895d9;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #e8913b;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eea153), to(#df7a16));
  background-image: -webkit-linear-gradient(top, #eea153, #df7a16);
  background-image: -o-linear-gradient(top, #eea153, #df7a16);
  background-image: linear-gradient(to bottom, #eea153, #df7a16);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeea153', endColorstr='#ffdf7a16', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #eea153;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.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;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-controls-offset {
  height: 40px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel-controls-offset .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-controls-offset .carousel-control:hover i,
.carousel-controls-offset .carousel-control:focus i {
  color: #2a6ebb;
}
.carousel-controls-offset .carousel-control.right {
  right: 0;
}
.carousel-controls-offset .carousel-control.left {
  left: 0;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control i {
  vertical-align: middle;
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.jumbotron {
  position: relative;
  padding: 60px 0;
  margin-bottom: 30px;
  color: inherit;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
}
.jumbotron h1,
.jumbotron .h1 {
  font-size: 60px;
  line-height: 1.1;
  text-shadow: 0px 1px 0px #ffffff;
  color: inherit;
}
.jumbotron h2 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "Roboto", Arial, sans-serif;
  margin: 0;
  font-weight: 300;
  color: #666666;
  text-shadow: 0px 1px 0px #ffffff;
}
.jumbotron p {
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
.jumbotron-inverse {
  color: #ffffff;
  background: #2a6ebb;
}
.container .jumbotron-inverse,
.container-fluid .jumbotron-inverse {
  background: #2a6ebb;
}
.jumbotron-inverse h1,
.jumbotron-inverse h2 {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}
.rating {
  position: relative;
  font-family: 'Symbolicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  height: 20px;
  width: 88px;
  line-height: 20px;
  font-size: 24px;
}
.rating:before {
  /* 5 gray stars */
  content: "\f16a" "\f16a" "\f16a" "\f16a" "\f16a";
  color: #d6d6d7;
  position: absolute;
}
.rating:after {
  /* 5 color stars */
  content: "\f16a" "\f16a" "\f16a" "\f16a" "\f16a";
  color: #0e6fb4;
  position: absolute;
  overflow: hidden;
}
.rating-0:after {
  width: 0%;
}
.rating-0-5:after {
  width: 10%;
}
.rating-1:after {
  width: 20%;
}
.rating-1-5:after {
  width: 30%;
}
.rating-2:after {
  width: 40%;
}
.rating-2-5:after {
  width: 50%;
}
.rating-3:after {
  width: 60%;
}
.rating-3-5:after {
  width: 70%;
}
.rating-4:after {
  width: 80%;
}
.rating-4-5:after {
  width: 90%;
}
.rating-5:after {
  width: 100%;
}
.rating.rating-sm {
  height: 16px;
  width: 66px;
  line-height: 18px;
  font-size: 18px;
}
.rating.rating-lg {
  height: 24px;
  width: 109px;
  line-height: 26px;
  font-size: 30px;
}
.dash-body {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-top-width: 0px;
  border-radius: 0 0 5px 5px;
}
.dash-body:before,
.dash-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.dash-body:after {
  clear: both;
}
.dash-body:before,
.dash-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.dash-body:after {
  clear: both;
}
.dash-body .pager {
  margin-left: 15px;
  margin-right: 15px;
}
.toolbar {
  border: 1px solid #dbdbdb;
  border-top-width: 0px;
  padding: 5px 12px;
  background-color: #f4f4f4;
}
html.dash body {
  min-height: 450px;
  background-color: #e6e9eb;
}
.header-bce {
  background: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  border-top: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.header-bce .has-avatar img {
  position: absolute;
  left: 0;
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  height: 30px;
  width: 30px;
}
.header-bce .navbar-inner {
  box-shadow: none;
  background: none;
  background-image: none;
  border: none;
  -webkit-filter: none;
          filter: none;
}
.header-bce .header {
  margin-bottom: 0;
  background: #ffffff;
  padding: 14px 0 16px;
}
.header-bce .header.navbar {
  position: static;
}
.header-bce .header.navbar .navbar-inner {
  background: #ffffff;
}
.header-bce .logo {
  display: inline-block;
  vertical-align: top;
  min-height: 50px;
}
.header-bce .logo img {
  max-height: 50px;
}
.header-bce .logo-expedia img {
  margin-right: 10px;
}
.header-bce .has-partner-divider {
  border-right: 1px solid #dbdbdb;
  margin-right: 15px;
  padding-right: 10px;
}
.header-bce .breadcrumb-container-wrapper {
  background: #f4f4f4;
}
.navbar-bce .header-bce-links {
  position: absolute;
  right: 100px;
  float: right;
  margin-bottom: 0px;
  font-family: "Roboto", Arial, sans-serif;
}
.navbar-bce .header-bce-links i {
  color: inherit;
}
.navbar-bce .header-bce-links .has-avatar {
  padding-left: 40px;
}
.navbar-bce .header-bce-links .nav {
  margin: 0;
  left: 0;
  font-weight: normal;
  font-size: 14px;
}
.navbar-bce .header-bce-links .nav > li {
  display: block;
}
.navbar-bce .header-bce-links .nav > li > a,
.navbar-bce .header-bce-links .nav > li > .dropdown-toggle {
  color: #333333;
  text-shadow: none;
}
.navbar-bce .header-bce-links .nav > li.dropdown.open > .dropdown-toggle {
  color: #333333;
}
.navbar-bce .header-bce-links .btn {
  font-size: 14px;
  font-weight: bold;
  margin-top: 7px;
}
.navbar-bce .header-bce-links .btn-large {
  margin-top: 5px;
}
.header-bce-links {
  padding: 0;
  /* Override bootstrap style for open dropdown, this specific of a selector is required */
}
.header-bce-links.navbar-trav-home .nav {
  padding-left: 0;
  margin: 0;
  left: 0;
}
.header-bce-links.navbar-trav-home .nav li .flags {
  margin-top: -5px;
  margin-left: 8px;
}
.header-bce-links li a {
  margin-top: 6px;
  /* The header navbar is mix of links and buttons, want everything to line up vertically */
}
.header-bce-links li a.btn {
  margin-top: 5px;
  /* Keep margin from bootstrap */
}
.header-bce-links li > .dropdown-menu > li a {
  margin-top: 0px;
  /* Don't add extra margin for list items in drop downs */
}
.header-bce-links li > .dropdown-menu > li a i {
  color: #666666;
}
.header-bce-links .nav li.dropdown.open > .dropdown-toggle,
.header-bce-links .nav li.dropdown.active > .dropdown-toggle,
.header-bce-links .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar.navbar-bce .navbar-inner {
  border: none;
  padding: 0;
  background-image: none;
}
.icon-birdhouse-header {
  font-size: 50px;
  height: 40px;
  width: 40px;
  line-height: 76.6px;
  opacity: 1;
}
.btn-header-collapse {
  display: none;
  margin: 3px 23px 0 0;
  border-right: 1px solid #dbdbdb;
  padding: 12px 25px 12px 0;
  cursor: pointer;
}
.btn-header-collapse .icon-hamburger-menu {
  font-size: 24px;
  color: #2a6ebb;
}
.header-bce-birdhouse-container {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 80px;
  text-align: center;
  /** NOTE ABOUT AMOUNT OF COMMENTED OUT CSS:

        Existing bug in Chrome Windows adds aliasing to the Birdhouse logo. I've removed
        the 3d animation in favor of simple show/hide of the birdhouse and "Our Family of Brand."
        I've left in the original 3D transitions if anyone wants to spend a few hours of their
        time trying to get it to behave on Windows Chrome.  I had no luck.  -MNOTE

     */
  /* flip the pane when hovered or dropdown is open */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.header-bce-birdhouse-container .flip-container,
.header-bce-birdhouse-container .front,
.header-bce-birdhouse-container .back {
  width: 80px;
  height: 80px;
}
.header-bce-birdhouse-container .flipper {
  position: relative;
}
.header-bce-birdhouse-container .birdhouse-tagline {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 18px 0;
  color: #666666;
  line-height: 14px;
  font: 12px "Roboto", Arial, sans-serif;
}
.header-bce-birdhouse-container .front,
.header-bce-birdhouse-container .back {
  position: absolute;
  top: 0;
  left: 0;
}
.header-bce-birdhouse-container .front {
  z-index: 2;
  visibility: visible;
}
.header-bce-birdhouse-container .front img {
  margin-top: 15px;
}
.header-bce-birdhouse-container .back {
  visibility: hidden;
}
.ie8 .header-bce-birdhouse-container .back,
.ie9 .header-bce-birdhouse-container .back {
  /* IE8 and IE9 don't do transforms, so hide the back */
}
.header-bce-birdhouse-container.open .front {
  visibility: hidden;
}
.header-bce-birdhouse-container.open .back {
  visibility: visible;
}
.header-bce-birdhouse-container.open .dropdown-menu {
  top: 100%;
  left: auto;
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .header-bce-birdhouse-container.open .dropdown-menu {
  display: block;
}
.header-bce-birdhouse-container .dropdown-menu {
  /* To get fade to work, menu needs to be displayed but off screen */
  display: block;
  top: -1000px;
  left: -1000px;
  border-radius: 2px;
}
.header-bce-birdhouse-container .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: -10px;
  right: 17px;
}
.header-bce-birdhouse-container .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  position: absolute;
  top: -9px;
  right: 18px;
}
.dropdown-menu-bce-about {
  width: 264px;
  padding: 24px;
  text-align: left;
  white-space: normal;
  font-size: 12px;
  color: #666666;
  font-weight: 300;
}
.bce-about-logo-wrapper {
  margin-top: 20px;
}
.bce-about-logo-wrapper img {
  width: 113px;
  height: 34px;
}
.birdhouse-toggle {
  cursor: pointer;
}
.nav .dropdown-menu .nav-header {
  padding-left: 8px;
  padding-right: 8px;
  text-transform: none;
  font-size: 12px;
  color: #999999;
}
.btn-lyp {
  background-color: #ffffff;
  color: #2a6ebb;
  text-shadow: none;
  border-color: #dbdbdb;
}
.btn-lyp:hover,
.btn-lyp.disabled,
.btn-lyp[disabled] {
  color: #2a6ebb;
  background-color: #ffffff;
}
.btn-lyp:hover,
.btn-lyp:active,
.btn-lyp.active {
  background-color: #e5e5e5;
  border-color: #c5c5c5;
  text-decoration: none;
}
.container-marketing {
  font-family: "Roboto", Arial, sans-serif;
}
.container-marketing hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
.container-marketing p:not(.lead) {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Roboto", Arial, sans-serif;
  color: #666666;
  margin-bottom: .5em;
}
.container-marketing ol,
.container-marketing ul {
  font-size: 16px;
}
.container-marketing .btn-link {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
}
.container-marketing .btn-link:hover {
  text-decoration: none;
}
.container-marketing .btn-link [class^="icon-chevron"] {
  color: #2a6ebb;
  font-size: 16px;
  margin-top: 2px;
}
.adspace {
  display: inline-block;
  margin-bottom: 30px;
}
.adspace footer {
  font-size: 13px;
  color: #999999;
  font-weight: 300;
}
.footer-marketing {
  font-size: 16px;
}
.footer-marketing ul {
  margin: 30px 0;
  font-weight: 300;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  text-shadow: none;
  line-height: 20px;
}
.panel-title > a {
  color: inherit;
}
.panel-dashboard .panel-title {
  font-family: "Roboto", Arial, sans-serif;
  color: #666666;
  font-size: 22px;
  font-weight: 300;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-dashboard .panel-footer {
  background-color: #ffffff;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #d4d4d4;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dbdbdb;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dbdbdb;
}
.panel-dashboard .panel-heading {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0;
  margin: 0 20px;
  position: relative;
}
.panel-dashboard .panel-heading .btn-toolbar.right {
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.panel-dashboard .panel-heading.panel-toolbar {
  padding: 20px;
  margin: 0;
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-dashboard .panel-heading.panel-toolbar .btn-toolbar.right {
  bottom: 20px;
  right: 20px;
}
.panel-dashboard .panel-heading.panel-toolbar .input-append,
.panel-dashboard .panel-heading.panel-toolbar .input-prepend {
  margin-bottom: 0;
}
.panel-dashboard .panel-heading .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-dashboard .panel-body {
  padding: 20px 20px 30px;
}
.panel-dashboard .panel-footer {
  padding: 20px 0;
  margin: 0 20px;
}
.panel-dashboard .panel-footer:before,
.panel-dashboard .panel-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-dashboard .panel-footer:after {
  clear: both;
}
.panel-dashboard .panel-footer:before,
.panel-dashboard .panel-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-dashboard .panel-footer:after {
  clear: both;
}
.panel-dashboard .panel-footer .pager {
  margin: 0;
}
.panel-dashboard .table {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
}
.panel-dashboard .table td {
  border-top-style: dotted;
}
.panel-dashboard .table tbody tr:first-child td {
  border-top: none;
}
.panel-dashboard .table thead th {
  border-bottom: 1px solid #dbdbdb;
}
.panel-dashboard .table tr td:first-child,
.panel-dashboard .table tr th:first-child {
  padding-left: 0;
}
.panel-dashboard .table tr td:last-child,
.panel-dashboard .table tr th:last-child {
  padding-right: 0;
}
.panel-default {
  border-color: #dbdbdb;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f4f4f4;
  border-color: #dbdbdb;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbdbdb;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbdbdb;
}
.panel-dashboard {
  border-color: #dbdbdb;
}
.panel-dashboard > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #dbdbdb;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dbdbdb;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dbdbdb;
}
.panel-primary {
  border-color: #ff8a00;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ff8a00;
  border-color: #ff8a00;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff8a00;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff8a00;
}
.panel-success {
  border-color: #639f43;
}
.panel-success > .panel-heading {
  color: #639f43;
  background-color: #c1d9b4;
  border-color: #639f43;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #639f43;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #639f43;
}
.panel-info {
  border-color: #2a6ebb;
}
.panel-info > .panel-heading {
  color: #2a6ebb;
  background-color: #aac5e4;
  border-color: #2a6ebb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2a6ebb;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2a6ebb;
}
.panel-warning {
  border-color: #ff8a00;
}
.panel-warning > .panel-heading {
  color: #ff8a00;
  background-color: #ffd099;
  border-color: #ff8a00;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff8a00;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff8a00;
}
.panel-danger {
  border-color: #ed605a;
}
.panel-danger > .panel-heading {
  color: #ed605a;
  background-color: #f8bfbd;
  border-color: #ed605a;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ed605a;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ed605a;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.panel-body: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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* making this same as default so no hover effects are visible for now */
