<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Base variables */
/**
   * Allows you to wrap style properties in a class but still keep it within the 'wrapClass'.
   * Because it uses at-root, it will ignore current nesting.
   * Use multiple selectors as parameters if needed.
   */
.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: 10px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 6px 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.42857;
    color: #cccccc;
    white-space: nowrap; }

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #bfbfbf;
  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: #003378; }

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

.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: 9px;
  line-height: 1.42857;
  color: #e7e7e7;
  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; } }

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

.bs-ids h1, .bs-ids .h1,
.bs-ids h2, .bs-ids .h2,
.bs-ids h3, .bs-ids .h3 {
  margin-top: 14px;
  margin-bottom: 7px; }
  .bs-ids h1 small,
  .bs-ids h1 .small, .bs-ids .h1 small,
  .bs-ids .h1 .small,
  .bs-ids h2 small,
  .bs-ids h2 .small, .bs-ids .h2 small,
  .bs-ids .h2 .small,
  .bs-ids h3 small,
  .bs-ids h3 .small, .bs-ids .h3 small,
  .bs-ids .h3 .small {
    font-size: 65%; }

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

.bs-ids h1, .bs-ids .h1 {
  font-size: 26px; }

.bs-ids h2, .bs-ids .h2 {
  font-size: 21px; }

.bs-ids h3, .bs-ids .h3 {
  font-size: 17px; }

.bs-ids h4, .bs-ids .h4 {
  font-size: 13px; }

.bs-ids h5, .bs-ids .h5 {
  font-size: 10px; }

.bs-ids h6, .bs-ids .h6 {
  font-size: 9px; }

.bs-ids p {
  margin: 0 0 7px; }

.bs-ids .lead {
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .bs-ids .lead {
      font-size: 15px; } }

.bs-ids small,
.bs-ids .small {
  font-size: 90%; }

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

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

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

.bs-ids .text-center {
  text-align: center; }

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

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

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

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

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

.bs-ids .text-muted {
  color: #e7e7e7; }

.bs-ids .text-primary {
  color: #003378; }

.bs-ids a.text-primary:hover,
.bs-ids a.text-primary:focus {
  color: #001d45; }

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

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

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

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

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

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

.bs-ids .text-danger {
  color: #a94442; }

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

.bs-ids .bg-primary {
  color: #fff; }

.bs-ids .bg-primary {
  background-color: #003378; }

.bs-ids a.bg-primary:hover,
.bs-ids a.bg-primary:focus {
  background-color: #001d45; }

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

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

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

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

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

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

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

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

.bs-ids .page-header {
  padding-bottom: 6px;
  margin: 28px 0 14px;
  border-bottom: 1px solid #f8f8f8; }

.bs-ids ul,
.bs-ids ol {
  margin-top: 0;
  margin-bottom: 7px; }
  .bs-ids ul ul,
  .bs-ids ul ol,
  .bs-ids ol ul,
  .bs-ids ol ol {
    margin-bottom: 0; }

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

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

.bs-ids dl {
  margin-top: 0;
  margin-bottom: 14px; }

.bs-ids dt,
.bs-ids dd {
  line-height: 1.42857; }

.bs-ids dt {
  font-weight: bold; }

.bs-ids dd {
  margin-left: 0; }

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

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

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

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

.bs-ids .initialism {
  font-size: 90%; }

.bs-ids blockquote {
  padding: 7px 14px;
  margin: 0 0 14px;
  font-size: 12.5px;
  border-left: 5px solid #f8f8f8; }
  .bs-ids blockquote p:last-child,
  .bs-ids blockquote ul:last-child,
  .bs-ids blockquote ol:last-child {
    margin-bottom: 0; }
  .bs-ids blockquote footer,
  .bs-ids blockquote small,
  .bs-ids blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #e7e7e7; }
    .bs-ids blockquote footer:before,
    .bs-ids blockquote small:before,
    .bs-ids blockquote .small:before {
      content: '\2014 \00A0'; }

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

.bs-ids address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1.42857; }

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

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

.bs-ids .row {
  margin-left: -15px;
  margin-right: -15px; }
  .bs-ids .row:before, .bs-ids .row:after {
    content: " ";
    display: table; }
  .bs-ids .row:after {
    clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-ids table {
  background-color: transparent; }

.bs-ids caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e7e7e7;
  text-align: left; }

.bs-ids th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-ids legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: inherit;
  color: #cccccc;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

.bs-ids input[type="search"] {
  box-sizing: border-box; }

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

.bs-ids input[type="file"] {
  display: block; }

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

.bs-ids select[multiple],
.bs-ids select[size] {
  height: auto; }

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

.bs-ids output {
  display: block;
  padding-top: 7px;
  font-size: 10px;
  line-height: 1.42857;
  color: #EEEEEE; }

.bs-ids .form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.42857;
  color: #EEEEEE;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .bs-ids .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .bs-ids .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .bs-ids .form-control:-ms-input-placeholder {
    color: #999; }
  .bs-ids .form-control::-webkit-input-placeholder {
    color: #999; }
  .bs-ids .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .bs-ids .form-control[disabled], .bs-ids .form-control[readonly],
  fieldset[disabled] .bs-ids .form-control {
    background-color: #e6e7e8;
    opacity: 1; }
  .bs-ids .form-control[disabled],
  fieldset[disabled] .bs-ids .form-control {
    cursor: not-allowed; }

.bs-ids textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bs-ids input[type="date"].form-control,
  .bs-ids input[type="time"].form-control,
  .bs-ids input[type="datetime-local"].form-control,
  .bs-ids input[type="month"].form-control {
    line-height: 28px; }
  .bs-ids input[type="date"].input-sm,
  .input-group-sm .bs-ids input[type="date"],
  .bs-ids input[type="time"].input-sm,
  .input-group-sm
  .bs-ids input[type="time"],
  .bs-ids input[type="datetime-local"].input-sm,
  .input-group-sm
  .bs-ids input[type="datetime-local"],
  .bs-ids input[type="month"].input-sm,
  .input-group-sm
  .bs-ids input[type="month"] {
    line-height: 25px; }
  .bs-ids input[type="date"].input-lg,
  .input-group-lg .bs-ids input[type="date"],
  .bs-ids input[type="time"].input-lg,
  .input-group-lg
  .bs-ids input[type="time"],
  .bs-ids input[type="datetime-local"].input-lg,
  .input-group-lg
  .bs-ids input[type="datetime-local"],
  .bs-ids input[type="month"].input-lg,
  .input-group-lg
  .bs-ids input[type="month"] {
    line-height: 40px; } }

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

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

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

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

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

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

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

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

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

.bs-ids .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 24px; }
  .bs-ids .form-control-static.input-lg, .bs-ids .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.bs-ids .input-sm {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

.bs-ids select.input-sm {
  height: 25px;
  line-height: 25px; }

.bs-ids textarea.input-sm,
.bs-ids select[multiple].input-sm {
  height: auto; }

.bs-ids .form-group-sm .form-control {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

.bs-ids .form-group-sm select.form-control {
  height: 25px;
  line-height: 25px; }

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

.bs-ids .form-group-sm .form-control-static {
  height: 25px;
  min-height: 23px;
  padding: 6px 10px;
  font-size: 9px;
  line-height: 1.5; }

.bs-ids .input-lg {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 6px; }

.bs-ids select.input-lg {
  height: 40px;
  line-height: 40px; }

.bs-ids textarea.input-lg,
.bs-ids select[multiple].input-lg {
  height: auto; }

.bs-ids .form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 6px; }

.bs-ids .form-group-lg select.form-control {
  height: 40px;
  line-height: 40px; }

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

.bs-ids .form-group-lg .form-control-static {
  height: 40px;
  min-height: 27px;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.33333; }

.bs-ids .has-feedback {
  position: relative; }
  .bs-ids .has-feedback .form-control {
    padding-right: 35px; }

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

.bs-ids .input-lg + .form-control-feedback,
.bs-ids .input-group-lg + .form-control-feedback,
.bs-ids .form-group-lg .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.bs-ids .input-sm + .form-control-feedback,
.bs-ids .input-group-sm + .form-control-feedback,
.bs-ids .form-group-sm .form-control + .form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px; }

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

.bs-ids .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .bs-ids .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

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

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

.bs-ids .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .bs-ids .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

.bs-ids .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .bs-ids .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

.bs-ids .has-feedback label ~ .form-control-feedback {
  top: 19px; }

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

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

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

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

.bs-ids .form-horizontal .radio,
.bs-ids .form-horizontal .checkbox {
  min-height: 21px; }

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

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

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

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

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

.bs-ids .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .bs-ids .btn:focus, .bs-ids .btn.focus, .bs-ids .btn:active:focus, .bs-ids .btn:active.focus, .bs-ids .btn.active:focus, .bs-ids .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .bs-ids .btn:hover, .bs-ids .btn:focus, .bs-ids .btn.focus {
    color: #747779;
    text-decoration: none; }
  .bs-ids .btn:active, .bs-ids .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .bs-ids .btn.disabled, .bs-ids .btn[disabled],
  fieldset[disabled] .bs-ids .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

.bs-ids .btn-default {
  color: #747779;
  background-color: transparent;
  border-color: #979797; }
  .bs-ids .btn-default:focus, .bs-ids .btn-default.focus {
    color: #747779;
    background-color: transparent;
    border-color: #575757; }
  .bs-ids .btn-default:hover {
    color: #747779;
    background-color: transparent;
    border-color: #787878; }
  .bs-ids .btn-default:active, .bs-ids .btn-default.active,
  .open &gt; .bs-ids .btn-default.dropdown-toggle {
    color: #747779;
    background-color: transparent;
    border-color: #787878; }
    .bs-ids .btn-default:active:hover, .bs-ids .btn-default:active:focus, .bs-ids .btn-default:active.focus, .bs-ids .btn-default.active:hover, .bs-ids .btn-default.active:focus, .bs-ids .btn-default.active.focus,
    .open &gt; .bs-ids .btn-default.dropdown-toggle:hover,
    .open &gt; .bs-ids .btn-default.dropdown-toggle:focus,
    .open &gt; .bs-ids .btn-default.dropdown-toggle.focus {
      color: #747779;
      background-color: transparent;
      border-color: #575757; }
  .bs-ids .btn-default:active, .bs-ids .btn-default.active,
  .open &gt; .bs-ids .btn-default.dropdown-toggle {
    background-image: none; }
  .bs-ids .btn-default.disabled:hover, .bs-ids .btn-default.disabled:focus, .bs-ids .btn-default.disabled.focus, .bs-ids .btn-default[disabled]:hover, .bs-ids .btn-default[disabled]:focus, .bs-ids .btn-default[disabled].focus,
  fieldset[disabled] .bs-ids .btn-default:hover,
  fieldset[disabled] .bs-ids .btn-default:focus,
  fieldset[disabled] .bs-ids .btn-default.focus {
    background-color: transparent;
    border-color: #979797; }
  .bs-ids .btn-default .badge {
    color: transparent;
    background-color: #747779; }

.bs-ids .btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .bs-ids .btn-primary:focus, .bs-ids .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .bs-ids .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .bs-ids .btn-primary:active, .bs-ids .btn-primary.active,
  .open &gt; .bs-ids .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .bs-ids .btn-primary:active:hover, .bs-ids .btn-primary:active:focus, .bs-ids .btn-primary:active.focus, .bs-ids .btn-primary.active:hover, .bs-ids .btn-primary.active:focus, .bs-ids .btn-primary.active.focus,
    .open &gt; .bs-ids .btn-primary.dropdown-toggle:hover,
    .open &gt; .bs-ids .btn-primary.dropdown-toggle:focus,
    .open &gt; .bs-ids .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .bs-ids .btn-primary:active, .bs-ids .btn-primary.active,
  .open &gt; .bs-ids .btn-primary.dropdown-toggle {
    background-image: none; }
  .bs-ids .btn-primary.disabled:hover, .bs-ids .btn-primary.disabled:focus, .bs-ids .btn-primary.disabled.focus, .bs-ids .btn-primary[disabled]:hover, .bs-ids .btn-primary[disabled]:focus, .bs-ids .btn-primary[disabled].focus,
  fieldset[disabled] .bs-ids .btn-primary:hover,
  fieldset[disabled] .bs-ids .btn-primary:focus,
  fieldset[disabled] .bs-ids .btn-primary.focus {
    background-color: #000;
    border-color: #000; }
  .bs-ids .btn-primary .badge {
    color: #000;
    background-color: #fff; }

.bs-ids .btn-success {
  color: #fff;
  background-color: #84BD00;
  border-color: #72a400; }
  .bs-ids .btn-success:focus, .bs-ids .btn-success.focus {
    color: #fff;
    background-color: #608a00;
    border-color: #192400; }
  .bs-ids .btn-success:hover {
    color: #fff;
    background-color: #608a00;
    border-color: #476600; }
  .bs-ids .btn-success:active, .bs-ids .btn-success.active,
  .open &gt; .bs-ids .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #608a00;
    border-color: #476600; }
    .bs-ids .btn-success:active:hover, .bs-ids .btn-success:active:focus, .bs-ids .btn-success:active.focus, .bs-ids .btn-success.active:hover, .bs-ids .btn-success.active:focus, .bs-ids .btn-success.active.focus,
    .open &gt; .bs-ids .btn-success.dropdown-toggle:hover,
    .open &gt; .bs-ids .btn-success.dropdown-toggle:focus,
    .open &gt; .bs-ids .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #476600;
      border-color: #192400; }
  .bs-ids .btn-success:active, .bs-ids .btn-success.active,
  .open &gt; .bs-ids .btn-success.dropdown-toggle {
    background-image: none; }
  .bs-ids .btn-success.disabled:hover, .bs-ids .btn-success.disabled:focus, .bs-ids .btn-success.disabled.focus, .bs-ids .btn-success[disabled]:hover, .bs-ids .btn-success[disabled]:focus, .bs-ids .btn-success[disabled].focus,
  fieldset[disabled] .bs-ids .btn-success:hover,
  fieldset[disabled] .bs-ids .btn-success:focus,
  fieldset[disabled] .bs-ids .btn-success.focus {
    background-color: #84BD00;
    border-color: #72a400; }
  .bs-ids .btn-success .badge {
    color: #84BD00;
    background-color: #fff; }

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

.bs-ids .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .bs-ids .btn-warning:focus, .bs-ids .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .bs-ids .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .bs-ids .btn-warning:active, .bs-ids .btn-warning.active,
  .open &gt; .bs-ids .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .bs-ids .btn-warning:active:hover, .bs-ids .btn-warning:active:focus, .bs-ids .btn-warning:active.focus, .bs-ids .btn-warning.active:hover, .bs-ids .btn-warning.active:focus, .bs-ids .btn-warning.active.focus,
    .open &gt; .bs-ids .btn-warning.dropdown-toggle:hover,
    .open &gt; .bs-ids .btn-warning.dropdown-toggle:focus,
    .open &gt; .bs-ids .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .bs-ids .btn-warning:active, .bs-ids .btn-warning.active,
  .open &gt; .bs-ids .btn-warning.dropdown-toggle {
    background-image: none; }
  .bs-ids .btn-warning.disabled:hover, .bs-ids .btn-warning.disabled:focus, .bs-ids .btn-warning.disabled.focus, .bs-ids .btn-warning[disabled]:hover, .bs-ids .btn-warning[disabled]:focus, .bs-ids .btn-warning[disabled].focus,
  fieldset[disabled] .bs-ids .btn-warning:hover,
  fieldset[disabled] .bs-ids .btn-warning:focus,
  fieldset[disabled] .bs-ids .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .bs-ids .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.bs-ids .btn-danger {
  color: #fff;
  background-color: #E2231A;
  border-color: #cb1f17; }
  .bs-ids .btn-danger:focus, .bs-ids .btn-danger.focus {
    color: #fff;
    background-color: #b41c15;
    border-color: #590e0a; }
  .bs-ids .btn-danger:hover {
    color: #fff;
    background-color: #b41c15;
    border-color: #941711; }
  .bs-ids .btn-danger:active, .bs-ids .btn-danger.active,
  .open &gt; .bs-ids .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b41c15;
    border-color: #941711; }
    .bs-ids .btn-danger:active:hover, .bs-ids .btn-danger:active:focus, .bs-ids .btn-danger:active.focus, .bs-ids .btn-danger.active:hover, .bs-ids .btn-danger.active:focus, .bs-ids .btn-danger.active.focus,
    .open &gt; .bs-ids .btn-danger.dropdown-toggle:hover,
    .open &gt; .bs-ids .btn-danger.dropdown-toggle:focus,
    .open &gt; .bs-ids .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #941711;
      border-color: #590e0a; }
  .bs-ids .btn-danger:active, .bs-ids .btn-danger.active,
  .open &gt; .bs-ids .btn-danger.dropdown-toggle {
    background-image: none; }
  .bs-ids .btn-danger.disabled:hover, .bs-ids .btn-danger.disabled:focus, .bs-ids .btn-danger.disabled.focus, .bs-ids .btn-danger[disabled]:hover, .bs-ids .btn-danger[disabled]:focus, .bs-ids .btn-danger[disabled].focus,
  fieldset[disabled] .bs-ids .btn-danger:hover,
  fieldset[disabled] .bs-ids .btn-danger:focus,
  fieldset[disabled] .bs-ids .btn-danger.focus {
    background-color: #E2231A;
    border-color: #cb1f17; }
  .bs-ids .btn-danger .badge {
    color: #E2231A;
    background-color: #fff; }

.bs-ids .btn-link {
  color: #003378;
  font-weight: normal;
  border-radius: 0; }
  .bs-ids .btn-link, .bs-ids .btn-link:active, .bs-ids .btn-link.active, .bs-ids .btn-link[disabled],
  fieldset[disabled] .bs-ids .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .bs-ids .btn-link, .bs-ids .btn-link:hover, .bs-ids .btn-link:focus, .bs-ids .btn-link:active {
    border-color: transparent; }
  .bs-ids .btn-link:hover, .bs-ids .btn-link:focus {
    color: #00122c;
    text-decoration: underline;
    background-color: transparent; }
  .bs-ids .btn-link[disabled]:hover, .bs-ids .btn-link[disabled]:focus,
  fieldset[disabled] .bs-ids .btn-link:hover,
  fieldset[disabled] .bs-ids .btn-link:focus {
    color: #e7e7e7;
    text-decoration: none; }

.bs-ids .btn-lg, .bs-ids .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.33333;
  border-radius: 6px; }

.bs-ids .btn-sm, .bs-ids .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

.bs-ids .btn-xs, .bs-ids .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

.bs-ids .collapse {
  display: none; }
  .bs-ids .collapse.in {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-ids .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .bs-ids .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-ids .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; }

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

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

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

.bs-ids .nav-tabs {
  border-bottom: 1px solid #ddd; }
  .bs-ids .nav-tabs &gt; li {
    float: left;
    margin-bottom: -1px; }
    .bs-ids .nav-tabs &gt; li &gt; a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .bs-ids .nav-tabs &gt; li &gt; a:hover {
        border-color: #f8f8f8 #f8f8f8 #ddd; }
    .bs-ids .nav-tabs &gt; li.active &gt; a, .bs-ids .nav-tabs &gt; li.active &gt; a:hover, .bs-ids .nav-tabs &gt; li.active &gt; a:focus {
      color: #EEEEEE;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-ids .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .bs-ids .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .bs-ids .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .bs-ids .navbar-form .form-control-static {
      display: inline-block; }
    .bs-ids .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .bs-ids .navbar-form .input-group .input-group-addon,
      .bs-ids .navbar-form .input-group .input-group-btn,
      .bs-ids .navbar-form .input-group .form-control {
        width: auto; }
    .bs-ids .navbar-form .input-group &gt; .form-control {
      width: 100%; }
    .bs-ids .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .bs-ids .navbar-form .radio,
    .bs-ids .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .bs-ids .navbar-form .radio label,
      .bs-ids .navbar-form .checkbox label {
        padding-left: 0; }
    .bs-ids .navbar-form .radio input[type="radio"],
    .bs-ids .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .bs-ids .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .bs-ids .navbar-form .form-group {
      margin-bottom: 5px; }
      .bs-ids .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .bs-ids .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

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

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

.bs-ids .navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px; }
  .bs-ids .navbar-btn.btn-sm, .bs-ids .btn-group-sm &gt; .navbar-btn.btn {
    margin-top: 12.5px;
    margin-bottom: 12.5px; }
  .bs-ids .navbar-btn.btn-xs, .bs-ids .btn-group-xs &gt; .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.bs-ids .navbar-text {
  margin-top: 18px;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .bs-ids .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

.bs-ids .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .bs-ids .navbar-default .navbar-brand {
    color: #000; }
    .bs-ids .navbar-default .navbar-brand:hover, .bs-ids .navbar-default .navbar-brand:focus {
      color: #000;
      background-color: transparent; }
  .bs-ids .navbar-default .navbar-text {
    color: #777; }
  .bs-ids .navbar-default .navbar-nav &gt; li &gt; a {
    color: #000; }
    .bs-ids .navbar-default .navbar-nav &gt; li &gt; a:hover, .bs-ids .navbar-default .navbar-nav &gt; li &gt; a:focus {
      color: #333;
      background-color: transparent; }
  .bs-ids .navbar-default .navbar-nav &gt; .active &gt; a, .bs-ids .navbar-default .navbar-nav &gt; .active &gt; a:hover, .bs-ids .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .bs-ids .navbar-default .navbar-nav &gt; .disabled &gt; a, .bs-ids .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .bs-ids .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent; }
  .bs-ids .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .bs-ids .navbar-default .navbar-toggle:hover, .bs-ids .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .bs-ids .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .bs-ids .navbar-default .navbar-collapse,
  .bs-ids .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .bs-ids .navbar-default .navbar-nav &gt; .open &gt; a, .bs-ids .navbar-default .navbar-nav &gt; .open &gt; a:hover, .bs-ids .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
      color: #000; }
      .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
        background-color: transparent; }
    .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .bs-ids .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
      color: #ccc;
      background-color: transparent; } }
  .bs-ids .navbar-default .navbar-link {
    color: #000; }
    .bs-ids .navbar-default .navbar-link:hover {
      color: #333; }
  .bs-ids .navbar-default .btn-link {
    color: #000; }
    .bs-ids .navbar-default .btn-link:hover, .bs-ids .navbar-default .btn-link:focus {
      color: #333; }
    .bs-ids .navbar-default .btn-link[disabled]:hover, .bs-ids .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .bs-ids .navbar-default .btn-link:hover,
    fieldset[disabled] .bs-ids .navbar-default .btn-link:focus {
      color: #ccc; }

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

.bs-ids .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 14px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .bs-ids .breadcrumb &gt; li {
    display: inline-block; }
    .bs-ids .breadcrumb &gt; li + li:before {
      content: "/&nbsp;";
      padding: 0 5px;
      color: #ccc; }
  .bs-ids .breadcrumb &gt; .active {
    color: #e7e7e7; }

.bs-ids .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; }
  .bs-ids .label:empty {
    display: none; }
  .btn .bs-ids .label {
    position: relative;
    top: -1px; }

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

.bs-ids .label-default {
  background-color: #e7e7e7; }
  .bs-ids .label-default[href]:hover, .bs-ids .label-default[href]:focus {
    background-color: #cecece; }

.bs-ids .label-primary {
  background-color: #003378; }
  .bs-ids .label-primary[href]:hover, .bs-ids .label-primary[href]:focus {
    background-color: #001d45; }

.bs-ids .label-success {
  background-color: #84BD00; }
  .bs-ids .label-success[href]:hover, .bs-ids .label-success[href]:focus {
    background-color: #608a00; }

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

.bs-ids .label-warning {
  background-color: #f0ad4e; }
  .bs-ids .label-warning[href]:hover, .bs-ids .label-warning[href]:focus {
    background-color: #ec971f; }

.bs-ids .label-danger {
  background-color: #E2231A; }
  .bs-ids .label-danger[href]:hover, .bs-ids .label-danger[href]:focus {
    background-color: #b41c15; }

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

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

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

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

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

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

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

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

.bs-ids .panel {
  margin-bottom: 14px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

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

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

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

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

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

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

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

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

.bs-ids .panel &gt; .table:first-child,
.bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .bs-ids .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .bs-ids .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
  .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
  .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .bs-ids .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .bs-ids .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .bs-ids .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .bs-ids .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
    .bs-ids .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: 3px; }
    .bs-ids .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .bs-ids .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .bs-ids .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .bs-ids .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
    .bs-ids .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
    .bs-ids .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: 3px; }

.bs-ids .panel &gt; .table:last-child,
.bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .bs-ids .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .bs-ids .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
  .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
  .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .bs-ids .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .bs-ids .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .bs-ids .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .bs-ids .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
    .bs-ids .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: 3px; }
    .bs-ids .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .bs-ids .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .bs-ids .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .bs-ids .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
    .bs-ids .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
    .bs-ids .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: 3px; }

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

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

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

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

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

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

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

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

.bs-ids .panel-info {
  border-color: #bce8f1; }
  .bs-ids .panel-info &gt; .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .bs-ids .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #bce8f1; }
    .bs-ids .panel-info &gt; .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .bs-ids .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #bce8f1; }

.bs-ids .panel-warning {
  border-color: #faebcc; }
  .bs-ids .panel-warning &gt; .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .bs-ids .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #faebcc; }
    .bs-ids .panel-warning &gt; .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .bs-ids .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #faebcc; }

.bs-ids .panel-danger {
  border-color: #ebccd1; }
  .bs-ids .panel-danger &gt; .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .bs-ids .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
      border-top-color: #ebccd1; }
    .bs-ids .panel-danger &gt; .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .bs-ids .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
    border-bottom-color: #ebccd1; }

.bs-ids .close {
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .bs-ids .close:hover, .bs-ids .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.bs-ids button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.bs-ids .modal-open {
  overflow: hidden; }

.bs-ids .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .bs-ids .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .bs-ids .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.bs-ids .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.bs-ids .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.bs-ids .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.bs-ids .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .bs-ids .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .bs-ids .modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.bs-ids .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .bs-ids .modal-header:before, .bs-ids .modal-header:after {
    content: " ";
    display: table; }
  .bs-ids .modal-header:after {
    clear: both; }

.bs-ids .modal-header .close {
  margin-top: -2px; }

.bs-ids .modal-title {
  margin: 0;
  line-height: 1.42857; }

.bs-ids .modal-body {
  position: relative;
  padding: 15px; }

.bs-ids .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .bs-ids .modal-footer:before, .bs-ids .modal-footer:after {
    content: " ";
    display: table; }
  .bs-ids .modal-footer:after {
    clear: both; }
  .bs-ids .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .bs-ids .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .bs-ids .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.bs-ids .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .bs-ids .modal-dialog {
    width: 690px;
    margin: 30px auto; }
  .bs-ids .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .bs-ids .modal-sm {
    width: 500px; } }

@media (min-width: 992px) {
  .bs-ids .modal-lg {
    width: 768px; } }

.bs-ids .clearfix:before, .bs-ids .clearfix:after {
  content: " ";
  display: table; }

.bs-ids .clearfix:after {
  clear: both; }

.bs-ids .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.bs-ids .pull-right {
  float: right !important; }

.bs-ids .pull-left {
  float: left !important; }

.bs-ids .hide {
  display: none !important; }

.bs-ids .show {
  display: block !important; }

.bs-ids .invisible {
  visibility: hidden; }

.bs-ids .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.bs-ids .hidden {
  display: none !important; }

.bs-ids .affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.bs-ids .visible-xs {
  display: none !important; }

.bs-ids .visible-sm {
  display: none !important; }

.bs-ids .visible-md {
  display: none !important; }

.bs-ids .visible-lg {
  display: none !important; }

.bs-ids .visible-xs-block,
.bs-ids .visible-xs-inline,
.bs-ids .visible-xs-inline-block,
.bs-ids .visible-sm-block,
.bs-ids .visible-sm-inline,
.bs-ids .visible-sm-inline-block,
.bs-ids .visible-md-block,
.bs-ids .visible-md-inline,
.bs-ids .visible-md-inline-block,
.bs-ids .visible-lg-block,
.bs-ids .visible-lg-inline,
.bs-ids .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .bs-ids .visible-xs {
    display: block !important; }
  .bs-ids table.visible-xs {
    display: table !important; }
  .bs-ids tr.visible-xs {
    display: table-row !important; }
  .bs-ids th.visible-xs,
  .bs-ids td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .bs-ids .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .bs-ids .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .bs-ids .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bs-ids .visible-sm {
    display: block !important; }
  .bs-ids table.visible-sm {
    display: table !important; }
  .bs-ids tr.visible-sm {
    display: table-row !important; }
  .bs-ids th.visible-sm,
  .bs-ids td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bs-ids .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bs-ids .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bs-ids .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-ids .visible-md {
    display: block !important; }
  .bs-ids table.visible-md {
    display: table !important; }
  .bs-ids tr.visible-md {
    display: table-row !important; }
  .bs-ids th.visible-md,
  .bs-ids td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-ids .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-ids .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-ids .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .bs-ids .visible-lg {
    display: block !important; }
  .bs-ids table.visible-lg {
    display: table !important; }
  .bs-ids tr.visible-lg {
    display: table-row !important; }
  .bs-ids th.visible-lg,
  .bs-ids td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .bs-ids .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .bs-ids .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .bs-ids .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .bs-ids .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bs-ids .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bs-ids .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .bs-ids .hidden-lg {
    display: none !important; } }

.bs-ids .visible-print {
  display: none !important; }

@media print {
  .bs-ids .visible-print {
    display: block !important; }
  .bs-ids table.visible-print {
    display: table !important; }
  .bs-ids tr.visible-print {
    display: table-row !important; }
  .bs-ids th.visible-print,
  .bs-ids td.visible-print {
    display: table-cell !important; } }

.bs-ids .visible-print-block {
  display: none !important; }
  @media print {
    .bs-ids .visible-print-block {
      display: block !important; } }

.bs-ids .visible-print-inline {
  display: none !important; }
  @media print {
    .bs-ids .visible-print-inline {
      display: inline !important; } }

.bs-ids .visible-print-inline-block {
  display: none !important; }
  @media print {
    .bs-ids .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .bs-ids .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=maps/ids-bootstrap-plugin.css.map */
</pre></body></html>