/*
    This has been updated from the standard downloaded version to prefix all classes with tb- e.g. .row => .tb-row so that it doesn't clash with existing css and pages
    allowing bootstrap to be introduced gradually. Additionally where it targets tags directly e.g. input, button these need to be within a parent element with the class tb
    for them to be applied, again allowing for gradual introduction of bootstrap.
*/

/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

.tb article,
.tb aside,
.tb details,
.tb figcaption,
.tb figure,
.tb footer,
.tb header,
.tb hgroup,
.tb main,
.tb nav,
.tb section,
.tb summary {
  display: block;
}

.tb audio,
.tb canvas,
.tb video {
  display: inline-block;
}

.tb audio:not([controls]) {
  display: none;
  height: 0;
}

.tb [hidden],
.tb template {
  display: none;
}

html.tb {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

.tb body {
  margin: 0;
}

.tb a {
  background: transparent;
}

.tb a:focus {
  outline: thin dotted;
}

.tb a:active,
.tb a:hover {
  outline: 0;
}

.tb h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

.tb abbr[title] {
  border-bottom: 1px dotted;
}

.tb b,
.tb strong {
  font-weight: bold;
}

.tb dfn {
  font-style: italic;
}

.tb hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

.tb mark {
  color: #000;
  background: #ff0;
}

.tb code,
.tb kbd,
.tb pre,
.tb samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.tb pre {
  white-space: pre-wrap;
}

.tb q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.tb small {
  font-size: 80%;
}

.tb sub,
.tb sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.tb sup {
  top: -0.5em;
}

.tb sub {
  bottom: -0.25em;
}

.tb img {
  border: 0;
}

.tb svg:not(:root) {
  overflow: hidden;
}

.tb figure {
  margin: 0;
}

.tb fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

.tb legend {
  padding: 0;
  border: 0;
}

.tb button,
.tb input,
.tb select,
.tb textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

.tb button,
.tb input {
  line-height: normal;
}

.tb button,
.tb select {
  text-transform: none;
}

.tb button,
html.tb input[type="button"],
.tb input[type="reset"],
.tb input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

.tb button[disabled],
html.tb input[disabled] {
  cursor: default;
}

.tb input[type="checkbox"],
.tb input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

.tb input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

.tb input[type="search"]::-webkit-search-cancel-button,
.tb input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.tb button::-moz-focus-inner,
.tb input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.tb textarea {
  overflow: auto;
  vertical-align: top;
}

.tb table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  .tb * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .tb a,
  .tb a:visited {
    text-decoration: underline;
  }
  .tb a[href]:after {
    content: " (" attr(href) ")";
  }
  .tb abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .tb a[href^="javascript:"]:after,
  .tb a[href^="#"]:after {
    content: "";
  }
  .tb pre,
  .tb blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .tb thead {
    display: table-header-group;
  }
  .tb tr,
  .tb img {
    page-break-inside: avoid;
  }
  .tb img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  .tb p,
  .tb h2,
  .tb h3 {
    orphans: 3;
    widows: 3;
  }
  .tb h2,
  .tb h3 {
    page-break-after: avoid;
  }
  .tb select {
    background: #fff !important;
  }
  .tb-navbar {
    display: none;
  }
  .tb-table td,
  .tb-table th {
    background-color: #fff !important;
  }
  .tb-btn > .tb-caret,
  .tb-dropup > .tb-btn > .tb-caret {
    border-top-color: #000 !important;
  }
  .tb-label {
    border: 1px solid #000;
  }
  .tb-table {
    border-collapse: collapse !important;
  }
  .tb-table-bordered th,
  .tb-table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.tb *,
.tb *:before,
.tb *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html.tb  {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tb body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.tb input,
.tb button,
.tb select,
.tb textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.tb a {
  color: #428bca;
  text-decoration: none;
}

.tb a:hover,
.tb a:focus {
  color: #2a6496;
  text-decoration: underline;
}

.tb a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tb img {
  vertical-align: middle;
}

.tb-img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.tb-img-rounded {
  border-radius: 6px;
}

.tb-img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.tb-img-circle {
  border-radius: 50%;
}

.tb hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.tb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tb h1,
.tb h2,
.tb h3,
.tb h4,
.tb h5,
.tb h6,
.tb-h1,
.tb-h2,
.tb-h3,
.tb-h4,
.tb-h5,
.tb-h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.tb h1 small,
.tb h2 small,
.tb h3 small,
.tb h4 small,
.tb h5 small,
.tb h6 small,
.tb-h1 small,
.tb-h2 small,
.tb-h3 small,
.tb-h4 small,
.tb-h5 small,
.tb-h6 small,
.tb h1 .tb-small,
.tb h2 .tb-small,
.tb h3 .tb-small,
.tb h4 .tb-small,
.tb h5 .tb-small,
.tb h6 .tb-small,
.tb-h1 .tb-small,
.tb-h2 .tb-small,
.tb-h3 .tb-small,
.tb-h4 .tb-small,
.tb-h5 .tb-small,
.tb-h6 .tb-small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.tb h1,
.tb h2,
.tb h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.tb h1 small,
.tb h2 small,
.tb h3 small,
.tb h1 .tb-small,
.tb h2 .tb-small,
.tb h3 .tb-small {
  font-size: 65%;
}

.tb h4,
.tb h5,
.tb h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tb h4 small,
.tb h5 small,
.tb h6 small,
.tb h4 .tb-small,
.tb h5 .tb-small,
.tb h6 .tb-small {
  font-size: 75%;
}

.tb h1,
.tb-h1 {
  font-size: 36px;
}

.tb h2,
.tb-h2 {
  font-size: 30px;
}

.tb h3,
.tb-h3 {
  font-size: 24px;
}

.tb h4,
.tb-h4 {
  font-size: 18px;
}

.tb h5,
.tb-h5 {
  font-size: 14px;
}

.tb h6,
.tb-h6 {
  font-size: 12px;
}

.tb p {
  margin: 0 0 10px;
}

.tb-lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 830px) {
  .tb-lead {
    font-size: 21px;
  }
}

.tb small,
.tb-small {
  font-size: 85%;
}

.tb cite {
  font-style: normal;
}

.tb-text-muted {
  color: #999999;
}

.tb-text-primary {
  color: #428bca;
}

.tb-text-primary:hover {
  color: #3071a9;
}

.tb-text-warning {
  color: #8a6d3b;
}

.tb-text-warning:hover {
  color: #66512c;
}

.tb-text-danger {
  color: #a94442;
}

.tb-text-danger:hover {
  color: #843534;
}

.tb-text-success {
  color: #3c763d;
}

.tb-text-success:hover {
  color: #2b542c;
}

.tb-text-info {
  color: #31708f;
}

.tb-text-info:hover {
  color: #245269;
}

.tb-text-left {
  text-align: left;
}

.tb-text-right {
  text-align: right;
}

.tb-text-center {
  text-align: center;
}

.tb-page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.tb ul,
.tb ol {
  margin-top: 0;
  margin-bottom: 10px;
}

.tb ul ul,
.tb ol ul,
.tb ul ol,
.tb ol ol {
  margin-bottom: 0;
}

.tb-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.tb-list-inline {
  padding-left: 0;
  list-style: none;
}

.tb-list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.tb-list-inline > li:first-child {
  padding-left: 0;
}

.tb dl {
  margin-top: 0;
  margin-bottom: 20px;
}

.tb dt,
.tb dd {
  line-height: 1.428571429;
}

.tb dt {
  font-weight: bold;
}

.tb dd {
  margin-left: 0;
}

@media (min-width: 830px) {
  .tb-dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tb-dl-horizontal dd {
    margin-left: 180px;
  }
  .tb-dl-horizontal dd:before,
  .tb-dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .tb-dl-horizontal dd:after {
    clear: both;
  }
  .tb-dl-horizontal dd:before,
  .tb-dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .tb-dl-horizontal dd:after {
    clear: both;
  }
}

.tb abbr[title],
.tb abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.tb-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.tb blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

.tb blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

.tb blockquote p:last-child {
  margin-bottom: 0;
}

.tb blockquote small,
.tb blockquote .tb-small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

.tb blockquote small:before,
.tb blockquote .tb-small:before {
  content: '\2014 \00A0';
}

.tb blockquote.tb-pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.tb blockquote.tb-pull-right p,
.tb blockquote.tb-pull-right small,
.tb blockquote.tb-pull-right .tb-small {
  text-align: right;
}

.tb blockquote.tb-pull-right small:before,
.tb blockquote.tb-pull-right .tb-small:before {
  content: '';
}

.tb blockquote.tb-pull-right small:after,
.tb blockquote.tb-pull-right .tb-small:after {
  content: '\00A0 \2014';
}

.tb blockquote:before,
.tb blockquote:after {
  content: "";
}

.tb address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

.tb code,
.tb kbd,
.tb pre,
.tb samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.tb code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.tb pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.tb pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.tb-pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.tb-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tb-container:before,
.tb-container:after,
.tb-container-fluid:before,
 .tb-container-fluid:after {
  display: table;
  content: " ";
}

.tb-container:after {
  clear: both;
}

.tb-container:before,
.tb-container:after {
  display: table;
  content: " ";
}

.tb-container:after,
.tb-container-fluid:after {
  clear: both;
}

@media (min-width: 830px) {
  .tb-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .tb-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .tb-container {
    width: 1170px;
  }
}

.tb-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.tb-row {
  margin-right: -15px;
  margin-left: -15px;
}

.tb-row:before,
.tb-row:after {
  display: table;
  content: " ";
}

.tb-row:after {
  clear: both;
}

.tb-row:before,
.tb-row:after {
  display: table;
  content: " ";
}

.tb-row:after {
  clear: both;
}

.tb-col-xs-1,
.tb-col-sm-1,
.tb-col-md-1,
.tb-col-lg-1,
.tb-col-xs-2,
.tb-col-sm-2,
.tb-col-md-2,
.tb-col-lg-2,
.tb-col-xs-3,
.tb-col-sm-3,
.tb-col-md-3,
.tb-col-lg-3,
.tb-col-xs-4,
.tb-col-sm-4,
.tb-col-md-4,
.tb-col-lg-4,
.tb-col-xs-5,
.tb-col-sm-5,
.tb-col-md-5,
.tb-col-lg-5,
.tb-col-xs-6,
.tb-col-sm-6,
.tb-col-md-6,
.tb-col-lg-6,
.tb-col-xs-7,
.tb-col-sm-7,
.tb-col-md-7,
.tb-col-lg-7,
.tb-col-xs-8,
.tb-col-sm-8,
.tb-col-md-8,
.tb-col-lg-8,
.tb-col-xs-9,
.tb-col-sm-9,
.tb-col-md-9,
.tb-col-lg-9,
.tb-col-xs-10,
.tb-col-sm-10,
.tb-col-md-10,
.tb-col-lg-10,
.tb-col-xs-11,
.tb-col-sm-11,
.tb-col-md-11,
.tb-col-lg-11,
.tb-col-xs-12,
.tb-col-sm-12,
.tb-col-md-12,
.tb-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tb-col-xs-1,
.tb-col-xs-2,
.tb-col-xs-3,
.tb-col-xs-4,
.tb-col-xs-5,
.tb-col-xs-6,
.tb-col-xs-7,
.tb-col-xs-8,
.tb-col-xs-9,
.tb-col-xs-10,
.tb-col-xs-11,
.tb-col-xs-12 {
  float: left;
}

.tb-col-xs-12 {
  width: 100%;
}

.tb-col-xs-11 {
  width: 91.66666666666666%;
}

.tb-col-xs-10 {
  width: 83.33333333333334%;
}

.tb-col-xs-9 {
  width: 75%;
}

.tb-col-xs-8 {
  width: 66.66666666666666%;
}

.tb-col-xs-7 {
  width: 58.333333333333336%;
}

.tb-col-xs-6 {
  width: 50%;
}

.tb-col-xs-5 {
  width: 41.66666666666667%;
}

.tb-col-xs-4 {
  width: 33.33333333333333%;
}

.tb-col-xs-3 {
  width: 25%;
}

.tb-col-xs-2 {
  width: 16.666666666666664%;
}

.tb-col-xs-1 {
  width: 8.333333333333332%;
}

.tb-col-xs-pull-12 {
  right: 100%;
}

.tb-col-xs-pull-11 {
  right: 91.66666666666666%;
}

.tb-col-xs-pull-10 {
  right: 83.33333333333334%;
}

.tb-col-xs-pull-9 {
  right: 75%;
}

.tb-col-xs-pull-8 {
  right: 66.66666666666666%;
}

.tb-col-xs-pull-7 {
  right: 58.333333333333336%;
}

.tb-col-xs-pull-6 {
  right: 50%;
}

.tb-col-xs-pull-5 {
  right: 41.66666666666667%;
}

.tb-col-xs-pull-4 {
  right: 33.33333333333333%;
}

.tb-col-xs-pull-3 {
  right: 25%;
}

.tb-col-xs-pull-2 {
  right: 16.666666666666664%;
}

.tb-col-xs-pull-1 {
  right: 8.333333333333332%;
}

.tb-col-xs-pull-0 {
  right: 0;
}

.tb-col-xs-push-12 {
  left: 100%;
}

.tb-col-xs-push-11 {
  left: 91.66666666666666%;
}

.tb-col-xs-push-10 {
  left: 83.33333333333334%;
}

.tb-col-xs-push-9 {
  left: 75%;
}

.tb-col-xs-push-8 {
  left: 66.66666666666666%;
}

.tb-col-xs-push-7 {
  left: 58.333333333333336%;
}

.tb-col-xs-push-6 {
  left: 50%;
}

.tb-col-xs-push-5 {
  left: 41.66666666666667%;
}

.tb-col-xs-push-4 {
  left: 33.33333333333333%;
}

.tb-col-xs-push-3 {
  left: 25%;
}

.tb-col-xs-push-2 {
  left: 16.666666666666664%;
}

.tb-col-xs-push-1 {
  left: 8.333333333333332%;
}

.tb-col-xs-push-0 {
  left: 0;
}

.tb-col-xs-offset-12 {
  margin-left: 100%;
}

.tb-col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.tb-col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.tb-col-xs-offset-9 {
  margin-left: 75%;
}

.tb-col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.tb-col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.tb-col-xs-offset-6 {
  margin-left: 50%;
}

.tb-col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.tb-col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.tb-col-xs-offset-3 {
  margin-left: 25%;
}

.tb-col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.tb-col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.tb-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 830px) {
  .tb-col-sm-1,
  .tb-col-sm-2,
  .tb-col-sm-3,
  .tb-col-sm-4,
  .tb-col-sm-5,
  .tb-col-sm-6,
  .tb-col-sm-7,
  .tb-col-sm-8,
  .tb-col-sm-9,
  .tb-col-sm-10,
  .tb-col-sm-11,
  .tb-col-sm-12 {
    float: left;
  }
  .tb-col-sm-12 {
    width: 100%;
  }
  .tb-col-sm-11 {
    width: 91.66666666666666%;
  }
  .tb-col-sm-10 {
    width: 83.33333333333334%;
  }
  .tb-col-sm-9 {
    width: 75%;
  }
  .tb-col-sm-8 {
    width: 66.66666666666666%;
  }
  .tb-col-sm-7 {
    width: 58.333333333333336%;
  }
  .tb-col-sm-6 {
    width: 50%;
  }
  .tb-col-sm-5 {
    width: 41.66666666666667%;
  }
  .tb-col-sm-4 {
    width: 33.33333333333333%;
  }
  .tb-col-sm-3 {
    width: 25%;
  }
  .tb-col-sm-2 {
    width: 16.666666666666664%;
  }
  .tb-col-sm-1 {
    width: 8.333333333333332%;
  }
  .tb-col-sm-pull-12 {
    right: 100%;
  }
  .tb-col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .tb-col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .tb-col-sm-pull-9 {
    right: 75%;
  }
  .tb-col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .tb-col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .tb-col-sm-pull-6 {
    right: 50%;
  }
  .tb-col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .tb-col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .tb-col-sm-pull-3 {
    right: 25%;
  }
  .tb-col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .tb-col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .tb-col-sm-pull-0 {
    right: 0;
  }
  .tb-col-sm-push-12 {
    left: 100%;
  }
  .tb-col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .tb-col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .tb-col-sm-push-9 {
    left: 75%;
  }
  .tb-col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .tb-col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .tb-col-sm-push-6 {
    left: 50%;
  }
  .tb-col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .tb-col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .tb-col-sm-push-3 {
    left: 25%;
  }
  .tb-col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .tb-col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .tb-col-sm-push-0 {
    left: 0;
  }
  .tb-col-sm-offset-12 {
    margin-left: 100%;
  }
  .tb-col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .tb-col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .tb-col-sm-offset-9 {
    margin-left: 75%;
  }
  .tb-col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .tb-col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .tb-col-sm-offset-6 {
    margin-left: 50%;
  }
  .tb-col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .tb-col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .tb-col-sm-offset-3 {
    margin-left: 25%;
  }
  .tb-col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .tb-col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .tb-col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .tb-col-md-1,
  .tb-col-md-2,
  .tb-col-md-3,
  .tb-col-md-4,
  .tb-col-md-5,
  .tb-col-md-6,
  .tb-col-md-7,
  .tb-col-md-8,
  .tb-col-md-9,
  .tb-col-md-10,
  .tb-col-md-11,
  .tb-col-md-12 {
    float: left;
  }
  .tb-col-md-12 {
    width: 100%;
  }
  .tb-col-md-11 {
    width: 91.66666666666666%;
  }
  .tb-col-md-10 {
    width: 83.33333333333334%;
  }
  .tb-col-md-9 {
    width: 75%;
  }
  .tb-col-md-8 {
    width: 66.66666666666666%;
  }
  .tb-col-md-7 {
    width: 58.333333333333336%;
  }
  .tb-col-md-6 {
    width: 50%;
  }
  .tb-col-md-5 {
    width: 41.66666666666667%;
  }
  .tb-col-md-4 {
    width: 33.33333333333333%;
  }
  .tb-col-md-3 {
    width: 25%;
  }
  .tb-col-md-2 {
    width: 16.666666666666664%;
  }
  .tb-col-md-1 {
    width: 8.333333333333332%;
  }
  .tb-col-md-pull-12 {
    right: 100%;
  }
  .tb-col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .tb-col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .tb-col-md-pull-9 {
    right: 75%;
  }
  .tb-col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .tb-col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .tb-col-md-pull-6 {
    right: 50%;
  }
  .tb-col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .tb-col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .tb-col-md-pull-3 {
    right: 25%;
  }
  .tb-col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .tb-col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .tb-col-md-pull-0 {
    right: 0;
  }
  .tb-col-md-push-12 {
    left: 100%;
  }
  .tb-col-md-push-11 {
    left: 91.66666666666666%;
  }
  .tb-col-md-push-10 {
    left: 83.33333333333334%;
  }
  .tb-col-md-push-9 {
    left: 75%;
  }
  .tb-col-md-push-8 {
    left: 66.66666666666666%;
  }
  .tb-col-md-push-7 {
    left: 58.333333333333336%;
  }
  .tb-col-md-push-6 {
    left: 50%;
  }
  .tb-col-md-push-5 {
    left: 41.66666666666667%;
  }
  .tb-col-md-push-4 {
    left: 33.33333333333333%;
  }
  .tb-col-md-push-3 {
    left: 25%;
  }
  .tb-col-md-push-2 {
    left: 16.666666666666664%;
  }
  .tb-col-md-push-1 {
    left: 8.333333333333332%;
  }
  .tb-col-md-push-0 {
    left: 0;
  }
  .tb-col-md-offset-12 {
    margin-left: 100%;
  }
  .tb-col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .tb-col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .tb-col-md-offset-9 {
    margin-left: 75%;
  }
  .tb-col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .tb-col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .tb-col-md-offset-6 {
    margin-left: 50%;
  }
  .tb-col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .tb-col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .tb-col-md-offset-3 {
    margin-left: 25%;
  }
  .tb-col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .tb-col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .tb-col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .tb-col-lg-1,
  .tb-col-lg-2,
  .tb-col-lg-3,
  .tb-col-lg-4,
  .tb-col-lg-5,
  .tb-col-lg-6,
  .tb-col-lg-7,
  .tb-col-lg-8,
  .tb-col-lg-9,
  .tb-col-lg-10,
  .tb-col-lg-11,
  .tb-col-lg-12 {
    float: left;
  }
  .tb-col-lg-12 {
    width: 100%;
  }
  .tb-col-lg-11 {
    width: 91.66666666666666%;
  }
  .tb-col-lg-10 {
    width: 83.33333333333334%;
  }
  .tb-col-lg-9 {
    width: 75%;
  }
  .tb-col-lg-8 {
    width: 66.66666666666666%;
  }
  .tb-col-lg-7 {
    width: 58.333333333333336%;
  }
  .tb-col-lg-6 {
    width: 50%;
  }
  .tb-col-lg-5 {
    width: 41.66666666666667%;
  }
  .tb-col-lg-4 {
    width: 33.33333333333333%;
  }
  .tb-col-lg-3 {
    width: 25%;
  }
  .tb-col-lg-2 {
    width: 16.666666666666664%;
  }
  .tb-col-lg-1 {
    width: 8.333333333333332%;
  }
  .tb-col-lg-pull-12 {
    right: 100%;
  }
  .tb-col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .tb-col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .tb-col-lg-pull-9 {
    right: 75%;
  }
  .tb-col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .tb-col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .tb-col-lg-pull-6 {
    right: 50%;
  }
  .tb-col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .tb-col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .tb-col-lg-pull-3 {
    right: 25%;
  }
  .tb-col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .tb-col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .tb-col-lg-pull-0 {
    right: 0;
  }
  .tb-col-lg-push-12 {
    left: 100%;
  }
  .tb-col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .tb-col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .tb-col-lg-push-9 {
    left: 75%;
  }
  .tb-col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .tb-col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .tb-col-lg-push-6 {
    left: 50%;
  }
  .tb-col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .tb-col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .tb-col-lg-push-3 {
    left: 25%;
  }
  .tb-col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .tb-col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .tb-col-lg-push-0 {
    left: 0;
  }
  .tb-col-lg-offset-12 {
    margin-left: 100%;
  }
  .tb-col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .tb-col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .tb-col-lg-offset-9 {
    margin-left: 75%;
  }
  .tb-col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .tb-col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .tb-col-lg-offset-6 {
    margin-left: 50%;
  }
  .tb-col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .tb-col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .tb-col-lg-offset-3 {
    margin-left: 25%;
  }
  .tb-col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .tb-col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .tb-col-lg-offset-0 {
    margin-left: 0;
  }
}

.tb table {
  max-width: 100%;
  background-color: transparent;
}

.tb th {
  text-align: left;
}

.tb-table {
  width: 100%;
  margin-bottom: 20px;
}

.tb-table > thead > tr > th,
.tb-table > tbody > tr > th,
.tb-table > tfoot > tr > th,
.tb-table > thead > tr > td,
.tb-table > tbody > tr > td,
.tb-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.tb-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.tb-table > caption + thead > tr:first-child > th,
.tb-table > colgroup + thead > tr:first-child > th,
.tb-table > thead:first-child > tr:first-child > th,
.tb-table > caption + thead > tr:first-child > td,
.tb-table > colgroup + thead > tr:first-child > td,
.tb-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.tb-table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.tb-table .tb-table {
  background-color: #ffffff;
}

.tb-table-condensed > thead > tr > th,
.tb-table-condensed > tbody > tr > th,
.tb-table-condensed > tfoot > tr > th,
.tb-table-condensed > thead > tr > td,
.tb-table-condensed > tbody > tr > td,
.tb-table-condensed > tfoot > tr > td {
  padding: 5px;
}

.tb-table-bordered {
  border: 1px solid #dddddd;
}

.tb-table-bordered > thead > tr > th,
.tb-table-bordered > tbody > tr > th,
.tb-table-bordered > tfoot > tr > th,
.tb-table-bordered > thead > tr > td,
.tb-table-bordered > tbody > tr > td,
.tb-table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.tb-table-bordered > thead > tr > th,
.tb-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.tb-table-striped > tbody > tr:nth-child(odd) > td,
.tb-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.tb-table-hover > tbody > tr:hover > td,
.tb-table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.tb table col[class*="tb-col-"] {
  position: static;
  display: table-column;
  float: none;
}

.tb table td[class*="tb-col-"],
.tb table th[class*="tb-col-"] {
  display: table-cell;
  float: none;
}

.tb-table > thead > tr > .tb-active,
.tb-table > tbody > tr > .tb-active,
.tb-table > tfoot > tr > .tb-active,
.tb-table > thead > .tb-active > td,
.tb-table > tbody > .tb-active > td,
.tb-table > tfoot > .tb-active > td,
.tb-table > thead > .tb-active > th,
.tb-table > tbody > .tb-active > th,
.tb-table > tfoot > .tb-active > th {
  background-color: #f5f5f5;
}

.tb-table-hover > tbody > tr > .tb-active:hover,
.tb-table-hover > tbody > .tb-active:hover > td,
.tb-table-hover > tbody > .tb-active:hover > th {
  background-color: #e8e8e8;
}

.tb-table > thead > tr > .tb-success,
.tb-table > tbody > tr > .tb-success,
.tb-table > tfoot > tr > .tb-success,
.tb-table > thead > .tb-success > td,
.tb-table > tbody > .tb-success > td,
.tb-table > tfoot > .tb-success > td,
.tb-table > thead > .tb-success > th,
.tb-table > tbody > .tb-success > th,
.tb-table > tfoot > .tb-success > th {
  background-color: #dff0d8;
}

.tb-table-hover > tbody > tr > .tb-success:hover,
.tb-table-hover > tbody > .tb-success:hover > td,
.tb-table-hover > tbody > .tb-success:hover > th {
  background-color: #d0e9c6;
}

.tb-table > thead > tr > .tb-danger,
.tb-table > tbody > tr > .tb-danger,
.tb-table > tfoot > tr > .tb-danger,
.tb-table > thead > .tb-danger > td,
.tb-table > tbody > .tb-danger > td,
.tb-table > tfoot > .tb-danger > td,
.tb-table > thead > .tb-danger > th,
.tb-table > tbody > .tb-danger > th,
.tb-table > tfoot > .tb-danger > th {
  background-color: #f2dede;
}

.tb-table-hover > tbody > tr > .tb-danger:hover,
.tb-table-hover > tbody > .tb-danger:hover > td,
.tb-table-hover > tbody > .tb-danger:hover > th {
  background-color: #ebcccc;
}

.tb-table > thead > tr > .tb-warning,
.tb-table > tbody > tr > .tb-warning,
.tb-table > tfoot > tr > .tb-warning,
.tb-table > thead > .tb-warning > td,
.tb-table > tbody > .tb-warning > td,
.tb-table > tfoot > .tb-warning > td,
.tb-table > thead > .tb-warning > th,
.tb-table > tbody > .tb-warning > th,
.tb-table > tfoot > .tb-warning > th {
  background-color: #fcf8e3;
}

.tb-table-hover > tbody > tr > .tb-warning:hover,
.tb-table-hover > tbody > .tb-warning:hover > td,
.tb-table-hover > tbody > .tb-warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 829px) {
  .tb-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .tb-table-responsive > .tb-table {
    margin-bottom: 0;
  }
  .tb-table-responsive > .tb-table > thead > tr > th,
  .tb-table-responsive > .tb-table > tbody > tr > th,
  .tb-table-responsive > .tb-table > tfoot > tr > th,
  .tb-table-responsive > .tb-table > thead > tr > td,
  .tb-table-responsive > .tb-table > tbody > tr > td,
  .tb-table-responsive > .tb-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .tb-table-responsive > .tb-table-bordered {
    border: 0;
  }
  .tb-table-responsive > .tb-table-bordered > thead > tr > th:first-child,
  .tb-table-responsive > .tb-table-bordered > tbody > tr > th:first-child,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr > th:first-child,
  .tb-table-responsive > .tb-table-bordered > thead > tr > td:first-child,
  .tb-table-responsive > .tb-table-bordered > tbody > tr > td:first-child,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .tb-table-responsive > .tb-table-bordered > thead > tr > th:last-child,
  .tb-table-responsive > .tb-table-bordered > tbody > tr > th:last-child,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr > th:last-child,
  .tb-table-responsive > .tb-table-bordered > thead > tr > td:last-child,
  .tb-table-responsive > .tb-table-bordered > tbody > tr > td:last-child,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .tb-table-responsive > .tb-table-bordered > tbody > tr:last-child > th,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr:last-child > th,
  .tb-table-responsive > .tb-table-bordered > tbody > tr:last-child > td,
  .tb-table-responsive > .tb-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.tb fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.tb legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.tb label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.tb input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tb input[type="radio"],
.tb input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

.tb input[type="file"] {
  display: block;
}

.tb select[multiple],
.tb select[size] {
  height: auto;
}

.tb select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

.tb input[type="file"]:focus,
.tb input[type="radio"]:focus,
.tb input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tb input[type="number"]::-webkit-outer-spin-button,
.tb input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.tb output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.tb-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tb-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tb-form-control:-moz-placeholder {
  color: #999999;
}

.tb-form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.tb-form-control:-ms-input-placeholder {
  color: #999999;
}

.tb-form-control::-webkit-input-placeholder {
  color: #999999;
}

.tb-form-control[disabled],
.tb-form-control[readonly],
.tb fieldset[disabled] .tb-form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.tb textarea.tb-form-control {
  height: auto;
}

.tb-form-group {
  margin-bottom: 15px;
}

.tb-radio,
.tb-checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.tb-radio label,
.tb-checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.tb-radio input[type="radio"],
.tb-radio-inline input[type="radio"],
.tb-checkbox input[type="checkbox"],
.tb-checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.tb-radio + .tb-radio,
.tb-checkbox + .tb-checkbox {
  margin-top: -5px;
}

.tb-radio-inline,
.tb-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.tb-radio-inline + .tb-radio-inline,
.tb-checkbox-inline + .tb-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.tb input[type="radio"][disabled],
.tb input[type="checkbox"][disabled],
.tb-radio[disabled],
.tb-radio-inline[disabled],
.tb-checkbox[disabled],
.tb-checkbox-inline[disabled],
.tb fieldset[disabled] input[type="radio"],
.tb fieldset[disabled] input[type="checkbox"],
.tb fieldset[disabled] .tb-radio,
.tb fieldset[disabled] .tb-radio-inline,
.tb fieldset[disabled] .tb-checkbox,
.tb fieldset[disabled] .tb-checkbox-inline {
  cursor: not-allowed;
}

.tb-input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb select.tb-input-sm {
  height: 30px;
  line-height: 30px;
}

.tb textarea.tb-input-sm {
  height: auto;
}

.tb-input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.tb select.tb-input-lg {
  height: 46px;
  line-height: 46px;
}

.tb textarea.tb-input-lg {
  height: auto;
}

.tb-has-warning .tb-help-block,
.tb-has-warning .tb-control-label,
.tb-has-warning .tb-radio,
.tb-has-warning .tb-checkbox,
.tb-has-warning .tb-radio-inline,
.tb-has-warning .tb-checkbox-inline {
  color: #8a6d3b;
}

.tb-has-warning .tb-form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tb-has-warning .tb-form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.tb-has-warning .tb-input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.tb-has-error .tb-help-block,
.tb-has-error .tb-control-label,
.tb-has-error .tb-radio,
.tb-has-error .tb-checkbox,
.tb-has-error .tb-radio-inline,
.tb-has-error .tb-checkbox-inline {
  color: #a94442;
}

.tb-has-error .tb-form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tb-has-error .tb-form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.tb-has-error .tb-input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.tb-has-success .tb-help-block,
.tb-has-success .tb-control-label,
.tb-has-success .tb-radio,
.tb-has-success .tb-checkbox,
.tb-has-success .tb-radio-inline,
.tb-has-success .tb-checkbox-inline {
  color: #3c763d;
}

.tb-has-success .tb-form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tb-has-success .tb-form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.tb-has-success .tb-input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.tb-form-control-static {
  margin-bottom: 0;
}

.tb-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 830px) {
  .tb-form-inline .tb-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tb-form-inline .tb-form-control {
    display: inline-block;
  }
  .tb-form-inline select.tb-form-control {
    width: auto;
  }
  .tb-form-inline .tb-radio,
  .tb-form-inline .tb-checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tb-form-inline .tb-radio input[type="radio"],
  .tb-form-inline .tb-checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.tb-form-horizontal .tb-control-label,
.tb-form-horizontal .tb-radio,
.tb-form-horizontal .tb-checkbox,
.tb-form-horizontal .tb-radio-inline,
.tb-form-horizontal .tb-checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.tb-form-horizontal .tb-radio,
.tb-form-horizontal .tb-checkbox {
  min-height: 27px;
}

.tb-form-horizontal .tb-form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.tb-form-horizontal .tb-form-group:before,
.tb-form-horizontal .tb-form-group:after {
  display: table;
  content: " ";
}

.tb-form-horizontal .tb-form-group:after {
  clear: both;
}

.tb-form-horizontal .tb-form-group:before,
.tb-form-horizontal .tb-form-group:after {
  display: table;
  content: " ";
}

.tb-form-horizontal .tb-form-group:after {
  clear: both;
}

.tb-form-horizontal .tb-form-control-static {
  padding-top: 7px;
}

@media (min-width: 830px) {
  .tb-form-horizontal .tb-control-label {
    text-align: right;
  }
}

.tb-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.tb-btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tb-btn:hover,
.tb-btn:focus {
  color: #333333;
  text-decoration: none;
}

.tb-btn:active,
.tb-btn.tb-active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tb-btn.tb-disabled,
.tb-btn[disabled],
.tb fieldset[disabled] .tb-btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tb-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.tb-btn-default:hover,
.tb-btn-default:focus,
.tb-btn-default:active,
.tb-btn-default.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.tb-btn-default:active,
.tb-btn-default.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-default {
  background-image: none;
}

.tb-btn-default.tb-disabled,
.tb-btn-default[disabled],
.tb fieldset[disabled] .tb-btn-default,
.tb-btn-default.tb-disabled:hover,
.tb-btn-default[disabled]:hover,
.tb fieldset[disabled] .tb-btn-default:hover,
.tb-btn-default.tb-disabled:focus,
.tb-btn-default[disabled]:focus,
.tb fieldset[disabled] .tb-btn-default:focus,
.tb-btn-default.tb-disabled:active,
.tb-btn-default[disabled]:active,
.tb fieldset[disabled] .tb-btn-default:active,
.tb-btn-default.tb-disabled.tb-active,
.tb-btn-default[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-default.tb-active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.tb-btn-default .tb-badge {
  color: #ffffff;
  background-color: #fff;
}


/*start of iso button*/

.tb-btn-group label.tb-btn-iso {
    font-weight: normal;
}

.tb-btn-iso {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  font-weight: normal;
}

.tb-btn-iso:hover,
.tb-btn-iso:focus,
.tb-open .tb-dropdown-toggle.tb-btn-iso {
  color: #333333;
  background-color: #eeeeee;
  border-color: #adadad;
}

.tb-btn-iso:active,
.tb-btn-iso.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-iso {
  color: #ffffff;
  background-color: #79c355;
  background-image: none;
}

.tb-btn-iso.tb-disabled,
.tb-btn-iso[disabled],
.tb fieldset[disabled] .tb-btn-iso,
.tb-btn-iso.tb-disabled:hover,
.tb-btn-iso[disabled]:hover,
.tb fieldset[disabled] .tb-btn-iso:hover,
.tb-btn-iso.tb-disabled:focus,
.tb-btn-iso[disabled]:focus,
.tb fieldset[disabled] .tb-btn-iso:focus,
.tb-btn-iso.tb-disabled:active,
.tb-btn-iso[disabled]:active,
.tb fieldset[disabled] .tb-btn-iso:active,
.tb-btn-iso.tb-disabled.tb-active,
.tb-btn-iso[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-iso.tb-active {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.tb-btn-iso .tb-badge {
  color: #ffffff;
  background-color: #fff;
}

.tb-btn-iso.tb-active > i:before {
    content: "\e013";
}
/*end of iso button*/


.tb-btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.tb-btn-primary:hover,
.tb-btn-primary:focus,
.tb-btn-primary:active,
.tb-btn-primary.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.tb-btn-primary:active,
.tb-btn-primary.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-primary {
  background-image: none;
}

.tb-btn-primary.tb-disabled,
.tb-btn-primary[disabled],
.tb fieldset[disabled] .tb-btn-primary,
.tb-btn-primary.tb-disabled:hover,
.tb-btn-primary[disabled]:hover,
.tb fieldset[disabled] .tb-btn-primary:hover,
.tb-btn-primary.tb-disabled:focus,
.tb-btn-primary[disabled]:focus,
.tb fieldset[disabled] .tb-btn-primary:focus,
.tb-btn-primary.tb-disabled:active,
.tb-btn-primary[disabled]:active,
.tb fieldset[disabled] .tb-btn-primary:active,
.tb-btn-primary.tb-disabled.tb-active,
.tb-btn-primary[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-primary.tb-active {
  background-color: #428bca;
  border-color: #357ebd;
}

.tb-btn-primary .tb-badge {
  color: #428bca;
  background-color: #fff;
}

.tb-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.tb-btn-warning:hover,
.tb-btn-warning:focus,
.tb-btn-warning:active,
.tb-btn-warning.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.tb-btn-warning:active,
.tb-btn-warning.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-warning {
  background-image: none;
}

.tb-btn-warning.tb-disabled,
.tb-btn-warning[disabled],
.tb fieldset[disabled] .tb-btn-warning,
.tb-btn-warning.tb-disabled:hover,
.tb-btn-warning[disabled]:hover,
.tb fieldset[disabled] .tb-btn-warning:hover,
.tb-btn-warning.tb-disabled:focus,
.tb-btn-warning[disabled]:focus,
.tb fieldset[disabled] .tb-btn-warning:focus,
.tb-btn-warning.tb-disabled:active,
.tb-btn-warning[disabled]:active,
.tb fieldset[disabled] .tb-btn-warning:active,
.tb-btn-warning.tb-disabled.tb-active,
.tb-btn-warning[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-warning.tb-active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.tb-btn-warning .tb-badge {
  color: #f0ad4e;
  background-color: #fff;
}

.tb-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.tb-btn-danger:hover,
.tb-btn-danger:focus,
.tb-btn-danger:active,
.tb-btn-danger.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.tb-btn-danger:active,
.tb-btn-danger.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-danger {
  background-image: none;
}

.tb-btn-danger.tb-disabled,
.tb-btn-danger[disabled],
.tb fieldset[disabled] .tb-btn-danger,
.tb-btn-danger.tb-disabled:hover,
.tb-btn-danger[disabled]:hover,
.tb fieldset[disabled] .tb-btn-danger:hover,
.tb-btn-danger.tb-disabled:focus,
.tb-btn-danger[disabled]:focus,
.tb fieldset[disabled] .tb-btn-danger:focus,
.tb-btn-danger.tb-disabled:active,
.tb-btn-danger[disabled]:active,
.tb fieldset[disabled] .tb-btn-danger:active,
.tb-btn-danger.tb-disabled.tb-active,
.tb-btn-danger[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-danger.tb-active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.tb-btn-danger .tb-badge {
  color: #d9534f;
  background-color: #fff;
}

.tb-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.tb-btn-success:hover,
.tb-btn-success:focus,
.tb-btn-success:active,
.tb-btn-success.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.tb-btn-success:active,
.tb-btn-success.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-success {
  background-image: none;
}

.tb-btn-success.tb-disabled,
.tb-btn-success[disabled],
.tb fieldset[disabled] .tb-btn-success,
.tb-btn-success.tb-disabled:hover,
.tb-btn-success[disabled]:hover,
.tb fieldset[disabled] .tb-btn-success:hover,
.tb-btn-success.tb-disabled:focus,
.tb-btn-success[disabled]:focus,
.tb fieldset[disabled] .tb-btn-success:focus,
.tb-btn-success.tb-disabled:active,
.tb-btn-success[disabled]:active,
.tb fieldset[disabled] .tb-btn-success:active,
.tb-btn-success.tb-disabled.tb-active,
.tb-btn-success[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-success.tb-active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.tb-btn-success .tb-badge {
  color: #5cb85c;
  background-color: #fff;
}

.tb-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.tb-btn-info:hover,
.tb-btn-info:focus,
.tb-btn-info:active,
.tb-btn-info.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.tb-btn-info:active,
.tb-btn-info.tb-active,
.tb-open .tb-dropdown-toggle.tb-btn-info {
  background-image: none;
}

.tb-btn-info.tb-disabled,
.tb-btn-info[disabled],
.tb fieldset[disabled] .tb-btn-info,
.tb-btn-info.tb-disabled:hover,
.tb-btn-info[disabled]:hover,
.tb fieldset[disabled] .tb-btn-info:hover,
.tb-btn-info.tb-disabled:focus,
.tb-btn-info[disabled]:focus,
.tb fieldset[disabled] .tb-btn-info:focus,
.tb-btn-info.tb-disabled:active,
.tb-btn-info[disabled]:active,
.tb fieldset[disabled] .tb-btn-info:active,
.tb-btn-info.tb-disabled.tb-active,
.tb-btn-info[disabled].tb-active,
.tb fieldset[disabled] .tb-btn-info.tb-active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.tb-btn-info .tb-badge {
  color: #5bc0de;
  background-color: #fff;
}

.tb-btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.tb-btn-link,
.tb-btn-link:active,
.tb-btn-link[disabled],
.tb fieldset[disabled] .tb-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tb-btn-link,
.tb-btn-link:hover,
.tb-btn-link:focus,
.tb-btn-link:active {
  border-color: transparent;
}

.tb-btn-link:hover,
.tb-btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.tb-btn-link[disabled]:hover,
.tb fieldset[disabled] .tb-btn-link:hover,
.tb-btn-link[disabled]:focus,
.tb fieldset[disabled] .tb-btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.tb-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.tb-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.tb-btn-block + .tb-btn-block {
  margin-top: 5px;
}

.tb input[type="submit"].tb-btn-block,
.tb input[type="reset"].tb-btn-block,
.tb input[type="button"].tb-btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.tb-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.tb-fade.tb-in {
  opacity: 1;
}
    
.tb-collapse {
  display: none;
}

.tb-collapse.tb-in {
  display: block;
}

.tb-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';  
  src: url('/Content/default/Bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/Content/default/Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('/Content/default/Bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.tb-glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1!important;
  -moz-osx-font-smoothing: grayscale;
}

.tb-glyphicon:empty
{
  width: 1em;
}

.tb-glyphicon-asterisk:before {
  content: "\2a";
}

.tb-glyphicon-plus:before {
  content: "\2b";
}

.tb-glyphicon-euro:before {
  content: "\20ac";
}

.tb-glyphicon-minus:before {
  content: "\2212";
}

.tb-glyphicon-cloud:before {
  content: "\2601";
}

.tb-glyphicon-envelope:before {
  content: "\2709";
}

.tb-glyphicon-pencil:before {
  content: "\270f";
}

.tb-glyphicon-glass:before {
  content: "\e001";
}

.tb-glyphicon-music:before {
  content: "\e002";
}

.tb-glyphicon-search:before {
  content: "\e003";
}

.tb-glyphicon-heart:before {
  content: "\e005";
}

.tb-glyphicon-star:before {
  content: "\e006";
}

.tb-glyphicon-star-empty:before {
  content: "\e007";
}

.tb-glyphicon-user:before {
  content: "\e008";
}

.tb-glyphicon-film:before {
  content: "\e009";
}

.tb-glyphicon-th-large:before {
  content: "\e010";
}

.tb-glyphicon-th:before {
  content: "\e011";
}

.tb-glyphicon-th-list:before {
  content: "\e012";
}

.tb-glyphicon-ok:before {
  content: "\e013";
}

.tb-glyphicon-remove:before {
  content: "\e014";
}

.tb-glyphicon-zoom-in:before {
  content: "\e015";
}

.tb-glyphicon-zoom-out:before {
  content: "\e016";
}

.tb-glyphicon-off:before {
  content: "\e017";
}

.tb-glyphicon-signal:before {
  content: "\e018";
}

.tb-glyphicon-cog:before {
  content: "\e019";
}

.tb-glyphicon-trash:before {
  content: "\e020";
}

.tb-glyphicon-home:before {
  content: "\e021";
}

.tb-glyphicon-file:before {
  content: "\e022";
}

.tb-glyphicon-time:before {
  content: "\e023";
}

.tb-glyphicon-road:before {
  content: "\e024";
}

.tb-glyphicon-download-alt:before {
  content: "\e025";
}

.tb-glyphicon-download:before {
  content: "\e026";
}

.tb-glyphicon-upload:before {
  content: "\e027";
}

.tb-glyphicon-inbox:before {
  content: "\e028";
}

.tb-glyphicon-play-circle:before {
  content: "\e029";
}

.tb-glyphicon-repeat:before {
  content: "\e030";
}

.tb-glyphicon-refresh:before {
  content: "\e031";
}

.tb-glyphicon-list-alt:before {
  content: "\e032";
}

.tb-glyphicon-lock:before {
  content: "\e033";
}

.tb-glyphicon-flag:before {
  content: "\e034";
}

.tb-glyphicon-headphones:before {
  content: "\e035";
}

.tb-glyphicon-volume-off:before {
  content: "\e036";
}

.tb-glyphicon-volume-down:before {
  content: "\e037";
}

.tb-glyphicon-volume-up:before {
  content: "\e038";
}

.tb-glyphicon-qrcode:before {
  content: "\e039";
}

.tb-glyphicon-barcode:before {
  content: "\e040";
}

.tb-glyphicon-tag:before {
  content: "\e041";
}

.tb-glyphicon-tags:before {
  content: "\e042";
}

.tb-glyphicon-book:before {
  content: "\e043";
}

.tb-glyphicon-bookmark:before {
  content: "\e044";
}

.tb-glyphicon-print:before {
  content: "\e045";
}

.tb-glyphicon-camera:before {
  content: "\e046";
}

.tb-glyphicon-font:before {
  content: "\e047";
}

.tb-glyphicon-bold:before {
  content: "\e048";
}

.tb-glyphicon-italic:before {
  content: "\e049";
}

.tb-glyphicon-text-height:before {
  content: "\e050";
}

.tb-glyphicon-text-width:before {
  content: "\e051";
}

.tb-glyphicon-align-left:before {
  content: "\e052";
}

.tb-glyphicon-align-center:before {
  content: "\e053";
}

.tb-glyphicon-align-right:before {
  content: "\e054";
}

.tb-glyphicon-align-justify:before {
  content: "\e055";
}

.tb-glyphicon-list:before {
  content: "\e056";
}

.tb-glyphicon-indent-left:before {
  content: "\e057";
}

.tb-glyphicon-indent-right:before {
  content: "\e058";
}

.tb-glyphicon-facetime-video:before {
  content: "\e059";
}

.tb-glyphicon-picture:before {
  content: "\e060";
}

.tb-glyphicon-map-marker:before {
  content: "\e062";
}

.tb-glyphicon-adjust:before {
  content: "\e063";
}

.tb-glyphicon-tint:before {
  content: "\e064";
}

.tb-glyphicon-edit:before {
  content: "\e065";
}

.tb-glyphicon-share:before {
  content: "\e066";
}

.tb-glyphicon-check:before {
  content: "\e067";
}

.tb-glyphicon-move:before {
  content: "\e068";
}

.tb-glyphicon-step-backward:before {
  content: "\e069";
}

.tb-glyphicon-fast-backward:before {
  content: "\e070";
}

.tb-glyphicon-backward:before {
  content: "\e071";
}

.tb-glyphicon-play:before {
  content: "\e072";
}

.tb-glyphicon-pause:before {
  content: "\e073";
}

.tb-glyphicon-stop:before {
  content: "\e074";
}

.tb-glyphicon-forward:before {
  content: "\e075";
}

.tb-glyphicon-fast-forward:before {
  content: "\e076";
}

.tb-glyphicon-step-forward:before {
  content: "\e077";
}

.tb-glyphicon-eject:before {
  content: "\e078";
}

.tb-glyphicon-chevron-left:before {
  content: "\e079";
}

.tb-glyphicon-chevron-right:before {
  content: "\e080";
}

.tb-glyphicon-plus-sign:before {
  content: "\e081";
}

.tb-glyphicon-minus-sign:before {
  content: "\e082";
}

.tb-glyphicon-remove-sign:before {
  content: "\e083";
}

.tb-glyphicon-ok-sign:before {
  content: "\e084";
}

.tb-glyphicon-question-sign:before {
  content: "\e085";
}

.tb-glyphicon-info-sign:before {
  content: "\e086";
}

.tb-glyphicon-screenshot:before {
  content: "\e087";
}

.tb-glyphicon-remove-circle:before {
  content: "\e088";
}

.tb-glyphicon-ok-circle:before {
  content: "\e089";
}

.tb-glyphicon-ban-circle:before {
  content: "\e090";
}

.tb-glyphicon-arrow-left:before {
  content: "\e091";
}

.tb-glyphicon-arrow-right:before {
  content: "\e092";
}

.tb-glyphicon-arrow-up:before {
  content: "\e093";
}

.tb-glyphicon-arrow-down:before {
  content: "\e094";
}

.tb-glyphicon-share-alt:before {
  content: "\e095";
}

.tb-glyphicon-resize-full:before {
  content: "\e096";
}

.tb-glyphicon-resize-small:before {
  content: "\e097";
}

.tb-glyphicon-exclamation-sign:before {
  content: "\e101";
}

.tb-glyphicon-gift:before {
  content: "\e102";
}

.tb-glyphicon-leaf:before {
  content: "\e103";
}

.tb-glyphicon-fire:before {
  content: "\e104";
}

.tb-glyphicon-eye-open:before {
  content: "\e105";
}

.tb-glyphicon-eye-close:before {
  content: "\e106";
}

.tb-glyphicon-warning-sign:before {
  content: "\e107";
}

.tb-glyphicon-plane:before {
  content: "\e108";
}

.tb-glyphicon-calendar:before {
  content: "\e109";
}

.tb-glyphicon-random:before {
  content: "\e110";
}

.tb-glyphicon-comment:before {
  content: "\e111";
}

.tb-glyphicon-magnet:before {
  content: "\e112";
}

.tb-glyphicon-chevron-up:before {
  content: "\e113";
}

.tb-glyphicon-chevron-down:before {
  content: "\e114";
}

.tb-glyphicon-retweet:before {
  content: "\e115";
}

.tb-glyphicon-shopping-cart:before {
  content: "\e116";
}

.tb-glyphicon-folder-close:before {
  content: "\e117";
}

.tb-glyphicon-folder-open:before {
  content: "\e118";
}

.tb-glyphicon-resize-vertical:before {
  content: "\e119";
}

.tb-glyphicon-resize-horizontal:before {
  content: "\e120";
}

.tb-glyphicon-hdd:before {
  content: "\e121";
}

.tb-glyphicon-bullhorn:before {
  content: "\e122";
}

.tb-glyphicon-bell:before {
  content: "\e123";
}

.tb-glyphicon-certificate:before {
  content: "\e124";
}

.tb-glyphicon-thumbs-up:before {
  content: "\e125";
}

.tb-glyphicon-thumbs-down:before {
  content: "\e126";
}

.tb-glyphicon-hand-right:before {
  content: "\e127";
}

.tb-glyphicon-hand-left:before {
  content: "\e128";
}

.tb-glyphicon-hand-up:before {
  content: "\e129";
}

.tb-glyphicon-hand-down:before {
  content: "\e130";
}

.tb-glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.tb-glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.tb-glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.tb-glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.tb-glyphicon-globe:before {
  content: "\e135";
}

.tb-glyphicon-wrench:before {
  content: "\e136";
}

.tb-glyphicon-tasks:before {
  content: "\e137";
}

.tb-glyphicon-filter:before {
  content: "\e138";
}

.tb-glyphicon-briefcase:before {
  content: "\e139";
}

.tb-glyphicon-fullscreen:before {
  content: "\e140";
}

.tb-glyphicon-dashboard:before {
  content: "\e141";
}

.tb-glyphicon-paperclip:before {
  content: "\e142";
}

.tb-glyphicon-heart-empty:before {
  content: "\e143";
}

.tb-glyphicon-link:before {
  content: "\e144";
}

.tb-glyphicon-phone:before {
  content: "\e145";
}

.tb-glyphicon-pushpin:before {
  content: "\e146";
}

.tb-glyphicon-usd:before {
  content: "\e148";
}

.tb-glyphicon-gbp:before {
  content: "\e149";
}

.tb-glyphicon-sort:before {
  content: "\e150";
}

.tb-glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.tb-glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.tb-glyphicon-sort-by-order:before {
  content: "\e153";
}

.tb-glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.tb-glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.tb-glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.tb-glyphicon-unchecked:before {
  content: "\e157";
}

.tb-glyphicon-expand:before {
  content: "\e158";
}

.tb-glyphicon-collapse-down:before {
  content: "\e159";
}

.tb-glyphicon-collapse-up:before {
  content: "\e160";
}

.tb-glyphicon-log-in:before {
  content: "\e161";
}

.tb-glyphicon-flash:before {
  content: "\e162";
}

.tb-glyphicon-log-out:before {
  content: "\e163";
}

.tb-glyphicon-new-window:before {
  content: "\e164";
}

.tb-glyphicon-record:before {
  content: "\e165";
}

.tb-glyphicon-save:before {
  content: "\e166";
}

.tb-glyphicon-open:before {
  content: "\e167";
}

.tb-glyphicon-saved:before {
  content: "\e168";
}

.tb-glyphicon-import:before {
  content: "\e169";
}

.tb-glyphicon-export:before {
  content: "\e170";
}

.tb-glyphicon-send:before {
  content: "\e171";
}

.tb-glyphicon-floppy-disk:before {
  content: "\e172";
}

.tb-glyphicon-floppy-saved:before {
  content: "\e173";
}

.tb-glyphicon-floppy-remove:before {
  content: "\e174";
}

.tb-glyphicon-floppy-save:before {
  content: "\e175";
}

.tb-glyphicon-floppy-open:before {
  content: "\e176";
}

.tb-glyphicon-credit-card:before {
  content: "\e177";
}

.tb-glyphicon-transfer:before {
  content: "\e178";
}

.tb-glyphicon-cutlery:before {
  content: "\e179";
}

.tb-glyphicon-header:before {
  content: "\e180";
}

.tb-glyphicon-compressed:before {
  content: "\e181";
}

.tb-glyphicon-earphone:before {
  content: "\e182";
}

.tb-glyphicon-phone-alt:before {
  content: "\e183";
}

.tb-glyphicon-tower:before {
  content: "\e184";
}

.tb-glyphicon-stats:before {
  content: "\e185";
}

.tb-glyphicon-sd-video:before {
  content: "\e186";
}

.tb-glyphicon-hd-video:before {
  content: "\e187";
}

.tb-glyphicon-subtitles:before {
  content: "\e188";
}

.tb-glyphicon-sound-stereo:before {
  content: "\e189";
}

.tb-glyphicon-sound-dolby:before {
  content: "\e190";
}

.tb-glyphicon-sound-5-1:before {
  content: "\e191";
}

.tb-glyphicon-sound-6-1:before {
  content: "\e192";
}

.tb-glyphicon-sound-7-1:before {
  content: "\e193";
}

.tb-glyphicon-copyright-mark:before {
  content: "\e194";
}

.tb-glyphicon-registration-mark:before {
  content: "\e195";
}

.tb-glyphicon-cloud-download:before {
  content: "\e197";
}

.tb-glyphicon-cloud-upload:before {
  content: "\e198";
}

.tb-glyphicon-tree-conifer:before {
  content: "\e199";
}

.tb-glyphicon-tree-deciduous:before {
  content: "\e200";
}

.tb-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media (max-width: 829px) {
    .tb-open .tb-caret {
        border-top: 0;
        border-bottom: 4px solid;
        content: "";
    }
}

.tb-dropdown {
  position: relative;
}

.tb-dropdown-toggle:focus {
  outline: 0;
}

.tb-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.tb-navbar-inverse .tb-dropdown-menu { 
  background-color: #292929;
  border: 1px solid #131313;
  border: 1px solid rgba(19, 19, 19, 0.15);
  border-top: 1px solid #000000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  
}

.tb-dropdown-submenu > .tb-dropdown-menu {
  top: auto;
  margin-top: -2.3em;
  left: 100%;
  margin-left:-5px;
}

@media (max-width: 829px) {
    .tb-dropdown-submenu > .tb-dropdown-menu {
        margin-left: 0;
    }
}

.tb-dropdown-menu.tb-pull-right {
  right: 0;
  left: auto;
}

.tb-dropdown-menu .tb-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.tb-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

@media (max-width: 829px) {
    .tb-dropdown-menu > li > a {
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.tb-dropdown-menu > li > a:hover,
.tb-dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.tb-navbar-inverse .tb-dropdown-menu > li > a {  
  color: #dedede;  
}

.tb-navbar-inverse .tb-dropdown-menu > li > a:hover,
.tb-navbar-inverse .tb-dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #777F7D;
}

.tb-dropdown-menu > .tb-active > a,
.tb-dropdown-menu > .tb-active > a:hover,
.tb-dropdown-menu > .tb-active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.tb-dropdown-menu > .tb-disabled > a,
.tb-dropdown-menu > .tb-disabled > a:hover,
.tb-dropdown-menu > .tb-disabled > a:focus {
  color: #999999;
}

.tb-dropdown-menu > .tb-disabled > a:hover,
.tb-dropdown-menu > .tb-disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-open > .tb-dropdown-menu {
  display: block;
}

.tb-open > a {
  outline: 0;
}

.tb-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.tb-dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.tb-pull-right > .tb-dropdown-menu {
  right: 0;
  left: auto;
}

.tb-dropup .tb-caret,
.tb-navbar-fixed-bottom .tb-dropdown .tb-caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.tb-dropup .tb-dropdown-menu,
.tb-navbar-fixed-bottom .tb-dropdown .tb-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 830px) {
  .tb-navbar-right .tb-dropdown-menu {
    right: 0;
    left: auto;
  }
}

.tb-dropdown-menu > .tb-dropdown-submenu > a {
    padding-right: 40px;
}

.tb-dropdown-menu > .tb-dropdown-submenu > a:after,
.tb-dropdown-menu > .tb-dropdown-submenu > a > .sub-menu-icon {
  content: "\e080";
  position: absolute;
  right: 10px;  
  font-family: "Glyphicons Halflings";
  font-size: 0.7em;
  line-height: 2;
}

@media (max-width: 829px) {
    .tb-dropdown-menu > .tb-dropdown-submenu > a:after
    {
        content: "\e114";
    }
    .tb-dropdown-menu > .tb-dropdown-submenu.tb-open > a:after
    {
        content: "\e113";
    }
}

.tb-btn-group,
.tb-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.tb-btn-group > .tb-btn,
.tb-btn-group-vertical > .tb-btn {
  position: relative;
  float: left;
}

.tb-btn-group > .tb-btn:hover,
.tb-btn-group-vertical > .tb-btn:hover,
.tb-btn-group > .tb-btn:focus,
.tb-btn-group-vertical > .tb-btn:focus,
.tb-btn-group > .tb-btn:active,
.tb-btn-group-vertical > .tb-btn:active,
.tb-btn-group > .tb-btn.tb-active,
.tb-btn-group-vertical > .tb-btn.tb-active {
  z-index: 2;
}

.tb-btn-group > .tb-btn:focus,
.tb-btn-group-vertical > .tb-btn:focus {
  outline: none;
}

.tb-btn-group .tb-btn + .tb-btn,
.tb-btn-group .tb-btn + .tb-btn-group,
.tb-btn-group .tb-btn-group + .tb-btn,
.tb-btn-group .tb-btn-group + .tb-btn-group {
  margin-left: -1px;
}

.tb-btn-toolbar:before,
.tb-btn-toolbar:after {
  display: table;
  content: " ";
}

.tb-btn-toolbar:after {
  clear: both;
}

.tb-btn-toolbar:before,
.tb-btn-toolbar:after {
  display: table;
  content: " ";
}

.tb-btn-toolbar:after {
  clear: both;
}

.tb-btn-toolbar .tb-btn-group {
  float: left;
}

.tb-btn-toolbar > .tb-btn + .tb-btn,
.tb-btn-toolbar > .tb-btn-group + .tb-btn,
.tb-btn-toolbar > .tb-btn + .tb-btn-group,
.tb-btn-toolbar > .tb-btn-group + .tb-btn-group {
  margin-left: 5px;
}

.tb-btn-group > .tb-btn:not(:first-child):not(:last-child):not(.tb-dropdown-toggle) {
  border-radius: 0;
}

.tb-btn-group > .tb-btn:first-child {
  margin-left: 0;
}

.tb-btn-group > .tb-btn:first-child:not(:last-child):not(.tb-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tb-btn-group > .tb-btn:last-child:not(:first-child),
.tb-btn-group > .tb-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tb-btn-group > .tb-btn-group {
  float: left;
}

.tb-btn-group > .tb-btn-group:not(:first-child):not(:last-child) > .tb-btn {
  border-radius: 0;
}

.tb-btn-group > .tb-btn-group:first-child > .tb-btn:last-child,
.tb-btn-group > .tb-btn-group:first-child > .tb-dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tb-btn-group > .tb-btn-group:last-child > .tb-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tb-btn-group .tb-dropdown-toggle:active,
.tb-btn-group.tb-open .tb-dropdown-toggle {
  outline: 0;
}

.tb-btn-group-xs > .tb-btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb-btn-group-sm > .tb-btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb-btn-group-lg > .tb-btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.tb-btn-group > .tb-btn + .tb-dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.tb-btn-group > .tb-btn-lg + .tb-dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.tb-btn-group.tb-open .tb-dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tb-btn-group.tb-open .tb-dropdown-toggle.tb-btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tb-btn .tb-caret {
  margin-left: 0;
}

.tb-btn-lg .tb-caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.tb-dropup .tb-btn-lg .tb-caret {
  border-width: 0 5px 5px;
}

.tb-btn-group-vertical > .tb-btn,
.tb-btn-group-vertical > .tb-btn-group,
.tb-btn-group-vertical > .tb-btn-group > .tb-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.tb-btn-group-vertical > .tb-btn-group:before,
.tb-btn-group-vertical > .tb-btn-group:after {
  display: table;
  content: " ";
}

.tb-btn-group-vertical > .tb-btn-group:after {
  clear: both;
}

.tb-btn-group-vertical > .tb-btn-group:before,
.tb-btn-group-vertical > .tb-btn-group:after {
  display: table;
  content: " ";
}

.tb-btn-group-vertical > .tb-btn-group:after {
  clear: both;
}

.tb-btn-group-vertical > .tb-btn-group > .tb-btn {
  float: none;
}

.tb-btn-group-vertical > .tb-btn + .tb-btn,
.tb-btn-group-vertical > .tb-btn + .tb-btn-group,
.tb-btn-group-vertical > .tb-btn-group + .tb-btn,
.tb-btn-group-vertical > .tb-btn-group + .tb-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.tb-btn-group-vertical > .tb-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.tb-btn-group-vertical > .tb-btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tb-btn-group-vertical > .tb-btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.tb-btn-group-vertical > .tb-btn-group:not(:first-child):not(:last-child) > .tb-btn {
  border-radius: 0;
}

.tb-btn-group-vertical > .tb-btn-group:first-child > .tb-btn:last-child,
.tb-btn-group-vertical > .tb-btn-group:first-child > .tb-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tb-btn-group-vertical > .tb-btn-group:last-child > .tb-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tb-btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.tb-btn-group-justified > .tb-btn,
.tb-btn-group-justified > .tb-btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.tb-btn-group-justified > .tb-btn-group .tb-btn {
  width: 100%;
}

.tb [data-toggle="buttons"] > .tb-btn > input[type="radio"],
.tb [data-toggle="buttons"] > .tb-btn > input[type="checkbox"] {
  display: none;
}

.tb-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.tb-input-group[class*="tb-col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.tb-input-group .tb-form-control {
  width: 100%;
  margin-bottom: 0;
}

.tb-input-group-lg > .tb-form-control,
.tb-input-group-lg > .tb-input-group-addon,
.tb-input-group-lg > .tb-input-group-btn > .tb-btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.tb select.tb-input-group-lg > .tb-form-control,
.tb select.tb-input-group-lg > .tb-input-group-addon,
.tb select.tb-input-group-lg > .tb-input-group-btn > .tb-btn {
  height: 46px;
  line-height: 46px;
}

.tb textarea.tb-input-group-lg > .tb-form-control,
.tb textarea.tb-input-group-lg > .tb-input-group-addon,
.tb textarea.tb-input-group-lg > .tb-input-group-btn > .tb-btn {
  height: auto;
}

.tb-input-group-sm > .tb-form-control,
.tb-input-group-sm > .tb-input-group-addon,
.tb-input-group-sm > .tb-input-group-btn > .tb-btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.tb select.tb-input-group-sm > .tb-form-control,
.tb select.tb-input-group-sm > .tb-input-group-addon,
.tb select.tb-input-group-sm > .tb-input-group-btn > .tb-btn {
  height: 30px;
  line-height: 30px;
}

.tb textarea.tb-input-group-sm > .tb-form-control,
.tb textarea.tb-input-group-sm > .tb-input-group-addon,
.tb textarea.tb-input-group-sm > .tb-input-group-btn > .tb-btn {
  height: auto;
}

.tb-input-group-addon,
.tb-input-group-btn,
.tb-input-group .tb-form-control {
  display: table-cell;
}

.tb-input-group-addon:not(:first-child):not(:last-child),
.tb-input-group-btn:not(:first-child):not(:last-child),
.tb-input-group .tb-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.tb-input-group-addon,
.tb-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.tb-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.tb-input-group-addon.tb-input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.tb-input-group-addon.tb-input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.tb-input-group-addon input[type="radio"],
.tb-input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.tb-input-group .tb-form-control:first-child,
.tb-input-group-addon:first-child,
.tb-input-group-btn:first-child > .tb-btn,
.tb-input-group-btn:first-child > .tb-dropdown-toggle,
.tb-input-group-btn:last-child > .tb-btn:not(:last-child):not(.tb-dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tb-input-group-addon:first-child {
  border-right: 0;
}

.tb-input-group .tb-form-control:last-child,
.tb-input-group-addon:last-child,
.tb-input-group-btn:last-child > .tb-btn,
.tb-input-group-btn:last-child > .tb-dropdown-toggle,
.tb-input-group-btn:first-child > .tb-btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tb-input-group-addon:last-child {
  border-left: 0;
}

.tb-input-group-btn {
  position: relative;
  white-space: nowrap;
}

.tb-input-group-btn:first-child > .tb-btn {
  margin-right: -1px;
}

.tb-input-group-btn:last-child > .tb-btn {
  margin-left: -1px;
}

.tb-input-group-btn > .tb-btn {
  position: relative;
}

.tb-input-group-btn > .tb-btn + .tb-btn {
  margin-left: -4px;
}

.tb-input-group-btn > .tb-btn:hover,
.tb-input-group-btn > .tb-btn:active {
  z-index: 2;
}

.tb-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tb-nav:before,
.tb-nav:after {
  display: table;
  content: " ";
}

.tb-nav:after {
  clear: both;
}

.tb-nav:before,
.tb-nav:after {
  display: table;
  content: " ";
}

.tb-nav:after {
  clear: both;
}

.tb-nav > li {
  position: relative;
  display: block;
}

.tb-nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.tb-nav > li > a:hover,
.tb-nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.tb-nav > li.tb-disabled > a {
  color: #999999;
}

.tb-nav > li.tb-disabled > a:hover,
.tb-nav > li.tb-disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.tb-nav .tb-open > a,
.tb-nav .tb-open > a:hover,
.tb-nav .tb-open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.tb-nav .tb-nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.tb-nav .tb-nav-vertical-divider {
  width: 1px;
  background-color: #e5e5e5;
  height: 44px;
}

.tb-navbar-header > .tb-nav {
    float:right;
}

.tb-navbar-header .tb-nav-vertical-divider {
    display:none;
}

@media (max-width: 829px) {
  .tb-nav .tb-nav-vertical-divider {
      display: none;
  }

  .tb-navbar-header .tb-nav-vertical-divider {    
    display:block;    
  }
}

.tb-nav > li > a > img {
  max-width: none;
}

.tb-nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.tb-nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.tb-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tb-nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.tb-nav-tabs > li.tb-active > a,
.tb-nav-tabs > li.tb-active > a:hover,
.tb-nav-tabs > li.tb-active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.tb-nav-tabs.tb-nav-justified {
  width: 100%;
  border-bottom: 0;
}

.tb-nav-tabs.tb-nav-justified > li {
  float: none;
}

.tb-nav-tabs.tb-nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.tb-nav-tabs.tb-nav-justified > .tb-dropdown .tb-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 830px) {
  .tb-nav-tabs.tb-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tb-nav-tabs.tb-nav-justified > li > a {
    margin-bottom: 0;
  }
}

.tb-nav-tabs.tb-nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.tb-nav-tabs.tb-nav-justified > .tb-active > a,
.tb-nav-tabs.tb-nav-justified > .tb-active > a:hover,
.tb-nav-tabs.tb-nav-justified > .tb-active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 830px) {
  .tb-nav-tabs.tb-nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .tb-nav-tabs.tb-nav-justified > .tb-active > a,
  .tb-nav-tabs.tb-nav-justified > .tb-active > a:hover,
  .tb-nav-tabs.tb-nav-justified > .tb-active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tb-nav-pills > li {
  float: left;
}

.tb-nav-pills > li > a {
  border-radius: 4px;
}

.tb-nav-pills > li + li {
  margin-left: 2px;
}

.tb-nav-pills > li.tb-active > a,
.tb-nav-pills > li.tb-active > a:hover,
.tb-nav-pills > li.tb-active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.tb-nav-stacked > li {
  float: none;
}

.tb-nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.tb-nav-justified {
  width: 100%;
}

.tb-nav-justified > li {
  float: none;
}

.tb-nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.tb-nav-justified > .tb-dropdown .tb-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 830px) {
  .tb-nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .tb-nav-justified > li > a {
    margin-bottom: 0;
  }
}

.tb-nav-tabs-justified {
  border-bottom: 0;
}

.tb-nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.tb-nav-tabs-justified > .tb-active > a,
.tb-nav-tabs-justified > .tb-active > a:hover,
.tb-nav-tabs-justified > .tb-active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 830px) {
  .tb-nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .tb-nav-tabs-justified > .tb-active > a,
  .tb-nav-tabs-justified > .tb-active > a:hover,
  .tb-nav-tabs-justified > .tb-active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tb-tab-content > .tb-tab-pane {
  display: none;
}

.tb-tab-content > .tb-active {
  display: block;
}

.tb-nav-tabs .tb-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tb-navbar {
  position: absolute;
  z-index: 99;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  width: 100%;
}

.tb-navbar:before,
.tb-navbar:after {
  display: table;
  content: " ";
}

.tb-navbar:after {
  clear: both;
}

.tb-navbar:before,
.tb-navbar:after {
  display: table;
  content: " ";
}

.tb-navbar:after {
  clear: both;
}

@media (min-width: 830px) {
  .tb-navbar {
    border-radius: 4px;
  }
}

.tb-navbar-header:before,
.tb-navbar-header:after {
  display: table;
  content: " ";
}

.tb-navbar-header:after {
  clear: both;
}

.tb-navbar-header:before,
.tb-navbar-header:after {
  display: table;
  content: " ";
}

.tb-navbar-header:after {
  clear: both;
}

.tb-navbar-collapse {
  /*max-height: 340px;*/
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.tb-navbar-collapse:before,
.tb-navbar-collapse:after {
  display: table;
  content: " ";
}

.tb-navbar-collapse:after {
  clear: both;
}

.tb-navbar-collapse:before,
.tb-navbar-collapse:after {
  display: table;
  content: " ";
}

.tb-navbar-collapse:after {
  clear: both;
}

.tb-navbar-collapse.tb-in {
  overflow-y: auto;
}

.tb-navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .tb-navbar-collapse.tb-collapse {
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .tb-navbar-collapse.tb-in {
    overflow-y: visible;
  }
  .tb-navbar-fixed-top .tb-navbar-collapse,
  .tb-navbar-static-top .tb-navbar-collapse,
  .tb-navbar-fixed-bottom .tb-navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

@media (max-width: 829px) {
  .tb-navbar-collapse.tb-collapse {
    display: none;        
  }
  .tb-navbar-fixed-top .tb-navbar-collapse,
  .tb-navbar-static-top .tb-navbar-collapse,
  .tb-navbar-fixed-bottom .tb-navbar-collapse {
      padding-left:15px;
      padding-right:15px;
  }
}

.tb-container > .tb-navbar-header,
.tb-container-fluid > .tb-navbar-header
.tb-container > .tb-navbar-collapse,
.tb-container-fluid > .tb-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 830px) {
  .tb-container > .tb-navbar-header,
  .tb-container-fluid > .tb-navbar-header,
  .tb-container > .tb-navbar-collapse,
  .tb-container-fluid > .tb-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.tb-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 830px) {
  .tb-navbar-static-top {
    border-radius: 0;
  }
}

.tb-navbar-fixed-top,
.tb-navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
}

@media (min-width: 830px) {
  .tb-navbar-fixed-top,
  .tb-navbar-fixed-bottom {
    border-radius: 0;
  }
}

.tb-navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.tb-navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.tb-navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.tb-navbar-brand:hover,
.tb-navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 830px) {
  .tb-navbar > .tb-container .tb-navbar-brand,
  .tb-navbar > .tb-container-fluid .tb-navbar-brand  {
    margin-left: -15px;
  }
}

.tb-navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tb-navbar-toggle .tb-icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.tb-navbar-toggle .tb-icon-bar + .tb-icon-bar {
  margin-top: 4px;
}

.tb-navbar-toggle {
    display:none;
}

@media (max-width: 829px) {
  .tb-navbar-toggle {
    display: block;
  }
}

.tb-navbar-nav {
  float: left;
  margin: 0;
  line-height: 20px;
}
.tb-navbar-nav > li {
  float: left;
}
.tb-navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}  

@media (max-width: 829px) {
  .tb-navbar-nav {
    float: none;
    margin: 7.5px 0;
  }
  .tb-navbar-nav > li {
    float: none;
    zoom: 1;
  }
  .tb-navbar-header > .tb-navbar-nav {
      margin: 0;
  }
  .tb-navbar-header > .tb-navbar-nav > li {
    float:left;
  }
  .tb-navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 25px;
  }
}

@media (max-width: 829px) {
  .tb-navbar-nav .tb-open .tb-dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #000000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a,
  .tb-navbar-nav .tb-open .tb-dropdown-menu .tb-dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a {
    line-height: 20px;
  }
  .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:hover,
  .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:focus {
    background-image: none;
  }
  .tb-dropdown-submenu.tb-open .tb-dropdown-menu {
      padding-left: 15px;
      border-bottom: 1px solid #98AC34;
      background-color: #303610;
  }
}

.tb-navbar-left {
  float: left;
}
.tb-navbar-right {
  float: right;
}

@media (max-width: 829px) {
  .tb-navbar-left {
    float: none;
  }
  .tb-navbar-right {
    float: none;
  }
}

.tb-navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 830px) {
  .tb-navbar-form .tb-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .tb-navbar-form .tb-form-control {
    display: inline-block;
  }
  .tb-navbar-form select.tb-form-control {
    width: auto;
  }
  .tb-navbar-form .tb-radio,
  .tb-navbar-form .tb-checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tb-navbar-form .tb-radio input[type="radio"],
  .tb-navbar-form .tb-checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 829px) {
  .tb-navbar-form .tb-form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 830px) {
  .tb-navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tb-navbar-form.tb-navbar-right:last-child {
    margin-right: -15px;
  }
}

.tb-navbar-nav > li > .tb-dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tb-navbar-fixed-bottom .tb-navbar-nav > li > .tb-dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tb-navbar-nav.tb-pull-right > li > .tb-dropdown-menu,
.tb-navbar-nav > li > .tb-dropdown-menu.tb-pull-right {
  right: 0;
  left: auto;
}

.tb-navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tb-navbar-btn.tb-btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tb-navbar-btn.tb-btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.tb-navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 830px) {
  .tb-navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .tb-navbar-text.tb-navbar-right:last-child {
    margin-right: 0;
  }
}

.tb-navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.tb-navbar-default .tb-navbar-brand {
  color: #777777;
}

.tb-navbar-default .tb-navbar-brand:hover,
.tb-navbar-default .tb-navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.tb-navbar-default .tb-navbar-text {
  color: #777777;
}

.tb-navbar-default .tb-navbar-nav > li > a {
  color: #777777;
}

.tb-navbar-default .tb-navbar-nav > li > a:hover,
.tb-navbar-default .tb-navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.tb-navbar-default .tb-navbar-nav > .tb-active > a,
.tb-navbar-default .tb-navbar-nav > .tb-active > a:hover,
.tb-navbar-default .tb-navbar-nav > .tb-active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.tb-navbar-default .tb-navbar-nav > .tb-disabled > a,
.tb-navbar-default .tb-navbar-nav > .tb-disabled > a:hover,
.tb-navbar-default .tb-navbar-nav > .tb-disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.tb-navbar-default .tb-navbar-toggle {
  border-color: #dddddd;
}

.tb-navbar-default .tb-navbar-toggle:hover,
.tb-navbar-default .tb-navbar-toggle:focus {
  background-color: #dddddd;
}

.tb-navbar-default .tb-navbar-toggle .tb-icon-bar {
  background-color: #cccccc;
}

.tb-navbar-default .tb-navbar-collapse,
.tb-navbar-default .tb-navbar-form {
  border-color: #e7e7e7;
}

.tb-navbar-default .tb-navbar-nav > .tb-open > a,
.tb-navbar-default .tb-navbar-nav > .tb-open > a:hover,
.tb-navbar-default .tb-navbar-nav > .tb-open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

@media (max-width: 829px) {
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a {
    color: #777777;
  }
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:hover,
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a,
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a:hover,
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a,
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a:hover,
  .tb-navbar-default .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.tb-navbar-default .tb-navbar-link {
  color: #777777;
}

.tb-navbar-default .tb-navbar-link:hover {
  color: #333333;
}

.tb-navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.tb-navbar-inverse .tb-navbar-brand {
  color: #999999;
}

.tb-navbar-inverse .tb-navbar-brand:hover,
.tb-navbar-inverse .tb-navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.tb-navbar-inverse .tb-navbar-text {
  color: #999999;
}

.tb-navbar-inverse .tb-navbar-nav > li > a {
  color: #999999;
}

.tb-navbar-inverse .tb-navbar-nav > li > a:hover,
.tb-navbar-inverse .tb-navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.tb-navbar-inverse .tb-navbar-nav > .tb-active > a,
.tb-navbar-inverse .tb-navbar-nav > .tb-active > a:hover,
.tb-navbar-inverse .tb-navbar-nav > .tb-active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.tb-navbar-inverse .tb-navbar-nav > .tb-disabled > a,
.tb-navbar-inverse .tb-navbar-nav > .tb-disabled > a:hover,
.tb-navbar-inverse .tb-navbar-nav > .tb-disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.tb-navbar-inverse .tb-navbar-toggle {
  border-color: #333333;
}

.tb-navbar-inverse .tb-navbar-toggle:hover,
.tb-navbar-inverse .tb-navbar-toggle:focus {
  background-color: #333333;
}

.tb-navbar-inverse .tb-navbar-toggle .tb-icon-bar {
  background-color: #ffffff;
}

.tb-navbar-inverse .tb-navbar-collapse,
.tb-navbar-inverse .tb-navbar-form {
  border-color: #101010;
}

.tb-navbar-inverse .tb-navbar-nav .tb-open > a,
.tb-navbar-inverse .tb-navbar-nav .tb-open > a:hover,
.tb-navbar-inverse .tb-navbar-nav .tb-open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

@media (max-width: 829px) {
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-dropdown-header {
    border-color: #080808;
  }
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu .tb-divider {
    background-color: #080808;
  }

  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:hover,
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a,
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a:hover,
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a,
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a:hover,
  .tb-navbar-inverse .tb-navbar-nav .tb-open .tb-dropdown-menu > .tb-disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.tb-navbar-inverse .tb-navbar-link {
  color: #999999;
}

.tb-navbar-inverse .tb-navbar-link:hover {
  color: #ffffff;
}

.tb-breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.tb-breadcrumb > li {
  display: inline-block;
}

.tb-breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.tb-breadcrumb > .tb-active {
  color: #999999;
}

.tb-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.tb-pagination > li {
  display: inline;
}

.tb-pagination > li > a,
.tb-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.tb-pagination > li:first-child > a,
.tb-pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tb-pagination > li:last-child > a,
.tb-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tb-pagination > li > a:hover,
.tb-pagination > li > span:hover,
.tb-pagination > li > a:focus,
.tb-pagination > li > span:focus {
  background-color: #eeeeee;
}

.tb-pagination > .tb-active > a,
.tb-pagination > .tb-active > span,
.tb-pagination > .tb-active > a:hover,
.tb-pagination > .tb-active > span:hover,
.tb-pagination > .tb-active > a:focus,
.tb-pagination > .tb-active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.tb-pagination > .tb-disabled > span,
.tb-pagination > .tb-disabled > span:hover,
.tb-pagination > .tb-disabled > span:focus,
.tb-pagination > .tb-disabled > a,
.tb-pagination > .tb-disabled > a:hover,
.tb-pagination > .tb-disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.tb-pagination-lg > li > a,
.tb-pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.tb-pagination-lg > li:first-child > a,
.tb-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.tb-pagination-lg > li:last-child > a,
.tb-pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tb-pagination-sm > li > a,
.tb-pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.tb-pagination-sm > li:first-child > a,
.tb-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tb-pagination-sm > li:last-child > a,
.tb-pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tb-pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.tb-pager:before,
.tb-pager:after {
  display: table;
  content: " ";
}

.tb-pager:after {
  clear: both;
}

.tb-pager:before,
.tb-pager:after {
  display: table;
  content: " ";
}

.tb-pager:after {
  clear: both;
}

.tb-pager li {
  display: inline;
}

.tb-pager li > a,
.tb-pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.tb-pager li > a:hover,
.tb-pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.tb-pager .tb-next > a,
.tb-pager .tb-next > span {
  float: right;
}

.tb-pager .tb-previous > a,
.tb-pager .tb-previous > span {
  float: left;
}

.tb-pager .tb-disabled > a,
.tb-pager .tb-disabled > a:hover,
.tb-pager .tb-disabled > a:focus,
.tb-pager .tb-disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.tb-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.tb-label[href]:hover,
.tb-label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.tb-label:empty {
  display: none;
}

.tb-btn .tb-label {
  position: relative;
  top: -1px;
}

.tb-label-default {
  background-color: #999999;
}

.tb-label-default[href]:hover,
.tb-label-default[href]:focus {
  background-color: #808080;
}

.tb-label-primary {
  background-color: #428bca;
}

.tb-label-primary[href]:hover,
.tb-label-primary[href]:focus {
  background-color: #3071a9;
}

.tb-label-success {
  background-color: #5cb85c;
}

.tb-label-success[href]:hover,
.tb-label-success[href]:focus {
  background-color: #449d44;
}

.tb-label-info {
  background-color: #5bc0de;
}

.tb-label-info[href]:hover,
.tb-label-info[href]:focus {
  background-color: #31b0d5;
}

.tb-label-warning {
  background-color: #f0ad4e;
}

.tb-label-warning[href]:hover,
.tb-label-warning[href]:focus {
  background-color: #ec971f;
}

.tb-label-danger {
  background-color: #d9534f;
}

.tb-label-danger[href]:hover,
.tb-label-danger[href]:focus {
  background-color: #c9302c;
}

.tb-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.tb-badge:empty {
  display: none;
}

.tb-btn .tb-badge {
  position: relative;
  top: -1px;
}

.tb a.tb-badge:hover,
.tb a.tb-badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.tb a.tb-list-group-item.tb-active > .tb-badge,
.tb-nav-pills > .tb-active > a > .tb-badge {
  color: #428bca;
  background-color: #ffffff;
}

.tb-nav-pills > li > a > .tb-badge {
  margin-left: 3px;
}

.tb-jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.tb-jumbotron h1,
.tb-jumbotron .tb-h1 {
  line-height: 1;
  color: inherit;
}

.tb-jumbotron p {
  line-height: 1.4;
}

.tb-container .tb-jumbotron {
  border-radius: 6px;
}

.tb-jumbotron .tb-container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .tb-jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .tb-container .tb-jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .tb-jumbotron h1,
  .tb-jumbotron .tb-h1 {
    font-size: 63px;
  }
}

.tb-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.tb-thumbnail > img,
.tb-thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tb a.tb-thumbnail:hover,
.tb a.tb-thumbnail:focus,
.tb a.tb-thumbnail.tb-active {
  border-color: #428bca;
}

.tb-thumbnail .tb-caption {
  padding: 9px;
  color: #333333;
}

.tb-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tb-alert h4 {
  margin-top: 0;
  color: inherit;
}

.tb-alert .tb-alert-link {
  font-weight: bold;
}

.tb-alert > p,
.tb-alert > ul {
  margin-bottom: 0;
}

.tb-alert > p + p {
  margin-top: 5px;
}

.tb-alert-dismissable {
  padding-right: 35px;
}

.tb-alert-dismissable .tb-close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.tb-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.tb-alert-success hr {
  border-top-color: #c9e2b3;
}

.tb-alert-success .tb-alert-link {
  color: #2b542c;
}

.tb-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.tb-alert-info hr {
  border-top-color: #a6e1ec;
}

.tb-alert-info .tb-alert-link {
  color: #245269;
}

.tb-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.tb-alert-warning hr {
  border-top-color: #f7e1b5;
}

.tb-alert-warning .tb-alert-link {
  color: #66512c;
}

.tb-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.tb-alert-danger hr {
  border-top-color: #e4b9c0;
}

.tb-alert-danger .tb-alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.tb-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tb-progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.tb-progress-striped .tb-progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.tb-progress.tb-active .tb-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.tb-progress-bar-success {
  background-color: #5cb85c;
}

.tb-progress-striped .tb-progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tb-progress-bar-info {
  background-color: #5bc0de;
}

.tb-progress-striped .tb-progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tb-progress-bar-warning {
  background-color: #f0ad4e;
}

.tb-progress-striped .tb-progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tb-progress-bar-danger {
  background-color: #d9534f;
}

.tb-progress-striped .tb-progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.tb-media,
.tb-media-body {
  overflow: hidden;
  zoom: 1;
}

.tb-media,
.tb-media .tb-media {
  margin-top: 15px;
}

.tb-media:first-child {
  margin-top: 0;
}

.tb-media-object {
  display: block;
}

.tb-media-heading {
  margin: 0 0 5px;
}

.tb-media > .tb-pull-left {
  margin-right: 10px;
}

.tb-media > .tb-pull-right {
  margin-left: 10px;
}

.tb-media-list {
  padding-left: 0;
  list-style: none;
}

.tb-list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.tb-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.tb-list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.tb-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tb-list-group-item > .tb-badge {
  float: right;
}

.tb-list-group-item > .tb-badge + .tb-badge {
  margin-right: 5px;
}

.tb a.tb-list-group-item {
  color: #555555;
}

.tb a.tb-list-group-item .tb-list-group-item-heading {
  color: #333333;
}

.tb a.tb-list-group-item:hover,
.tb a.tb-list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.tb a.tb-list-group-item.tb-active,
.tb a.tb-list-group-item.tb-active:hover,
.tb a.tb-list-group-item.tb-active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.tb a.tb-list-group-item.tb-active .tb-list-group-item-heading,
.tb a.tb-list-group-item.tb-active:hover .tb-list-group-item-heading,
.tb a.tb-list-group-item.tb-active:focus .tb-list-group-item-heading {
  color: inherit;
}

.tb a.tb-list-group-item.tb-active .tb-list-group-item-text,
.tb a.tb-list-group-item.tb-active:hover .tb-list-group-item-text,
.tb a.tb-list-group-item.tb-active:focus .tb-list-group-item-text {
  color: #e1edf7;
}

.tb-list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.tb-list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.tb-panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tb-panel-body {
  padding: 15px;
}

.tb-panel-body:before,
.tb-panel-body:after {
  display: table;
  content: " ";
}

.tb-panel-body:after {
  clear: both;
}

.tb-panel-body:before,
.tb-panel-body:after {
  display: table;
  content: " ";
}

.tb-panel-body:after {
  clear: both;
}

.tb-panel > .tb-list-group {
  margin-bottom: 0;
}

.tb-panel > .tb-list-group .tb-list-group-item {
  border-width: 1px 0;
}

.tb-panel > .tb-list-group .tb-list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.tb-panel > .tb-list-group .tb-list-group-item:last-child {
  border-bottom: 0;
}

.tb-panel-heading + .tb-list-group .tb-list-group-item:first-child {
  border-top-width: 0;
}

.tb-panel > .tb-table,
.tb-panel > .tb-table-responsive > .tb-table {
  margin-bottom: 0;
}

.tb-panel > .tb-panel-body + .tb-table,
.tb-panel > .tb-panel-body + .tb-table-responsive {
  border-top: 1px solid #dddddd;
}

.tb-panel > .tb-table > tbody:first-child th,
.tb-panel > .tb-table > tbody:first-child td {
  border-top: 0;
}

.tb-panel > .tb-table-bordered,
.tb-panel > .tb-table-responsive > .tb-table-bordered {
  border: 0;
}

.tb-panel > .tb-table-bordered > thead > tr > th:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr > th:first-child,
.tb-panel > .tb-table-bordered > tbody > tr > th:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr > th:first-child,
.tb-panel > .tb-table-bordered > tfoot > tr > th:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr > th:first-child,
.tb-panel > .tb-table-bordered > thead > tr > td:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr > td:first-child,
.tb-panel > .tb-table-bordered > tbody > tr > td:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr > td:first-child,
.tb-panel > .tb-table-bordered > tfoot > tr > td:first-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.tb-panel > .tb-table-bordered > thead > tr > th:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr > th:last-child,
.tb-panel > .tb-table-bordered > tbody > tr > th:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr > th:last-child,
.tb-panel > .tb-table-bordered > tfoot > tr > th:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr > th:last-child,
.tb-panel > .tb-table-bordered > thead > tr > td:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr > td:last-child,
.tb-panel > .tb-table-bordered > tbody > tr > td:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr > td:last-child,
.tb-panel > .tb-table-bordered > tfoot > tr > td:last-child,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.tb-panel > .tb-table-bordered > thead > tr:last-child > th,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr:last-child > th,
.tb-panel > .tb-table-bordered > tbody > tr:last-child > th,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr:last-child > th,
.tb-panel > .tb-table-bordered > tfoot > tr:last-child > th,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr:last-child > th,
.tb-panel > .tb-table-bordered > thead > tr:last-child > td,
.tb-panel > .tb-table-responsive > .tb-table-bordered > thead > tr:last-child > td,
.tb-panel > .tb-table-bordered > tbody > tr:last-child > td,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tbody > tr:last-child > td,
.tb-panel > .tb-table-bordered > tfoot > tr:last-child > td,
.tb-panel > .tb-table-responsive > .tb-table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.tb-panel > .tb-table-responsive {
  margin-bottom: 0;
  border: 0;
}

.tb-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.tb-panel-heading > .tb-dropdown .tb-dropdown-toggle {
  color: inherit;
}

.tb-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.tb-panel-title > a {
  color: inherit;
}

.tb-panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.tb-panel-group .tb-panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.tb-panel-group .tb-panel + .tb-panel {
  margin-top: 5px;
}

.tb-panel-group .tb-panel-heading {
  border-bottom: 0;
}

.tb-panel-group .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top: 1px solid #dddddd;
}

.tb-panel-group .tb-panel-footer {
  border-top: 0;
}

.tb-panel-group .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom: 1px solid #dddddd;
}

.tb-panel-default {
  border-color: #dddddd;
}

.tb-panel-default > .tb-panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.tb-panel-default > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #dddddd;
}

.tb-panel-default > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #dddddd;
}

.tb-panel-primary {
  border-color: #428bca;
}

.tb-panel-primary > .tb-panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.tb-panel-primary > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #428bca;
}

.tb-panel-primary > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #428bca;
}

.tb-panel-success {
  border-color: #d6e9c6;
}

.tb-panel-success > .tb-panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.tb-panel-success > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #d6e9c6;
}

.tb-panel-success > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #d6e9c6;
}

.tb-panel-warning {
  border-color: #faebcc;
}

.tb-panel-warning > .tb-panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.tb-panel-warning > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #faebcc;
}

.tb-panel-warning > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #faebcc;
}

.tb-panel-danger {
  border-color: #ebccd1;
}

.tb-panel-danger > .tb-panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.tb-panel-danger > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #ebccd1;
}

.tb-panel-danger > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #ebccd1;
}

.tb-panel-info {
  border-color: #bce8f1;
}

.tb-panel-info > .tb-panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.tb-panel-info > .tb-panel-heading + .tb-panel-collapse .tb-panel-body {
  border-top-color: #bce8f1;
}

.tb-panel-info > .tb-panel-footer + .tb-panel-collapse .tb-panel-body {
  border-bottom-color: #bce8f1;
}

.tb-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tb-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.tb-well-lg {
  padding: 24px;
  border-radius: 6px;
}

.tb-well-sm {
  padding: 9px;
  border-radius: 3px;
}

.tb-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.tb-close:hover,
.tb-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tb button.tb-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tb-modal-open {
  overflow: hidden;
}

.tb-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.tb-modal.fade .tb-modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.tb-modal.tb-fade .tb-modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.tb-modal.tb-in .tb-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.tb-modal.in .tb-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.tb-modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

.tb-modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.tb-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.tb-modal-backdrop.tb-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tb-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tb-modal-backdrop.tb-in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tb-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tb-modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.tb-modal-header .tb-close {
  margin-top: -2px;
}

.tb-modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.tb-modal-body {
  position: relative;
  padding: 20px;
}

.tb-modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.tb-modal-footer:before,
.tb-modal-footer:after {
  display: table;
  content: " ";
}

.tb-modal-footer:after {
  clear: both;
}

.tb-modal-footer:before,
.tb-modal-footer:after {
  display: table;
  content: " ";
}

.tb-modal-footer:after {
  clear: both;
}

.tb-modal-footer .tb-btn + .tb-btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.tb-modal-footer .tb-btn-group .tb-btn + .tb-btn {
  margin-left: -1px;
}

.tb-modal-footer .tb-btn-block + .tb-btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .tb-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .tb-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tb-tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tb-tooltip.tb-in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tb-tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tb-tooltip.tb-top {
  padding: 5px 0;
  margin-top: -3px;
}
.tb-tooltip.tb-right {
  padding: 0 5px;
  margin-left: 3px;
}
.tb-tooltip.tb-bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tb-tooltip.tb-left {
  padding: 0 5px;
  margin-left: -3px;
}
.tb-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tb-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tb-tooltip.tb-top .tb-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tb-tooltip.tb-top-left .tb-tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tb-tooltip.tb-top-right .tb-tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tb-tooltip.tb-right .tb-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tb-tooltip.tb-left .tb-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tb-tooltip.tb-bottom .tb-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tb-tooltip.tb-bottom-left .tb-tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tb-tooltip.tb-bottom-right .tb-tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tb-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  /*max-width: 276px;*/
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .tb-2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tb-popover.tb-top {
  margin-top: -10px;
}
.tb-popover.tb-right {
  margin-left: 10px;
}
.tb-popover.right {
  margin-left: 10px;
}
.tb-popover.tb-bottom {
  margin-top: 10px;
}
.tb-popover.tb-left {
  margin-left: -10px;
}
.tb-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tb-popover-content {
  padding: 9px 14px;
}
.tb-popover > .tb-arrow,
.tb-popover > .tb-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;  
}
.tb-popover > .tb-arrow {
  border-width: 11px;
}
.tb-popover > .tb-arrow:after {
  content: "";
  border-width: 10px;
}
.tb-popover.top > .tb-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.tb-popover.top > .tb-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.tb-popover.tb-right > .tb-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.tb-popover.right > .tb-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.tb-popover.tb-right > .tb-arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.tb-popover.right > .tb-arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.tb-popover.tb-bottom > .tb-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.tb-popover.tb-bottom > .tb-arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.tb-popover.tb-left > .tb-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.tb-popover.tb-left > .tb-arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.tb-popover>.tb-arrow {
    border-width: 11px;
}

.tb-popover.right > .tb-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}
.tb-popover.right>.tb-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.tb-popover>.tb-arrow, .tb-popover>.tb-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tb-carousel {
  position: relative;
}

.tb-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tb-carousel-inner > .tb-item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.tb-carousel-inner > .tb-item > img,
.tb-carousel-inner > .tb-item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.tb-carousel-inner > .tb-active,
.tb-carousel-inner > .tb-next,
.tb-carousel-inner > .tb-prev {
  display: block;
}

.tb-carousel-inner > .tb-active {
  left: 0;
}

.tb-carousel-inner > .tb-next,
.tb-carousel-inner > .tb-prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.tb-carousel-inner > .tb-next {
  left: 100%;
}

.tb-carousel-inner > .tb-prev {
  left: -100%;
}

.tb-carousel-inner > .tb-next.tb-left,
.tb-carousel-inner > .tb-prev.tb-right {
  left: 0;
}

.tb-carousel-inner > .tb-active.tb-left {
  left: -100%;
}

.tb-carousel-inner > .tb-active.tb-right {
  left: 100%;
}

.tb-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tb-carousel-control.tb-left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.tb-carousel-control.tb-right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.tb-carousel-control:hover,
.tb-carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tb-carousel-control .tb-icon-prev,
.tb-carousel-control .tb-icon-next,
.tb-carousel-control .tb-glyphicon-chevron-left,
.tb-carousel-control .tb-glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.tb-carousel-control .tb-icon-prev,
.tb-carousel-control .tb-glyphicon-chevron-left {
  left: 50%;
}

.tb-carousel-control .tb-icon-next,
.tb-carousel-control .tb-glyphicon-chevron-right {
  right: 50%;
}

.tb-carousel-control .tb-icon-prev,
.tb-carousel-control .tb-icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.tb-carousel-control .tb-icon-prev:before {
  content: '\2039';
}

.tb-carousel-control .tb-icon-next:before {
  content: '\203a';
}

.tb-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.tb-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.tb-carousel-indicators .tb-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.tb-carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.tb-carousel-caption .tb-btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .tb-carousel-control .tb-glyphicons-chevron-left,
  .tb-carousel-control .tb-glyphicons-chevron-right,
  .tb-carousel-control .tb-icon-prev,
  .tb-carousel-control .tb-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .tb-carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .tb-carousel-indicators {
    bottom: 20px;
  }
}

.tb-clearfix:before,
.tb-clearfix:after {
  display: table;
  content: " ";
}

.tb-clearfix:after {
  clear: both;
}

.tb-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tb-pull-right {
  float: right !important;
}

.tb-pull-left {
  float: left !important;
}

.tb-hide {
  display: none !important;
}

.tb-show {
  display: block !important;
}

.tb-invisible {
  visibility: hidden;
}

.tb-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.tb-hidden {
  display: none !important;
  visibility: hidden !important;
}

.tb-affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.tb-visible-xs,
.tb tr.tb-visible-xs,
.tb th.tb-visible-xs,
.tb td.tb-visible-xs {
  display: none !important;
}

@media (max-width: 829px) {
  .tb-visible-xs {
    display: block !important;
  }
  .tb table.tb-visible-xs {
    display: table;
  }
  .tb tr.tb-visible-xs {
    display: table-row !important;
  }
  .tb th.tb-visible-xs,
  .tb td.tb-visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-visible-xs.tb-visible-sm {
    display: block !important;
  }
  .tb table.tb-visible-xs.tb-visible-sm {
    display: table;
  }
  .tb tr.tb-visible-xs.tb-visible-sm {
    display: table-row !important;
  }
  .tb th.tb-visible-xs.tb-visible-sm,
  .tb td.tb-visible-xs.tb-visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-visible-xs.tb-visible-md {
    display: block !important;
  }
  .tb table.tb-visible-xs.tb-visible-md {
    display: table;
  }
  .tb tr.tb-visible-xs.tb-visible-md {
    display: table-row !important;
  }
  .tb th.tb-visible-xs.tb-visible-md,
  .tb td.tb-visible-xs.tb-visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .tb-visible-xs.tb-visible-lg {
    display: block !important;
  }
  .tb table.tb-visible-xs.tb-visible-lg {
    display: table;
  }
  .tb tr.tb-visible-xs.tb-visible-lg {
    display: table-row !important;
  }
  .tb th.tb-visible-xs.tb-visible-lg,
  .tb td.tb-visible-xs.tb-visible-lg {
    display: table-cell !important;
  }
}

.tb-visible-sm,
.tb tr.tb-visible-sm,
.tb th.tb-visible-sm,
.tb td.tb-visible-sm {
  display: none !important;
}

@media (max-width: 829px) {
  .tb-visible-sm.tb-visible-xs {
    display: block !important;
  }
  .tb table.tb-visible-sm.tb-visible-xs {
    display: table;
  }
  .tb tr.tb-visible-sm.tb-visible-xs {
    display: table-row !important;
  }
  .tb th.tb-visible-sm.tb-visible-xs,
  .tb td.tb-visible-sm.tb-visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-visible-sm {
    display: block !important;
  }
  .tb table.tb-visible-sm {
    display: table;
  }
  .tb tr.tb-visible-sm {
    display: table-row !important;
  }
  .tb th.tb-visible-sm,
  .tb td.tb-visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-visible-sm.tb-visible-md {
    display: block !important;
  }
  .tb table.tb-visible-sm.tb-visible-md {
    display: table;
  }
  .tb tr.tb-visible-sm.tb-visible-md {
    display: table-row !important;
  }
  .tb th.tb-visible-sm.tb-visible-md,
  .tb td.tb-visible-sm.tb-visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .tb-visible-sm.tb-visible-lg {
    display: block !important;
  }
  .tb table.tb-visible-sm.tb-visible-lg {
    display: table;
  }
  .tb tr.tb-visible-sm.tb-visible-lg {
    display: table-row !important;
  }
  .tb th.tb-visible-sm.tb-visible-lg,
  .tb td.tb-visible-sm.tb-visible-lg {
    display: table-cell !important;
  }
}

.tb-visible-md,
.tb tr.tb-visible-md,
.tb th.tb-visible-md,
.tb td.tb-visible-md {
  display: none !important;
}

@media (max-width: 829px) {
  .tb-visible-md.tb-visible-xs {
    display: block !important;
  }
  .tb table.tb-visible-md.tb-visible-xs {
    display: table;
  }
  .tb tr.tb-visible-md.tb-visible-xs {
    display: table-row !important;
  }
  .tb th.tb-visible-md.tb-visible-xs,
  .tb td.tb-visible-md.tb-visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-visible-md.tb-visible-sm {
    display: block !important;
  }
  .tb table.tb-visible-md.tb-visible-sm {
    display: table;
  }
  .tb tr.tb-visible-md.tb-visible-sm {
    display: table-row !important;
  }
  .tb th.tb-visible-md.tb-visible-sm,
  .tb td.tb-visible-md.tb-visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-visible-md {
    display: block !important;
  }
  .tb table.tb-visible-md {
    display: table;
  }
  .tb tr.tb-visible-md {
    display: table-row !important;
  }
  .tb th.tb-visible-md,
  .tb td.tb-visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .tb-visible-md.tb-visible-lg {
    display: block !important;
  }
  .tb table.tb-visible-md.tb-visible-lg {
    display: table;
  }
  .tb tr.tb-visible-md.tb-visible-lg {
    display: table-row !important;
  }
  .tb th.tb-visible-md.tb-visible-lg,
  .tb td.tb-visible-md.tb-visible-lg {
    display: table-cell !important;
  }
}

.tb-visible-lg,
.tb tr.tb-visible-lg,
.tb th.tb-visible-lg,
.tb td.tb-visible-lg {
  display: none !important;
}

@media (max-width: 829px) {
  .tb-visible-lg.tb-visible-xs {
    display: block !important;
  }
  .tb table.tb-visible-lg.tb-visible-xs {
    display: table;
  }
  .tb tr.tb-visible-lg.tb-visible-xs {
    display: table-row !important;
  }
  .tb th.tb-visible-lg.tb-visible-xs,
  .tb td.tb-visible-lg.tb-visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-visible-lg.tb-visible-sm {
    display: block !important;
  }
  .tb table.tb-visible-lg.tb-visible-sm {
    display: table;
  }
  .tb tr.tb-visible-lg.tb-visible-sm {
    display: table-row !important;
  }
  .tb th.tb-visible-lg.tb-visible-sm,
  .tb td.tb-visible-lg.tb-visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-visible-lg.tb-visible-md {
    display: block !important;
  }
  .tb table.tb-visible-lg.tb-visible-md {
    display: table;
  }
  .tb tr.tb-visible-lg.tb-visible-md {
    display: table-row !important;
  }
  .tb th.tb-visible-lg.tb-visible-md,
  .tb td.tb-visible-lg.tb-visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .tb-visible-lg {
    display: block !important;
  }
  .tb table.tb-visible-lg {
    display: table;
  }
  .tb tr.tb-visible-lg {
    display: table-row !important;
  }
  .tb th.tb-visible-lg,
  .tb td.tb-visible-lg {
    display: table-cell !important;
  }
}

.tb-hidden-xs {
  display: block !important;
}

.tb table.tb-hidden-xs {
  display: table;
}

.tb tr.tb-hidden-xs {
  display: table-row !important;
}

.tb th.tb-hidden-xs,
.tb td.tb-hidden-xs {
  display: table-cell !important;
}

@media (max-width: 829px) {
  .tb-hidden-xs,
  .tb tr.tb-hidden-xs,
  .tb th.tb-hidden-xs,
  .tb td.tb-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-hidden-xs.tb-hidden-sm,
  .tb tr.tb-hidden-xs.tb-hidden-sm,
  .tb th.tb-hidden-xs.tb-hidden-sm,
  .tb td.tb-hidden-xs.tb-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-hidden-xs.tb-hidden-md,
  .tb tr.tb-hidden-xs.tb-hidden-md,
  .tb th.tb-hidden-xs.tb-hidden-md,
  .tb td.tb-hidden-xs.tb-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tb-hidden-xs.tb-hidden-lg,
  .tb tr.tb-hidden-xs.tb-hidden-lg,
  .tb th.tb-hidden-xs.tb-hidden-lg,
  .tb td.tb-hidden-xs.tb-hidden-lg {
    display: none !important;
  }
}

.tb-hidden-sm {
  display: block !important;
}

.tb table.tb-hidden-sm {
  display: table;
}

.tb tr.tb-hidden-sm {
  display: table-row !important;
}

.tb th.tb-hidden-sm,
.tb td.tb-hidden-sm {
  display: table-cell !important;
}

@media (max-width: 829px) {
  .tb-hidden-sm.tb-hidden-xs,
  .tb tr.tb-hidden-sm.tb-hidden-xs,
  .tb th.tb-hidden-sm.tb-hidden-xs,
  .tb td.tb-hidden-sm.tb-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-hidden-sm,
  .tb tr.tb-hidden-sm,
  .tb th.tb-hidden-sm,
  .tb td.tb-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-hidden-sm.tb-hidden-md,
  .tb tr.tb-hidden-sm.tb-hidden-md,
  .tb th.tb-hidden-sm.tb-hidden-md,
  .tb td.tb-hidden-sm.tb-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tb-hidden-sm.tb-hidden-lg,
  .tb tr.tb-hidden-sm.tb-hidden-lg,
  .tb th.tb-hidden-sm.tb-hidden-lg,
  .tb td.tb-hidden-sm.tb-hidden-lg {
    display: none !important;
  }
}

.tb-hidden-md {
  display: block !important;
}

.tb table.tb-hidden-md {
  display: table;
}

.tb tr.tb-hidden-md {
  display: table-row !important;
}

.tb th.tb-hidden-md,
.tb td.tb-hidden-md {
  display: table-cell !important;
}

@media (max-width: 829px) {
  .tb-hidden-md.tb-hidden-xs,
  .tb tr.tb-hidden-md.tb-hidden-xs,
  .tb th.tb-hidden-md.tb-hidden-xs,
  .tb td.tb-hidden-md.tb-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-hidden-md.tb-hidden-sm,
  .tb tr.tb-hidden-md.tb-hidden-sm,
  .tb th.tb-hidden-md.tb-hidden-sm,
  .tb td.tb-hidden-md.tb-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-hidden-md,
  .tb tr.tb-hidden-md,
  .tb th.tb-hidden-md,
  .tb td.tb-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tb-hidden-md.tb-hidden-lg,
  .tb tr.tb-hidden-md.tb-hidden-lg,
  .tb th.tb-hidden-md.tb-hidden-lg,
  .tb td.tb-hidden-md.tb-hidden-lg {
    display: none !important;
  }
}

.tb-hidden-lg {
  display: block !important;
}

.tb table.tb-hidden-lg {
  display: table;
}

.tb tr.tb-hidden-lg {
  display: table-row !important;
}

.tb th.tb-hidden-lg,
.tb td.tb-hidden-lg {
  display: table-cell !important;
}

@media (max-width: 829px) {
  .tb-hidden-lg.tb-hidden-xs,
  .tb tr.tb-hidden-lg.tb-hidden-xs,
  .tb th.tb-hidden-lg.tb-hidden-xs,
  .tb td.tb-hidden-lg.tb-hidden-xs {
    display: none !important;
  }
}

@media (min-width: 830px) and (max-width: 991px) {
  .tb-hidden-lg.tb-hidden-sm,
  .tb tr.tb-hidden-lg.tb-hidden-sm,
  .tb th.tb-hidden-lg.tb-hidden-sm,
  .tb td.tb-hidden-lg.tb-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tb-hidden-lg.tb-hidden-md,
  .tb tr.tb-hidden-lg.tb-hidden-md,
  .tb th.tb-hidden-lg.tb-hidden-md,
  .tb td.tb-hidden-lg.tb-hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tb-hidden-lg,
  .tb tr.tb-hidden-lg,
  .tb th.tb-hidden-lg,
  .tb td.tb-hidden-lg {
    display: none !important;
  }
}

.tb-visible-print,
.tb tr.tb-visible-print,
.tb th.tb-visible-print,
.tb td.tb-visible-print {
  display: none !important;
}

@media print {
  .tb-visible-print {
    display: block !important;
  }
  .tb table.tb-visible-print {
    display: table;
  }
  .tb tr.tb-visible-print {
    display: table-row !important;
  }
  .tb th.tb-visible-print,
  .tb td.tb-visible-print {
    display: table-cell !important;
  }
  .tb-hidden-print,
  .tb tr.tb-hidden-print,
  .tb th.tb-hidden-print,
  .tb td.tb-hidden-print {
    display: none !important;
  }
}

@media (min-width: 830px) {
    .tb-text-right-sm {
        text-align: right;
    }

    .tb-text-left-sm {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .tb-text-right-md {
        text-align: right;
    }

    .tb-text-left-md {
        text-align: left;
    }
}

.tb-text-nowrap {
    white-space: nowrap;
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */

.tb-btn-default,
.tb-btn-primary,
.tb-btn-success,
.tb-btn-info,
.tb-btn-warning,
.tb-btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tb-btn-default:active,
.tb-btn-primary:active,
.tb-btn-success:active,
.tb-btn-info:active,
.tb-btn-warning:active,
.tb-btn-danger:active,
.tb-btn-default.active,
.tb-btn-primary.active,
.tb-btn-success.active,
.tb-btn-info.active,
.tb-btn-warning.active,
.tb-btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tb-btn:active,
.tb-btn.active {
  background-image: none;
}

.tb-btn:focus {
    outline: 0;

}

.tb-btn-default,
.tb-btn-default[disabled]:active {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-default:hover,
.tb-btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.tb-btn-default:active,
.tb-btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.tb-btn-primary,
.tb-btn-primary[disabled]:active {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-primary:hover,
.tb-btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.tb-btn-primary:active,
.tb-btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.tb-btn-success,
.tb-btn-success[disabled]:active {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-success:hover,
.tb-btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.tb-btn-success:active,
.tb-btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.tb-btn-warning,
.tb-btn-warning[disabled]:active {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-warning:hover,
.tb-btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.tb-btn-warning:active,
.tb-btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.tb-btn-danger,
.tb-btn-danger[disabled]:active {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-danger:hover,
.tb-btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.tb-btn-danger:active,
.tb-btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.tb-btn[disabled]:hover {
    background-position: 0;
}

.tb-btn[disabled]:active {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.tb-btn-info,
.tb-btn-info[disabled]:active {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tb-btn-info:hover,
.tb-btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.tb-btn-info:active,
.tb-btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.tb-thumbnail,
.tb-img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.tb-dropdown-menu > li > a:hover,
.tb-dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.tb-navbar-inverse .tb-dropdown-menu > li > a:hover,
.tb-navbar-inverse .tb-dropdown-menu > li > a:focus,
.tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:hover,
.tb-navbar-nav .tb-open .tb-dropdown-menu > li > a:focus {
  background-color: #78807D !important;
  background-image: -webkit-linear-gradient(top, #868f8c 0%, #676e6c 100%) !important;
  background-image: linear-gradient(to bottom, #868f8c 0%, #676e6c 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff868f8c', endColorstr='#ff676e6c', GradientType=0) !important;
}

.tb-dropdown-menu > .tb-active > a,
.tb-dropdown-menu > .tb-active > a:hover,
.tb-dropdown-menu > .tb-active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.tb-navbar-inverse .tb-navbar-nav .tb-open > a,
.tb-navbar-inverse .tb-navbar-nav .tb-open > a:hover,
.tb-navbar-inverse .tb-navbar-nav .tb-open > a:focus {
  background-color: #cc092f !important; 
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
}

.tb-navbar {
    border: 0;
    margin-bottom: 0;
    min-height: 44px;
}

@media (max-width:829px) {
    .tb-navbar {
        top: 0;
    }
}

.tb-navbar-default {
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.tb-navbar ul {
    margin-bottom: 0;
}

.tb-navbar-default .tb-navbar-nav > .tb-active > a {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.tb-navbar-toggle {
  padding: 18px 15px;
  border: 0;
  border-radius: 0;
  margin:0;
}

.tb-navbar-inverse {
  background-color: #3E3E3E;
  background-image: -webkit-linear-gradient(top, #4d4d4d 0%, #292929 100%);
  background-image: linear-gradient(to bottom, #4d4d4d 0%, #292929 100%);
  background-repeat: repeat-x;
}

.tb-navbar-inverse .tb-navbar-toggle.tb-collapsed {
  background:none;
  filter: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
}

.tb-navbar-inverse .tb-navbar-toggle:hover,
.tb-navbar-inverse .tb-navbar-toggle.tb-collapsed:hover {
  background-color: #78807D;
  background-image: -webkit-linear-gradient(top, #868f8c 0%, #676e6c 100%);
  background-image: linear-gradient(to bottom, #868f8c 0%, #676e6c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff868f8c', endColorstr='#ff676e6c', GradientType=0);
}

.tb-navbar-inverse .tb-navbar-toggle {
  background-color: #cc092f;
  border-bottom: 1px solid #000000;  
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
}

.tb-navbar-inverse .tb-navbar-toggle:active {
  background-color: #cc092f !important;  
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
}

.tb-navbar-inverse .tb-navbar-text {
  display: none;
}

@media (max-width: 829px) {
  .tb-navbar-inverse .tb-navbar-text {
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    float: none;
  }
}

.tb-navbar .tb-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.tb-navbar-inverse .tb-navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.04em;
    padding: 12px;
}

.tb-navbar-inverse .tb-navbar-nav > li > a:hover {
  background-color: #cc092f;  
}

.tb-navbar-inverse .tb-navbar-nav .tb-active > a,
.tb-navbar-inverse .tb-navbar-nav .tb-open > .tb-dropdown-menu > .tb-active > a{
  background-color: #cc092f !important;  
  -webkit-box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.25);
}

.tb-navbar-inverse .tb-navbar-nav > li > a > .tb-glyphicon {
  font-size: 23px;
  line-height: 0;
  vertical-align: middle;
  top: -1px;
}

@media (max-width: 829px) {
  .tb-navbar-inverse .tb-navbar-nav > li > a > .tb-glyphicon {
      display: none;
  }
}

.tb-navbar-inverse .tb-nav .tb-nav-divider {
   background-color: #131313;
  -webkit-box-shadow: 0 0 3px 0 rgba(117, 117, 117, 0.59);
          box-shadow: 0 0 3px 0 rgba(117, 117, 117, 0.59);
}

.tb-navbar-inverse .tb-navbar-nav > li.tb-nav-vertical-divider {
  background-color: #131313;
  -webkit-box-shadow: 0 0 3px 0 rgba(117, 117, 117, 0.59);
          box-shadow: 0 0 3px 0 rgba(117, 117, 117, 0.59);
}

.tb-navbar-static-top,
.tb-navbar-fixed-top,
.tb-navbar-fixed-bottom {
  border-radius: 0;
}

@media (min-width: 830px) {
    .tb-navbar {
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

.tb-alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tb-alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.tb-alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.tb-alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.tb-alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.tb-progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.tb-progress-bar {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.tb-progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.tb-progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.tb-progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.tb-progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.tb-list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.tb-list-group-item.tb-active,
.tb-list-group-item.tb-active:hover,
.tb-list-group-item.tb-active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

.tb-panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tb-panel-default > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.tb-panel-primary > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.tb-panel-success > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.tb-panel-info > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.tb-panel-warning > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.tb-panel-danger > .tb-panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.tb-well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.tb-well-nobackground {
    border: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    filter: none;
    padding-left: 0;
    padding-right: 0;
}

.tb-navbar-nav > li > a > .tb-glyphicon.tb-glyphicon-cog {
  top:0;
}

.tb-badge.tb-badge-counter {
  background-color: #ca0000;
}

.tb-navbar-nav > li > a > .tb-badge {
  position: absolute;
  right:4px;
  top:6px;
}

@media (max-width: 829px) {
  .tb-navbar-nav > li > a > .tb-badge {
      margin-left: 4px;
      position:inherit;
      top:auto;
      right:auto;
  }
}

.tb-visible-desktop {
    visibility: visible;
    width: 0;
    height: 0;
}

@media(max-width: 829px) {
    .tb-visible-desktop {
        visibility: hidden;
    }
}

.ui-dialog-content .tb-form-group  {
    margin-left: 0;
    margin-right: 0;
}

.ui-widget .tb {
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 1em;
}

.tb-form-horizontal .tb-control-label {
    padding-right: 0;
    padding-top: 4px;
}

.tb-form-group {
    margin-bottom: 3px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.tb input[type="text"] {
    width: 100%;
}

.tb-form-control {
    width: 100%;
    height: 23px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
}

.tb-form-control:focus,
.tb-btn:focus {
    border-color: #9fa615;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 166, 21, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 166, 21, 0.6);*/
}

.tb-no-right-padding {
    padding-right: 0;
}

@font-face {
  font-family: 'Glyphicons Application';
  src: url('/Content/default/Bootstrap/fonts/glyphicons-app-regular.eot');
  src: url('/Content/default/Bootstrap/fonts/glyphicons-app-regular.eot?#iefix') format('embedded-opentype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-app-regular.woff') format('woff'),
       url('/Content/default/Bootstrap/fonts/glyphicons-app-regular.ttf') format('truetype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-app-regular.svg#glyphicons-app-regular') format('svg');
}

@font-face {
  font-family: 'Glyphicons Data';
  src: url('/Content/default/Bootstrap/fonts/glyphicons-data-regular.eot');
  src: url('/Content/default/Bootstrap/fonts/glyphicons-data-regular.eot?#iefix') format('embedded-opentype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-data-regular.woff') format('woff'),
       url('/Content/default/Bootstrap/fonts/glyphicons-data-regular.ttf') format('truetype'),
       url('/Content/default/Bootstrap/fonts/glyphicons-data-regular.svg#glyphicons-data-regular') format('svg');
}

.tb-glyphicon-data {
    font-family: 'Glyphicons Data';
}

.tb-glyphicon-app {
    font-family: 'Glyphicons Application'
}

.tb-navbar-nav > li > a > .tb-glyphicon.tb-glyphicon-data {
    top:1px;
}

.tb-glyphicon-app-logout:before {
  content: "\e600";
}

.tb-glyphicon-app-localisation:before {
  content: "\e601";
}

.tb-glyphicon-app-help:before {
  content: "\e602";
}

.tb-glyphicon-app-info:before {
  content: "\e603";
}

.tb-glyphicon-data-add:before {
  content: "\e001";
}

.tb-glyphicon-data-certificate:before {
  content: "\e002";
}

.tb-glyphicon-data-connect:before {
  content: "\e003";
}

.tb-glyphicon-data-copy:before {
  content: "\e004";
}

.tb-glyphicon-data-delete:before {
  content: "\e005";
}

.tb-glyphicon-data-disk:before {
  content: "\e006";
}

.tb-glyphicon-data-down:before {
  content: "\e007";
}

.tb-glyphicon-data-edit:before {
  content: "\e008";
}

.tb-glyphicon-data-error:before {
  content: "\e009";
}

.tb-glyphicon-data-find:before {
  content: "\e00a";
}

.tb-glyphicon-data-information:before {
  content: "\e00b";
}

.tb-glyphicon-data-previous:before {
  content: "\e00c";
}

.tb-glyphicon-data-refresh:before {
  content: "\e00d";
}

.tb-glyphicon-data-replace:before {
  content: "\e00e";
}

.tb-glyphicon-data-settings:before {
  content: "\e00f";
}

.tb-glyphicon-data-warning:before {
  content: "\e010";
}

.tb-glyphicon-data-access-restricted:before {
  content: "\e019";
}

.tb-glyphicon-filter-add:before {
  content: "\e011";
}

.tb-glyphicon-filter-up:before {
  content: "\e012";
}

.tb-glyphicon-filter-delete:before {
  content: "\e013";
}

.tb-glyphicon-filter-down:before {
  content: "\e014";
}

.tb-glyphicon-filter-edit:before {
  content: "\e015";
}

.tb-glyphicon-filter-new:before {
  content: "\e016";
}

.tb-glyphicon-filter-settings:before {
  content: "\e017";
}

.tb-glyphicon-filter:before {
  content: "\e018";
}

.tb-navbar-gradient {
    display: none;
}

.tb-btn-file, .tb-input-group-file {
    position: relative;
    overflow: hidden;
}

.tb-btn-file input[type=file], .tb-input-group-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;

}

@media (max-width: 829px) {
    .tb-dropdown-menu {
        width: 100% !important;
    }
}

ul.tb-dropdown-menu[datepicker-popup-wrap] table td {
    padding: 2px;
}

ul.tb-dropdown-menu[datepicker-popup-wrap] table th {
    padding: 6px 1px;
}

ul.tb-dropdown-menu[datepicker-popup-wrap] table td .tb-btn-sm {
    padding: 2px 7px;
}

.tb-breadcrumb {
    background-color: transparent;
    font-size: 13px;
    padding: 4px;
    padding-left: 8px;
    float: left;
}

ul.tb-breadcrumb  {
    margin-bottom: 0;
}

.tb-container-fluid.tb-full-width {
    padding-right: 0;
    padding-left: 0;
}

.tb-table.tb-full-width {
    margin-left: 0;
    margin-right: 0;
}

.tb-table.tb-full-width thead > tr > .tb-col-md-1, .tb-table.tb-full-width thead > tr > .tb-col-md-2, .tb-table.tb-full-width thead > tr > .tb-col-md-3,
.tb-table.tb-full-width thead > tr > .tb-col-md-4, .tb-table.tb-full-width thead > tr > .tb-col-md-5, .tb-table.tb-full-width thead > tr > .tb-col-md-6,
.tb-table.tb-full-width thead > tr > .tb-col-md-7, .tb-table.tb-full-width thead > tr > .tb-col-md-8, .tb-table.tb-full-width thead > tr > .tb-col-md-9,
.tb-table.tb-full-width thead > tr > .tb-col-md-10, .tb-table.tb-full-width thead > tr > .tb-col-md-11, .tb-table.tb-full-width thead > tr > .tb-col-md-12 {
    float: none;
}

.tb-table.tb-borderless td, .tb-table.tb-borderless th, .tb-table.tb-borderless thead, .tb-table.tb-borderless th tr, .tb-table.tb-borderless thead tr {
    border: none;
}

.tb-table.tb-vertical-align-middle > td, .tb-table.tb-vertical-align-middle > th,
.tb-table .tb-vertical-align-middle > td, .tb-table .tb-vertical-align-middle > th {
    vertical-align: middle;
}

.tb-row.tall {
    padding-top: 12px;
    padding-bottom: 4px;
}

.iso-item-divider {
    border-bottom: 1px #dddddd dashed;
}

.iso-item-divider:after {
    content: "";
    height: 1px;
    display: block;
    position: relative;

    background: linear-gradient(to right, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 90%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 90%);
    background: -webkit-gradient(left top, right top, color-stop(60%, rgba(255,255,255,0)), color-stop(90%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 90%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 90%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 90%);
}

.tb-row.tall.iso-item-divider:after {
    bottom: -5px;
}

.iso-tab-content {
    border: 1px solid #dddddd;
    top: -11px;
    position: relative;
    border-top: 0;
    padding: 10px;
}

.iso-tab-content.iso-no-side-padding {
    padding: 14px 0;
}

.iso-tab-content .iso-item-divider:last-child {
    border-bottom: 0;
}

.iso-tab-content .iso-item-divider:last-child:after {
    height: 0;
    background: none;
}

.iso-tab-content .tb-table {
    margin-bottom: 0;
}

.tb-table tr:after {
    content: "";

}
.metro {
    font-family: Arial, Sans-serif;
    font-size: 1em;
}

.metro input::-ms-clear {
  width : 0;
  height: 0;
}

.metro .tb-btn {
    border-radius: 0;
}

.metro .tb-navbar {
    border: 0;
    background-image: none;
    -webkit-box-shadow: none;
    filter: none;
    box-shadow: none;
    padding: 0;
    left: 0;
    right: 0;
    top: inherit;
    min-height: 38px;
    z-index: 0;
    position: relative;
    border-radius: 0;
    margin-bottom: 8px;
}

.metro .tb-navbar-default {
    background-color: #b8d145;
    color:#ffffff;
    margin-top: 8px;
}

.metro .tb-navbar .iso-entity-name {
    color: #000000;
    line-height: 20px;
    padding: 13px;
    font-size: 1.4em;
    display: block;
}

.metro .tb-navbar-default .tb-navbar-form {
    border: 0;
}

.metro .tb-navbar-form {
    padding: 4px;
    margin: 0;
}

.metro .tb-form-control {
    height: 38px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
    -ms-border-radius:0;
    border-radius:0;
}

.metro .tb-navbar-form .tb-form-control {
    background-color: #000000;
    background-color: rgba(0,0,0,0.15);
    padding-right: 44px;
    border: 0;
}

.metro .tb-navbar .tb-input-group .tb-form-control {
    box-sizing: content-box;
}

.metro .tb-navbar .tb-btn {
    background: none;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    filter: none;
}

.metro .tb-navbar .tb-input-group-btn {
    left: 12px;
}

.metro .tb-navbar .tb-input-group-btn .tb-btn {
    height: 34px;
    width: 37px;
}

.metro .tb-navbar .tb-input-group-btn .tb-btn .glyphicon {
    padding-top: 2px;
}

.metro .tb-navbar-default .tb-btn-default, .metro .tb-navbar-default .tb-form-control {
    color: #ffffff;
}


.metro .tb-navbar-default .tb-form-control::-webkit-input-placeholder {
   color: #E1E1E1;
}

.metro .tb-navbar-default .tb-form-control:-moz-placeholder { /* Firefox 18- */
   color: #E1E1E1;
}

.metro .tb-navbar-default .tb-form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #E1E1E1;
}

.metro .tb-navbar-default .tb-form-control:-ms-input-placeholder {
   color: #E1E1E1;
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control:focus::-webkit-input-placeholder,
.metro .tb-navbar-default .tb-form-control:focus::-webkit-input-placeholder {
    color: #999999;
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control:focus:-moz-placeholder,
.metro .tb-navbar-default .tb-form-control:focus:-moz-placeholder {
    color: #999999;
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control:focus::-moz-placeholder,
.metro .tb-navbar-default .tb-form-control:focus::-moz-placeholder {
    color: #999999;
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control:focus:-ms-input-placeholder,
.metro .tb-navbar-default .tb-form-control:focus:-ms-input-placeholder {
    color: #999999;
}

.metro .tb-navbar-default .tb-form-control:focus ~ .tb-input-group-btn .tb-btn-default {
    color: #000000;
}

.metro .tb-navbar-default .tb-btn-default:hover,
.metro .tb-navbar-default .tb-input-group > .tb-input-group-btn > .tb-btn-default:hover,
.metro .tb-navbar-nav > li > a:hover,
.metro .tb-navbar-nav > li.tb-active > a:hover {
    background-color: #000000;
    background-image: none;
    color: #ffffff;
}

.metro .tb-navbar-default .tb-btn-default:active,
.metro .tb-navbar-default .tb-input-group > .tb-input-group-btn > .tb-btn-default:active,
.metro .tb-navbar-default > li.tb-active > a,
.metro .tb-navbar-nav > li > a:active,
.metro .tb-navbar-nav > li.tb-active > a:active {
    background-color: #444444;
    background-image: none;
}

.metro .tb-navbar-nav > li.tb-active > a:active {
    background-image: none;
    color: #ffffff;
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.1);
}

.metro .tb-navbar-default .tb-input-group:hover .tb-form-control:focus,
.metro .tb-navbar-default .tb-form-control:focus {
    background-color: #ffffff;
    color: #000000;
}

.metro .tb-navbar-nav > li > a {
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;

    text-decoration: none;
    font-size: 1.25em;
    line-height: 26px;
}

.metro .tb-navbar-nav > li > a:focus {
    outline: 1px;
    outline-style: dotted;
    -ms-outline-offset: -1px;
    outline-offset: -1px;
    outline-color: #666666;
}

.metro .tb-navbar-nav > li > a > i {
    font-size: 12px;
    top: 0;
    margin-right: 4px;
}

.metro table.tb-table thead.ui-widget-header {
    border: 0;
    background-image: none;
}

.metro table.tb-table th {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 0;
}

.metro .tb-table > tbody > tr > td {
    border: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    vertical-align: middle;
}

.metro .tb-table .tb-col-md-1,
.metro .tb-table .tb-col-md-2,
.metro .tb-table .tb-col-md-3,
.metro .tb-table .tb-col-md-4,
.metro .tb-table .tb-col-md-5,
.metro .tb-table .tb-col-md-6,
.metro .tb-table .tb-col-md-7,
.metro .tb-table .tb-col-md-8,
.metro .tb-table .tb-col-md-9,
.metro .tb-table .tb-col-md-10,
.metro .tb-table .tb-col-md-11,
.metro .tb-table .tb-col-md-12 {
    float: none;
}

.metro .tb-table th {
    line-height: 1.6em;
    vertical-align: middle;
}

/* Standard templating for isotrak so for example everything can have a standard width. These need to be moved out of this css file.*/

.iso-remove-page-margin {
    margin-left: -6px;
    margin-right: -6px;
}

.iso-width-large {
    width: 340px;
}

.metro .tb-nav-tabs > li > a {
    -ms-border-radius: 0;
    border-radius: 0;
}

.metro .tb-table .blockerElement {
    height: 70px;
}

.metro .tb-input-group-addon {
    -ms-border-radius: 0;
    border-radius: 0;
}

.metro .tb-table.tb-borderless .ui-widget-header tr.ui-state-default {
    font-family: Calibri, Arial, Trebuchet MS;
    font-size: 13.5px;
}

.metro .dataTables_filter input[type="text"] {
    width: auto;
}

.metro .dataTables_info {
    width: 50%;
}

.metro  .tb-table .tb-btn {
    padding: 3px 9px 3px 9px;
}
