﻿.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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 #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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 > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .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 > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .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 > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: #7ABA26;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 49px;
    font-weight: 300;
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #7ABA26;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0a5c8b;
}
.label-success {
  background-color: #098900;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #065600;
}
.label-info {
  background-color: #007f9f;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #00566c;
}
.label-warning {
  background-color: #d27300;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #9f5700;
}
.label-danger {
  background-color: #d31600;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a01100;
}
.navbar {
  min-height: 60px;
  margin-bottom: 21px;
  border: none;
  position: relative;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > li > .product-name span.subtitle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-toggle:focus {
  outline: none;
}
.navbar .navbar-nav.navbar-below {
  width: 100%;
}
.navbar .navbar-nav.navbar-below ul > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height:24px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    border: none;
    box-shadow: none;
    background-color: #084466;
  }
  .navbar .navbar-collapse .navbar-nav + .navbar-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .navbar .navbar-collapse .navbar-nav > li.navbar-right {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .navbar .navbar-collapse .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below {
    position: static;
    height: auto;
    background: none;
    border-bottom: none;
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below .uxf-icon {
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a {
    color: white;
    background-color: transparent;
    border: none !important;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a:hover,
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a:focus {
    color: #e6e6e6;
    background-color: #063754;
    border: none;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a.active {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #052b41 !important;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a.active:hover,
  .navbar .navbar-collapse .navbar-nav.navbar-below ul > li > a.active:focus {
    color: white;
  }
  .navbar .navbar-collapse .navbar-nav.navbar-below > .dropdown > a .caret,
  .navbar .navbar-collapse .navbar-nav.navbar-below > .dropdown > a:hover .caret,
  .navbar .navbar-collapse .navbar-nav.navbar-below > .dropdown > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
  }
}
.dropdown-menu > li > a {
  padding: 5px 10px;
}
.navbar-toggle {
  background-color: #0c679c;
  border-radius: 5px;
  padding: 7px 9px;
  margin-top: 12px;
}
.navbar-toggle .icon-bar {
  height: 3px;
}
div.pq-logo {
  background-image: url('../images/pq-logo.png');
}
.navbar-nav li div.product-name {
  padding: 24px 14px 12px 12px;
  
  position: relative;
}
.navbar-nav li div.product-name a {
  color: white;
}
.navbar-nav li div.product-name a:hover,
.navbar-nav li div.product-name a:active,
.navbar-nav li div.product-name a:focus {
  text-decoration: none;
}
.navbar-nav li div.product-name div.pq-logo {
  background-image: url('../images/pq-logo.svg'), none;
  background-size: 53px 11px;
  height: 11px;
  width: 53px;
  position: absolute;
  top: 15px;
  left: 12px;
  display: inline-block;
}
.diagonal {
  background: #65A40F;
  /* Old browsers */
  background: -moz-linear-gradient(51deg, #0c679c 0%, #0c679c 50%, #65A40F 50%, #65A40F 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #5E9A07), color-stop(50%, #5E9A07), color-stop(50%, #65A40F), color-stop(100%, #65A40F));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(51deg, #5E9A07 0%, #5E9A07 50%, #65A40F 50%, #65A40F 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(51deg, #5E9A07 0%, #5E9A07 50%, #65A40F 50%, #65A40F 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(51deg, #5E9A07 0%, #5E9A07 50%, #65A40F 50%, #65A40F 100%);
  /* IE10+ */
  background: linear-gradient(51deg, #5E9A07 0%, #5E9A07 50%, #65A40F 50%, #65A40F 100%);
  /* W3C */
}
.navbar-nav > li > a {
  padding: 19px 10px;
  line-height: 21px;
}
.navbar-nav > li > a.diagonal {
  padding: 15px 14px;
}
.navbar-nav {
  margin: 0;
}
.navbar-inverse .navbar-right > li > a:hover,
.navbar-inverse .navbar-right > li > a:focus {
  color: #fff;
  background-color: #0d6fa7;
}
.navbar-inverse .navbar-right > li.help > a:hover,
.navbar-inverse .navbar-right > li.help > a:focus {
  color: #fff;
  background-color: #0c679c;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret .caret:hover,
.navbar-inverse .navbar-nav > .dropdown > a .caret:focus {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #0a5682;
}
.navbar-inverse .navbar-below .navbar-nav > .open > a,
.navbar-inverse .navbar-below .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-below .navbar-nav > .open > a:hover {
  background-color: #e0e0df;
  color: #555555;
}
.navbar-inverse {
  background: #7ABA26;
}
.navbar-inverse .navbar-brand {
  font-family: "aleoregular", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 27px;
  height: 60px;
  color: white;
}
.navbar-inverse .navbar-brand .uxf-icon {
  font-size: 22px;
  color: #fff;
}
.navbar-inverse .navbar-nav.navbar-below {
  background: #eeeeee;
  color: #555555;
}
.navbar-inverse .navbar-nav.navbar-below .uxf-icon {
  color: #ffffff;
}
.navbar-inverse .navbar-nav.navbar-below ul > li > a {
  color: #555555;
}
.navbar-inverse .navbar-nav.navbar-below ul > li > a:hover,
.navbar-inverse .navbar-nav.navbar-below ul > li > a:focus {
  background-color: #e0e0df;
  outline: none;
  border-bottom: 3px solid transparent;
}
.navbar-inverse .navbar-nav.navbar-below ul > li > a.active {
  background-color: transparent;
  border-bottom: 3px solid #7ABA26;
  padding-bottom: 2px;
}
.navbar-inverse .navbar-nav.navbar-below ul > li > a.active:hover,
.navbar-inverse .navbar-nav.navbar-below ul > li > a.active:focus {
  color: #555555;
  background-color: #e0e0df;
}
.navbar-inverse .navbar-nav.navbar-below > .dropdown > a .caret,
.navbar-inverse .navbar-nav.navbar-below > .dropdown > a:hover .caret,
.navbar-inverse .navbar-nav.navbar-below > .dropdown > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
  opacity: 0.6;
}
.navbar-inverse .navbar-nav.navbar-below > .open > a,
.navbar-inverse .navbar-nav.navbar-below > .open > a:hover,
.navbar-inverse .navbar-nav.navbar-below > .open > a:focus {
  color: #555555;
  background-color: #e0e0df;
}
.navbar-inverse .navbar-nav.navbar-below > .open > a .caret,
.navbar-inverse .navbar-nav.navbar-below > .open > a:hover .caret,
.navbar-inverse .navbar-nav.navbar-below > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-inverse .uxf-icon {
  font-size: 16px;
}
.navbar-inverse li.help {
  margin-right: 10px;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #e6e6e6;
  background-color: none;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
}
.navbar-inverse .navbar-nav > .active > a {
  background: #0a5c8b;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
}
.navbar-inverse .navbar-nav > .active > a:hover {
  background: #094c73;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: white;
  background-color: none;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #094c73;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c6599;
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: #e6e6e6;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
  .navbar-below ul.nav.navbar-nav {
    margin-left: 10px;
    margin-right: 10px;
  }
  ul.nav.navbar-nav.navbar-right {
    margin-right: 10px;
    margin-left: 10px;
  }
  .navbar-form {
    margin-top: 12px;
  }
  .navbar-form .form-control {
    border: 1px solid #0a5c8b;
    margin-right: 3px;
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #063754;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #063754;
  }
  .navbar-inverse .navbar-nav > li > a.navbar-brand:hover,
  .navbar-inverse .navbar-nav > li > a.navbar-brand:focus {
    background-color: transparent;
  }
}
.navbar-collapse {
  padding-bottom: 5px;
}
@media (max-width: 375px) {
  .navbar-inverse {
    background-position: 0px -6px;
  }
  a.navbar-brand.diagonal {
    display: none;
  }
}
.navbar-brand.diagonal-thin {
  width: 5px;
  padding: 0;
  background: #0a5986;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2a5db0;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #7ABA26;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav.nav-stacked a[data-toggle]::after {
  content: '\3d';
  font-family: 'UX-Framework';
  float: right;
}
.nav.nav-stacked a[data-toggle].collapsed::after {
  content: '\4b';
}
.nav.nav-stacked ul.nav.nav-stacked {
  margin-left: 1em;
}
.nav.nav-stacked.nav-stacked-inverse {
  background-color: #424242;
  color: #b8b8b8;
}
.nav.nav-stacked.nav-stacked-inverse > li + li {
  margin-top: 0px;
}
.nav.nav-stacked.nav-stacked-inverse a {
  color: #b8b8b8;
  padding: 8px 15px;
}
.nav.nav-stacked.nav-stacked-inverse a:hover,
.nav.nav-stacked.nav-stacked-inverse a:focus {
  background-color: #5d5d5d;
}
.nav.nav-stacked.nav-stacked-inverse li.active a {
  background-color: #7ABA26;
  color: #fff;
}
.nav.nav-stacked.nav-stacked-inverse li.active a:hover,
.nav.nav-stacked.nav-stacked-inverse li.active a:focus {
  background-color: #7ABA26;
  color: #fff;
}
.nav.nav-stacked.nav-stacked-inverse ul.nav.nav-stacked {
  margin-left: 0;
  background: #1e1e1e;
}
.nav.nav-stacked.nav-stacked-inverse ul.nav.nav-stacked a:hover,
.nav.nav-stacked.nav-stacked-inverse ul.nav.nav-stacked a:focus {
  background-color: #2d2d2d;
}
.nav.nav-stacked.nav-stacked-inverse > li > ul.nav.nav-stacked > li > a {
  padding-left: 30px;
}
.nav.nav-stacked.nav-stacked-inverse > li > ul.nav.nav-stacked > li > ul.nav.nav-stacked > li > a {
  padding-left: 45px;
}
.nav.nav-stacked.nav-stacked-inverse > li > ul.nav.nav-stacked > li > ul.nav.nav-stacked > li > ul.nav.nav-stacked > li > a {
  padding-left: 60px;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #7ABA26;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #7ABA26;
  border-color: #7ABA26;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7ABA26;
}
.panel-primary > .panel-heading .badge {
  color: #7ABA26;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7ABA26;
}
.panel-success {
  border-color: #81e500;
}
.panel-success > .panel-heading {
  color: #098900;
  background-color: #e7ffe5;
  border-color: #81e500;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #81e500;
}
.panel-success > .panel-heading .badge {
  color: #e7ffe5;
  background-color: #098900;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #81e500;
}
.panel-info {
  border-color: #00dee6;
}
.panel-info > .panel-heading {
  color: #007f9f;
  background-color: #e6faff;
  border-color: #00dee6;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00dee6;
}
.panel-info > .panel-heading .badge {
  color: #e6faff;
  background-color: #007f9f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00dee6;
}
.panel-warning {
  border-color: #ffc09a;
}
.panel-warning > .panel-heading {
  color: #9f5700;
  background-color: #fff4e6;
  border-color: #ffc09a;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffc09a;
}
.panel-warning > .panel-heading .badge {
  color: #fff4e6;
  background-color: #9f5700;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffc09a;
}
.panel-danger {
  border-color: #ff9ba1;
}
.panel-danger > .panel-heading {
  color: #a01100;
  background-color: #ffeae7;
  border-color: #ff9ba1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff9ba1;
}
.panel-danger > .panel-heading .badge {
  color: #ffeae7;
  background-color: #a01100;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff9ba1;
}
@-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: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #7ABA26;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #098900;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #007f9f;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #d27300;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d31600;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
[class^="uxf-"],
[class*=" uxf-"],
.uxf-icon {
  font-family: 'UX-Framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  line-height: 1;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="uxf-"]:empty,
[class*=" uxf-"]:empty,
.uxf-icon:empty {
  width: 1em;
}
.btn [class^="uxf-"],
.btn [class*=" uxf-"],
.btn .uxf-icon {
  top: 0px;
}
.uxf-zoom-in:before {
  content: "\61";
}
.uxf-zoom-out:before {
  content: "\62";
}
.uxf-alert:before {
  content: "\63";
}
.uxf-graduation:before {
  content: "\64";
}
.uxf-newspaper:before {
  content: "\65";
}
.uxf-list:before {
  content: "\66";
}
.uxf-menu:before {
  content: "\67";
}
.uxf-book:before {
  content: "\68";
}
.uxf-doc:before {
  content: "\69";
}
.uxf-doc-inverse:before {
  content: "\6a";
}
.uxf-download:before {
  content: "\6b";
}
.uxf-close-square:before {
  content: "\6c";
}
.uxf-close-circle:before {
  content: "\6d";
}
.uxf-close:before {
  content: "\6e";
}
.uxf-close-tag:before {
  content: "\6f";
}
.uxf-folder:before {
  content: "\70";
}
.uxf-share:before {
  content: "\71";
}
.uxf-bookmarks:before {
  content: "\72";
}
.uxf-bookmark:before {
  content: "\73";
}
.uxf-attach:before {
  content: "\74";
}
.uxf-arrows-rotate:before {
  content: "\75";
}
.uxf-arrow-combo:before {
  content: "\76";
}
.uxf-attention:before {
  content: "\77";
}
.uxf-box:before {
  content: "\78";
}
.uxf-book-alt:before {
  content: "\79";
}
.uxf-disabled:before {
  content: "\7a";
}
.uxf-check:before {
  content: "\41";
}
.uxf-chart-line:before {
  content: "\42";
}
.uxf-chart-pie:before {
  content: "\43";
}
.uxf-chart-bar:before {
  content: "\44";
}
.uxf-chart-area:before {
  content: "\45";
}
.uxf-code:before {
  content: "\46";
}
.uxf-settings:before {
  content: "\47";
}
.uxf-comment:before {
  content: "\48";
}
.uxf-database:before {
  content: "\49";
}
.uxf-down-caret:before {
  content: "\4a";
}
.uxf-down-open:before {
  content: "\4b";
}
.uxf-down-open-large:before {
  content: "\4c";
}
.uxf-down-open-mini:before {
  content: "\4d";
}
.uxf-down-long:before {
  content: "\4e";
}
.uxf-export:before {
  content: "\4f";
}
.uxf-save:before {
  content: "\50";
}
.uxf-flag:before {
  content: "\51";
}
.uxf-flash:before {
  content: "\52";
}
.uxf-heart:before {
  content: "\53";
}
.uxf-heart-empty:before {
  content: "\54";
}
.uxf-help:before {
  content: "\55";
}
.uxf-help-circle:before {
  content: "\56";
}
.uxf-grid-small:before {
  content: "\57";
}
.uxf-help-buoy:before {
  content: "\58";
}
.uxf-level-up:before {
  content: "\59";
}
.uxf-left-down:before {
  content: "\5a";
}
.uxf-left-long:before {
  content: "\30";
}
.uxf-left-open-mini:before {
  content: "\31";
}
.uxf-left-open-large:before {
  content: "\32";
}
.uxf-left-caret:before {
  content: "\33";
}
.uxf-left-open:before {
  content: "\34";
}
.uxf-left-bold:before {
  content: "\35";
}
.uxf-left:before {
  content: "\36";
}
.uxf-megaphone:before {
  content: "\37";
}
.uxf-map:before {
  content: "\38";
}
.uxf-mail:before {
  content: "\39";
}
.uxf-lock:before {
  content: "\21";
}
.uxf-unlock:before {
  content: "\22";
}
.uxf-login:before {
  content: "\23";
}
.uxf-logout:before {
  content: "\24";
}
.uxf-link:before {
  content: "\25";
}
.uxf-location:before {
  content: "\26";
}
.uxf-minus:before {
  content: "\27";
}
.uxf-minus-circle:before {
  content: "\28";
}
.uxf-reply-all:before {
  content: "\29";
}
.uxf-reply:before {
  content: "\2a";
}
.uxf-right-open-mini:before {
  content: "\2b";
}
.uxf-right-caret:before {
  content: "\2c";
}
.uxf-right-open:before {
  content: "\2d";
}
.uxf-right-open-large:before {
  content: "\2e";
}
.uxf-right-bold:before {
  content: "\2f";
}
.uxf-right:before {
  content: "\3a";
}
.uxf-search:before {
  content: "\3b";
}
.uxf-up-caret:before {
  content: "\3c";
}
.uxf-up-open:before {
  content: "\3d";
}
.uxf-up-open-large:before {
  content: "\3e";
}
.uxf-up-open-mini:before {
  content: "\3f";
}
.uxf-up-long:before {
  content: "\40";
}
.uxf-upload-cloud:before {
  content: "\5b";
}
.uxf-upload:before {
  content: "\5d";
}
.uxf-vcard:before {
  content: "\5e";
}
.uxf-users:before {
  content: "\5f";
}
.uxf-user-add:before {
  content: "\60";
}
.uxf-user:before {
  content: "\7b";
}
.uxf-up-bold:before {
  content: "\7c";
}
.uxf-up:before {
  content: "\7d";
}
.uxf-tools:before {
  content: "\7e";
}
.uxf-suitcase:before {
  content: "\5c";
}
.uxf-stop:before {
  content: "\e000";
}
.uxf-star-empty:before {
  content: "\e001";
}
.uxf-star:before {
  content: "\e002";
}
.uxf-right-long:before {
  content: "\e003";
}
.uxf-resize-small:before {
  content: "\e004";
}
.uxf-resize-large:before {
  content: "\e005";
}
.uxf-record:before {
  content: "\e006";
}
.uxf-plus-circle:before {
  content: "\e007";
}
.uxf-plus:before {
  content: "\e008";
}
.uxf-play:before {
  content: "\e009";
}
.uxf-quote:before {
  content: "\e00a";
}
.uxf-publish:before {
  content: "\e00b";
}
.uxf-print:before {
  content: "\e00c";
}
.uxf-popup:before {
  content: "\e00d";
}
.uxf-pencil:before {
  content: "\e00e";
}
.uxf-monitor:before {
  content: "\e00f";
}
.uxf-mobile:before {
  content: "\e010";
}
.uxf-loop:before {
  content: "\e011";
}
.uxf-keyboard:before {
  content: "\e012";
}
.uxf-bulb:before {
  content: "\e013";
}
.uxf-key:before {
  content: "\e014";
}
.uxf-home:before {
  content: "\e015";
}
.uxf-info:before {
  content: "\e016";
}
.uxf-info-circle:before {
  content: "\e017";
}
.uxf-hourglass:before {
  content: "\e018";
}
.uxf-inbox:before {
  content: "\e019";
}
.uxf-forward:before {
  content: "\e01a";
}
.uxf-rewind:before {
  content: "\e01b";
}
.uxf-fast-forward:before {
  content: "\e01c";
}
.uxf-guage:before {
  content: "\e01d";
}
.uxf-infinite:before {
  content: "\e01e";
}
.uxf-dot-three:before {
  content: "\e01f";
}
.uxf-dot-two:before {
  content: "\e020";
}
.uxf-dot-one:before {
  content: "\e021";
}
.uxf-down:before {
  content: "\e022";
}
.uxf-down-black:before {
  content: "\e023";
}
.uxf-direction:before {
  content: "\e024";
}
.uxf-clockwise:before {
  content: "\e025";
}
.uxf-compass:before {
  content: "\e026";
}
.uxf-drive:before {
  content: "\e027";
}
.uxf-counter-clockwise:before {
  content: "\e028";
}
.uxf-clipboard:before {
  content: "\e029";
}
.uxf-clock:before {
  content: "\e02a";
}
.uxf-chat:before {
  content: "\e02b";
}
.uxf-cal:before {
  content: "\e02c";
}
.uxf-back:before {
  content: "\e02d";
}
.uxf-sign:before {
  content: "\e02e";
}
.uxf-cloud:before {
  content: "\e02f";
}
.uxf-cloud-lightning:before {
  content: "\e030";
}
.uxf-tag:before {
  content: "\e031";
}
.uxf-tags:before {
  content: "\e032";
}
.uxf-align-center:before {
  content: "\e033";
}
.uxf-align-justify:before {
  content: "\e034";
}
.uxf-align-left:before {
  content: "\e035";
}
.uxf-align-right:before {
  content: "\e036";
}
.uxf-background-color:before {
  content: "\e037";
}
.uxf-bold:before {
  content: "\e038";
}
.uxf-italic:before {
  content: "\e039";
}
.uxf-text-color:before {
  content: "\e03a";
}
.uxf-underline:before {
  content: "\e03b";
}
.uxf-pin:before {
  content: "\e03c";
}
.uxf-rss:before {
  content: "\e03d";
}
.uxf-external-link:before {
  content: "\e03e";
}
.uxf-facebook-square:before {
  content: "\e03f";
}
.uxf-facebook-circle:before {
  content: "\e040";
}
.uxf-facebook:before {
  content: "\e041";
}
.uxf-twitter:before {
  content: "\e042";
}
.uxf-twitter-circle:before {
  content: "\e043";
}
.uxf-linkedin:before {
  content: "\e044";
}
.uxf-linkedin-circle:before {
  content: "\e045";
}
.uxf-phone:before {
  content: "\e046";
}
.uxf-basket:before {
  content: "\e047";
}
.uxf-globe:before {
  content: "\e048";
}
.uxf-music:before {
  content: "\e049";
}
.uxf-note:before {
  content: "\e04a";
}
.uxf-note-alt:before {
  content: "\e04b";
}
.uxf-wrench:before {
  content: "\e04c";
}
.uxf-filter:before {
  content: "\e04d";
}
.uxf-trash:before {
  content: "\e04e";
}
.uxf-signal:before {
  content: "\e04f";
}
.uxf-shuffle:before {
  content: "\e050";
}
.uxf-trophy:before {
  content: "\e051";
}
.uxf-switch:before {
  content: "\e052";
}
.uxf-instagram:before {
  content: "\e053";
}
.uxf-pinterest-circle:before {
  content: "\e054";
}
.uxf-pinterest:before {
  content: "\e055";
}
.uxf-archive:before {
  content: "\e056";
}
.uxf-back-in-time:before {
  content: "\e057";
}
.uxf-camera:before {
  content: "\e058";
}
.uxf-gplus:before {
  content: "\e059";
}
.uxf-gplus-circle:before {
  content: "\e05a";
}
.uxf-mic:before {
  content: "\e05b";
}
.uxf-pause:before {
  content: "\e05c";
}
.uxf-pictures:before {
  content: "\e05d";
}
.uxf-thumbs-down:before {
  content: "\e05e";
}
.uxf-thumbs-up:before {
  content: "\e05f";
}
.uxf-grid-alt:before {
  content: "\e060";
}
.uxf-grid:before {
  content: "\e061";
}
.uxf-video:before {
  content: "\e062";
}
.uxf-video-alt:before {
  content: "\e063";
}
.uxf-film:before {
  content: "\e064";
}
.uxf-doc-delete:before {
  content: "\e065";
}
.uxf-doc-add:before {
  content: "\e066";
}
.uxf-alt-inverse:before {
  content: "\e067";
}
.uxf-doc-blank:before {
  content: "\e068";
}
.uxf-docs:before {
  content: "\e069";
}
.uxf-blank-inverse:before {
  content: "\e06a";
}
.uxf-doc-alt:before {
  content: "\e06b";
}
.uxf-doc-pdf:before {
  content: "\e06c";
}
.uxf-watch:before {
  content: "\e06d";
}
.uxf-folder-add:before {
  content: "\e06e";
}
.uxf-folder-delete:before {
  content: "\e06f";
}
.uxf-to-start:before {
  content: "\e070";
}
.uxf-to-end:before {
  content: "\e071";
}
.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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000;
  opacity: 0.8;
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-background {
  position: absolute;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1100;
  min-width: 226px;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}







/**
 * others
 */

.bs-login {
    position: relative;
    width: auto;
    max-width: 850px;
    margin: 0px auto;
    margin-top:100px;
    padding:20px;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #fff;
    text-align: left;
    
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(left,  #f5f5f5 0%, #f5f5f5 50%, #e9e9e9 50%, #e9e9e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f5f5f5), color-stop(50%,#f5f5f5), color-stop(50%,#e9e9e9), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #f5f5f5 0%,#f5f5f5 50%,#e9e9e9 50%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #f5f5f5 0%,#f5f5f5 50%,#e9e9e9 50%,#e9e9e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #f5f5f5 0%,#f5f5f5 50%,#e9e9e9 50%,#e9e9e9 100%); /* IE10+ */
    background: linear-gradient(to right,  #f5f5f5 0%,#f5f5f5 50%,#e9e9e9 50%,#e9e9e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9',GradientType=1 ); /* IE6-9 */
}

.bs-signin {
    width: auto;
    max-width: 650px;
    margin: 0 auto 0px;
    padding: 0 0px;
}

.bs-signin h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 20px 0;
}

.bs-signin .holding {
    margin-bottom: 5px;
}

.bs-login .normal-button {
    margin: 10px 0;
}

.bs-login .alert-error, .bs-dropdown-login .alert-error {
    display: none;
}

.bs-dropdown-login {
    padding: 10px 20px 0;
    min-width: 250px;
}

.bs-dropdown-login .dropdown-button {
    padding: 10px 0;
}




.loginShade
{
    background-color:#eaeaea;
}
.regText
{
font-family:"Roboto", Helvetica, Arial, sans-serif;
font-size:14px;
color:#777777;
}
.linkLogin
{
    font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size:14px;
color: #2A5DB0;
}
.boxHeader
{
    font-family: "aleoregular", serif;

  font-size: 28px;
  color:#777777;
}
.intotaHeader
{
    font-family: "aleoregular", serif;
margin-top:-10px;
  font-size: 22px;
  float:left;
}
.subTopHead
{
    margin-top:-18px;
     font-family: "aleoregular", serif;
  font-size: 12px;
}
.footerLogo
{
    font-family: "aleoregular", serif;
color:White;
  font-size: 22px;
}
.alignfooterLogo
{
    margin-top:-6px;
}
.padright
{
    padding-left:19px;
}
.paddingTop
{
    padding-top:10px;
}
.displayNone
{
     display:none;
}
.loginleft
{
    padding-left:40px;
}
.txtBox
{
    width:100px;
}

.homePage {
    
  position: relative;
    width: auto;
    max-width: 950px;
    margin: 0px auto;
    
    padding-top:50px;
}

.homeBanner
{
    background: url("/Content/Images/IA_Banner_02.jpg");
    background-size: 100% 300px;
    background-repeat: no-repeat;
    padding-top: 40px;
}
.bannerText
{
    c
    color:#FFFFFF;
    font-size:32px;
    width:400px;
    line-height:22px;
    position: absolute; top: 160px; left: 40px;
}

.homeBox
{
    background-color:#f5f5f5;
    padding:20px 20px 20px 20px;
   
   
}
.linkhomeBox div
{
    padding:2px;
   color:#2b5cbb;
}
.linkhomeBoxDiff
{
      color:#2b5cbb;
}
.homeBoxContentBlack
{
    color:#777777;
}
.homeBoxHead
{
    font-family: "aleoregular", serif;
  font-size: 20px;
}
.homeBoxImg
{
    margin-right:10px;
    float:right;
  
}
.line { 
    display: block;
    margin-top: 1px;

    margin-left: auto;
    margin-right: auto;
    border: 0.01em solid #e8e8e8;
 
} 

.spaceline
{
   
}
.chooseRepSpace
{
    height:28px;
}
.howUseSpace
{
     height:43px;
}
.topWhiteBar
{
    padding-right: 0;
    padding-left: 0;
    height:20px;
    text-align:right;
    margin-right:12px;
}
.headerMainPage
{
    height:30px;
}