<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Datepicker for Bootstrap v1.6.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15); }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker &gt; div {
  display: none; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none; }

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #999999; }

.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.today {
  background-image: none; }

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #999999; }

.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0; }

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range {
  background-image: none; }

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999; }

.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none; }

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999; }

.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open &gt; .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none; }

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #999999; }

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #808080;
  border-color: #161616; }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #808080;
  border-color: #373737; }

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.selected:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #6e6e6e;
  border-color: #161616; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.selected,
.open &gt; .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none; }

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #999999;
  border-color: #555555; }

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active,
.open &gt; .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none; }

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a; }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e; }

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active,
.open &gt; .dropdown-toggle.datepicker table tr td span.active:hover,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled,
.open &gt; .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none; }

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #428bca;
  border-color: #357ebd; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Light/OpenSans-Light.eot?v=1.1.0");
  src: url("../fonts/Light/OpenSans-Light.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/Light/OpenSans-Light.woff?v=1.1.0") format("woff"), url("../fonts/Light/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("../fonts/Light/OpenSans-Light.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?v=1.1.0");
  src: url("../fonts/LightItalic/OpenSans-LightItalic.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/LightItalic/OpenSans-LightItalic.woff?v=1.1.0") format("woff"), url("../fonts/LightItalic/OpenSans-LightItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/LightItalic/OpenSans-LightItalic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 300;
  font-style: italic; }

/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
  src: url("../fonts/Regular/OpenSans-Regular.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("../fonts/Italic/OpenSans-Italic.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Italic/OpenSans-Italic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
  src: url("../fonts/Semibold/OpenSans-Semibold.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 600;
  font-style: normal; }

/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?v=1.1.0");
  src: url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff?v=1.1.0") format("woff"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/SemiboldItalic/OpenSans-SemiboldItalic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 600;
  font-style: italic; }

/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("../fonts/Bold/OpenSans-Bold.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: italic; }

/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("../fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 800;
  font-style: normal; }

/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix&amp;v=1.1.0") format("embedded-opentype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 800;
  font-style: italic; }

/* END Extrabold Italic */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, .para-style,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.30769;
  color: #333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2277a5;
  text-decoration: none; }
  a:hover, a:focus {
    color: #154966;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 12px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.30769;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

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

.sr-only, .DTCUIFwk_ada_visualHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #c8c8c8; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 18px;
  margin-bottom: 9px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9px;
  margin-bottom: 9px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p, .para-style {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

.text-center, .upload-drop-zone, #js-upload-form {
  text-align: center; }

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #c8c8c8; }

.text-primary {
  color: #2277a5; }

a.text-primary:hover,
a.text-primary:focus {
  color: #19597b; }

.text-success {
  color: #3c763d; }

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

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #2277a5; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #19597b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline &gt; li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.30769; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child, blockquote .para-style:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.30769;
    color: #c8c8c8; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.30769; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 8px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
            box-shadow: none; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 13px;
  line-height: 1.30769;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row, .applications, .list-group .summaryViewHeaderRow {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .applications:before, .list-group .summaryViewHeaderRow:before, .row:after, .applications:after, .list-group .summaryViewHeaderRow:after {
    content: " ";
    display: table; }
  .row:after, .applications:after, .list-group .summaryViewHeaderRow:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .panel-application, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .panel-application, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4, .panel-application {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c8c8c8;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px; }
  .table &gt; thead &gt; tr &gt; th,
  .table &gt; thead &gt; tr &gt; td,
  .table &gt; tbody &gt; tr &gt; th,
  .table &gt; tbody &gt; tr &gt; td,
  .table &gt; tfoot &gt; tr &gt; th,
  .table &gt; tfoot &gt; tr &gt; td {
    padding: 8px;
    line-height: 1.30769;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table &gt; caption + thead &gt; tr:first-child &gt; th,
  .table &gt; caption + thead &gt; tr:first-child &gt; td,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; th,
  .table &gt; colgroup + thead &gt; tr:first-child &gt; td,
  .table &gt; thead:first-child &gt; tr:first-child &gt; th,
  .table &gt; thead:first-child &gt; tr:first-child &gt; td {
    border-top: 0; }
  .table &gt; tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td,
  .table-bordered &gt; tbody &gt; tr &gt; th,
  .table-bordered &gt; tbody &gt; tr &gt; td,
  .table-bordered &gt; tfoot &gt; tr &gt; th,
  .table-bordered &gt; tfoot &gt; tr &gt; td {
    border: 1px solid #ddd; }
  .table-bordered &gt; thead &gt; tr &gt; th,
  .table-bordered &gt; thead &gt; tr &gt; td {
    border-bottom-width: 2px; }

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5; }

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8; }

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8; }

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6; }

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7; }

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3; }

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3; }

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc; }

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede; }

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 13.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive &gt; .table {
        margin-bottom: 0; }
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
        .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
          white-space: nowrap; }
      .table-responsive &gt; .table-bordered {
        border: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
          border-left: 0; }
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
          border-right: 0; }
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
        .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.30769;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.30769;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s; }
  .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); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px; }
  input[type="date"].input-sm, .input-group-sm &gt; input[type="date"].form-control,
  .input-group-sm &gt; input[type="date"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm &gt; input[type="time"].form-control,
  .input-group-sm &gt; input[type="time"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm &gt; input[type="datetime-local"].form-control,
  .input-group-sm &gt; input[type="datetime-local"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm &gt; input[type="month"].form-control,
  .input-group-sm &gt; input[type="month"].input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg &gt; input[type="date"].form-control,
  .input-group-lg &gt; input[type="date"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg &gt; input[type="time"].form-control,
  .input-group-lg &gt; input[type="time"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg &gt; input[type="datetime-local"].form-control,
  .input-group-lg &gt; input[type="datetime-local"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg &gt; input[type="month"].form-control,
  .input-group-lg &gt; input[type="month"].input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 32px; }
  .form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
  .input-group-lg &gt; .form-control-static.input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
  .input-group-sm &gt; .form-control-static.input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px; }

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 12px; }

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 12px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 36px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 40px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .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); }
  .has-success .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; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .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); }
  .has-warning .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; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .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); }
  .has-error .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; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 23px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.DTCUIFwk_ada_visualHidden ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group &gt; .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.30769;
  border-radius: 8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #2D77A3;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -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); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #2D77A3;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #2D77A3;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #2D77A3;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open &gt; .btn-default.dropdown-toggle {
    color: #2D77A3;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open &gt; .btn-default.dropdown-toggle:hover,
    .open &gt; .btn-default.dropdown-toggle:focus,
    .open &gt; .btn-default.dropdown-toggle.focus {
      color: #2D77A3;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open &gt; .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #2D77A3; }

.btn-primary {
  color: #fff;
  background-color: #2D77A3;
  border-color: #27688f; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #225a7b;
    border-color: #0c1f2b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #225a7b;
    border-color: #1a455f; }
  .btn-primary:active, .btn-primary.active,
  .open &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #225a7b;
    border-color: #1a455f; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open &gt; .btn-primary.dropdown-toggle:hover,
    .open &gt; .btn-primary.dropdown-toggle:focus,
    .open &gt; .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1a455f;
      border-color: #0c1f2b; }
  .btn-primary:active, .btn-primary.active,
  .open &gt; .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2D77A3;
    border-color: #27688f; }
  .btn-primary .badge {
    color: #2D77A3;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #12d302;
  border-color: #10ba02; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0ea002;
    border-color: #053b01; }
  .btn-success:hover {
    color: #fff;
    background-color: #0ea002;
    border-color: #0b7d01; }
  .btn-success:active, .btn-success.active,
  .open &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0ea002;
    border-color: #0b7d01; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open &gt; .btn-success.dropdown-toggle:hover,
    .open &gt; .btn-success.dropdown-toggle:focus,
    .open &gt; .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #0b7d01;
      border-color: #053b01; }
  .btn-success:active, .btn-success.active,
  .open &gt; .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #12d302;
    border-color: #10ba02; }
  .btn-success .badge {
    color: #12d302;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open &gt; .btn-info.dropdown-toggle:hover,
    .open &gt; .btn-info.dropdown-toggle:focus,
    .open &gt; .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open &gt; .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #b05e06;
  border-color: #975105; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #7f4404;
    border-color: #1c0f01; }
  .btn-warning:hover {
    color: #fff;
    background-color: #7f4404;
    border-color: #5c3103; }
  .btn-warning:active, .btn-warning.active,
  .open &gt; .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #7f4404;
    border-color: #5c3103; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open &gt; .btn-warning.dropdown-toggle:hover,
    .open &gt; .btn-warning.dropdown-toggle:focus,
    .open &gt; .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #5c3103;
      border-color: #1c0f01; }
  .btn-warning:active, .btn-warning.active,
  .open &gt; .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #b05e06;
    border-color: #975105; }
  .btn-warning .badge {
    color: #b05e06;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f33;
  border-color: #ff1a1a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: red;
    border-color: #990000; }
  .btn-danger:hover {
    color: #fff;
    background-color: red;
    border-color: #db0000; }
  .btn-danger:active, .btn-danger.active,
  .open &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: #db0000; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open &gt; .btn-danger.dropdown-toggle:hover,
    .open &gt; .btn-danger.dropdown-toggle:focus,
    .open &gt; .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #db0000;
      border-color: #990000; }
  .btn-danger:active, .btn-danger.active,
  .open &gt; .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f33;
    border-color: #ff1a1a; }
  .btn-danger .badge {
    color: #f33;
    background-color: #fff; }

.btn-link {
  color: #2277a5;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #154966;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #c8c8c8;
    text-decoration: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 12px; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px; }

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px; }

.btn-block {
  display: block;
  width: 100%; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  -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; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu &gt; li &gt; a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.30769;
    color: #666;
    white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #595959;
  background-color: #f5f5f5; }

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2277a5; }

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #c8c8c8; }

.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open &gt; .dropdown-menu {
  display: block; }

.open &gt; a {
  outline: 0; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    float: left; }
    .btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar &gt; .btn,
  .btn-toolbar &gt; .btn-group,
  .btn-toolbar &gt; .input-group {
    margin-left: 5px; }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }
  .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group &gt; .btn-group {
  float: left; }

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .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); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical &gt; .btn-group:after {
  clear: both; }

.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none; }

.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px; }

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0; }

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified &gt; .btn,
  .btn-group-justified &gt; .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified &gt; .btn-group .btn {
    width: 100%; }
  .btn-group-justified &gt; .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 8px; }
  .input-group-addon.input-sm,
  .input-group-sm &gt; .input-group-addon,
  .input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px; }
  .input-group-addon.input-lg,
  .input-group-lg &gt; .input-group-addon,
  .input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 12px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn &gt; .btn {
    position: relative; }
    .input-group-btn &gt; .btn + .btn {
      margin-left: -1px; }
    .input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
      z-index: 2; }
  .input-group-btn:first-child &gt; .btn,
  .input-group-btn:first-child &gt; .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child &gt; .btn,
  .input-group-btn:last-child &gt; .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav &gt; li {
    position: relative;
    display: block; }
    .nav &gt; li &gt; a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav &gt; li.disabled &gt; a {
      color: #c8c8c8; }
      .nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
        color: #c8c8c8;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #eeeeee;
    border-color: #2277a5; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav &gt; li &gt; a &gt; img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #fff; }
  .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.30769;
      border: 1px solid transparent;
      border-radius: 8px 8px 0 0; }
      .nav-tabs &gt; li &gt; a:hover {
        border-color: #eeeeee #eeeeee #fff; }
    .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills &gt; li {
  float: left; }
  .nav-pills &gt; li &gt; a {
    border-radius: 8px; }
  .nav-pills &gt; li + li {
    margin-left: 2px; }
  .nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
    color: #fff;
    background-color: #2277a5; }

.nav-stacked &gt; li {
  float: none; }
  .nav-stacked &gt; li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    float: none; }
    .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified &gt; .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
      display: table-cell;
      width: 1%; }
      .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-right: 0;
    border-radius: 8px; }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
      border-bottom: 1px solid #ddd;
      border-radius: 8px 8px 0 0; }
    .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
    .nav-tabs-justified &gt; .active &gt; a:hover, .nav-tabs.nav-justified &gt; .active &gt; a:hover,
    .nav-tabs-justified &gt; .active &gt; a:focus, .nav-tabs.nav-justified &gt; .active &gt; a:focus {
      border-bottom-color: #fff; } }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 0;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px; }
  @media (min-width: 768px) {
    .container &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container-fluid &gt; .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 18px;
  height: 90px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand &gt; img {
    display: block; }
  @media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand,
    .navbar &gt; .container-fluid .navbar-brand {
      margin-left: -12px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 3px -12px; }
  .navbar-nav &gt; li &gt; a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav &gt; li {
        float: left; }
        .navbar-nav &gt; li &gt; a {
          padding-top: 6px;
          padding-bottom: 6px; } }

.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  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);
  margin-top: 29px;
  margin-bottom: 29px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group &gt; .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 29px;
  margin-bottom: 29px; }
  .navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
    margin-top: 30px;
    margin-bottom: 30px; }
  .navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
    margin-top: 34px;
    margin-bottom: 34px; }

.navbar-text {
  margin-top: 36px;
  margin-bottom: 36px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 12px;
      margin-right: 12px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -12px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #00837e;
  border-color: #004f49; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav &gt; li &gt; a {
    color: #fff; }
    .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: #004f49; }
  .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #004f49; }
  .navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #004f49; }
  .navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #004f49;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: #004f49; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #004f49; }
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #fff; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fff; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #eeeeee; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #eeeeee; }
  .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #eeeeee; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #eeeeee; }
      .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #eeeeee; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #eeeeee; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: none;
  border-radius: 8px; }
  .breadcrumb &gt; li {
    display: inline-block; }
    .breadcrumb &gt; li + li:before {
      content: "/&nbsp;";
      padding: 0 5px;
      color: #c8c8c8; }
  .breadcrumb &gt; .active {
    color: #fff; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 8px; }
  .pagination &gt; li {
    display: inline; }
    .pagination &gt; li &gt; a,
    .pagination &gt; li &gt; span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.30769;
      text-decoration: none;
      color: #2277a5;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination &gt; li:first-child &gt; a,
    .pagination &gt; li:first-child &gt; span {
      margin-left: 0;
      border-bottom-left-radius: 8px;
      border-top-left-radius: 8px; }
    .pagination &gt; li:last-child &gt; a,
    .pagination &gt; li:last-child &gt; span {
      border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; }
  .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
  .pagination &gt; li &gt; span:hover,
  .pagination &gt; li &gt; span:focus {
    z-index: 2;
    color: #154966;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
  .pagination &gt; .active &gt; span,
  .pagination &gt; .active &gt; span:hover,
  .pagination &gt; .active &gt; span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2277a5;
    border-color: #2277a5;
    cursor: default; }
  .pagination &gt; .disabled &gt; span,
  .pagination &gt; .disabled &gt; span:hover,
  .pagination &gt; .disabled &gt; span:focus,
  .pagination &gt; .disabled &gt; a,
  .pagination &gt; .disabled &gt; a:hover,
  .pagination &gt; .disabled &gt; a:focus {
    color: #c8c8c8;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px; }

.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px; }

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li &gt; a,
    .pager li &gt; span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li &gt; a:hover,
    .pager li &gt; a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next &gt; a,
  .pager .next &gt; span {
    float: right; }
  .pager .previous &gt; a,
  .pager .previous &gt; span {
    float: left; }
  .pager .disabled &gt; a,
  .pager .disabled &gt; a:hover,
  .pager .disabled &gt; a:focus,
  .pager .disabled &gt; span {
    color: #c8c8c8;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #c8c8c8; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #afafaf; }

.label-primary {
  background-color: #2277a5; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #19597b; }

.label-success {
  background-color: #12d302; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #0ea002; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #b05e06; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #7f4404; }

.label-danger {
  background-color: #f33; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: red; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c8c8c8;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs &gt; .btn .badge,
  .btn-group-xs &gt; .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active &gt; .badge,
  .nav-pills &gt; .active &gt; a &gt; .badge {
    color: #2277a5;
    background-color: #fff; }
  .list-group-item &gt; .badge {
    float: right; }
  .list-group-item &gt; .badge + .badge {
    margin-right: 5px; }
  .nav-pills &gt; li &gt; a &gt; .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p, .jumbotron .para-style {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron &gt; hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 12px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.30769;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail &gt; img,
  .thumbnail a &gt; img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2277a5; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 8px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert &gt; p, .alert &gt; .para-style,
  .alert &gt; ul {
    margin-bottom: 0; }
  .alert &gt; p + p, .alert &gt; .para-style + p, .alert &gt; p + .para-style, .alert &gt; .para-style + .para-style {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 8px;
  -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); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #2277a5;
  -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; }

.progress-striped .progress-bar,
.progress-bar-striped {
  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; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #12d302; }
  .progress-striped .progress-bar-success {
    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); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    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); }

.progress-bar-warning {
  background-color: #b05e06; }
  .progress-striped .progress-bar-warning {
    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); }

.progress-bar-danger {
  background-color: #f33; }
  .progress-striped .progress-bar-danger {
    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); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media &gt; .pull-right {
  padding-left: 10px; }

.media-left,
.media &gt; .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #c8c8c8;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #c8c8c8; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2277a5;
  border-color: #2277a5; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading &gt; small,
  .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading &gt; small,
  .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading &gt; small,
  .list-group-item.active:focus .list-group-item-heading &gt; .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #a6d4ed; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px; }
  .panel-heading &gt; .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title &gt; a,
  .panel-title &gt; small,
  .panel-title &gt; .small,
  .panel-title &gt; small &gt; a,
  .panel-title &gt; .small &gt; a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px; }

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0; }
  .panel &gt; .list-group .list-group-item,
  .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel &gt; .list-group:first-child .list-group-item:first-child,
  .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px; }
  .panel &gt; .list-group:last-child .list-group-item:last-child,
  .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0; }
  .panel &gt; .table caption,
  .panel &gt; .table-responsive &gt; .table caption,
  .panel &gt; .panel-collapse &gt; .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 7px;
  border-top-left-radius: 7px; }
  .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
      border-top-left-radius: 7px; }
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
      border-top-right-radius: 7px; }

.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px; }
  .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
      border-bottom-left-radius: 7px; }
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
      border-bottom-right-radius: 7px; }

.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0; }

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0; }
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
    border-bottom: 0; }
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
  .panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
    border-bottom: 0; }

.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 8px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse &gt; .panel-body,
    .panel-group .panel-heading + .panel-collapse &gt; .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default &gt; .panel-heading {
    color: #666;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ddd; }
    .panel-default &gt; .panel-heading .badge {
      color: #f5f5f5;
      background-color: #666; }
  .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #2277a5; }
  .panel-primary &gt; .panel-heading {
    color: #fff;
    background-color: #2277a5;
    border-color: #2277a5; }
    .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #2277a5; }
    .panel-primary &gt; .panel-heading .badge {
      color: #2277a5;
      background-color: #fff; }
  .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #2277a5; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success &gt; .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success &gt; .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info &gt; .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bce8f1; }
    .panel-info &gt; .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning &gt; .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #faebcc; }
    .panel-warning &gt; .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger &gt; .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well, .upload-drop-zone, #js-upload-form {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -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); }
  .well blockquote, .upload-drop-zone blockquote, #js-upload-form blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 12px; }

.well-sm {
  padding: 9px;
  border-radius: 6px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

.modal-title {
  margin: 0;
  line-height: 1.30769; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.30769;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 8px; }

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

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

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00837e; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #00837e; }

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

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

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

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00837e; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #00837e; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.30769;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 11px 11px 0 0; }

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

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

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

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

.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top &gt; .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right &gt; .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom &gt; .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left &gt; .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner &gt; .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner &gt; .item &gt; img,
    .carousel-inner &gt; .item &gt; a &gt; img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner &gt; .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner &gt; .active,
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    display: block; }
  .carousel-inner &gt; .active {
    left: 0; }
  .carousel-inner &gt; .next,
  .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner &gt; .next {
    left: 100%; }
  .carousel-inner &gt; .prev {
    left: -100%; }
  .carousel-inner &gt; .next.left,
  .carousel-inner &gt; .prev.right {
    left: 0; }
  .carousel-inner &gt; .active.left {
    left: -100%; }
  .carousel-inner &gt; .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .form-header:before, .form-submit-group:before,
.form-update-group:before, .clearfix:after, .form-header:after, .form-submit-group:after,
.form-update-group:after {
  content: " ";
  display: table; }

.clearfix:after, .form-header:after, .form-submit-group:after,
.form-update-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #2277a5;
  border-color: #2277a5; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #f33;
  border-color: #f33; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #b05e06;
  border-color: #b05e06; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #12d302;
  border-color: #12d302; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #2277a5; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #2277a5; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #2277a5; }

.radio-danger input[type="radio"] + label::after {
  background-color: #f33; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f33; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f33; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #b05e06; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #b05e06; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #b05e06; }

.radio-success input[type="radio"] + label::after {
  background-color: #12d302; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #12d302; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #12d302; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.inside-full-height {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0; }

.row-height {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%; }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-xs-top {
    vertical-align: top; }
  .col-xs-middle {
    vertical-align: middle; }
  .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%; }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-sm-top {
    vertical-align: top; }
  .col-sm-middle {
    vertical-align: middle; }
  .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%; }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-lg-top {
    vertical-align: top; }
  .col-lg-middle {
    vertical-align: middle; }
  .col-lg-bottom {
    vertical-align: bottom; } }

@font-face {
  font-family: 'Museo-700';
  src: url("../fonts/museo700.eot");
  src: url("../fonts/museo700.eot?#iefix") format("embedded-opentype"), url("../fonts/museo700.woff2") format("woff2"), url("../fonts/museo700.woff") format("woff"), url("../fonts/museo700.ttf") format("truetype"); }

@font-face {
  font-family: 'YourTexasBenefits';
  src: url("../fonts/yourtexasbenefits.eot");
  src: url("../fonts/yourtexasbenefits.eot?#iefix") format("embedded-opentype"), url("../fonts/YourTexasBenefits.woff2") format("woff2"), url("../fonts/YourTexasBenefits.woff") format("woff"), url("../fonts/yourtexasbenefits.otf") format("opentype"), url("../fonts/YourTexasBenefits.ttf") format("truetype"), url("../YourTexasBenefits.svg#YourTexasBenefits") format("svg"); }

label {
  font-size: 16px; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em;
  padding-top: 0.4em;
  padding-bottom: 0.4em; }

.clear-both {
  width: auto;
  clear: both; }

.radio,
.checkbox {
  margin-bottom: 7px; }

.form-control {
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans";
  font-style: "normal";
  color: #000;
  padding-left: 5px; }

label {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #000; }

.form-group {
  margin-bottom: 24px; }
  .form-group &gt; label {
    display: block; }
  .form-group &gt; .row &gt; div, .form-group &gt; .applications &gt; div, .list-group .form-group &gt; .summaryViewHeaderRow &gt; div {
    margin-top: 5px; }
  .form-group .checkbox:not(.checkbox-inline),
  .form-group .radio:not(.radio-inline) {
    margin-top: 25px; }
  .form-group &gt; .radio:first-of-type:not(.radio-inline),
  .form-group &gt; .checkbox:first-of-type:not(.checkbox-inline) {
    margin-top: 10px; }
  .form-group .radio-inline + .radio-inline,
  .form-group .checkbox-inline + .checkbox-inline {
    margin-left: 25px; }

.form-control,
.input-group-addon,
.panel {
  border-radius: 1px; }

.panel {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .panel .panel-body .form-control {
    background-color: #fff; }
    .panel .panel-body .form-control[readonly] {
      /*   border: 0px;
			box-shadow: none; */ }

.form-group &gt; .row &gt; div &gt; div:first-child, .form-group &gt; .applications &gt; div &gt; div:first-child, .list-group .form-group &gt; .summaryViewHeaderRow &gt; div &gt; div:first-child {
  margin-top: 0; }

.radio.radio-inline,
.checkbox.checkbox-inline {
  margin-top: 5px; }

.form-horizontal .radio.radio-inline,
.form-horizontal .checkbox.checkbox-inline {
  margin-top: 0; }

.help-error {
  background-color: #f33;
  color: #fff;
  padding: 5px 0 0 0; }

.help-warning {
  background-color: #b05e06;
  color: #fff;
  padding: 5px; }

.help-info {
  background-color: #5bc0de;
  color: #fff;
  padding: 5px; }

.help-success {
  background-color: #12d302;
  color: #fff;
  padding: 5px; }

.form-header {
  border-bottom: 2px solid #666;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 19px;
  padding-bottom: 14px; }
  .form-header h1 {
    border: 0;
    font-size: 22px;
    margin: 0;
    padding: 0; }
  .form-header .dropdown {
    display: inline-block; }
    .form-header .dropdown .btn {
      border: 0;
      color: #666;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      padding: 0;
      vertical-align: baseline; }
    .form-header .dropdown .caret {
      color: #2277a5; }

.form-submit-group,
.form-update-group {
  border-top: 1px solid #c8c8c8;
  padding: 10px 0; }
  .form-submit-group .btn,
  .form-update-group .btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 5px;
    padding: 6px 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .form-submit-group .btn,
      .form-update-group .btn {
        padding: 6px 32px; } }
  .form-submit-group :first-child.btn,
  .form-update-group :first-child.btn {
    margin-left: 0; }
    .form-submit-group :first-child.btn.pull-right,
    .form-update-group :first-child.btn.pull-right {
      margin-left: 5px;
      margin-right: 0; }
  .form-submit-group :last-child.btn,
  .form-update-group :last-child.btn {
    margin-right: 0; }
    .form-submit-group :last-child.btn.pull-right,
    .form-update-group :last-child.btn.pull-right {
      margin-left: 0;
      margin-right: 5px; }

.form-update-group {
  border-top: 0; }
  .form-update-group .btn-transparent, .form-update-group .btn-transparent-no-bg {
    color: #2277a5; }
    .form-update-group .btn-transparent:hover, .form-update-group .btn-transparent-no-bg:hover {
      color: #666; }

/*.btn-default {
  border-color: $gray-dark;
  border-width: 2px;
  color: $brand-primary;
}*/
.panel-collapse {
  border-color: #f0f0f0; }
  .panel-collapse &gt; .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #f0f0f0; }
    .panel-collapse &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #f0f0f0; }
    .panel-collapse &gt; .panel-heading .badge {
      color: #fff;
      background-color: #333; }
  .panel-collapse &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #f0f0f0; }
  .panel-collapse &gt; .panel-heading {
    border-bottom: 0; }
  .panel-collapse &gt; .panel-body {
    background: #f0f0f0; }

.collapse-panel {
  background: #f0f0f0; }

.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #3d568e;
  border-color: #3d568e; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #3d568e; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #3d568e; }

.input-white {
  background: #fff; }

.radio label::after {
  height: 17px;
  left: 0;
  top: 0;
  width: 17px; }

@media (min-width: 480px) {
  .form-group .radio-inline + .radio-inline, .form-group .checkbox-inline + .checkbox-inline {
    margin-left: 0px; } }

html {
  min-height: 100%;
  position: relative; }

body {
  margin-bottom: 100px;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*Temporary added. Waiting for approval*/
.below-shadow {
  -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.2); }

input[attribute-type="text"][readonly="readonly"], input[attribute-type="text"][readonly],
input[attribute-type="currency"][readonly="readonly"], input[attribute-type="currency"][readonly],
input[attribute-type="date"][readonly="readonly"], input[attribute-type="date"][readonly],
textarea[attribute-type="text"][readonly="readonly"], textarea[attribute-type="text"][readonly], .inputReadOnly {
  border: 1px solid #ccc !important;
  background-color: #eee !important;
  color: #666;
  /* margin-left: -5px; */
  cursor: not-allowed;
  min-height: 32px; }

label {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  color: #333; }
  label &gt; ul &gt; li {
    color: #333; }

.inline-button, .list-group .sv-primaryButton {
  background-color: #00837e !important;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-color: #007671 !important;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none !important; }
  .inline-button:disabled, .list-group .sv-primaryButton:disabled {
    cursor: not-allowed;
    opacity: .35; }

.info-text-col2 {
  margin-top: 29px;
  margin-left: -17px;
  font-style: italic;
  color: #666; }

.inline-button:hover:enabled, .list-group .sv-primaryButton:hover:enabled {
  background-color: #004f49 !important; }

.fullRowMargin {
  margin-left: 0px;
  margin-right: 0px; }

.cardbox {
  background-color: #fff;
  padding: 0px 15px 15px;
  border: 1px solid #eee;
  width: 75%;
  margin-left: 12.5%; }

.datepicker {
  z-index: 500 !important; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  z-index: 500 !important; }

.list-style-none {
  list-style-type: none; }

/*End of Temporary added*/
#uifwkController &gt; .row, #uifwkController &gt; .applications, .list-group #uifwkController &gt; .summaryViewHeaderRow {
  margin-left: 0px;
  margin-right: 0px; }

div [type='section'] .panel-heading h4 {
  color: #666;
  font-weight: 600; }

h1 {
  border-bottom: 1px solid #999;
  color: #666;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px; }

h2 {
  border-bottom: 1px solid #999;
  color: #2277a5;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px; }

hr {
  border: 0;
  border-top: 1px solid #999;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

.systemerror {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }
  @media (min-width: 480px) {
    .systemerror {
      margin-bottom: 10px; } }

footer {
  background: #004f49;
  bottom: 0;
  color: #fff;
  height: 100px;
  padding-top: 18px;
  position: absolute;
  width: 100%; }
  footer .container {
    /* over ride with inline style in footer.jsp*/
    background: #004f49 no-repeat;
    background-position-x: 10px;
    /* end of over ride*/ }
    footer .container .content {
      float: right;
      text-align: right; }
      footer .container .content ul {
        margin-bottom: 0px; }
      footer .container .content #footerMenu, footer .container .content #footerMenu1 {
        font-size: 14px;
        line-height: 24px; }
        footer .container .content #footerMenu a, footer .container .content #footerMenu1 a {
          color: #fff; }
      footer .container .content .copyright {
        font-size: 12px;
        line-height: 2; }

.breadcrumb-wrapper {
  background: #004f49; }
  .breadcrumb-wrapper .breadcrumb {
    font-size: 11px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
    padding: 2px 15px 3px 0; }
    .breadcrumb-wrapper .breadcrumb a {
      color: #c8c8c8; }

[data-toggle=popover] .info-tooltip,
[data-toggle=tooltip].info-tooltip {
  color: #00837e; }

.panel-sidebar {
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666;
  margin-top: 25px;
  padding-bottom: 10px; }
  .panel-sidebar .panel-heading {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 10px 15px 0; }
    .panel-sidebar .panel-heading .panel-title {
      border-bottom: 1px solid #999;
      color: #2277a5;
      font-size: 13px;
      font-weight: 700;
      padding-bottom: 5px; }
  .panel-sidebar .panel-body {
    padding: 15px 15px 0; }
    .panel-sidebar .panel-body:last-child &gt; p, .panel-sidebar .panel-body:last-child &gt; .para-style {
      margin-bottom: 0; }
    .panel-sidebar .panel-body &gt; ul {
      padding-left: 15px; }
  .panel-sidebar a {
    color: #666;
    /*
    &amp;:after {
      color: $blue-mid;
      content: '\f0da'; // caret-right
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      right: 15px;
      top: 10px;
    }

    &amp;[data-toggle]:after {
      color: $blue-mid;
      content: '\f0d8'; // caret-up
    }

    &amp;.collapsed[data-toggle]:after {
      color: $blue-mid;
      content: '\f0d7'; // caret-down
    }*/ }
  .panel-sidebar .list-group-item {
    background: transparent;
    border: 0;
    padding: 10px 25px 10px 15px; }
    .panel-sidebar .list-group-item .collapse, .panel-sidebar .list-group-item .collapsing {
      background: #fff;
      margin-right: -10px;
      padding: 10px; }
      .panel-sidebar .list-group-item .collapse p, .panel-sidebar .list-group-item .collapse .para-style, .panel-sidebar .list-group-item .collapsing p, .panel-sidebar .list-group-item .collapsing .para-style {
        margin: 0; }
    .panel-sidebar .list-group-item:last-child {
      padding-bottom: 0; }
  .panel-sidebar .helpContent {
    list-style-type: disc;
    padding: 10px 25px 10px 1px; }

.apply-content .panel-sidebar {
  margin-top: 15px; }

.timeline &gt; li.disabled ol,
.timeline &gt; li.complete ol {
  display: none; }

/* carousel controls override*/
.carousel-control {
  top: 45%; }
  .carousel-control.left, .carousel-control.right {
    height: 15%; }

.required:after {
  content: '*';
  color: #C10000;
  font-size: 80%;
  vertical-align: top; }

:lang(es) .required:after {
  content: '*'; }

uitag {
  display: none; }

.noShadow {
  -webkit-box-shadow: inset 0 0px 0px transparent;
  box-shadow: inset 0 0px 0px transparent; }

.standalone-main-panel, .main-panel {
  padding: 20px;
  margin-top: 10px; }

.main-panel {
  padding-bottom: 90px;
  padding-top: 5px; }

.button-bar {
  position: absolute;
  bottom: 130px;
  padding-left: 0px;
  padding-right: 40px; }

.margintop {
  margin-top: 2%; }

.eq-row-column-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

th {
  color: #666666; }

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.border {
  border: 1px solid #f0f0f0; }

.iconPadding {
  padding-bottom: 4%; }

.hederBackground {
  background-color: #2277A5;
  border-radius: 2px;
  color: white;
  padding: 10px; }

.paraStylings {
  margin: 0px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  color: #666;
  line-height: normal;
  word-wrap: break-word;
  display: block; }

.badgePadding {
  position: relative;
  padding: 1px 3px;
  left: 3px;
  top: -33px;
  background-color: transparent;
  border: 1px solid #666; }

.positionrelative {
  position: relative !important; }

.simpleBadge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #626262;
  border-radius: 10px;
  position: absolute;
  right: 5px; }

.auto {
  width: auto !important; }

.tooltip-inner {
  background-color: #fff;
  text-align: left;
  width: 210px;
  max-width: 320px;
  padding: 10px !important;
  border: 1px solid #00837e;
  font-family: "Open Sans";
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400; }

b {
  font-weight: 700;
  color: #666; }

li {
  color: #666; }

.col-height {
  vertical-align: top; }

.underline {
  text-decoration: underline; }

.pre-review {
  display: block;
  padding: 0px;
  margin: 0 0 0px;
  line-height: 1.30769;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  font-family: "Open Sans";
  color: #333;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden; }

.bold {
  font-weight: 700; }

.grey-background {
  background-color: #F2F2F2 !important;
  padding-top: 35px;
  padding-bottom: 30px;
  margin: 1em; }

.displayNone {
  display: none; }

.displayBlock {
  display: block; }

.breakWord {
  word-break: break-word; }

.page-level-para {
  font-family: "Open Sans";
  font-weight: 400;
  color: #333;
  font-size: 14px; }
  .page-level-para ul &gt; li {
    color: #333; }

.font-italic {
  font-style: italic; }

.sticky-wrapper {
  padding-bottom: 2em; }

.font-size-12 {
  font-size: 12px; }

.progress-bar {
  color: #000000 !important; }

/* Placeholder text update */
::-webkit-input-placeholder {
  color: #626262; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #626262; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #626262; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #626262; }

.light-gray-background {
  background-color: #F3F3F3; }

.grey-background {
  background-color: #f9f9f9; }

a {
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans"; }
  a:hover {
    text-decoration: underline; }

.bottom-fixed-standlone {
  bottom: -72px; }

.pleaseWaitOverlay {
  z-index: 99999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.1;
  cursor: wait;
  display: none; }

.EBTPaginationPaddingTop {
  padding-top: 6px; }

.EBTPaginationrightAlign {
  text-align: right; }

/*iPhone 5 &amp; 5S in landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  /* Makes the case action bar height 100% with botttom margin 50px */
  #action-bar-sticky-wrapper {
    height: 100% !important;
    margin-bottom: 50px;
    /* Makes the margin on each button inside caseaction bar*/ }
    #action-bar-sticky-wrapper button {
      margin-top: 5px;
      margin-bottom: 5px; }
  /*increase the delete icon inside the listgroup component*/
  ul.list-group li.list-group-item [mode=appdelete] {
    height: 51px; }
  ul.list-group li.list-group-item [mode=updatedeleteflagfromlist] {
    height: 51px; }
  /* collapse panel spacing after Done button */
  div[type=section] div[type=CollapsePanel] {
    padding-bottom: 34px; }
    div[type=section] div[type=CollapsePanel] div[role=listitem] div.panel-collapse {
      margin-bottom: 18%; }
  /* Tooltip spacing on Top */
  [data-toggle=tooltip].info-tooltip {
    margin-top: 2%; } }

/*iPhone 5 &amp; 5S in portrait*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  /* Makes the case action bar height 100% with botttom margin 50px */
  #action-bar-sticky-wrapper {
    height: 100% !important;
    margin-bottom: 50px;
    /* Makes the margin on each button inside caseaction bar*/ }
    #action-bar-sticky-wrapper button {
      margin-top: 5px;
      margin-bottom: 5px; }
  /*increase the delete icon inside the listgroup component*/
  ul.list-group li.list-group-item [mode=appdelete] {
    height: 51px; }
  ul.list-group li.list-group-item [mode=updatedeleteflagfromlist] {
    height: 51px; }
  /* collapse panel spacing after Done button */
  div[type=section] div[type=CollapsePanel] {
    padding-bottom: 34px; }
    div[type=section] div[type=CollapsePanel] div[role=listitem] div.panel-collapse {
      margin-bottom: 18%; }
  /* Tooltip spacing on Top */
  [data-toggle=tooltip].info-tooltip {
    margin-top: 2%; } }

.row-same-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  .row-same-height .col-same-height {
    display: table-cell;
    float: none;
    height: 100%; }

ul.list-pipe &gt; li:not(:last-child):after {
  content: ' | ';
  margin-left: 4px; }

ul.list-pipe.list-inline &gt; li {
  padding: 0 2px; }

ul.list-center-left {
  display: inline-block; }
  ul.list-center-left &gt; li {
    text-align: left; }

.btn-transparent, .btn-transparent-no-bg {
  background: none;
  color: #666; }
  .btn-transparent:hover, .btn-transparent-no-bg:hover {
    color: #2277a5; }

.help-inline {
  color: #666;
  font-size: 14px;
  font-weight: 400; }
  .help-inline.help-required {
    color: #f33;
    font-weight: bold; }

.nopad {
  margin: 0 !important;
  padding: 0 !important; }

.nopad-left {
  margin-left: 0 !important;
  padding-left: 0 !important; }

.nopad-right {
  margin-right: 0 !important;
  padding-right: 0 !important; }

.text-caps {
  text-transform: uppercase; }

.icon-white {
  color: #fff; }

.noborder {
  border: 0; }

.fa-stack-md {
  height: 16px;
  line-height: 16px;
  width: 16px; }
  .fa-stack-md .fa-stack-1x {
    font-size: 10px; }
  .fa-stack-md .fa-stack-2x {
    font-size: 16px; }

span.check-stack-green i {
  color: #0c0; }
  span.check-stack-green i.fa-check {
    color: #fff; }

span.check-stack-blue i {
  color: #3d568e; }
  span.check-stack-blue i.fa-check {
    color: #fff; }

span.square-stack-gray i {
  color: #999; }

span.circle-stack-gray i {
  color: #fff; }
  span.circle-stack-gray i.fa-circle-thin {
    color: #999; }

.sidebar-icon-list {
  padding-left: 0;
  margin-left: 26px;
  list-style-type: none; }
  .sidebar-icon-list .fa-stack {
    position: absolute;
    left: -8px; }

.panel-group-square &gt; .panel {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0; }
  .panel-group-square &gt; .panel:first-child {
    border-top: 0; }
  .panel-group-square &gt; .panel &gt; .panel-heading {
    background: transparent;
    border-radius: 0;
    padding-left: 35px;
    position: relative; }
    .panel-group-square &gt; .panel &gt; .panel-heading &gt; i.fa {
      margin-left: -23px;
      padding-right: 5px; }
    .panel-group-square &gt; .panel &gt; .panel-heading &gt; h4 {
      display: inline-block;
      vertical-align: middle; }
      .panel-group-square &gt; .panel &gt; .panel-heading &gt; h4 &gt; a {
        text-decoration: none; }
        .panel-group-square &gt; .panel &gt; .panel-heading &gt; h4 &gt; a &gt; .help-text {
          font-size: 75%;
          font-style: italic;
          line-height: 2; }
    .panel-group-square &gt; .panel &gt; .panel-heading &gt; .panel-heading-info {
      bottom: 10px;
      font-size: 75%;
      right: 13px;
      position: absolute; }

.gray-dark {
  color: #666; }

#content.info-content {
  font-size: 15px; }
  #content.info-content .col-sm-height {
    /*padding: 0 6px;*/ }
    #content.info-content .col-sm-height:first-child {
      /*padding-left: 15px;*/ }
    #content.info-content .col-sm-height:last-child {
      padding-right: 15px; }
  #content.info-content .nav-pills &gt; li &gt; a {
    background-color: #fff8ed;
    border: 1px solid #fdd88f;
    border-radius: 0;
    color: #666;
    font-size: 20px;
    font-family: "Open Sans";
    line-height: 20px;
    margin: 18px 8px;
    padding: 6px; }
    #content.info-content .nav-pills &gt; li &gt; a &gt; span {
      font-size: 14px; }
  #content.info-content .nav-pills &gt; li:first-child &gt; a {
    /*margin-left: 0;*/ }
  #content.info-content .nav-pills &gt; li:last-child &gt; a {
    margin-right: 0; }
  #content.info-content .tab-pane {
    border: 0; }
  #content.info-content .nav-pills &gt; li.active &gt; a,
  #content.info-content .nav-pills &gt; li.active &gt; a:hover,
  #content.info-content .nav-pills &gt; li.active &gt; a:focus {
    background-color: #fdd88f; }
  #content.info-content h1 {
    border: 0;
    color: #3d568e;
    font-family: "Open Sans";
    font-size: 40px;
    margin: 0;
    padding: 28px 0 40px;
    text-align: center; }
  #content.info-content h2 {
    border: 0;
    color: #3d568e;
    font-family: "Open Sans";
    font-size: 30px;
    line-height: 1.3;
    padding: 25px 0;
    text-align: center; }
    #content.info-content h2:first-child {
      padding-top: 0; }
  #content.info-content h3 {
    color: #3d568e;
    font-size: 20px;
    font-weight: 600; }
  #content.info-content #landing-carousel {
    border: 1px solid #999; }
    #content.info-content #landing-carousel .carousel-indicators {
      bottom: -45px; }
      #content.info-content #landing-carousel .carousel-indicators .active {
        margin: 0 5px;
        background-color: #3d568e; }
      #content.info-content #landing-carousel .carousel-indicators li {
        border: 1px solid #3d568e;
        margin: 0 5px 1px; }
  #content.info-content hr {
    margin-top: 50px; }
  #content.info-content .inside-full-height {
    border: 1px solid #c8c8c8; }
    #content.info-content .inside-full-height &gt; div {
      padding: 36px 12px 12px; }
  #content.info-content .row-learn .inside-full-height {
    font-size: 13px; }
    #content.info-content .row-learn .inside-full-height &gt; div {
      padding: 36px 12px 72px; }
      #content.info-content .row-learn .inside-full-height &gt; div &gt; .btn {
        bottom: 30px;
        left: 20%;
        position: absolute;
        right: 20%; }
  #content.info-content .row-start {
    padding: 50px 0; }
    #content.info-content .row-start p, #content.info-content .row-start .para-style {
      color: #333;
      font-size: 14px; }
    #content.info-content .row-start a {
      font-size: 14px; }
  #content.info-content .icon-wrapper {
    padding-bottom: 18px; }
  #content.info-content .pad-list &gt; li {
    padding: 10px 0; }
  #content.info-content .row-pad-btm {
    margin-bottom: 40px; }

/* Styles for apply pages */
.rotate300 {
  -ms-transform: rotate(300deg);
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg); }

.tabbedSubSection {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 12px; }
  .tabbedSubSection li {
    float: left; }
    .tabbedSubSection li.active {
      color: #2277a5 !important;
      border-bottom: 5px solid #004f49; }
    .tabbedSubSection li a {
      display: inline-block;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none; }
    .tabbedSubSection li a:hover {
      color: #333; }

.sub-nav-font-weight {
  font-weight: 700; }

ol.tabbedSubSection &gt; li[data-visible="0"] {
  display: none; }

ol.tabbedSubSection &gt; li[data-visited="0"][data-navigable="0"] a {
  cursor: not-allowed;
  color: #999999; }

ol.tabbedSubSection &gt; li[data-current="1"] {
  border-bottom: 5px solid #004f49; }
  ol.tabbedSubSection &gt; li[data-current="1"] a {
    color: #2277a5 !important;
    cursor: pointer !important; }

ol.timeline {
  list-style: none;
  height: 11vh; }

ol.timeline &gt; li {
  float: left;
  background-repeat: repeat-x;
  background-position-y: 48px;
  background-position: 0 48px;
  height: inherit; }

:lang(es) ol.timeline &gt; li {
  float: left;
  background-repeat: repeat-x;
  background-position-y: 62px;
  background-position: 0 62px; }

ol.timeline &gt; li[data-visible="0"] {
  display: none; }

ol.timeline &gt; li[data-visited="1"]:last-child {
  background-image: none; }

ol.timeline &gt; li[data-visited="1"]:last-child {
  background-image: none; }

ol.timeline &gt; li[data-current="1"]:last-child {
  background-image: none; }

ol.timeline &gt; li[data-visited="0"]:last-child {
  background-image: none; }

ol.timeline &gt; li[data-visited="1"], ol.timeline &gt; li[data-visited="1"][data-current="1"] {
  background-image: url("../icons/visited_edge.png"); }

ol.timeline &gt; li[data-current="1"][data-visited="0"] {
  background-image: url("../icons/disabled_edge.png"); }

ol.timeline &gt; li[data-visited="0"] {
  background-image: url("../icons/disabled_edge.png"); }

ol.timeline &gt; li[data-warning="1"][data-next-warning="1"] {
  background-image: url("../icons/warning_edge.png") !important; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(1), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(1) ~ li[data-visible="1"] {
  width: 100%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(2), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(2) ~ li[data-visible="1"] {
  width: 90%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(3), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(3) ~ li[data-visible="1"] {
  width: 45%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(4), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(4) ~ li[data-visible="1"] {
  width: 30%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(5), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(5) ~ li[data-visible="1"] {
  width: 22.5%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(6), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(6) ~ li[data-visible="1"] {
  width: 18%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(7), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(7) ~ li[data-visible="1"] {
  width: 15%; }

ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(8), ol.timeline &gt; li[data-visible="1"]:first-child:nth-last-child(8) ~ li[data-visible="1"] {
  width: 13%; }

ol.timeline &gt; li[data-visited="1"] &gt; a &gt; div.node {
  background-image: url("../icons/visited_node.png");
  cursor: pointer; }

ol.timeline &gt; li[data-warning="1"] &gt; a &gt; div.node {
  background-image: url("../icons/warning_node.png") !important;
  cursor: pointer; }

ol.timeline &gt; li[data-current="1"] &gt; a &gt; div.node {
  background-image: url("../icons/current_node.png") !important;
  cursor: pointer !important; }

ol.timeline &gt; li[data-visited="0"] &gt; a &gt; div.node {
  background-image: url("../icons/disabled_node.png");
  cursor: not-allowed; }

ol.timeline &gt; li[data-visible="1"]:last-child {
  width: 26px !important; }

div.node {
  height: 26px;
  width: 26px; }

ol[last-navigable].timeline &gt; li[data-visited="0"][data-visible="1"][data-navigable="1"]:last-child &gt; a &gt; div.node {
  background-image: url("../icons/always_enabled_node.png");
  cursor: pointer; }

ol.timeline &gt; li[data-current="1"]:last-child {
  background-image: none; }

ol.timeline &gt; li &gt; a &gt; div.node-label {
  position: relative;
  width: 120px;
  left: -47px;
  height: 26px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  cursor: pointer; }

ol.timeline &gt; li[data-visited="0"] &gt; a &gt; div.node-label {
  cursor: not-allowed; }

ol.timeline &gt; li[data-current="1"] &gt; a &gt; div.node-label {
  cursor: pointer; }

ol.timeline &gt; li[data-navigable="1"] &gt; a &gt; div.node-label {
  cursor: pointer; }

:lang(es) ol.timeline &gt; li &gt; a &gt; div.node-label {
  position: relative;
  width: 120px;
  left: -47px;
  height: 42px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans";
  color: #666;
  text-decoration: none;
  cursor: pointer; }

li &gt; a.node-container {
  /*   margin-top: -35px;
margin-left: -2px; */
  text-decoration: none; }

li[data-navigable="0"][data-visited="0"] &gt; a.node-container, li[data-current="1"] &gt; a.node-container:hover {
  text-decoration: none; }

.warning-submenu {
  margin-left: -16px;
  position: absolute; }

span.warning-submenu[data-warning="0"] {
  display: none; }

span[data-warning="0"] {
  display: none; }

.panel-application {
  text-align: center; }
  .panel-application &gt; .panel-body {
    border: 1px solid #c8c8c8;
    border-bottom: 0; }
  .panel-application .panel-footer {
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  .panel-application.panel-approved .panel-body {
    border: 1px solid #12d302;
    border-bottom: 0; }
    .panel-application.panel-approved .panel-body .application-icon {
      color: #12d302; }
  .panel-application.panel-approved .panel-footer {
    background-color: #12d302; }
  .panel-application.panel-pending .panel-body .application-icon {
    color: #b05e06; }
  .panel-application.panel-pending .panel-footer {
    background-color: #b05e06; }
  .panel-application.panel-denied .panel-body .application-icon {
    color: #f33; }
  .panel-application.panel-denied .panel-footer {
    background-color: #f33; }

@media (max-width: 780px) {
  .tab-content &gt; .tab-pane {
    display: block !important; }
  ul[role='tablist'] {
    display: none !important; }
  .responsiveIcon {
    position: absolute;
    opacity: 0.1;
    font-size: 150px !important;
    left: 15vw; } }

#program-tabs &gt; li &gt; a {
  border: 2px solid #c8c8c8;
  border-radius: 0;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  height: 210px;
  margin: 0 3px;
  padding: 15px 5px 15px 5px; }
  #program-tabs &gt; li &gt; a &gt; img {
    display: block;
    margin: 0 auto; }
  #program-tabs &gt; li &gt; a &gt; h4 {
    color: #2277a5;
    font-size: 15px;
    font-weight: 600;
    /*  min-height: 32px; */ }

#program-tabs &gt; li:first-child &gt; a {
  margin-left: 0; }

#program-tabs &gt; li:last-child &gt; a {
  margin-right: 0; }

#program-tabs &gt; li.active &gt; a {
  border-bottom-width: 10px;
  height: 218px;
  padding-bottom: 0; }

#program-tabs &gt; li#program-tab-food.active &gt; a {
  border-color: #fd393a; }

#program-tabs &gt; li#program-tab-family.active &gt; a {
  border-color: #66952d; }

#program-tabs &gt; li#program-tab-healthcare.active &gt; a {
  border-color: #3d568e; }

#program-tabs &gt; li#program-tab-medicare.active &gt; a {
  border-color: #8b59b6; }

#program-tabs &gt; li#program-tab-longterm.active &gt; a {
  border-color: #bd580a; }

#program-tabs &gt; li#program-tab-home-people.active &gt; a {
  border-color: #FF9933; }

#program-tabs &gt; li#program-tab-things-youHave.active &gt; a {
  border-color: #04BCBC; }

#program-tabs &gt; li#program-tab-other-changes.active &gt; a {
  border-color: #E5C900; }

#program-tabs &gt; li#program-tab-money-youget.active &gt; a {
  border-color: #3D568E; }

#program-tabs &gt; li#program-tab-costs-youpay.active &gt; a {
  border-color: #B100E7; }

#program-tabs &gt; li#program-tab-family-planning.active &gt; a {
  border-color: #D83182; }

#program-tab-content .tab-pane {
  border-style: solid;
  border-width: 2px 0 10px; }
  #program-tab-content .tab-pane label {
    font-size: 13px; }
  #program-tab-content .tab-pane h4 {
    color: #2277a5;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px; }
  #program-tab-content .tab-pane h5 {
    font-weight: 600; }
  #program-tab-content .tab-pane .col-sm-height:not(:last-child) {
    border-right: 1px solid #c8c8c8; }
  #program-tab-content .tab-pane:last-child .col-sm-height:first-child .form-group &gt; .checkbox-primary &gt; label {
    vertical-align: top; }
  #program-tab-content .tab-pane .row, #program-tab-content .tab-pane .applications, #program-tab-content .tab-pane .list-group .summaryViewHeaderRow, .list-group #program-tab-content .tab-pane .summaryViewHeaderRow {
    margin-bottom: 10px; }
  #program-tab-content .tab-pane li {
    margin: 25px 0; }

#program-panel-food, .snap-food {
  border-color: #fd393a; }

#program-panel-family, .cash-help {
  border-color: #66952d; }

#program-panel-healthcare, .health-care {
  border-color: #3d568e; }

#program-panel-medicarem, .medicare-saving {
  border-color: #8b59b6; }

#program-panel-longterm, .long-care {
  border-color: #bd580a; }

.form-submit-group {
  margin-top: 15px; }

.snap-food {
  color: #fd393a; }

.cash-help {
  color: #66952d; }

.health-care {
  color: #3d568e; }

.medicare-saving {
  color: #8b59b6; }

.long-care {
  color: #bd580a; }

/* Select Luw Page changes */
.home-people {
  color: #FF9933; }

#home-people {
  border-color: #FF9933; }

.things-youhave {
  color: #04BCBC; }

#things-youHave {
  border-color: #04BCBC; }

.other-changes {
  color: #E5C900; }

#other-changes {
  border-color: #E5C900; }

.money-youget {
  color: #3D568E; }

#money-youget {
  border-color: #3D568E; }

.costs-youpay {
  color: #B100E7; }

#costs-youpay {
  border-color: #B100E7; }

.family-planning {
  color: #D83182; }

#family-planning {
  border-color: #D83182; }

/* Select Luw page changes end*/
#program-tabs &gt; li[tabsCount="1"], #program-tabs &gt; li[tabsCount="2"], #program-tabs &gt; li[tabsCount="3"], #program-tabs &gt; li[tabsCount="4"] {
  width: 20%; }

#program-tabs &gt; li[tabsCount="5"] {
  width: 20%; }

#program-tabs &gt; li[tabsCount="6"] {
  width: 16.66%; }

/* List elements in the program selection page*/
.htwList {
  padding-left: 17px; }
  .htwList &gt; li {
    margin: 10px 0px !important; }

/* Added new class to inject accecibility view */
.accecibility-view &gt; .tab-content &gt; .tab-pane {
  display: block !important; }

.accecibility-view &gt; ul[role='tablist'] {
  display: none !important; }

.accecibility-view &gt; .responsiveIcon {
  position: absolute;
  opacity: 0.1;
  font-size: 150px !important;
  left: 15vw; }

.upload-drop-zone {
  background: #f0f0f0;
  border-style: dashed;
  font-weight: 600;
  margin-top: 15px; }
  .upload-drop-zone.drop {
    background: #999;
    border-color: #666;
    border-style: solid; }

#js-upload-form {
  background: #f0f0f0;
  border-style: dashed; }

.panel-group &gt; .panel-warning {
  border-color: #ddd; }
  .panel-group &gt; .panel-warning &gt; .panel-heading {
    background-color: #b05e06;
    border-color: #ddd;
    border-radius: 0;
    color: #fff; }
    .panel-group &gt; .panel-warning &gt; .panel-heading a {
      color: #fff; }

.panel-group .panel-collapse &gt; .row, .panel-group .panel-collapse &gt; .applications, .panel-group .list-group .panel-collapse &gt; .summaryViewHeaderRow, .list-group .panel-group .panel-collapse &gt; .summaryViewHeaderRow {
  margin-bottom: 10px; }

.panel-group .panel-collapse dd {
  margin-bottom: 10px; }

.panel-group .panel-collapse a.file-change {
  color: #333; }
  .panel-group .panel-collapse a.file-change &gt; span.fa-stack {
    color: #00837e; }

.panel-group .panel-collapse a.file-delete {
  color: #333;
  margin-right: 13px; }
  .panel-group .panel-collapse a.file-delete &gt; span.fa-stack {
    color: #f33; }

.fileTypeColor {
  color: #45A4A0; }

.deleteColor {
  color: #C10000; }

#login-modal h1 {
  color: #2277a5; }

#login-modal label {
  font-weight: 600; }

#login-modal .checkbox &gt; label {
  font-size: 13px; }

#login-modal .form-submit-group {
  margin-bottom: 25px; }

.modal-header {
  padding: 11px;
  border: none;
  color: #666;
  font-weight: 700;
  font-size: 18px; }

.warning-header {
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  color: #6F3700; }

.warning-strip {
  background-color: #FCCC04;
  color: #fff;
  padding-top: 15px;
  text-align: center; }

.modal-content {
  border-radius: 0px; }
  .modal-content .modal-header {
    padding: 11px 11px 0px 11px;
    border: none; }
    .modal-content .modal-header .close {
      font-size: 14px;
      color: #333; }
  .modal-content .modal-body {
    margin: 0 15px;
    padding: 15px 15px 15px 0px;
    /* .modal-primary{
      background-color: #2277a5;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      min-width: 160px;
      min-height: 40px;
      border-radius: 8px; 
      margin-top:25px;
    } */
    /* .modal-inactive{
      min-width: 100px;
      min-height: 40px;
      color:#999;
      border-radius:8px;
    }
    .modal-seconday{
      background-color: #CCCCCC;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #333333;
      min-width: 160px;
      min-height: 40px;
      border-radius: 8px; 
      margin-top:25px;
    &amp;:hover,
    &amp;:focus,
    &amp;.focus {
      background-color: #3d5685;      
    }
    } */ }

.btn-modal {
  min-width: 100px;
  min-height: 40px; }

.btn-modal + .btn-modal {
  margin-left: 8.3%; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-title {
  color: #666666;
  font-family: "Open Sans Semibold","Open Sans";
  font-size: 22px;
  font-style: normal;
  /*height: 26px;
     left: 362px; */
  top: 15px;
  /* width: 544px; */
  padding-top: 10px;
  padding-bottom: 10px; }

/*Scroll bar to Dialog Box*/
.dialogbodyscroll {
  height: 50vh;
  overflow-x: auto;
  margin-top: 2%;
  margin-bottom: 2%; }

/*Ends*/
.error-content {
  margin: 100px 0; }
  .error-content h1,
  .error-content h2 {
    border: 0;
    color: #2277a5; }
  .error-content h1 {
    font-size: 40px;
    font-weight: 700; }
    .error-content h1 i.fa-exclamation-circle {
      color: #f33; }
  .error-content h2 {
    font-size: 30px;
    font-weight: 600; }
  .error-content p, .error-content .para-style {
    font-size: 22px; }

.help-error {
  color: #fff !important;
  margin-top: 0px; }

/* Previous value for background color: #fff */
.help-error-color {
  color: #c10000 !important;
  font-weight: 700;
  font-size: 13px;
  background-color: transparent !important;
  padding-left: 0px; }

.error-row {
  border: 1px solid #c10000;
  padding: 0px; }

.error-icon {
  background-color: #c10000;
  color: #fff;
  padding: 10px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.error-msg {
  color: #c10000;
  font-size: 14px;
  margin: 5px;
  padding: 10px 0;
  font-weight: 500;
  display: table-cell; }

.warning-row {
  border: 1px solid #FFCC00;
  padding: 0px; }

.warning-icon {
  background-color: #FFCC00;
  color: #fff;
  padding: 10px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.warning-msg {
  color: #6F3700;
  font-size: 14px;
  margin: 5px;
  padding: 10px 0;
  font-weight: 500;
  display: table-cell; }

.success-row {
  border: 1px solid #007900;
  padding: 0px; }

.success-icon {
  background-color: #007900;
  color: #fff;
  padding: 10px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.success-msg {
  color: #4F7900;
  font-size: 14px;
  margin: 5px;
  padding: 10px 0;
  font-weight: 500;
  display: table-cell; }

.display-warning-field {
  float: right !important;
  position: relative;
  top: -1.2em;
  left: 2em; }

.display-warning-row {
  border: 1px solid #F78E1E;
  padding: 0px; }

.display-warning-field-date {
  float: right !important;
  position: relative;
  top: 0em;
  left: 0.5em; }

.display-warning-accordian {
  text-decoration: none !important;
  padding-left: 10px;
  padding-top: 3px; }

.error-row-popup {
  margin-left: 7px;
  margin-right: 5px; }

.info-row {
  border: 1px solid #00837E;
  padding: 0px;
  margin-top: 10px;
  color: #00837E; }

.info-icon {
  background-color: #00837E;
  color: #fff;
  padding: 10px;
  margin: 0px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.info-msg {
  color: #00837E;
  font-size: 14px;
  margin: 5px;
  padding: 10px 0;
  font-weight: 500;
  display: table-cell; }

.apply-icons {
  margin: 50px 0; }
  .apply-icons h4 {
    color: #999;
    margin-top: 25px; }

.nav-tabs-blue.nav-justified &gt; li &gt; a, .nav-tabs-blue.nav-tabs.nav-justified &gt; li &gt; a {
  background: #f0f0f0;
  border-bottom-color: #2277a5;
  border-bottom-width: 2px;
  border-radius: 0;
  color: #666;
  font-weight: 700;
  text-align: left; }

.nav-tabs-blue.nav-justified &gt; li.active &gt; a, .nav-tabs-blue.nav-tabs.nav-justified &gt; li.active &gt; a {
  background: #2277a5;
  border-bottom-color: #2277a5;
  color: #fff; }

.tab-content-blue .panel-group {
  margin: 10px 0; }
  .tab-content-blue .panel-group .panel-heading {
    border-radius: 0;
    padding: 5px 15px; }
    .tab-content-blue .panel-group .panel-heading .panel-title {
      font-size: 13px;
      font-weight: 700; }
  .tab-content-blue .panel-group .panel-collapse &gt; .panel-body {
    background: #f0f0f0;
    border-top: 0;
    padding-top: 5px; }

.tab-content-blue ul {
  margin: 10px 0; }
  .tab-content-blue ul li {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 15px; }

.panel-form &gt; .panel-heading {
  background: transparent;
  font-size: 15px; }
  .panel-form &gt; .panel-heading .panel-title {
    color: #333;
    font-weight: 700;
    padding-bottom: 5px; }

.panel-form &gt; .panel-body .form-control {
  background-color: #ffffff; }

.panel-form .hide-open {
  display: block; }

.panel-form .hide-close {
  display: none; }

.panel-form.open .hide-open {
  display: none; }

.panel-form.open .hide-close {
  display: block; }

.panel-form.panel-form-add-person &gt; .panel-heading .btn-transparent, .panel-form.panel-form-add-person &gt; .panel-heading .btn-transparent-no-bg {
  color: #2277a5;
  font-weight: 600; }
  .panel-form.panel-form-add-person &gt; .panel-heading .btn-transparent:hover, .panel-form.panel-form-add-person &gt; .panel-heading .btn-transparent-no-bg:hover {
    color: #666; }

.panel-form.panel-form-add-person .hide-open .fa-circle {
  color: #fff; }

.panel-form.panel-form-add-person .hide-open .fa-circle-thin {
  color: #666; }

.panel-form.panel-form-add-person .hide-close .fa-circle {
  color: #12d302; }

.panel-form.panel-form-add-person .hide-close .fa-check {
  color: #fff; }

div[class*=panel-heading] &gt; a:hover {
  text-decoration: none; }

.program-sidebar-list-item {
  position: absolute;
  left: -8px; }

.button-bar {
  /*position: absolute;
	bottom: $footer-height;*/ }

.button-bar-main {
  float: left;
  width: 100%;
  padding: 5px; }

.ng-hide {
  visibility: hidden; }

.grid {
  margin-top: 2%;
  margin-bottom: 8%;
  font-size: 13px;
  font-weight: 600; }
  .grid h2 {
    border-bottom: 0px;
    padding-bottom: 5px;
    margin-top: 10px; }
  .grid &gt; .borderbottom {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .grid &gt; .borderbottom:first-child {
      border: 1px solid #c8c8c8;
      -webkit-box-shadow: 0px 1px 0px 0px #c8c8c8;
              box-shadow: 0px 1px 0px 0px #c8c8c8; }
    .grid &gt; .borderbottom:last-child {
      -webkit-box-shadow: 0px 2px 0px 0px #c8c8c8;
              box-shadow: 0px 2px 0px 0px #c8c8c8; }
    .grid &gt; .borderbottom [class*='col'] {
      border-right: 1px solid #f0f0f0;
      float: none;
      display: table-cell; }
      .grid &gt; .borderbottom [class*='col'] span {
        padding-top: 15px; }
        .grid &gt; .borderbottom [class*='col'] span + p &gt; .badge, .grid &gt; .borderbottom [class*='col'] span + .para-style &gt; .badge {
          padding-top: 3px;
          position: absolute;
          top: 6px;
          left: 64px;
          background-color: #C10000; }
      .grid &gt; .borderbottom [class*='col']:last-child {
        border-right: 0px; }
      .grid &gt; .borderbottom [class*='col'] p, .grid &gt; .borderbottom [class*='col'] .para-style {
        padding-top: 10px; }
  .grid .list-group-item {
    padding-left: 0px;
    border: 0px;
    margin-top: 2%;
    -webkit-box-shadow: 2px 2px 2px transparent;
            box-shadow: 2px 2px 2px transparent; }

.accordian {
  color: #666; }
  .accordian:after {
    color: #666;
    content: "Z";
    display: inline-block;
    font: normal normal normal 14px/1 YourTexasBenefits;
    position: absolute;
    right: 15px;
    top: 10px; }
  .accordian[data-toggle]:after {
    color: #666;
    content: "Z";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordian.collapsed[data-toggle]:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: #666;
    content: "Z"; }
  .accordian .badge {
    background-color: #C10000;
    position: absolute;
    right: 15%; }

.leftCaretAccordian {
  color: #2277A5;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer; }
  .leftCaretAccordian:before {
    color: #2277A5;
    vertical-align: middle;
    font-size: 14px;
    content: "Z";
    display: inline-block;
    font: normal normal normal 14px/1 YourTexasBenefits;
    /*Anil Changes for Fixing Safari OSX Issue */
    position: relative;
    right: 0px;
    top: -1px;
    /*Below code was commented as per Anil Changes*/
    /*right: 15px;
      top: 10px;*/ }
  .leftCaretAccordian[data-toggle]:before {
    color: #2277A5;
    vertical-align: top;
    font-size: 14px;
    content: "Z";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .leftCaretAccordian.collapsed[data-toggle]:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: #2277A5;
    vertical-align: middle;
    font-size: 14px;
    content: "Z"; }
  .leftCaretAccordian .badge {
    background-color: #f33;
    float: right;
    margin-right: 10%; }

div [type='simple'] {
  margin-top: 2%; }
  div [type='simple'] .panel {
    border: 0px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    div [type='simple'] .panel .panel-body &gt; a {
      color: #666;
      display: block;
      text-decoration: none; }
    div [type='simple'] .panel .panel-heading {
      border-bottom: 1px solid #f0f0f0; }
      div [type='simple'] .panel .panel-heading &gt; a {
        color: #666;
        text-decoration: none; }
        div [type='simple'] .panel .panel-heading &gt; a:hover {
          color: #666; }

div [type='complex'] button &gt; span {
  padding-bottom: 5px;
  vertical-align: middle; }

div [type='complex'] .panel {
  border: 0px; }

div [type='section'] .panel-heading {
  background-color: #fff; }
  div [type='section'] .panel-heading h4 {
    font-weight: 700; }
    div [type='section'] .panel-heading h4 a {
      text-decoration: none;
      color: #666; }
      div [type='section'] .panel-heading h4 a[data-toggle]:after {
        font: normal normal normal 14px/1 YourTexasBenefits;
        font-size: 32px;
        line-height: 15px;
        font-weight: 700;
        color: #666;
        content: "J";
        float: right; }
      div [type='section'] .panel-heading h4 a[data-toggle].collapsed:after {
        color: #666;
        content: "N"; }
    div [type='section'] .panel-heading h4 span.fa {
      vertical-align: middle;
      padding-bottom: 3px;
      line-height: 13px; }

div [type='section'] button.btn-default {
  font-weight: 700;
  color: #666;
  background-color: #f0f0f0; }

div [type='section'] .panel-body {
  background-color: #fff; }

div [type='section'] .panel-default {
  border: 0px;
  border-bottom: 1px solid #999;
  border-radius: 0px;
  padding-bottom: 5%; }

a[aria-expanded='true'] &gt; .exansionarrow:before {
  content: "J"; }

a[aria-expanded='false'] &gt; .exansionarrow:before {
  content: "N"; }

.exansionarrow {
  font-size: 16pt; }

.panel-group &gt; .panel:last-child &gt; .panel-heading {
  border-bottom: 0px solid; }

.panel-group &gt; .panel &gt; .panel-heading {
  border-bottom: 1px solid #cccccc; }

.boxborder {
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 2px 0px 0px #c8c8c8;
          box-shadow: 0px 2px 0px 0px #c8c8c8; }

.gridColor {
  background-color: #279291;
  color: #F2F2EB;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.gridHeight {
  height: 100px;
  border-bottom: 1px solid #D7D7D7; }

.gridstripped {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0 1px; }

.alternateBgColor:nth-child(odd) {
  background-color: #f9f9f9 !important; }

.alternateBgColorEven:nth-child(even) {
  background-color: #f9f9f9 !important; }

.list-group-item.noborder &gt; div.row, .list-group-item.noborder &gt; div.applications, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow {
  background-color: #F3F3F3;
  padding: 1% 0px 1% 0px; }
  .list-group-item.noborder &gt; div.row &gt; [class*=col] h4, .list-group-item.noborder &gt; div.applications &gt; [class*=col] h4, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col] h4 {
    color: #f33;
    font-weight: 600;
    font-size: 20px; }
    .list-group-item.noborder &gt; div.row &gt; [class*=col] h4:first-child, .list-group-item.noborder &gt; div.applications &gt; [class*=col] h4:first-child, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col] h4:first-child {
      color: inherit; }
  .list-group-item.noborder &gt; div.row &gt; [class*=col] h4.pull-left, .list-group-item.noborder &gt; div.applications &gt; [class*=col] h4.pull-left, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col] h4.pull-left {
    margin-right: 3%; }
  .list-group-item.noborder &gt; div.row &gt; [class*=col] p, .list-group-item.noborder &gt; div.applications &gt; [class*=col] p, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col] p, .list-group-item.noborder &gt; div.row &gt; [class*=col] .para-style, .list-group-item.noborder &gt; div.applications &gt; [class*=col] .para-style, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col] .para-style {
    font-style: italic;
    color: #666;
    font-weight: 400;
    font-size: 18px; }
  .list-group-item.noborder &gt; div.row &gt; [class*=col]:last-child a, .list-group-item.noborder &gt; div.applications &gt; [class*=col]:last-child a, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col]:last-child a {
    font-size: 13px;
    font-weight: 600; }
    .list-group-item.noborder &gt; div.row &gt; [class*=col]:last-child a span, .list-group-item.noborder &gt; div.applications &gt; [class*=col]:last-child a span, .list-group .list-group-item.noborder &gt; div.summaryViewHeaderRow &gt; [class*=col]:last-child a span {
      line-height: 1em;
      vertical-align: middle; }
  .list-group-item.noborder &gt; div.row[infobar], .list-group-item.noborder &gt; div[infobar].applications, .list-group .list-group-item.noborder &gt; div[infobar].summaryViewHeaderRow {
    padding: 0px;
    background-color: #fff; }
    .list-group-item.noborder &gt; div.row[infobar] .help-warning, .list-group-item.noborder &gt; div[infobar].applications .help-warning, .list-group .list-group-item.noborder &gt; div[infobar].summaryViewHeaderRow .help-warning {
      margin-top: 0px;
      background-color: #FFCC98;
      border: 3px solid #E58E35;
      font-weight: 600;
      font-size: 14px;
      color: #703D0A; }

.list-group-item {
  margin-bottom: -2px; }

.borderwithshadow .subheader {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #333; }

.borderwithshadow .removeBorderTop {
  border-top: none; }

.borderwithshadow .listTopBorder {
  border-top: 1px solid #c8c8c8;
  margin: 0px;
  padding-top: 10px;
  margin: 0 1%; }

.borderwithshadow .list-group li {
  -webkit-box-shadow: 2px 0px #c8c8c8;
          box-shadow: 2px 0px #c8c8c8;
  padding: 10px 0px 0px 0px; }

.borderwithshadow .list-group li:first-child {
  border-top: 1px solid #c8c8c8;
  padding-top: 0px;
  padding-bottom: 0px; }
  .borderwithshadow .list-group li:first-child .listTopBorder {
    border-top: none;
    margin: 0;
    padding: 10px 0px 0px 0px;
    margin: 0 1%; }

.borderwithshadow .list-group li:last-child {
  -webkit-box-shadow: 2px 2px #c8c8c8;
          box-shadow: 2px 2px #c8c8c8;
  padding-bottom: 10px; }

.borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.row &gt; [class*=col] h4 &gt; span[type='status'], .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.applications &gt; [class*=col] h4 &gt; span[type='status'], .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.summaryViewHeaderRow &gt; [class*=col] h4 &gt; span[type='status'] {
  word-wrap: break-word;
  font-family: 'Open Sans Light Italic', 'Open Sans';
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #00837E;
  margin-left: 1em; }

.borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.row &gt; [class*=col] p, .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.applications &gt; [class*=col] p, .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.summaryViewHeaderRow &gt; [class*=col] p, .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.row &gt; [class*=col] .para-style, .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.applications &gt; [class*=col] .para-style, .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.summaryViewHeaderRow &gt; [class*=col] .para-style {
  margin: 0 24px 9px !important; }

.borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.row &gt; [class*=col] &gt; span[type='stausIcon'], .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.applications &gt; [class*=col] &gt; span[type='stausIcon'], .borderwithshadow .list-group .list-group-item.removeBorderTop &gt; div.summaryViewHeaderRow &gt; [class*=col] &gt; span[type='stausIcon'] {
  margin-right: 12px;
  margin-top: 10px;
  display: block !important; }

.borderwithshadow .list-group-item li {
  position: static !important; }

.btn {
  font-weight: 700;
  border-radius: 6px;
  text-transform: uppercase; }
  .btn.btn-primary, .btn.btn-success-inLine, .btn.btn-default, .btn.btn-submenu-default, .btn.btn-submenu-selected {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
  .btn.btn-primary {
    border-color: #27688f; }
  .btn.btn-default {
    color: #2D77A3;
    border-color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus {
      color: #2D77A3;
      border-color: #ccc;
      background-color: #fff;
      text-decoration: underline; }
  .btn.btn-success-inLine {
    background-color: #00837E;
    color: #fff; }
    .btn.btn-success-inLine:hover, .btn.btn-success-inLine:focus, .btn.btn-success-inLine.focus {
      background-color: #024F49; }
  .btn.btn-default-inLine {
    background-color: #2D77A3; }
    .btn.btn-default-inLine:hover, .btn.btn-default-inLine:focus, .btn.btn-default-inLine.focus {
      background-color: #fff;
      text-decoration: underline; }
  .btn.btnThird {
    background-color: #fff;
    color: #666666; }
    .btn.btnThird:hover, .btn.btnThird:focus, .btn.btnThird.focus {
      background-color: #F2F2F2;
      text-decoration: underline; }
  .btn.btn-transparent, .btn.btn-transparent-no-bg {
    background-color: #fff;
    color: #666; }
    .btn.btn-transparent:hover, .btn.btn-transparent-no-bg:hover {
      color: #2277a5;
      text-decoration: underline; }
  .btn.btn-submenu-default {
    color: #2D77A3;
    border-color: #ccc;
    background-color: #fff;
    border: 1px solid #ccc;
    display: table-cell; }
    .btn.btn-submenu-default:hover, .btn.btn-submenu-default:focus, .btn.btn-submenu-default.focus {
      color: #2D77A3;
      border-color: #ccc;
      background-color: #fff;
      text-decoration: underline; }
  .btn.btn-submenu-selected {
    color: #b05e06;
    border-color: #b05e06;
    background-color: #fff;
    border: 1px solid #b05e06;
    display: table-cell; }
    .btn.btn-submenu-selected:hover, .btn.btn-submenu-selected:focus, .btn.btn-submenu-selected.focus {
      color: #b05e06;
      border-color: #b05e06;
      background-color: #fff;
      text-decoration: underline; }

:lang(es) h1 .btn {
  padding: 6px 6px; }

.btn-underline {
  text-decoration: underline; }

.btn-transparent-no-bg {
  background-color: transparent !important; }

.ytb {
  display: inline-block;
  font: normal normal normal 14px / 1 YourTexasBenefits;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }
  .ytb.ytb-file-out:before {
    content: "A"; }
  .ytb.ytb-file-in:before {
    content: "B"; }
  .ytb.ytb-check-square-o:before {
    content: "C"; }
  .ytb.ytb-image-file:before {
    content: "D"; }
  .ytb.ytb-bell:before {
    content: "E"; }
  .ytb.ytb-texas-woman:before {
    content: "F"; }
  .ytb.ytb-file-text:before {
    content: "G"; }
  .ytb.ytb-comments:before {
    content: "H"; }
  .ytb.ytb-plus-circle:before {
    content: "I"; }
  .ytb.ytb-down-angle:before {
    content: "J"; }
  .ytb.ytb-minus-circle:before {
    content: "K"; }
  .ytb.ytb-exclamation-circle:before {
    content: "L"; }
  .ytb.ytb-calendar:before {
    content: "M"; }
  .ytb.ytb-right-angle:before {
    content: "N"; }
  .ytb.ytb-file-refresh:before {
    content: "O"; }
  .ytb.ytb-plus:before {
    content: "P"; }
  .ytb.ytb-item-check:before {
    content: "Q"; }
  .ytb.ytb-random:before {
    content: "R"; }
  .ytb.ytb-folder-open:before {
    content: "S"; }
  .ytb.ytb-person-car:before {
    content: "T"; }
  .ytb.ytb-check-write:before {
    content: "U"; }
  .ytb.ytb-dollar-hand:before {
    content: "V"; }
  .ytb.ytb-caret-down:before {
    content: "W"; }
  .ytb.ytb-users-circle:before {
    content: "X"; }
  .ytb.ytb-exclamation-circle-o:before {
    content: "Y"; }
  .ytb.ytb-caret-right:before {
    content: "Z"; }
  .ytb.ytb-note-pad:before {
    content: "a"; }
  .ytb.ytb-login-user-circle:before {
    content: "b"; }
  .ytb.ytb-refresh-clock:before {
    content: "c"; }
  .ytb.ytb-check-square:before {
    content: "d"; }
  .ytb.ytb-change-password:before {
    content: "e"; }
  .ytb.ytb-envelope:before {
    content: "f"; }
  .ytb.ytb-medical-box:before {
    content: "g"; }
  .ytb.ytb-random-o:before {
    content: "h"; }
  .ytb.ytb-suitcase:before {
    content: "i"; }
  .ytb.ytb-recyclebin-o:before {
    content: "j"; }
  .ytb.ytb-information-o:before {
    content: "k"; }
  .ytb.ytb-check-circle:before {
    content: "l"; }
  .ytb.ytb-dollar-circle:before {
    content: "m"; }
  .ytb.ytb-health-care:before {
    content: "n"; }
  .ytb.ytb-longterm-medical:before {
    content: "o"; }
  .ytb.ytb-snap-food:before {
    content: "p"; }
  .ytb.ytb-medicare:before {
    content: "q"; }
  .ytb.ytb-recycle-bin:before {
    content: "r"; }
  .ytb.ytb-folder-open-circle:before {
    content: "s"; }
  .ytb.ytb-user-circle:before {
    content: "t"; }
  .ytb.ytb-warning:before {
    content: "u"; }
  .ytb.ytb-cross:before {
    content: "v"; }
  .ytb.ytb-question-circle:before {
    content: "w"; }
  .ytb.ytb-print:before {
    content: "x"; }
  .ytb.ytb-renew:before {
    content: "8"; }
  .ytb.ytb-benefits:before {
    content: "3"; }
  .ytb.ytb-find-support:before {
    content: "5"; }
  .ytb.ytb-ltss:before {
    content: "4"; }
  .ytb.ytb-not-applying:before {
    content: "6"; }
  .ytb.ytb-paperless:before {
    content: "7"; }
  .ytb.ytb-report-changes:before {
    content: "9"; }
  .ytb.ytb-trouble-shooting:before {
    content: "h"; }
  .ytb.ytb-upload:before {
    content: "A"; }
  .ytb.ytb-apply:before {
    content: "2"; }
  .ytb.ytb-account:before {
    content: "1"; }
  .ytb.ytb-settings:before {
    content: "0"; }
  .ytb.ytb-mobile:before {
    content: ""; }
  .ytb.ytb-leaf:before {
    content: ""; }
  .ytb.ytb-blank:before {
    content: ""; }
  .ytb.ytb-mail:before {
    content: ""; }
  .ytb.ytb-loan-star-help:before {
    content: "!"; }

/*Font of different sizes*/
.ytb-1-2x {
  font-size: 1.2em; }

.ytb-1-7x {
  font-size: 1.7em; }

.ytb-2x {
  font-size: 2em; }

.ytb-3x {
  font-size: 3em; }

.ytb-4x {
  font-size: 4em; }

.ytb-5x {
  font-size: 5em; }

.ytb-6x {
  font-size: 6em; }

.ytb-7x {
  font-size: 7em; }

.ytb-8x {
  font-size: 8em; }

.ytb-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.ytb-20px {
  font-size: 20px; }

/*Color Classes*/
.ytb-success-color {
  color: #12D302; }

.ytb-blue-color {
  color: #2277A5; }

.ytb-red-color {
  color: #FD393A; }

.ytb-green-color {
  color: #00837E !important; }

.ytb-light-green-color {
  color: #66952D; }

.ytb-dark-blue-color {
  color: #3D568E; }

.ytb-lav-color {
  color: #8B59B6; }

.ytb-brown-color {
  color: #BD580A; }

.ytb-dark-red-color {
  color: #C10000; }

.ytb-orange-color {
  color: #FF9933; }

.ytb-dark-orange-color {
  color: #F78E1E; }

.ytb-dark-yellow-color {
  color: #E5C900; }

.ytb-yellow-color {
  color: #FFCC00; }

.ytb-green-mist-color {
  color: #04BCBC; }

.ytb-dark-lav-color {
  color: #B100E7; }

.ytb-pink-color {
  color: #FF33CC; }

.ytb-cal-color {
  color: #62B8B0; }

.ytb-dark-gray-color {
  color: #666666; }

.ytb-link-blue-color {
  color: #0066cc; }

.ytb-ban-cirle-red {
  color: #CC3300; }

/* Color classes Ending*/
.borderLeftGrey {
  border-left: 1px #bbb solid; }
  .borderLeftGrey .panel-head h2 {
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #666;
    font-size: 14px; }
  .borderLeftGrey .panel-body {
    padding-left: 10px;
    padding-top: 0px;
    line-height: normal;
    font-weight: normal;
    color: #666;
    font-size: 14px; }

.helpHeader {
  font-weight: 600;
  color: #333; }

@media (max-width: 568px) {
  .panelMobileView {
    display: table-row;
    border-left: unset; } }

.fontWeight100 {
  font-weight: 100; }

.fontWeight200 {
  font-weight: 200; }

.fontWeight300 {
  font-weight: 300; }

.fontWeight400 {
  font-weight: 400; }

.fontWeight500 {
  font-weight: 500; }

.fontWeight600 {
  font-weight: 600; }

.fontWeight700 {
  font-weight: 700; }

.pageTitle {
  font-family: "Open Sans";
  color: #666;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 24px;
  margin-bottom: 24px; }

.pageTitleWithRequired {
  font-family: "Open Sans";
  color: #666;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 24px;
  margin-bottom: 16px; }

.pageTitleNoPadding {
  font-family: "Open Sans";
  color: #666;
  font-weight: 400;
  font-size: 26px; }

.pageDescription {
  font-family: "Open Sans";
  color: #333;
  font-weight: 200;
  font-size: 16px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 1.5em; }

.pageDescriptionWithRequired {
  font-family: "Open Sans";
  color: #333;
  font-weight: 200;
  font-size: 16px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 1.5em; }

.pageDescriptionBold {
  font-family: "Open Sans";
  color: #333;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 1.5em; }

.pageHint {
  font-family: "Open Sans";
  font-weight: 400;
  color: #AEAEAE;
  font-size: 14px;
  font-style: italic; }

.pageWarning {
  color: #6f3700;
  font-size: 13px;
  font-weight: 600; }

.caseHeader {
  font-family: "Open Sans";
  color: #333;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 0; }

.caseDescription {
  font-family: "Open Sans";
  color: #666;
  font-weight: 400;
  font-size: 18px;
  font-style: italic; }

.sectionHeader {
  font-family: "Open Sans";
  color: #666;
  font-weight: 700;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 3px; }

.sectionHeaderNoTopPadding {
  font-family: "Open Sans";
  color: #666;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 24px; }

.subSectionHeader {
  font-family: "Open Sans";
  color: #2277a5;
  font-weight: 700;
  font-size: 16px; }

.tableTitle {
  font-family: "Open Sans";
  color: #666;
  font-size: 18px;
  font-weight: 600; }

.tableItem {
  font-family: "Open Sans";
  color: #333 !important;
  font-size: 16px;
  font-weight: 400 !important; }

.sideModuleTitle {
  font-family: "Open Sans";
  color: #666;
  font-size: 14px;
  font-weight: 700; }

.sideModuleCopy {
  font-family: "Open Sans";
  color: #333;
  font-size: 13px;
  font-weight: 700; }

.errorRequired {
  font-family: "Open Sans";
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 24px; }

.iconHeader {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  color: #2277a5; }

.iconDescription {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
  color: #333; }

.readOnlyLabelText {
  font-size: 14px;
  font-weight: 500;
  font-family: "Open Sans";
  color: #000;
  padding: 6px 12px 6px 5px;
  margin-bottom: 24px; }

.warningDescription {
  font-family: "Open Sans";
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 24px; }
  .warningDescription &gt; p, .warningDescription &gt; .para-style {
    display: inline-block; }

.checkbox label::before {
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  margin-top: 2px;
  border-radius: 0px; }

.checkbox label::after {
  width: 14px;
  height: 14px;
  margin-top: 1.8px;
  padding-left: 0px;
  padding-top: 0px; }

.radio label::before {
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  margin-top: 4px; }

.radio label::after {
  width: 14px;
  height: 14px;
  margin-top: 4px; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #fff;
  border-color: #fff; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #3d568e;
  background-color: #fff;
  font: normal normal normal 14px / 1 YourTexasBenefits;
  font-size: 14px;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "d"; }

#nav-main .nav-background-green {
  background: #004f49; }

#nav-main .navbar-header .navbar-brand {
  padding: 12px 0 0 9px; }

#nav-main .navbar-nav {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .5px; }
  #nav-main .navbar-nav &gt; li.active &gt; a {
    border-bottom: 5px solid #b05e06;
    font-weight: 600; }
  #nav-main .navbar-nav.navbar-nav-center &gt; li {
    margin: 0 3px; }
  #nav-main .navbar-nav &gt; li &gt; a {
    padding-top: 7px; }
  #nav-main .navbar-nav &gt; li:not(.active) &gt; a:hover {
    border-bottom: 5px solid #fdd88f; }
  #nav-main .navbar-nav &gt; li.active &gt; a {
    border-bottom: 5px solid #b05e06; }
  @media (max-width: 1199px) {
    #nav-main .navbar-nav &gt; li.active &gt; a {
      border-bottom: 5px solid #b05e06; }
    #nav-main .navbar-nav.navbar-nav-center &gt; li {
      margin: 0 3px; } }

#nav-main .navbar-right {
  margin-top: 28px; }
  #nav-main .navbar-right .list-inline {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600; }
    #nav-main .navbar-right .list-inline a {
      color: #fff; }
  #nav-main .navbar-right #nav-user {
    display: inline-block; }
    #nav-main .navbar-right #nav-user .dropdown-toggle {
      background: #00837e;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
      #nav-main .navbar-right #nav-user .dropdown-toggle .fa-user {
        color: #00837e; }
      #nav-main .navbar-right #nav-user .dropdown-toggle .fa-circle {
        color: #004f49; }
    #nav-main .navbar-right #nav-user .login-success {
      color: #fff; }
      #nav-main .navbar-right #nav-user .login-success .fa-circle {
        color: #fff; }

li.subNavigation {
  width: 12.5%;
  height: 70px;
  overflow: none;
  display: table;
  vertical-align: middle;
  text-align: center; }

.tabbedSubSection li a {
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  font-size: 12px; }

/* Vertical Offset Top */
.vert-offset-top-12 {
  margin-top: 12em; }

.vert-offset-top-11 {
  margin-top: 11em; }

.vert-offset-top-10 {
  margin-top: 10em; }

.vert-offset-top-9 {
  margin-top: 9em; }

.vert-offset-top-8 {
  margin-top: 8em; }

.vert-offset-top-7 {
  margin-top: 7em; }

.vert-offset-top-6 {
  margin-top: 6em; }

.vert-offset-top-5 {
  margin-top: 5em; }

.vert-offset-top-4 {
  margin-top: 4em; }

.vert-offset-top-3 {
  margin-top: 3em; }

.vert-offset-top-2 {
  margin-top: 2em; }

.vert-offset-top-1-5 {
  margin-top: 1.5em; }

.vert-offset-top-1, .list-group .sv-primaryButton {
  margin-top: 1em; }

.vert-offset-top-0-3 {
  margin-top: 0.3em; }

.vert-offset-top-0 {
  margin-top: 0em; }

.vert-offset-top-0-5 {
  margin-top: 0.5em; }

.vert-offset-top-7-7 {
  margin-top: 7.7em; }

.vert-offset-top--1 {
  margin-top: -1em; }

/* Vertical Offset Bottom */
.vert-offset-bottom-2-4 {
  margin-bottom: 24px; }

.vert-offset-bottom-12 {
  margin-bottom: 12em; }

.vert-offset-bottom-11 {
  margin-bottom: 11em; }

.vert-offset-bottom-10 {
  margin-bottom: 10em; }

.vert-offset-bottom-9 {
  margin-bottom: 9em; }

.vert-offset-bottom-8 {
  margin-bottom: 8em; }

.vert-offset-bottom-7 {
  margin-bottom: 7em; }

.vert-offset-bottom-6 {
  margin-bottom: 6em; }

.vert-offset-bottom-5 {
  margin-bottom: 5em; }

.vert-offset-bottom-4 {
  margin-bottom: 4em; }

.vert-offset-bottom-3 {
  margin-bottom: 3em; }

.vert-offset-bottom-2 {
  margin-bottom: 2em; }

.vert-offset-bottom-1, .list-group .sv-primaryButton {
  margin-bottom: 1em; }

.vert-offset-bottom-0 {
  margin-bottom: 0em; }

.vert-offset-bottom-0-2 {
  margin-bottom: 0.2em; }

.vert-offset-bottom-6px {
  margin-bottom: 6px; }

/* Vertical Offset Right */
.vert-offset-right-12 {
  margin-right: 12em; }

.vert-offset-right-11 {
  margin-right: 11em; }

.vert-offset-right-10 {
  margin-right: 10em; }

.vert-offset-right-9 {
  margin-right: 9em; }

.vert-offset-right-8 {
  margin-right: 8em; }

.vert-offset-right-7 {
  margin-right: 7em; }

.vert-offset-right-6 {
  margin-right: 6em; }

.vert-offset-right-5 {
  margin-right: 5em; }

.vert-offset-right-4 {
  margin-right: 4em; }

.vert-offset-right-3 {
  margin-right: 3em; }

.vert-offset-right-2 {
  margin-right: 2em; }

.vert-offset-right-1 {
  margin-right: 1em; }

.vert-offset-right-0 {
  margin-right: 0em; }

.vert-offset-right-0-2 {
  margin-right: 0.2em; }

.vert-offset-right-1px {
  margin-right: 1px; }

/* Vertical Offset Left */
.vert-offset-left-12 {
  margin-left: 12em; }

.vert-offset-left-11 {
  margin-left: 11em; }

.vert-offset-left-10 {
  margin-left: 10em; }

.vert-offset-left-9 {
  margin-left: 9em; }

.vert-offset-left-8 {
  margin-left: 8em; }

.vert-offset-left-7 {
  margin-left: 7em; }

.vert-offset-left-6 {
  margin-left: 6em; }

.vert-offset-left-5 {
  margin-left: 5em; }

.vert-offset-left-4 {
  margin-left: 4em; }

.vert-offset-left-3 {
  margin-left: 3em; }

.vert-offset-left-2 {
  margin-left: 2em; }

.vert-offset-left-1 {
  margin-left: 1em; }

.vert-offset-left-0 {
  margin-left: 0em; }

.vert-offset-left-1px {
  margin-left: 1px; }

.padding-offset-left-4 {
  padding-left: 4em; }

.padding-offset-left-3 {
  padding-left: 3em; }

.padding-offset-left-2 {
  padding-left: 2em; }

.padding-offset-left-1 {
  padding-left: 1em; }

.padding-offset-left-0 {
  padding-left: 0em; }

.padding-offset-right-3 {
  padding-right: 3em; }

.padding-offset-right-2 {
  padding-right: 2em; }

.padding-offset-right-1 {
  padding-right: 1em; }

.padding-offset-right-0 {
  padding-right: 0em; }

.padding-offset-top-2-5 {
  padding-top: 2.5em; }

.padding-offset-top-1 {
  padding-top: 1em; }

.padding-offset-top-0, .list-group &gt; li.summary-group-item {
  padding-top: 0em; }

.padding-offset-top-0-5, .list-group .summaryViewHeaderRow {
  padding-top: 0.5em; }

.padding-offset-bottom-2-5 {
  padding-bottom: 2.5em; }

.padding-offset-bottom-2 {
  padding-bottom: 2em; }

.padding-offset-bottom-1-5 {
  padding-bottom: 1.5em; }

.padding-offset-bottom-1 {
  padding-bottom: 1em; }

.padding-offset-bottom-0-5, .list-group .summaryViewHeaderRow {
  padding-bottom: 0.5em; }

.padding-offset-bottom-0, .list-group &gt; li.summary-group-item {
  padding-bottom: 0em; }

.padding-offset-bottom-4 {
  padding-bottom: 4em; }

.padding-all-1 {
  padding: 1em; }

.padding-all-0 {
  padding: 0em; }

.section &gt; div &gt; h2 {
  border-bottom: 2px solid #999; }
  .section &gt; div &gt; h2 &gt; div {
    line-height: 50px;
    vertical-align: middle; }
  .section &gt; div &gt; h2 span.ytb {
    margin-right: 1%; }
  .section &gt; div &gt; h2 p, .section &gt; div &gt; h2 .para-style {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px; }

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; }

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
  position: relative; }

.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

.effect2:after {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
  position: relative; }

.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
  position: relative; }

.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg); }

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
  position: relative; }

.effect5:before, .effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg); }

.effect5:after {
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto; }

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.effect6:before, .effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px; }

.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg); }

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.effect7:before, .effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px; }

.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg); }

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }

.effect8:before, .effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  border-radius: 100px / 10px; }

.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg); }

.cursor-pointer {
  cursor: pointer; }

.cursor-not-allowed {
  cursor: not-allowed; }

.cursor-waiting {
  cursor: wait; }

.cursor-help {
  cursor: help; }

.scroll-view-height-144 {
  max-height: 144px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  font-family: "Open Sans";
  color: #666; }

.ytb-scroll::-webkit-scrollbar {
  width: 10px; }

.ytb-scroll::-webkit-scrollbar-button {
  width: 8px;
  height: 5px; }

.ytb-scroll::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  -webkit-box-shadow: 0px 0px 3px #dfdfdf inset;
          box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px; }

.ytb-scroll::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
  border-radius: 10px;
  min-height: 40px; }

.ytb-scroll::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d; }

.dialogbodyscroll::-webkit-scrollbar {
  width: 10px; }

.dialogbodyscroll::-webkit-scrollbar-button {
  width: 8px;
  height: 5px; }

.dialogbodyscroll::-webkit-scrollbar-track {
  background: #eee;
  border: thin solid lightgray;
  -webkit-box-shadow: 0px 0px 3px #dfdfdf inset;
          box-shadow: 0px 0px 3px #dfdfdf inset;
  border-radius: 10px; }

.dialogbodyscroll::-webkit-scrollbar-thumb {
  background: #999;
  border: thin solid gray;
  border-radius: 10px; }

.dialogbodyscroll::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d; }

.stickyCaseAction {
  width: 100% !important;
  background-color: #fff !important;
  left: 0 !important;
  z-index: 1000 !important; }

.noborderheader, .noborder-bottom {
  border-bottom: 0px; }

.noborder {
  border: 0px; }

.noborder-right {
  border-right: 0px !important; }

.noborder-left {
  border-left: 0px; }

.noborder-top {
  border-top: 0px; }

.border-bottom-1, .list-group .summaryViewHeaderRow, .list-group &gt; li.summary-group-item {
  border-bottom: 1px solid #999; }

.border-top-1 {
  border-top: 1px solid #999; }

.border-bottom-2 {
  border-bottom: 2px solid #999; }

.border-all-1 {
  border: 1px solid #999; }

/* Styles for summaryView component */
.bg-white, .list-group .summaryViewHeaderRow {
  background-color: #fff !important; }

.list-group {
  /* Following are styles which are overidden for summaryView. Rest are in _listgroup.scss */ }
  .list-group &gt; li.summary-group-item {
    min-height: 100px;
    padding: 20px 0px;
    list-style-type: none !important;
    margin-bottom: 1px !important; }
  .list-group .sv-primaryButton {
    width: 110px;
    height: 30px; }
  .list-group .subheader {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    color: #333; }
</pre></body></html>