.wcustomhtml{overflow-y: visible !important;}

.voyagerWidget table {
  border-spacing: 0;
  border-collapse: collapse;
}
.voyagerWidget td,
.voyagerWidget th {
  padding: 0;
}
.voyagerWidget table {
  background-color: rgba(255, 255, 255, 0.7);
}
.voyagerWidget .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.voyagerWidget .table > thead > tr > th,
.voyagerWidget .table > tbody > tr > th,
.voyagerWidget .table > tfoot > tr > th,
.voyagerWidget .table > thead > tr > td,
.voyagerWidget .table > tbody > tr > td,
.voyagerWidget .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.voyagerWidget .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.voyagerWidget .table > caption + thead > tr:first-child > th,
.voyagerWidget .table > colgroup + thead > tr:first-child > th,
.voyagerWidget .table > thead:first-child > tr:first-child > th,
.voyagerWidget .table > caption + thead > tr:first-child > td,
.voyagerWidget .table > colgroup + thead > tr:first-child > td,
.voyagerWidget .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.voyagerWidget .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.voyagerWidget .table .table {
  background-color: #fff;
}
.voyagerWidget .table-condensed > thead > tr > th,
.voyagerWidget .table-condensed > tbody > tr > th,
.voyagerWidget .table-condensed > tfoot > tr > th,
.voyagerWidget .table-condensed > thead > tr > td,
.voyagerWidget .table-condensed > tbody > tr > td,
.voyagerWidget .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.voyagerWidget .table-bordered {
  border: 1px solid #ddd;
}
.voyagerWidget .table-bordered > thead > tr > th,
.voyagerWidget .table-bordered > tbody > tr > th,
.voyagerWidget .table-bordered > tfoot > tr > th,
.voyagerWidget .table-bordered > thead > tr > td,
.voyagerWidget .table-bordered > tbody > tr > td,
.voyagerWidget .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.voyagerWidget .table-bordered > thead > tr > th,
.voyagerWidget .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.voyagerWidget .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.voyagerWidget .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.voyagerWidget table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.voyagerWidget table td[class*="col-"],
.voyagerWidget table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.voyagerWidget .table > thead > tr > td.active,
.voyagerWidget .table > tbody > tr > td.active,
.voyagerWidget .table > tfoot > tr > td.active,
.voyagerWidget .table > thead > tr > th.active,
.voyagerWidget .table > tbody > tr > th.active,
.voyagerWidget .table > tfoot > tr > th.active,
.voyagerWidget .table > thead > tr.active > td,
.voyagerWidget .table > tbody > tr.active > td,
.voyagerWidget .table > tfoot > tr.active > td,
.voyagerWidget .table > thead > tr.active > th,
.voyagerWidget .table > tbody > tr.active > th,
.voyagerWidget .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.voyagerWidget .table-hover > tbody > tr > td.active:hover,
.voyagerWidget .table-hover > tbody > tr > th.active:hover,
.voyagerWidget .table-hover > tbody > tr.active:hover > td,
.voyagerWidget .table-hover > tbody > tr:hover > .active,
.voyagerWidget .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.voyagerWidget .table > thead > tr > td.success,
.voyagerWidget .table > tbody > tr > td.success,
.voyagerWidget .table > tfoot > tr > td.success,
.voyagerWidget .table > thead > tr > th.success,
.voyagerWidget .table > tbody > tr > th.success,
.voyagerWidget .table > tfoot > tr > th.success,
.voyagerWidget .table > thead > tr.success > td,
.voyagerWidget .table > tbody > tr.success > td,
.voyagerWidget .table > tfoot > tr.success > td,
.voyagerWidget .table > thead > tr.success > th,
.voyagerWidget .table > tbody > tr.success > th,
.voyagerWidget .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.voyagerWidget .table-hover > tbody > tr > td.success:hover,
.voyagerWidget .table-hover > tbody > tr > th.success:hover,
.voyagerWidget .table-hover > tbody > tr.success:hover > td,
.voyagerWidget .table-hover > tbody > tr:hover > .success,
.voyagerWidget .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.voyagerWidget .table > thead > tr > td.info,
.voyagerWidget .table > tbody > tr > td.info,
.voyagerWidget .table > tfoot > tr > td.info,
.voyagerWidget .table > thead > tr > th.info,
.voyagerWidget .table > tbody > tr > th.info,
.voyagerWidget .table > tfoot > tr > th.info,
.voyagerWidget .table > thead > tr.info > td,
.voyagerWidget .table > tbody > tr.info > td,
.voyagerWidget .table > tfoot > tr.info > td,
.voyagerWidget .table > thead > tr.info > th,
.voyagerWidget .table > tbody > tr.info > th,
.voyagerWidget .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.voyagerWidget .table-hover > tbody > tr > td.info:hover,
.voyagerWidget .table-hover > tbody > tr > th.info:hover,
.voyagerWidget .table-hover > tbody > tr.info:hover > td,
.voyagerWidget .table-hover > tbody > tr:hover > .info,
.voyagerWidget .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.voyagerWidget .table > thead > tr > td.warning,
.voyagerWidget .table > tbody > tr > td.warning,
.voyagerWidget .table > tfoot > tr > td.warning,
.voyagerWidget .table > thead > tr > th.warning,
.voyagerWidget .table > tbody > tr > th.warning,
.voyagerWidget .table > tfoot > tr > th.warning,
.voyagerWidget .table > thead > tr.warning > td,
.voyagerWidget .table > tbody > tr.warning > td,
.voyagerWidget .table > tfoot > tr.warning > td,
.voyagerWidget .table > thead > tr.warning > th,
.voyagerWidget .table > tbody > tr.warning > th,
.voyagerWidget .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.voyagerWidget .table-hover > tbody > tr > td.warning:hover,
.voyagerWidget .table-hover > tbody > tr > th.warning:hover,
.voyagerWidget .table-hover > tbody > tr.warning:hover > td,
.voyagerWidget .table-hover > tbody > tr:hover > .warning,
.voyagerWidget .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.voyagerWidget .table > thead > tr > td.danger,
.voyagerWidget .table > tbody > tr > td.danger,
.voyagerWidget .table > tfoot > tr > td.danger,
.voyagerWidget .table > thead > tr > th.danger,
.voyagerWidget .table > tbody > tr > th.danger,
.voyagerWidget .table > tfoot > tr > th.danger,
.voyagerWidget .table > thead > tr.danger > td,
.voyagerWidget .table > tbody > tr.danger > td,
.voyagerWidget .table > tfoot > tr.danger > td,
.voyagerWidget .table > thead > tr.danger > th,
.voyagerWidget .table > tbody > tr.danger > th,
.voyagerWidget .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.voyagerWidget .table-hover > tbody > tr > td.danger:hover,
.voyagerWidget .table-hover > tbody > tr > th.danger:hover,
.voyagerWidget .table-hover > tbody > tr.danger:hover > td,
.voyagerWidget .table-hover > tbody > tr:hover > .danger,
.voyagerWidget .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.voyagerWidget .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .voyagerWidget .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .voyagerWidget .table-responsive > .table {
    margin-bottom: 0;
  }
  .voyagerWidget .table-responsive > .table > thead > tr > th,
  .voyagerWidget .table-responsive > .table > tbody > tr > th,
  .voyagerWidget .table-responsive > .table > tfoot > tr > th,
  .voyagerWidget .table-responsive > .table > thead > tr > td,
  .voyagerWidget .table-responsive > .table > tbody > tr > td,
  .voyagerWidget .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .voyagerWidget .table-responsive > .table-bordered {
    border: 0;
  }
  .voyagerWidget .table-responsive > .table-bordered > thead > tr > th:first-child,
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .voyagerWidget .table-responsive > .table-bordered > thead > tr > td:first-child,
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .voyagerWidget .table-responsive > .table-bordered > thead > tr > th:last-child,
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .voyagerWidget .table-responsive > .table-bordered > thead > tr > td:last-child,
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .voyagerWidget .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .voyagerWidget .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.voyagerWidget .panel > .table,
.voyagerWidget .panel > .table-responsive > .table,
.voyagerWidget .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.voyagerWidget .panel > .table caption,
.voyagerWidget .panel > .table-responsive > .table caption,
.voyagerWidget .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.voyagerWidget .panel > .table:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.voyagerWidget .panel > .table:first-child > thead:first-child > tr:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.voyagerWidget .panel > .table:first-child > tbody:first-child > tr:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.voyagerWidget .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.voyagerWidget .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.voyagerWidget .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.voyagerWidget .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.voyagerWidget .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.voyagerWidget .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.voyagerWidget .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.voyagerWidget .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.voyagerWidget .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.voyagerWidget .panel > .table:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.voyagerWidget .panel > .table:last-child > tbody:last-child > tr:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.voyagerWidget .panel > .table:last-child > tfoot:last-child > tr:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.voyagerWidget .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.voyagerWidget .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.voyagerWidget .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.voyagerWidget .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.voyagerWidget .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.voyagerWidget .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.voyagerWidget .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.voyagerWidget .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.voyagerWidget .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.voyagerWidget .panel > .panel-body + .table,
.voyagerWidget .panel > .panel-body + .table-responsive,
.voyagerWidget .panel > .table + .panel-body,
.voyagerWidget .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.voyagerWidget .panel > .table > tbody:first-child > tr:first-child th,
.voyagerWidget .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.voyagerWidget .panel > .table-bordered,
.voyagerWidget .panel > .table-responsive > .table-bordered {
  border: 0;
}
.voyagerWidget .panel > .table-bordered > thead > tr > th:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.voyagerWidget .panel > .table-bordered > tbody > tr > th:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.voyagerWidget .panel > .table-bordered > tfoot > tr > th:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.voyagerWidget .panel > .table-bordered > thead > tr > td:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.voyagerWidget .panel > .table-bordered > tbody > tr > td:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.voyagerWidget .panel > .table-bordered > tfoot > tr > td:first-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.voyagerWidget .panel > .table-bordered > thead > tr > th:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.voyagerWidget .panel > .table-bordered > tbody > tr > th:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.voyagerWidget .panel > .table-bordered > tfoot > tr > th:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.voyagerWidget .panel > .table-bordered > thead > tr > td:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.voyagerWidget .panel > .table-bordered > tbody > tr > td:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.voyagerWidget .panel > .table-bordered > tfoot > tr > td:last-child,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.voyagerWidget .panel > .table-bordered > thead > tr:first-child > td,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.voyagerWidget .panel > .table-bordered > tbody > tr:first-child > td,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.voyagerWidget .panel > .table-bordered > thead > tr:first-child > th,
.voyagerWidget .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.voyagerWidget .panel > .table-bordered > tbody > tr:first-child > th,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.voyagerWidget .panel > .table-bordered > tbody > tr:last-child > td,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.voyagerWidget .panel > .table-bordered > tfoot > tr:last-child > td,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.voyagerWidget .panel > .table-bordered > tbody > tr:last-child > th,
.voyagerWidget .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.voyagerWidget .panel > .table-bordered > tfoot > tr:last-child > th,
.voyagerWidget .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.voyagerWidget .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.voyagerWidget .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.voyagerWidget .embed-responsive .embed-responsive-item,
.voyagerWidget .embed-responsive iframe,
.voyagerWidget .embed-responsive embed,
.voyagerWidget .embed-responsive object,
.voyagerWidget .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.voyagerWidget .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.voyagerWidget .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.voyagerWidget figure {
  margin: 0;
}
.voyagerWidget img {
  vertical-align: middle;
}
.img-responsive,
.voyagerWidget .thumbnail > img,
.voyagerWidget .thumbnail a > img,
.voyagerWidget .carousel-inner > .item > img,
.voyagerWidget .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.voyagerWidget .img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.voyagerWidget .img-circle {
  border-radius: 50%;
}


.voyagerWidget .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.voyagerWidget .btn:focus,
.voyagerWidget .btn:active:focus,
.voyagerWidget .btn.active:focus,
.voyagerWidget .btn.focus,
.voyagerWidget .btn:active.focus,
.voyagerWidget .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.voyagerWidget .btn:hover,
.voyagerWidget .btn:focus,
.voyagerWidget .btn.focus {
  color: #333;
  text-decoration: none;
}
.voyagerWidget .btn:active,
.voyagerWidget .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.voyagerWidget .btn.disabled,
.voyagerWidget .btn[disabled],
.voyagerWidget fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.voyagerWidget .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.voyagerWidget .btn-default:hover,
.voyagerWidget .btn-default:focus,
.voyagerWidget .btn-default.focus,
.voyagerWidget .btn-default:active,
.voyagerWidget .btn-default.active,
.voyagerWidget .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.voyagerWidget .btn-default:active,
.voyagerWidget .btn-default.active,
.voyagerWidget .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.voyagerWidget .btn-default.disabled,
.voyagerWidget .btn-default[disabled],
.voyagerWidget fieldset[disabled] .btn-default,
.voyagerWidget .btn-default.disabled:hover,
.voyagerWidget .btn-default[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-default:hover,
.voyagerWidget .btn-default.disabled:focus,
.voyagerWidget .btn-default[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-default:focus,
.voyagerWidget .btn-default.disabled.focus,
.voyagerWidget .btn-default[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-default.focus,
.voyagerWidget .btn-default.disabled:active,
.voyagerWidget .btn-default[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-default:active,
.voyagerWidget .btn-default.disabled.active,
.voyagerWidget .btn-default[disabled].active,
.voyagerWidget fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.voyagerWidget .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.voyagerWidget .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.voyagerWidget .btn-primary:hover,
.voyagerWidget .btn-primary:focus,
.voyagerWidget .btn-primary.focus,
.voyagerWidget .btn-primary:active,
.voyagerWidget .btn-primary.active,
.voyagerWidget .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.voyagerWidget .btn-primary:active,
.voyagerWidget .btn-primary.active,
.voyagerWidget .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.voyagerWidget .btn-primary.disabled,
.voyagerWidget .btn-primary[disabled],
.voyagerWidget fieldset[disabled] .btn-primary,
.voyagerWidget .btn-primary.disabled:hover,
.voyagerWidget .btn-primary[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-primary:hover,
.voyagerWidget .btn-primary.disabled:focus,
.voyagerWidget .btn-primary[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-primary:focus,
.voyagerWidget .btn-primary.disabled.focus,
.voyagerWidget .btn-primary[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-primary.focus,
.voyagerWidget .btn-primary.disabled:active,
.voyagerWidget .btn-primary[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-primary:active,
.voyagerWidget .btn-primary.disabled.active,
.voyagerWidget .btn-primary[disabled].active,
.voyagerWidget fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.voyagerWidget .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.voyagerWidget .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.voyagerWidget .btn-success:hover,
.voyagerWidget .btn-success:focus,
.voyagerWidget .btn-success.focus,
.voyagerWidget .btn-success:active,
.voyagerWidget .btn-success.active,
.voyagerWidget .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.voyagerWidget .btn-success:active,
.voyagerWidget .btn-success.active,
.voyagerWidget .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.voyagerWidget .btn-success.disabled,
.voyagerWidget .btn-success[disabled],
.voyagerWidget fieldset[disabled] .btn-success,
.voyagerWidget .btn-success.disabled:hover,
.voyagerWidget .btn-success[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-success:hover,
.voyagerWidget .btn-success.disabled:focus,
.voyagerWidget .btn-success[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-success:focus,
.voyagerWidget .btn-success.disabled.focus,
.voyagerWidget .btn-success[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-success.focus,
.voyagerWidget .btn-success.disabled:active,
.voyagerWidget .btn-success[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-success:active,
.voyagerWidget .btn-success.disabled.active,
.voyagerWidget .btn-success[disabled].active,
.voyagerWidget fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.voyagerWidget .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.voyagerWidget .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.voyagerWidget .btn-info:hover,
.voyagerWidget .btn-info:focus,
.voyagerWidget .btn-info.focus,
.voyagerWidget .btn-info:active,
.voyagerWidget .btn-info.active,
.voyagerWidget .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.voyagerWidget .btn-info:active,
.voyagerWidget .btn-info.active,
.voyagerWidget .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.voyagerWidget .btn-info.disabled,
.voyagerWidget .btn-info[disabled],
.voyagerWidget fieldset[disabled] .btn-info,
.voyagerWidget .btn-info.disabled:hover,
.voyagerWidget .btn-info[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-info:hover,
.voyagerWidget .btn-info.disabled:focus,
.voyagerWidget .btn-info[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-info:focus,
.voyagerWidget .btn-info.disabled.focus,
.voyagerWidget .btn-info[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-info.focus,
.voyagerWidget .btn-info.disabled:active,
.voyagerWidget .btn-info[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-info:active,
.voyagerWidget .btn-info.disabled.active,
.voyagerWidget .btn-info[disabled].active,
.voyagerWidget fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.voyagerWidget .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.voyagerWidget .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.voyagerWidget .btn-warning:hover,
.voyagerWidget .btn-warning:focus,
.voyagerWidget .btn-warning.focus,
.voyagerWidget .btn-warning:active,
.voyagerWidget .btn-warning.active,
.voyagerWidget .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.voyagerWidget .btn-warning:active,
.voyagerWidget .btn-warning.active,
.voyagerWidget .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.voyagerWidget .btn-warning.disabled,
.voyagerWidget .btn-warning[disabled],
.voyagerWidget fieldset[disabled] .btn-warning,
.voyagerWidget .btn-warning.disabled:hover,
.voyagerWidget .btn-warning[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-warning:hover,
.voyagerWidget .btn-warning.disabled:focus,
.voyagerWidget .btn-warning[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-warning:focus,
.voyagerWidget .btn-warning.disabled.focus,
.voyagerWidget .btn-warning[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-warning.focus,
.voyagerWidget .btn-warning.disabled:active,
.voyagerWidget .btn-warning[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-warning:active,
.voyagerWidget .btn-warning.disabled.active,
.voyagerWidget .btn-warning[disabled].active,
.voyagerWidget fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.voyagerWidget .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.voyagerWidget .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.voyagerWidget .btn-danger:hover,
.voyagerWidget .btn-danger:focus,
.voyagerWidget .btn-danger.focus,
.voyagerWidget .btn-danger:active,
.voyagerWidget .btn-danger.active,
.voyagerWidget .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.voyagerWidget .btn-danger:active,
.voyagerWidget .btn-danger.active,
.voyagerWidget .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.voyagerWidget .btn-danger.disabled,
.voyagerWidget .btn-danger[disabled],
.voyagerWidget fieldset[disabled] .btn-danger,
.voyagerWidget .btn-danger.disabled:hover,
.voyagerWidget .btn-danger[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-danger:hover,
.voyagerWidget .btn-danger.disabled:focus,
.voyagerWidget .btn-danger[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-danger:focus,
.voyagerWidget .btn-danger.disabled.focus,
.voyagerWidget .btn-danger[disabled].focus,
.voyagerWidget fieldset[disabled] .btn-danger.focus,
.voyagerWidget .btn-danger.disabled:active,
.voyagerWidget .btn-danger[disabled]:active,
.voyagerWidget fieldset[disabled] .btn-danger:active,
.voyagerWidget .btn-danger.disabled.active,
.voyagerWidget .btn-danger[disabled].active,
.voyagerWidget fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.voyagerWidget .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.voyagerWidget .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.voyagerWidget .btn-link,
.voyagerWidget .btn-link:active,
.voyagerWidget .btn-link.active,
.voyagerWidget .btn-link[disabled],
.voyagerWidget fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.voyagerWidget .btn-link,
.voyagerWidget .btn-link:hover,
.voyagerWidget .btn-link:focus,
.voyagerWidget .btn-link:active {
  border-color: transparent;
}
.voyagerWidget .btn-link:hover,
.voyagerWidget .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.voyagerWidget .btn-link[disabled]:hover,
.voyagerWidget fieldset[disabled] .btn-link:hover,
.voyagerWidget .btn-link[disabled]:focus,
.voyagerWidget fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.voyagerWidget .btn-lg,
.voyagerWidget .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.voyagerWidget .btn-sm,
.voyagerWidget .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.voyagerWidget .btn-xs,
.voyagerWidget .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.voyagerWidget .btn-block {
  display: block;
  width: 100%;
}
.voyagerWidget .btn-block + .btn-block {
  margin-top: 5px;
}
.voyagerWidget input[type="submit"].btn-block,
.voyagerWidget input[type="reset"].btn-block,
.voyagerWidget input[type="button"].btn-block {
  width: 100%;
}
.voyagerWidget .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.voyagerWidget .fade.in {
  opacity: 1;
}




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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
table p{
 line-height:1;   
}



@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-reload-css {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-reload-css {
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-reload-css > div {
  -ms-animation: uil-reload-css 1s linear infinite;
  -moz-animation: uil-reload-css 1s linear infinite;
  -webkit-animation: uil-reload-css 1s linear infinite;
  -o-animation: uil-reload-css 1s linear infinite;
  animation: uil-reload-css 1s linear infinite;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: 20px solid #000000;
  border-top: 20px solid rgba(0,0,0,0);
  border-right: 20px solid #000000;
  border-bottom: 20px solid #000000;
}
.uil-reload-css > div:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 30px 30px 30px;
  border-color: transparent transparent #000000 transparent;
  display: block;
  -ms-transform: translate(-15px, 0) rotate(45deg);
  -moz-transform: translate(-15px, 0) rotate(45deg);
  -webkit-transform: translate(-15px, 0) rotate(45deg);
  -o-transform: translate(-15px, 0) rotate(45deg);
  transform: translate(-15px, 0) rotate(45deg);
}
.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 

animation-name: pulse;
  animation-duration: 1s;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    transform: scale(1);
    }
    50% { 
        opacity: 1.0;
    transform: scale(1.5);
    }
    100% { 
        opacity: 0.5;
    transform: scale(1);
    }
}
@media (max-width: 479px) {
    .hidden-xs {
        display:none!important
    }
}
