@charset "UTF-8";
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
 * Table styles
 */
@import url("https://fonts.googleapis.com/css?family=Nunito|Open+Sans:300,400,600,700");
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../img/general/sort_both.png");
  background-position: 97% 42%;
}

table.dataTable thead .sorting_asc {
  background-image: url("../img/general/ic_arrow_white_up.png");
  background-position: 97% 42%;
}

table.dataTable thead .sorting_desc {
  background-image: url("../img/general/ic_arrow_white_down.png");
  background-position: 97% 42%;
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/general/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/general/sort_desc_disabled.png");
}

table.dataTable.no-sorting thead th {
  background-image: none !important;
}

table.dataTable tbody tr {
  background-color: white;
}

table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
  margin-right: 190px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
#select-object_wrapper.dataTables_wrapper .dataTables_paginate.paging_simple_numbers a {
  font-size: 14px;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

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

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

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

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

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

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

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

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

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

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

.glyphicon-education:before {
  content: "";
}

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

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

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

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

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

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

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

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

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

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

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

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

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

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

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

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

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

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

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

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

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

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

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

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

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

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

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

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

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

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

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

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

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

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
/* gradient */
/* placeholder */
/* font size */
.font-size-1 {
  font-size: 1px !important;
}

.font-size-2 {
  font-size: 2px !important;
}

.font-size-3 {
  font-size: 3px !important;
}

.font-size-4 {
  font-size: 4px !important;
}

.font-size-5 {
  font-size: 5px !important;
}

.font-size-6 {
  font-size: 6px !important;
}

.font-size-7 {
  font-size: 7px !important;
}

.font-size-8 {
  font-size: 8px !important;
}

.font-size-9 {
  font-size: 9px !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-15 {
  font-size: 15px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-23 {
  font-size: 23px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-27 {
  font-size: 27px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-29 {
  font-size: 29px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-31 {
  font-size: 31px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-33 {
  font-size: 33px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-37 {
  font-size: 37px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-39 {
  font-size: 39px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

/* paddings and margins */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/* width */
.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}

/* round with decimal */
/* set font-size and unitless line-height instead of px*/
.layout {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}
.layout.row {
  flex-direction: row;
}
.layout.row.reverse {
  flex-direction: row-reverse;
}
.layout.column {
  flex-direction: column;
}
.layout.column.reverse {
  flex-direction: column-reverse;
}
.layout.wrap {
  flex-wrap: wrap;
}
.layout > [class^=col-] {
  float: none;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.align-baseline {
  align-items: baseline;
}

.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-space-between {
  align-content: space-between;
}
.align-content-space-around {
  align-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}

.grow {
  flex-grow: 1;
}

.shrink {
  flex-grow: 0;
  flex-shrink: 1;
}

.d-flex, .d-flex--no-add {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-flex > *, .d-inline-flex > * {
  flex: 1 1 auto;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline {
  display: inline;
}

.flex1 {
  flex: 1 1 0;
}

.link-indented {
  margin-left: 700px;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover, .link-underline:active, .link-underline:focus {
  text-decoration: none;
}

.line-height-1 {
  line-height: 1;
}

.mb3 {
  margin-bottom: 3px !important;
}

.fix-drop-pos {
  position: relative;
  z-index: 1;
}

.noborder-bottom {
  border-bottom: none !important;
}

.hint-text {
  font-size: 10px;
  font-weight: normal;
}

.small-indent {
  margin-top: 20px;
}

.small-indent-down {
  margin-bottom: 18px;
}

.fix-height-scrollable {
  overflow-y: auto !important;
}
.fix-height-scrollable-30 {
  height: 30em;
}
.fix-height-scrollable-30, .fix-height-scrollable-max-30 {
  max-height: 30em;
  overflow-y: auto !important;
}

.has-error .highlightable {
  border-color: #a94442;
}
.has-error .panel {
  box-shadow: 0 0 0 1px red;
}
.has-error .panel .form-control {
  outline: none;
  border-color: #ccc;
}
.has-error .ember-power-select-trigger {
  border-color: #a94442 !important;
}
.has-error .jstree {
  border-color: #a94442 !important;
}

.dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.dotted:link, .dotted:hover, .dotted:active, .dotted:visited {
  text-decoration: none;
}

.cursor-help {
  cursor: help;
}

label sup {
  color: #2d438b;
  line-height: 11px;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.text-strong {
  font-weight: 600;
}

sup.help {
  background: #6b02a9;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 50%;
  font-size: 8px !important;
  white-space: nowrap;
}
sup.help:hover {
  cursor: pointer;
}

.no-style.btn-link {
  padding: 0 !important;
  margin: 0 !important;
}

.w100p {
  width: 100%;
}
.w100p .btn {
  width: 100%;
}

html {
  min-height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

body {
  /*remove it for responsive*/
  min-width: 1280px;
  overflow-y: scroll;
}

.wrap {
  background: #f2f2f2;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  min-height: 100vh;
}

a:focus, input:focus, button:focus, .btn:focus, .btn:focus:active {
  outline: none;
}

img {
  user-select: none;
}

.container {
  /*remove it for responsive*/
  width: 1280px !important;
  padding-left: 44px;
  padding-right: 44px;
}

a {
  color: #00adee;
  text-decoration: underline;
}

@font-face {
  font-family: "trivver";
  src: url("../fonts/trivver.woff") format("woff"), url("../fonts/trivver.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "trivver";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "trivver";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkbox:before {
  content: "a";
}

.icon-checkbox-checked:before {
  content: "b";
}

.icon-ic-arrow-wide-down:before {
  content: "c";
}

.icon-ic-arrow-wide-up:before {
  content: "d";
}

.icon-ic-calendar:before {
  content: "e";
}

.icon-ic-view:before {
  content: "f";
}

.icon-radio:before {
  content: "g";
}

.icon-radio-checked:before {
  content: "h";
}

.icon-ic-next:before {
  content: "›";
}

.icon-ic-prev:before {
  content: "‹";
}

.icon-ic-clock:before {
  content: "⌚";
}

.glyphicon-remove--red {
  color: #d82716;
}

.glyphicon-ok--green {
  color: #00a483;
}

.glyphicon-time--yellow {
  color: #fff300;
}

.page-subtitle {
  margin: 0 0 1.5em 0;
  font-size: 20px;
  line-height: 27px;
  color: #2d438b;
}

fieldset {
  margin-bottom: 1.5em;
}
fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 0;
  margin-bottom: 0.3em;
}

.alert {
  width: 100%;
}

.pp-campaign-preview-notes {
  box-shadow: 0px 0px 20px 1px #ddd;
  padding: 15px;
  position: absolute;
  height: 429px;
  width: 300px;
  right: -15px;
}
.pp-campaign-preview-notes dl.notes {
  width: 90%;
  margin-bottom: 0;
  position: absolute;
}
.pp-campaign-preview-notes dl.notes.impressions {
  width: 90%;
  padding: 15px 10px 10px 15px;
  background: #f6f6f6;
}
.pp-campaign-preview-notes dl.notes.impressions dt {
  float: left;
  overflow: hidden;
  clear: left;
}
.pp-campaign-preview-notes dl.notes.impressions dd {
  float: right;
  top: 0px;
  left: 50%;
}
.pp-campaign-preview-notes dl.notes.tabs {
  top: 142px;
}
.pp-campaign-preview-notes dl.notes.buttons {
  top: 269px;
}
.pp-campaign-preview-notes dl.notes.buttons dl {
  width: 100%;
}
.pp-campaign-preview-notes dl.notes.header {
  top: 40px;
  right: 5%;
  width: 90%;
}
.pp-campaign-preview-notes dl.notes.header dl {
  width: 100%;
}
.pp-campaign-preview-notes dl.notes.header dd dd {
  padding-right: 30px;
}
.pp-campaign-preview-notes dl.notes.header dd hr {
  width: 50px;
  border-top: 1px solid #d2e6ff;
  margin: 0;
  position: absolute;
  top: 11px;
  right: -42px;
  transform: rotate(-45deg);
}
.pp-campaign-preview-notes dl.notes.bordered > dd {
  border-bottom: 1px solid #d2e6ff;
}
.pp-campaign-preview-notes dl.notes > dd {
  font-size: 18px;
}
.pp-campaign-preview-notes dl.notes > dt {
  margin-bottom: 10px;
}
.pp-campaign-preview-notes dl.notes dd {
  color: #2d438b;
  overflow: hidden;
  font-weight: 600;
  height: 30px;
}
.pp-campaign-preview-notes dl.notes dd dl {
  width: 50%;
  float: left;
  margin-bottom: 0;
  display: table;
}
.pp-campaign-preview-notes dl.notes dd dl dt {
  font-size: 10px;
  color: #777;
  float: left;
  vertical-align: top;
}
.pp-campaign-preview-notes dl.notes dd dl dd {
  text-align: right;
  border-bottom: 0;
  padding: 7px 30px 0 0;
}
.pp-campaign-preview-notes dl.notes dt {
  font-size: 14px;
  color: #333;
}

.pp-campaign-calculations {
  padding: 15px;
  background: #f9f9f9;
}
.pp-campaign-calculations dl {
  clear: both;
  width: 100%;
}
.pp-campaign-calculations dl.notes dt {
  margin-bottom: 10px;
  float: left;
  width: 60%;
}
.pp-campaign-calculations dl.notes dd {
  font-size: 18px;
  color: #2d438b;
  font-weight: 600;
  height: 29px;
  float: left;
  height: 30px;
  width: 40%;
  text-align: right;
}
.pp-campaign-calculations dl.notes dd hr {
  margin-top: 10px;
  border-top: 1px solid #d2e6ff;
  width: 100%;
}

dl.table-notes dt {
  margin-bottom: 10px;
  float: left;
  width: 60%;
}
dl.table-notes dd {
  font-size: 18px;
  color: #2d438b;
  font-weight: 600;
  height: 29px;
  float: left;
  height: 30px;
  width: 40%;
  text-align: right;
}

dl.inline dt {
  float: left;
}
dl.inline dd {
  padding-left: 0.5em;
  overflow: hidden;
}

.product-portal {
  position: relative;
  width: 415px;
  height: 650px;
  background-color: #21113b;
  color: #fff;
  z-index: 99;
}
.product-portal .fa {
  opacity: 0.35;
  font-size: 1.5em;
}
.product-portal .fa.btn-link {
  text-decoration: none;
}
.product-portal .fa-angle-left {
  float: left;
  padding: 1em 0 0 0.5em;
}
.product-portal .fa-angle-right {
  float: right;
  padding: 1em 0.5em 0 0;
}
.product-portal .product-title,
.product-portal .product-description {
  text-align: center;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-portal .product-title {
  font-size: 24px;
  margin: 0;
  min-height: 50px;
  text-transform: uppercase;
}
.product-portal .product-description {
  font-size: 10px;
  min-height: 24px;
  background: #422d60;
  padding: 0 0.5em;
}
.product-portal .product-preview {
  height: 350px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product-portal__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 42px;
  height: 42px;
  background: #21113b;
  color: #fff;
}
.product-portal__close svg {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  fill: #fff;
}
.product-portal__logo {
  width: 194px;
  height: 36px;
}
.product-portal__title, .product-portal__subtitle {
  text-align: center;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.product-portal__title a, .product-portal__subtitle a {
  color: inherit;
}
.product-portal__title {
  margin: 0 25px 0 25px;
  font-size: 14px;
  height: 38px;
}
.product-portal__title a.fill-parent {
  height: inherit;
}
.product-portal__title img {
  height: 100%;
  width: auto;
}
.product-portal__subtitle {
  font-size: 10px;
}
.product-portal__icons {
  padding: 8px 0;
  text-align: center;
  height: 95px;
}
.product-portal__icons__icon {
  overflow: hidden;
  margin: 0 15px;
  width: 80px;
  height: 80px;
  background-color: #422d60;
  border: 1px solid #21113b;
  display: inline-block;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.product-portal__icons__icon.selected {
  border-color: #62507a;
}
.product-portal__icons__icon.disabled:hover {
  cursor: not-allowed;
}
.product-portal__icons img {
  overflow: hidden;
  margin: 0 15px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.product-portal__icons .btn-link {
  color: #fff;
}
.product-portal .tbso-preview__container-wrapper {
  border-color: #333;
}
.product-portal__tabs {
  position: relative;
  overflow: hidden;
  height: 350px;
  background-color: #fff;
}
.product-portal__buttons {
  padding: 3px 0;
  width: 95%;
  display: block;
  overflow: hidden;
  left: 50%;
  margin-left: -190px;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 79px;
}
.product-portal__button {
  float: left;
  border: 1px solid #62507a;
  color: #21113b;
  display: block;
  padding: 0.6em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 22%;
  font-weight: 700;
  background: #422d60;
  font-family: "Nunito";
  letter-spacing: 1.9px;
  margin: 0.3em;
  border-radius: 8px;
}
.product-portal__button:hover, .product-portal__button:active, .product-portal__button:focus {
  text-decoration: none;
}
.product-portal__button .icon {
  display: block;
  height: 2.2em;
  margin: 0.5em;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-portal__button .icon__share {
  background-image: url("/img/icon-share.png");
}
.product-portal__button .icon__coupon {
  background-image: url("/img/icon-coupon.png");
}
.product-portal__button .icon__metaverse {
  margin: 0;
  height: 3.2em;
  background-image: url("/img/icon-metaverse.png");
}
.product-portal__button .icon__cart {
  background-image: url("/img/icon-cart.png");
}
.product-portal__button .icon__full-screen {
  background-image: url("/img/icon-ar.png");
}
.product-portal__terms {
  text-align: center;
  color: #21113b;
  font-size: 0.8em;
  font-weight: 600;
}
.product-portal__terms a {
  text-decoration: none;
  color: #21113b;
  border-bottom: 1px solid #582e9e;
}
.product-portal__svg-video {
  position: relative;
  top: 2px;
  width: 20px;
  height: 16px;
}
.product-portal__nav {
  display: none;
  padding: 5px 5px 0;
  position: absolute;
  z-index: 200;
  top: 30px;
  left: 10px;
}
.product-portal__tab-content {
  width: 100%;
  position: absolute;
  z-index: 100;
}
.product-portal__tab-content .tab-pane {
  height: 350px;
  overflow: hidden;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.product-portal__tab-content .tab-pane.active {
  display: flex;
}
.product-portal__tab-content .tab-pane .note {
  letter-spacing: 0.05em;
}
.product-portal__tab-content .tab-pane img {
  max-height: 100%;
  max-width: 100%;
}
.product-portal__tab-content .tab-pane .preview-holder {
  height: 400px;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.product-portal .active a {
  color: #21113b !important;
  border: 1px solid #21113b;
}
.product-portal__nav-item {
  margin-bottom: 5px;
  border-radius: 0;
  width: 42px;
}
.product-portal__nav-item a {
  padding: 0.6em 0 0.6em 0.8em !important;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px #21113b;
  border: 2px solid #fff;
  border-radius: 0 !important;
  font-weight: 800;
}
.product-portal__nav-item a:hover {
  background: #fff !important;
}
.product-portal__nav-item--disabled {
  border: none;
}
.product-portal__nav-item--disabled a {
  opacity: 0.5;
  cursor: not-allowed;
  user-select: none;
  color: #999;
}
.product-portal__footer {
  background-color: #322344;
}

.retrieve-product-preview {
  overflow: hidden;
  height: 430px;
}
.retrieve-product-preview .product-portal {
  transform: scale(0.66);
  transform-origin: left top;
}

.background-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #ddd;
}

.jstree {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
.jstree .jstree-anchor {
  width: 100%;
  height: 33px;
  padding: 4px 15px 0;
}
.jstree.jstree-default {
  position: relative;
}
.jstree.jstree-default .jstree-ocl {
  position: absolute;
  top: 5px;
  left: 4px;
  background-image: url("/img/jstree/32px.png");
}
.jstree.jstree-default .jstree-icon {
  background-image: url("../img/jstree/32px.png");
}
.jstree.jstree-default .jstree-checkbox {
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.jstree.jstree-default .jstree-node {
  position: relative;
  margin-left: 0;
  padding-left: 0;
  background-image: none;
}
.jstree.jstree-default .jstree-clicked {
  box-shadow: none;
  background: #d2e6ff;
}
.jstree.jstree-default .jstree-clicked.jstree-hovered {
  background: #d2e6ff;
  box-shadow: none;
}
.jstree.jstree-default .jstree-hovered {
  background: none;
  box-shadow: none;
}
.jstree.jstree-default .jstree-checkbox-disabled {
  display: none;
}
.jstree.jstree-default .jstree-container-ul .jstree-loading .jstree-ocl {
  background: none;
}

.jstree-node .jstree-anchor {
  padding-left: 30px;
}
.jstree-node .jstree-ocl {
  left: 30px;
}
.jstree-node .jstree-children {
  padding-left: 20px;
}

.data-group {
  margin-bottom: 15px;
}
.data-group__label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.data-group__data-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-y: hidden;
}
.data-group__pane {
  background: #e6deec;
  padding: 1em;
}
.data-group__content {
  padding: 12px;
}
.data-group__table {
  width: 100%;
  background-color: #fff;
}
.data-group__table td {
  padding: 12px;
}
.data-group__table tr td:last-child {
  text-align: right;
}
.data-group__table tfoot {
  border-top: 1px solid #ccc;
}
.data-group dl dd {
  margin-bottom: 20px;
}

.earnings-daterangepicker {
  position: relative;
  width: 18em;
}
.earnings-daterangepicker .daterangepicker-input {
  padding-left: 40px;
}
.earnings-daterangepicker .daterangepicker {
  width: 660px;
}
.earnings-daterangepicker .daterangepicker .ranges {
  margin-left: 0;
}
.earnings-daterangepicker .daterangepicker .ranges li {
  padding: 6px 12px;
  border: 0;
  border-radius: 0;
  background: none;
}
.earnings-daterangepicker .daterangepicker .ranges li.active, .earnings-daterangepicker .daterangepicker .ranges li:hover {
  color: #333;
}
.earnings-daterangepicker .daterangepicker .ranges li.active {
  background: #d2e6ff;
}
.earnings-daterangepicker .daterangepicker .ranges li.active:hover {
  background: #d2e6ff;
}
.earnings-daterangepicker .daterangepicker .ranges li:hover {
  background: #f6f6f6;
}
.earnings-daterangepicker.no-ranges .daterangepicker {
  width: 490px;
}
.earnings-daterangepicker.no-ranges .ranges {
  display: none;
}

.daterangepicker:before, .daterangepicker:after {
  display: none;
}
.daterangepicker td {
  border-radius: 50% !important;
}
.daterangepicker td.in-range {
  background: #f9f9f9;
}
.daterangepicker td.active, .daterangepicker td:hover {
  background: #d2e6ff;
  color: #333;
}
.daterangepicker .input-mini {
  pointer-events: none;
}

.bootstrap-datetimepicker-widget .btn {
  min-width: auto;
}

.detail-row {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.detail-row p {
  margin: 0;
}
.detail-row.border-top {
  border-top: 1px solid #ccc;
}

.discount {
  padding: 4px 16px;
  border: 1px solid #00adee;
  border-radius: 4px;
  background-color: rgba(0, 173, 238, 0.1);
}
.discount__lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.154;
  font-weight: 600;
  color: #00adee;
}

.dot-columns {
  display: flex;
}
.dot-columns div[class^=col-xs] {
  border-left: 1px dashed #979797;
  border-right: 1px dashed #979797;
}
.dot-columns div[class^=col-xs]:first-child, .dot-columns div[class^=col-xs]:last-child {
  border: none;
}

.custom-notify {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100000;
  width: 80%;
  max-width: 500px;
  margin: auto;
}

.custom-notify .callout {
  font: 14px Helvetica, sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 2px;
  max-height: 800px;
  color: #fff;
  animation: notification-hide 250ms cubic-bezier(0.33859, -0.42, 1, -0.22), notification-shrink 250ms 250ms cubic-bezier(0.5, 0, 0, 1);
  -webkit-animation: notification-hide 250ms cubic-bezier(0.33859, -0.42, 1, -0.22), notification-shrink 250ms 250ms cubic-bezier(0.5, 0, 0, 1);
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.custom-notify .ember-notify-show {
  animation: notification-show 180ms cubic-bezier(0.175, 0.885, 0.32, 1.27499);
  -webkit-animation: notification-show 180ms cubic-bezier(0.175, 0.885, 0.32, 1.27499);
}

.custom-notify .custom-notify-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30px;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.custom-notify .custom-notify-icon span {
  position: relative;
  top: 10px;
}

.custom-notify .message {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 30px;
}

.custom-notify .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.3;
  text-decoration: none;
  cursor: pointer;
}

.custom-notify .close:hover,
.custom-notify .close:focus {
  opacity: 1;
}

.custom-notify .error {
  background-color: #e74c3c;
}

.custom-notify .error .custom-notify-icon {
  background-color: #ba2c1d;
}

.custom-notify .error .close {
  color: #ba2c1d;
}

.custom-notify .success {
  background-color: #64ce83;
}

.custom-notify .success .custom-notify-icon {
  background-color: #3da95c;
}

.custom-notify .success .close {
  color: #3da95c;
}

.custom-notify .info {
  background-color: #3ea2ff;
}

.custom-notify .info .custom-notify-icon {
  background-color: #067cea;
}

.custom-notify .info .close {
  color: #067cea;
}

.custom-notify .warning {
  background-color: #ff7f48;
}

.custom-notify .warning .custom-notify-icon {
  background-color: #f44e06;
}

.custom-notify .warning .close {
  color: #f44e06;
}

/* animations used above */
@keyframes notification-show {
  0% {
    opacity: 0;
    transform: perspective(450px) translate(0, -30px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(450px) translate(0, 0) rotateX(0deg);
  }
}
@-webkit-keyframes notification-show {
  0% {
    opacity: 0;
    -webkit-transform: perspective(450px) translate(0, -30px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(450px) translate(0, 0) rotateX(0deg);
  }
}
@keyframes notification-shrink {
  0% {
    opacity: 0;
    max-height: 800px;
    margin-bottom: 2px;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes notification-shrink {
  0% {
    opacity: 0;
    max-height: 800px;
    margin-bottom: 2px;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes notification-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes notification-hide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
.fixed-height-content {
  overflow: auto;
  height: 300px;
}

.header {
  z-index: 1;
}

.image-preview {
  border: 1px solid #ccc;
  background: #ccc;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.image-preview__note {
  font-size: 1em;
  max-width: 75%;
}

.img-wrapper {
  display: block;
  position: relative;
}
.img-wrapper .btn-link-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #d82716;
  text-decoration: none;
  color: white;
  height: 26px;
  width: 26px;
  border-radius: 3px;
  line-height: 13px;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.img-wrapper .btn-link-remove:hover, .img-wrapper .btn-link-remove:active, .img-wrapper .btn-link-remove:focus {
  background: #d82716;
  text-decoration: none;
  color: white;
}
.img-wrapper .thumbnail {
  width: 360px;
}

.docs-panel .img-unity {
  height: 49px;
  margin-right: 5px;
}
.docs-panel .img-ios {
  height: 56px;
}
.docs-panel .img-android {
  height: 56px;
}
.docs-panel a {
  color: #199ed8;
  font-size: 20px;
}

.asset-preview-image {
  height: 297px;
}

.coupon-preview-image {
  height: 240px;
}

.smart-objects .clearFilterIcon,
.wizard-models-table-wrapper .clearFilterIcon {
  margin-top: 3px;
}
.smart-objects .table-bordered,
.wizard-models-table-wrapper .table-bordered {
  border: 0;
}
.smart-objects .table-bordered thead tr th,
.wizard-models-table-wrapper .table-bordered thead tr th {
  border-bottom-width: 1px;
  width: 25%;
  white-space: nowrap;
}
.smart-objects .table-bordered thead tr th:first-child,
.wizard-models-table-wrapper .table-bordered thead tr th:first-child {
  width: 2%;
}
.smart-objects .table-bordered tbody tr.selected-row,
.wizard-models-table-wrapper .table-bordered tbody tr.selected-row {
  background: #d2e6ff;
}
.smart-objects .table-bordered tbody tr td,
.wizard-models-table-wrapper .table-bordered tbody tr td {
  position: relative;
}
.smart-objects .table-bordered tbody tr td .edit-column,
.wizard-models-table-wrapper .table-bordered tbody tr td .edit-column {
  display: flex;
  min-width: 136px;
  justify-content: stretch;
}
.smart-objects .table-bordered tbody tr td .edit-column button,
.wizard-models-table-wrapper .table-bordered tbody tr td .edit-column button {
  width: 100%;
  min-width: auto;
  margin-right: 10px;
}
.smart-objects .table-bordered tbody tr td .edit-column button:last-child,
.wizard-models-table-wrapper .table-bordered tbody tr td .edit-column button:last-child {
  margin-right: 0;
}
.smart-objects .table-bordered tbody tr td .form-control,
.wizard-models-table-wrapper .table-bordered tbody tr td .form-control {
  height: 33px;
}
.smart-objects table > tbody > tr:nth-of-type(odd),
.wizard-models-table-wrapper table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.smart-objects .table,
.wizard-models-table-wrapper .table {
  margin: 0px;
}
.smart-objects .table-header .form-group,
.wizard-models-table-wrapper .table-header .form-group {
  margin-bottom: 0;
}
.smart-objects .table-header .form-group .clearFilterIcon,
.wizard-models-table-wrapper .table-header .form-group .clearFilterIcon {
  margin-top: -1px;
  right: 15px;
}
.smart-objects .table-header .form-control,
.wizard-models-table-wrapper .table-header .form-control {
  font-size: 0.9em;
  height: 2.5em;
  border-radius: 2px;
}
.smart-objects .table-footer .row .table-summary,
.wizard-models-table-wrapper .table-footer .row .table-summary {
  width: 50%;
  font-size: 12px;
  line-height: 1.167;
  font-weight: bold;
  color: #494949;
}
.smart-objects .table-footer .btn,
.wizard-models-table-wrapper .table-footer .btn {
  border-radius: 0.1em;
  min-width: 1em;
  padding: 0 0.5em;
}
.smart-objects.smart-objects tbody :nth-child(-n+5):last-child td,
.wizard-models-table-wrapper.smart-objects tbody :nth-child(-n+5):last-child td {
  border-bottom: 1px solid #ddd;
}
.smart-objects.smart-objects thead tr,
.wizard-models-table-wrapper.smart-objects thead tr {
  background-color: #f8f8f8;
  border-bottom: 2px solid #ccc;
}
.smart-objects.smart-objects thead tr th,
.wizard-models-table-wrapper.smart-objects thead tr th {
  font-size: 0.8em !important;
  font-weight: bold !important;
}
.smart-objects.smart-objects thead tr th .orderable:hover,
.wizard-models-table-wrapper.smart-objects thead tr th .orderable:hover {
  cursor: pointer;
}
.smart-objects.smart-objects th, .smart-objects.smart-objects td,
.wizard-models-table-wrapper.smart-objects th,
.wizard-models-table-wrapper.smart-objects td {
  width: 50% !important;
  padding: 10px 15px;
  cursor: default;
  line-height: 20px;
}
.smart-objects.smart-objects th.row-checkbox, .smart-objects.smart-objects td.row-checkbox,
.wizard-models-table-wrapper.smart-objects th.row-checkbox,
.wizard-models-table-wrapper.smart-objects td.row-checkbox {
  width: 5% !important;
}
.smart-objects.smart-objects th.row-checkbox input, .smart-objects.smart-objects td.row-checkbox input,
.wizard-models-table-wrapper.smart-objects th.row-checkbox input,
.wizard-models-table-wrapper.smart-objects td.row-checkbox input {
  padding: 0;
  margin: 0;
}
.smart-objects.smart-objects th,
.wizard-models-table-wrapper.smart-objects th {
  position: relative;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.smart-objects.smart-objects th .glyphicon,
.wizard-models-table-wrapper.smart-objects th .glyphicon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 6px;
}
.smart-objects.smart-objects th .glyphicon-triangle-top,
.wizard-models-table-wrapper.smart-objects th .glyphicon-triangle-top {
  margin-top: -3px;
}
.smart-objects.smart-objects th .glyphicon-triangle-bottom,
.wizard-models-table-wrapper.smart-objects th .glyphicon-triangle-bottom {
  margin-top: 2px;
}
.smart-objects.smart-objects td .nowrap,
.wizard-models-table-wrapper.smart-objects td .nowrap {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.smart-objects.smart-objects td.row-controls,
.wizard-models-table-wrapper.smart-objects td.row-controls {
  padding: 5px 10px;
}
.smart-objects.smart-objects td.row-controls .btn,
.wizard-models-table-wrapper.smart-objects td.row-controls .btn {
  padding: 5px;
  border: 0;
}
.smart-objects.smart-objects td.row-controls .btn[disabled=disabled],
.wizard-models-table-wrapper.smart-objects td.row-controls .btn[disabled=disabled] {
  text-decoration: none;
}
.smart-objects.smart-objects td.editable,
.wizard-models-table-wrapper.smart-objects td.editable {
  padding: 5px 10px;
}
.smart-objects.smart-objects td.editable span,
.wizard-models-table-wrapper.smart-objects td.editable span {
  margin: 6px 6px;
}
.smart-objects.smart-objects td.editable input,
.wizard-models-table-wrapper.smart-objects td.editable input {
  height: auto !important;
  padding: 4px 5px;
  margin: 0;
}
.smart-objects.smart-objects .panel,
.wizard-models-table-wrapper.smart-objects .panel {
  height: 862px;
}
.smart-objects.smart-objects .table-footer,
.wizard-models-table-wrapper.smart-objects .table-footer {
  color: #999;
}
.smart-objects.smart-objects .table-footer .btn.active,
.wizard-models-table-wrapper.smart-objects .table-footer .btn.active {
  background: #ccc;
}

.advertiser-campaign > thead > tr > th,
.advertiser-campaign > tbody > tr > td,
.advertiser-campaigns > thead > tr > th,
.advertiser-campaigns > tbody > tr > td,
.developer-games > thead > tr > th,
.developer-games > tbody > tr > td,
.pp-advertiser-campaigns > thead > tr > th,
.pp-advertiser-campaigns > tbody > tr > td,
.pp-advertiser-drs-campaigns > thead > tr > th,
.pp-advertiser-drs-campaigns > tbody > tr > td {
  padding: 0.2em 0.5em;
  vertical-align: middle;
  text-align: left;
  border-color: #ccc;
}
.advertiser-campaign > thead > tr > th div,
.advertiser-campaign > tbody > tr > td div,
.advertiser-campaigns > thead > tr > th div,
.advertiser-campaigns > tbody > tr > td div,
.developer-games > thead > tr > th div,
.developer-games > tbody > tr > td div,
.pp-advertiser-campaigns > thead > tr > th div,
.pp-advertiser-campaigns > tbody > tr > td div,
.pp-advertiser-drs-campaigns > thead > tr > th div,
.pp-advertiser-drs-campaigns > tbody > tr > td div {
  display: inline-block;
}
.advertiser-campaign > thead,
.advertiser-campaigns > thead,
.developer-games > thead,
.pp-advertiser-campaigns > thead,
.pp-advertiser-drs-campaigns > thead {
  background: #f8f8f8;
}
.advertiser-campaign > thead > tr:first-child > th,
.advertiser-campaigns > thead > tr:first-child > th,
.developer-games > thead > tr:first-child > th,
.pp-advertiser-campaigns > thead > tr:first-child > th,
.pp-advertiser-drs-campaigns > thead > tr:first-child > th {
  padding: 0.8em 0.5em;
  text-align: center;
}
.advertiser-campaign > thead > tr:last-child,
.advertiser-campaigns > thead > tr:last-child,
.developer-games > thead > tr:last-child,
.pp-advertiser-campaigns > thead > tr:last-child,
.pp-advertiser-drs-campaigns > thead > tr:last-child {
  font-size: 0.8em;
  border-bottom: 2px solid #ccc;
}
.advertiser-campaign > thead > tr:last-child > th,
.advertiser-campaigns > thead > tr:last-child > th,
.developer-games > thead > tr:last-child > th,
.pp-advertiser-campaigns > thead > tr:last-child > th,
.pp-advertiser-drs-campaigns > thead > tr:last-child > th {
  vertical-align: middle;
}
.advertiser-campaign > thead > tr:last-child > th .glyphicon,
.advertiser-campaigns > thead > tr:last-child > th .glyphicon,
.developer-games > thead > tr:last-child > th .glyphicon,
.pp-advertiser-campaigns > thead > tr:last-child > th .glyphicon,
.pp-advertiser-drs-campaigns > thead > tr:last-child > th .glyphicon {
  font-size: 6px;
}
.advertiser-campaign > thead > tr > th.orderable:hover,
.advertiser-campaigns > thead > tr > th.orderable:hover,
.developer-games > thead > tr > th.orderable:hover,
.pp-advertiser-campaigns > thead > tr > th.orderable:hover,
.pp-advertiser-drs-campaigns > thead > tr > th.orderable:hover {
  cursor: pointer;
}
.advertiser-campaign > thead > tr.warning > th,
.advertiser-campaign > thead > tr.warning > td,
.advertiser-campaign > tbody > tr.warning > th,
.advertiser-campaign > tbody > tr.warning > td,
.advertiser-campaigns > thead > tr.warning > th,
.advertiser-campaigns > thead > tr.warning > td,
.advertiser-campaigns > tbody > tr.warning > th,
.advertiser-campaigns > tbody > tr.warning > td,
.developer-games > thead > tr.warning > th,
.developer-games > thead > tr.warning > td,
.developer-games > tbody > tr.warning > th,
.developer-games > tbody > tr.warning > td,
.pp-advertiser-campaigns > thead > tr.warning > th,
.pp-advertiser-campaigns > thead > tr.warning > td,
.pp-advertiser-campaigns > tbody > tr.warning > th,
.pp-advertiser-campaigns > tbody > tr.warning > td,
.pp-advertiser-drs-campaigns > thead > tr.warning > th,
.pp-advertiser-drs-campaigns > thead > tr.warning > td,
.pp-advertiser-drs-campaigns > tbody > tr.warning > th,
.pp-advertiser-drs-campaigns > tbody > tr.warning > td {
  background-color: transparent;
}

table.advertiser-campaigns > thead > tr > th {
  position: relative;
}
table.advertiser-campaigns > thead > tr > th.mt-title {
  width: 22%;
}
table.advertiser-campaigns > thead > tr > th.mt-budget {
  width: 12%;
}
table.advertiser-campaigns > thead > tr > th.mt-start, table.advertiser-campaigns > thead > tr > th.mt-end, table.advertiser-campaigns > thead > tr > th.mt-t-views, table.advertiser-campaigns > thead > tr > th.mt-bso, table.advertiser-campaigns > thead > tr > th.mt-engagements, table.advertiser-campaigns > thead > tr > th.mt-spend {
  width: 11%;
}
table.advertiser-campaigns > thead > tr > th i.glyphicon {
  position: absolute;
  right: 0;
  top: 45% !important;
  display: inline-block;
  width: 10px;
  height: 5px;
}
table.advertiser-campaigns > tbody > tr > td.mt-title div, table.advertiser-campaigns > tbody > tr > td.mt-bso div {
  position: relative;
  display: block;
  width: 100%;
}
table.advertiser-campaigns > tbody > tr > td.mt-title div .nowrap, table.advertiser-campaigns > tbody > tr > td.mt-bso div .nowrap {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.advertiser-campaigns > tbody > tr > td.mt-title div a, table.advertiser-campaigns > tbody > tr > td.mt-bso div a {
  font-weight: bold;
  line-height: 2em;
}
table.advertiser-campaigns > tbody > tr > td.mt-budget, table.advertiser-campaigns > tbody > tr > td.mt-t-views, table.advertiser-campaigns > tbody > tr > td.mt-engagements, table.advertiser-campaigns > tbody > tr > td.mt-spend {
  text-align: right;
}

.payout-requests > thead > tr > th,
.payout-requests > tbody > tr > td {
  padding: 10px 15px;
  width: 33%;
}
.payout-requests > thead > tr > th {
  position: relative;
}
.payout-requests > thead > tr > th:hover {
  cursor: pointer;
}
.payout-requests > thead > tr > th i.glyphicon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 6px;
}
.payout-requests .mt-status {
  text-transform: capitalize;
}

.developer-games > thead > tr > th.mt-title {
  width: 30%;
}
.developer-games > thead > tr > th.mt-amount, .developer-games > thead > tr > th.mt-t-view, .developer-games > thead > tr > th.mt-action-3d, .developer-games > thead > tr > th.mt-action-purchase, .developer-games > thead > tr > th.mt-action-video, .developer-games > thead > tr > th.mt-action-coupon, .developer-games > thead > tr > th.mt-action-smarttab, .developer-games > thead > tr > th.mt-cost {
  width: 10%;
}
.developer-games > tbody > tr > td.mt-title {
  position: relative;
}
.developer-games > tbody > tr > td.mt-title div {
  position: relative;
  display: block;
  width: 100%;
}
.developer-games > tbody > tr > td.mt-title div .nowrap {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}
.developer-games > tbody > tr > td.mt-title a {
  font-weight: bold;
  line-height: 2em;
}
.developer-games > tbody > tr > td.mt-amount, .developer-games > tbody > tr > td.mt-t-view, .developer-games > tbody > tr > td.mt-action-3d, .developer-games > tbody > tr > td.mt-action-purchase, .developer-games > tbody > tr > td.mt-action-coupon, .developer-games > tbody > tr > td.mt-action-smarttab, .developer-games > tbody > tr > td.mt-action-video {
  text-align: right;
}
.developer-games > tbody > tr.warning {
  background: #fcf8e3;
}

.funds-earned > thead > tr > th,
.funds-earned > tbody > tr > td {
  padding: 10px 15px;
}
.funds-earned > thead > tr > th.mt-date, .funds-earned > thead > tr > th.mt-count, .funds-earned > thead > tr > th.mt-sum, .funds-earned > thead > tr > th.mt-action, .funds-earned > thead > tr > th.mt-source {
  width: 13%;
}
.funds-earned > thead > tr > th:hover {
  cursor: pointer;
}
.funds-earned > thead > tr > th i.glyphicon {
  float: right;
}

.table-wrapper {
  width: 100% !important;
}

.models-table-wrapper .table-footer {
  font-size: 12px;
  line-height: 1.167;
  font-weight: bold;
  color: #494949;
}
.models-table-wrapper .table-footer .table-summary a {
  display: inline;
}
.models-table-wrapper .table-footer .table-nav .paginate .paginate_button {
  padding: 0 0.5em;
  cursor: pointer;
  text-decoration: none;
}
.models-table-wrapper .table-footer .table-nav .paginate .paginate_button.current {
  color: #000;
  cursor: text;
}
.models-table-wrapper .table-footer .table-nav .paginate .paginate_button.disabled {
  display: none;
}

.hide-filter-icon .clearFilterIcon {
  display: none;
}

.models-table-wrapper .table-bordered.smart-object-campaigns thead tr {
  background-color: #f8f8f8;
  border-bottom: 2px solid #ccc;
}
.models-table-wrapper .table-bordered.smart-object-campaigns thead tr th {
  font-size: 0.8em !important;
  font-weight: bold !important;
}
.models-table-wrapper .table-bordered.smart-object-campaigns thead tr th .orderable:hover {
  cursor: pointer;
}
.models-table-wrapper .table-bordered.smart-object-campaigns th, .models-table-wrapper .table-bordered.smart-object-campaigns td {
  width: 25% !important;
  padding: 10px 15px;
  cursor: default;
  line-height: 20px;
}
.models-table-wrapper .table-bordered.smart-object-campaigns th {
  position: relative;
  padding: 13px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.models-table-wrapper .table-bordered.smart-object-campaigns th .glyphicon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 6px;
}
.models-table-wrapper .table-bordered.smart-object-campaigns th .glyphicon-triangle-top {
  margin-top: -3px;
}
.models-table-wrapper .table-bordered.smart-object-campaigns th .glyphicon-triangle-bottom {
  margin-top: 2px;
}
.models-table-wrapper .table-bordered.smart-object-campaigns td .nowrap {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}
.models-table-wrapper .table-bordered.smart-object-campaigns .panel {
  height: 296px;
}
.models-table-wrapper .table-bordered.smart-object-campaigns .table-footer {
  color: #999;
}
.models-table-wrapper .table-bordered.smart-object-campaigns .table-footer .btn.active {
  background: #ccc;
}

.advertiser-products > tbody > tr,
.advertiser-coupons > tbody > tr {
  border: 1px solid #ddd;
}
.advertiser-products > tbody > tr:last-child,
.advertiser-coupons > tbody > tr:last-child {
  border-bottom: 0;
}
.advertiser-products > tbody > tr td,
.advertiser-coupons > tbody > tr td {
  border: 0;
  vertical-align: middle !important;
  width: auto;
  height: auto;
  display: table-cell;
}
.advertiser-products > tbody > tr td.preview,
.advertiser-coupons > tbody > tr td.preview {
  width: 60px;
}
.advertiser-products > tbody > tr td.preview > div,
.advertiser-coupons > tbody > tr td.preview > div {
  width: 50px;
  height: 50px;
}
.advertiser-products > tbody > tr td.radio-button,
.advertiser-coupons > tbody > tr td.radio-button {
  width: 3em;
}
.advertiser-products > tbody > tr td.radio-button-with-label,
.advertiser-coupons > tbody > tr td.radio-button-with-label {
  width: 15em;
}
.advertiser-products > tbody > tr td.radio-button label,
.advertiser-coupons > tbody > tr td.radio-button label {
  font-weight: normal;
  margin-bottom: 0;
}
.advertiser-products > tbody > tr td.remove-button,
.advertiser-coupons > tbody > tr td.remove-button {
  width: 3em;
  padding: 0;
}

.advertiser-products {
  background-color: #fff;
}
.advertiser-products > tbody > tr td.radio-button {
  width: 3em;
}
.advertiser-products > tbody > tr td.radio-button-with-label {
  width: 15em;
}
.advertiser-products > tbody > tr td.radio-button label {
  font-weight: normal;
  margin-bottom: 0;
}
.advertiser-products > tbody > tr td.remove-button {
  width: 3em;
  padding: 0;
}

.advertiser-coupons > tbody > tr > td.button {
  width: 20%;
  text-align: center;
}
.advertiser-coupons > tbody > tr > td.coupon-title {
  width: 40%;
  text-align: right;
}

table.pp-advertiser-campaigns > thead > tr > th.mt-title,
table.pp-advertiser-campaigns > thead > tr > td.mt-title,
table.pp-advertiser-campaigns > tbody > tr > th.mt-title,
table.pp-advertiser-campaigns > tbody > tr > td.mt-title {
  width: 20%;
}
table.pp-advertiser-campaigns > thead > tr > th.mt-start, table.pp-advertiser-campaigns > thead > tr > th.mt-end, table.pp-advertiser-campaigns > thead > tr > th.mt-impressions, table.pp-advertiser-campaigns > thead > tr > th.mt-total-count, table.pp-advertiser-campaigns > thead > tr > th.mt-ctr, table.pp-advertiser-campaigns > thead > tr > th.mt-t-views, table.pp-advertiser-campaigns > thead > tr > th.mt-tvr, table.pp-advertiser-campaigns > thead > tr > th.mt-portal-views, table.pp-advertiser-campaigns > thead > tr > th.mt-actions, table.pp-advertiser-campaigns > thead > tr > th.mt-budget,
table.pp-advertiser-campaigns > thead > tr > td.mt-start,
table.pp-advertiser-campaigns > thead > tr > td.mt-end,
table.pp-advertiser-campaigns > thead > tr > td.mt-impressions,
table.pp-advertiser-campaigns > thead > tr > td.mt-total-count,
table.pp-advertiser-campaigns > thead > tr > td.mt-ctr,
table.pp-advertiser-campaigns > thead > tr > td.mt-t-views,
table.pp-advertiser-campaigns > thead > tr > td.mt-tvr,
table.pp-advertiser-campaigns > thead > tr > td.mt-portal-views,
table.pp-advertiser-campaigns > thead > tr > td.mt-actions,
table.pp-advertiser-campaigns > thead > tr > td.mt-budget,
table.pp-advertiser-campaigns > tbody > tr > th.mt-start,
table.pp-advertiser-campaigns > tbody > tr > th.mt-end,
table.pp-advertiser-campaigns > tbody > tr > th.mt-impressions,
table.pp-advertiser-campaigns > tbody > tr > th.mt-total-count,
table.pp-advertiser-campaigns > tbody > tr > th.mt-ctr,
table.pp-advertiser-campaigns > tbody > tr > th.mt-t-views,
table.pp-advertiser-campaigns > tbody > tr > th.mt-tvr,
table.pp-advertiser-campaigns > tbody > tr > th.mt-portal-views,
table.pp-advertiser-campaigns > tbody > tr > th.mt-actions,
table.pp-advertiser-campaigns > tbody > tr > th.mt-budget,
table.pp-advertiser-campaigns > tbody > tr > td.mt-start,
table.pp-advertiser-campaigns > tbody > tr > td.mt-end,
table.pp-advertiser-campaigns > tbody > tr > td.mt-impressions,
table.pp-advertiser-campaigns > tbody > tr > td.mt-total-count,
table.pp-advertiser-campaigns > tbody > tr > td.mt-ctr,
table.pp-advertiser-campaigns > tbody > tr > td.mt-t-views,
table.pp-advertiser-campaigns > tbody > tr > td.mt-tvr,
table.pp-advertiser-campaigns > tbody > tr > td.mt-portal-views,
table.pp-advertiser-campaigns > tbody > tr > td.mt-actions,
table.pp-advertiser-campaigns > tbody > tr > td.mt-budget {
  width: 10%;
}
table.pp-advertiser-campaigns > thead > tr > th {
  position: relative;
}
table.pp-advertiser-campaigns > thead > tr > th i.glyphicon {
  position: absolute;
  right: 0;
  top: 45% !important;
  display: inline-block;
  width: 10px;
  height: 5px;
}
table.pp-advertiser-campaigns > tbody > tr > td.mt-title div, table.pp-advertiser-campaigns > tbody > tr > td.mt-bso div {
  position: relative;
  display: block;
  width: 100%;
}
table.pp-advertiser-campaigns > tbody > tr > td.mt-title div .nowrap, table.pp-advertiser-campaigns > tbody > tr > td.mt-bso div .nowrap {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.pp-advertiser-campaigns > tbody > tr > td.mt-title div a, table.pp-advertiser-campaigns > tbody > tr > td.mt-bso div a {
  font-weight: bold;
  line-height: 2em;
}
table.pp-advertiser-campaigns > tbody > tr > td.mt-impressions, table.pp-advertiser-campaigns > tbody > tr > td.mt-total-count, table.pp-advertiser-campaigns > tbody > tr > td.mt-t-views, table.pp-advertiser-campaigns > tbody > tr > td.mt-actions, table.pp-advertiser-campaigns > tbody > tr > td.mt-ctr, table.pp-advertiser-campaigns > tbody > tr > td.mt-portal-views, table.pp-advertiser-campaigns > tbody > tr > td.mt-budget {
  text-align: right;
}
table.pp-advertiser-campaigns > tbody > tr > td.mt-type {
  text-align: center;
}

.advertiser-campaign > thead > tr > th,
.advertiser-campaign > thead > tr > td,
.advertiser-campaign > tbody > tr > th,
.advertiser-campaign > tbody > tr > td,
.pp-advertiser-drs-campaigns > thead > tr > th,
.pp-advertiser-drs-campaigns > thead > tr > td,
.pp-advertiser-drs-campaigns > tbody > tr > th,
.pp-advertiser-drs-campaigns > tbody > tr > td {
  padding: 10px 5px !important;
  border: 0;
}
.advertiser-campaign > thead > tr > th.mt-engagement-name,
.advertiser-campaign > thead > tr > td.mt-engagement-name,
.advertiser-campaign > tbody > tr > th.mt-engagement-name,
.advertiser-campaign > tbody > tr > td.mt-engagement-name,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-engagement-name,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-engagement-name,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-engagement-name,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-engagement-name {
  width: 28%;
}
.advertiser-campaign > thead > tr > th.mt-clicks, .advertiser-campaign > thead > tr > th.mt-cpc, .advertiser-campaign > thead > tr > th.mt-total, .advertiser-campaign > thead > tr > th.mt-ctr, .advertiser-campaign > thead > tr > th.mt-t-views, .advertiser-campaign > thead > tr > th.mt-cpv,
.advertiser-campaign > thead > tr > td.mt-clicks,
.advertiser-campaign > thead > tr > td.mt-cpc,
.advertiser-campaign > thead > tr > td.mt-total,
.advertiser-campaign > thead > tr > td.mt-ctr,
.advertiser-campaign > thead > tr > td.mt-t-views,
.advertiser-campaign > thead > tr > td.mt-cpv,
.advertiser-campaign > tbody > tr > th.mt-clicks,
.advertiser-campaign > tbody > tr > th.mt-cpc,
.advertiser-campaign > tbody > tr > th.mt-total,
.advertiser-campaign > tbody > tr > th.mt-ctr,
.advertiser-campaign > tbody > tr > th.mt-t-views,
.advertiser-campaign > tbody > tr > th.mt-cpv,
.advertiser-campaign > tbody > tr > td.mt-clicks,
.advertiser-campaign > tbody > tr > td.mt-cpc,
.advertiser-campaign > tbody > tr > td.mt-total,
.advertiser-campaign > tbody > tr > td.mt-ctr,
.advertiser-campaign > tbody > tr > td.mt-t-views,
.advertiser-campaign > tbody > tr > td.mt-cpv,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-clicks,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-cpc,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-total,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-ctr,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-t-views,
.pp-advertiser-drs-campaigns > thead > tr > th.mt-cpv,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-clicks,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-cpc,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-total,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-ctr,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-t-views,
.pp-advertiser-drs-campaigns > thead > tr > td.mt-cpv,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-clicks,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-cpc,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-total,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-ctr,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-t-views,
.pp-advertiser-drs-campaigns > tbody > tr > th.mt-cpv,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-clicks,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-cpc,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-total,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-ctr,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-t-views,
.pp-advertiser-drs-campaigns > tbody > tr > td.mt-cpv {
  width: 10%;
}
.advertiser-campaign > thead,
.pp-advertiser-drs-campaigns > thead {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: none !important;
}
.advertiser-campaign > thead > tr > th,
.pp-advertiser-drs-campaigns > thead > tr > th {
  position: relative;
  text-align: left !important;
  padding: 5px !important;
}
.advertiser-campaign > thead > tr > th:hover,
.pp-advertiser-drs-campaigns > thead > tr > th:hover {
  cursor: default !important;
}
.advertiser-campaign > thead > tr > th > i,
.pp-advertiser-drs-campaigns > thead > tr > th > i {
  position: absolute;
  right: 0;
  top: 45% !important;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.advertiser-campaign > tbody > tr:last-child td.mt-clicks strong, .advertiser-campaign > tbody > tr:last-child td.mt-total strong, .advertiser-campaign > tbody > tr:last-child td.mt-ctr strong, .advertiser-campaign > tbody > tr:last-child td.mt-t-views strong, .advertiser-campaign > tbody > tr:last-child td.mt-cpv strong, .advertiser-campaign > tbody > tr:last-child td.mt-tvr strong, .advertiser-campaign > tbody > tr:last-child td.mt-time strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-clicks strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-total strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-ctr strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-t-views strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-cpv strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-tvr strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-time strong {
  display: inline-block;
  min-width: 50%;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}
.advertiser-campaign > tbody > tr:last-child td.mt-cpc strong,
.pp-advertiser-drs-campaigns > tbody > tr:last-child td.mt-cpc strong {
  border-top: 1px solid #fff;
  display: inline-block;
  padding-top: 0.5em;
}
.advertiser-campaign small,
.pp-advertiser-drs-campaigns small {
  font-weight: normal;
}

.payment-history > thead > tr > th,
.payment-history > tbody > tr > td,
.payment-history > tfoot > tr > td {
  padding: 10px 15px;
}
.payment-history > thead > tr > th.mt-campaign,
.payment-history > tbody > tr > td.mt-campaign,
.payment-history > tfoot > tr > td.mt-campaign {
  width: 22%;
}
.payment-history > thead > tr > th.mt-campaign .dots,
.payment-history > tbody > tr > td.mt-campaign .dots,
.payment-history > tfoot > tr > td.mt-campaign .dots {
  width: 15em;
}
.payment-history > thead > tr > th.mt-payment-method, .payment-history > thead > tr > th.mt-transaction-type, .payment-history > thead > tr > th.mt-transaction-date,
.payment-history > tbody > tr > td.mt-payment-method,
.payment-history > tbody > tr > td.mt-transaction-type,
.payment-history > tbody > tr > td.mt-transaction-date,
.payment-history > tfoot > tr > td.mt-payment-method,
.payment-history > tfoot > tr > td.mt-transaction-type,
.payment-history > tfoot > tr > td.mt-transaction-date {
  width: 8%;
}
.payment-history > thead > tr > th.mt-transaction-id, .payment-history > thead > tr > th.mt-campaign-type,
.payment-history > tbody > tr > td.mt-transaction-id,
.payment-history > tbody > tr > td.mt-campaign-type,
.payment-history > tfoot > tr > td.mt-transaction-id,
.payment-history > tfoot > tr > td.mt-campaign-type {
  width: 12%;
}
.payment-history > thead > tr > th.mt-campaign-ending, .payment-history > thead > tr > th.mt-remaining-funds, .payment-history > thead > tr > th.mt-amount,
.payment-history > tbody > tr > td.mt-campaign-ending,
.payment-history > tbody > tr > td.mt-remaining-funds,
.payment-history > tbody > tr > td.mt-amount,
.payment-history > tfoot > tr > td.mt-campaign-ending,
.payment-history > tfoot > tr > td.mt-remaining-funds,
.payment-history > tfoot > tr > td.mt-amount {
  width: 10%;
}
.payment-history > thead > tr > th.mt-payment-method .dots,
.payment-history > tbody > tr > td.mt-payment-method .dots,
.payment-history > tfoot > tr > td.mt-payment-method .dots {
  width: 5em;
}
.payment-history > thead > tr > th .dots,
.payment-history > tbody > tr > td .dots,
.payment-history > tfoot > tr > td .dots {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.payment-history > thead > tr > th {
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
}
.payment-history > thead > tr > th:hover {
  cursor: pointer;
}
.payment-history > thead > tr > th i.glyphicon {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 6px;
}
.payment-history > tbody > tr > td,
.payment-history > tfoot > tr > td {
  vertical-align: middle;
}
.payment-history > tbody > tr > td.mt-amount, .payment-history > tbody > tr > td.mt-remaining-funds,
.payment-history > tfoot > tr > td.mt-amount,
.payment-history > tfoot > tr > td.mt-remaining-funds {
  text-align: right;
}
.payment-history > tfoot > tr > td {
  font-weight: 800;
}

.table-footer .form-group label {
  line-height: inherit;
  margin-bottom: 0;
}
.table-footer .form-group .form-control.invisible {
  display: none;
}

.pp-advertiser-drs-campaigns td {
  cursor: pointer;
}

.deprecated-pagination {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  color: #494949;
}
.deprecated-pagination .pagination__controls .paginate_button {
  padding: 0 0.5em;
  cursor: pointer;
  text-decoration: none;
}
.deprecated-pagination .pagination__controls .paginate_button.current {
  color: #494949;
  cursor: text;
}
.deprecated-pagination .pagination__controls .paginate_button.disabled {
  display: none;
}

.block-payout-connect {
  margin-bottom: 40px;
}
.block-payout-connect .title-text {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.block-payout-connect .login {
  width: 260px;
}

.block-paypal {
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 20px;
  max-width: 390px;
  margin: 0 auto;
}
.block-paypal .btn {
  min-width: 170px;
}

.block-account {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.block-account .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  overflow: hidden;
  margin-right: 15px;
}
.block-account .title {
  font-size: 13px;
  font-weight: 700;
}
.block-account .username {
  font-size: 18px;
}

.developer-cards .card-logo {
  height: 100px;
  margin: 0 15px 15px 15px;
}
.developer-cards .vertical-middle {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.developer-cards .vertical-middle button {
  width: 150px;
  height: 50px;
}
.developer-cards .vertical-middle button .large-text {
  font-size: 16px;
}

.card {
  background: #eee;
  padding: 20px;
  margin: 0 0 15px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.card__logo {
  width: 180px;
  height: 120px;
  float: left;
  clear: right;
}
.card__logo_visa {
  background-image: url("/img/general/cards/visa.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.card__description {
  margin-left: 15px;
  float: left;
}
.card__number {
  width: 100%;
  float: left;
  margin-top: 15px;
  color: #b050e8;
  letter-spacing: 5px;
}

.product-3d-models-table {
  margin-bottom: 0;
}
.product-3d-models-table tr:hover {
  cursor: pointer;
}
.product-3d-models-table tr.selected {
  background: #d2e6ff !important;
}
.product-3d-models-table tr td {
  vertical-align: middle !important;
}
.product-3d-models-table tr td.preview {
  width: 60px;
}
.product-3d-models-table tr td.preview div {
  height: 50px;
  width: 50px;
}
.product-3d-models-table tr td.created {
  width: 100px;
}

.product-3d-models {
  max-height: 442px;
  overflow-y: scroll;
  margin-bottom: 1em;
}

.products-list {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}
.products-list__item {
  padding: 1em;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.products-list__item:last-child {
  border-bottom: none;
}
.products-list__preview {
  width: 3em;
  height: 3em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
}

.has-error .products-list {
  border-color: #d82716;
}

.radio-select-list {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}
.radio-select-list__item {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.radio-select-list__item-selected {
  background-color: #d2e6ff;
}
.radio-select-list__item label {
  display: block;
  position: relative;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0;
}
.radio-select-list__item label:hover {
  cursor: pointer;
}
.radio-select-list__item input {
  position: absolute;
  right: 1em;
  opacity: 0;
}

.sidebar {
  background: white;
  margin-right: 1em;
  padding: 7em 1em 1em 1em;
  box-shadow: 0.3em 0 0.4em 0 #ddd;
  position: fixed;
  width: 261px;
  height: 100vh;
  overflow: no-display;
  top: 0;
}
.sidebar hr {
  border-top: 1px solid #ddd;
}
.sidebar .list-group-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar .list-group-item .dropdown-menu {
  position: relative;
  right: 0;
  left: auto;
  border-radius: 3px;
}
.sidebar .list-group-item .dropdown-menu li {
  display: block;
  float: none;
}
.sidebar .list-group-item .dropdown-menu li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  line-height: 200%;
}
.sidebar .list-group-item .dropdown-menu li a:hover {
  color: #000;
}
.sidebar .list-group-item.sub-item {
  padding-left: 30px;
}
.sidebar .list-group-item__active {
  background: #d2e6ff;
}
.sidebar .list-group-item a {
  text-decoration: none;
  color: inherit;
}
.sidebar .list-group-item a.text-strong {
  font-size: 1.1em;
  color: #2d438b;
  text-wrap: wrap;
  white-space: break-spaces;
}
.sidebar .list-group-item .badge {
  border-radius: 0.5em;
  background-color: #d2e6ff;
  color: #2d438b;
  font-weight: 600;
}
.sidebar .sidebar-sublinks-container .menu {
  width: fit-content;
  padding: 5px 0;
  margin: 17px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.sidebar .sidebar-sublinks-container .item {
  padding: 6px 12px;
  white-space: nowrap;
  text-decoration: none;
}
.sidebar .sidebar-sublinks-container .item:hover {
  background-color: #f5f5f5;
}

.smarttab {
  position: relative;
  width: 415px;
  height: 650px;
  background-color: #eee;
  background-image: url("/img/product-portal-preview-bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  letter-spacing: -1px;
}
.smarttab .fa {
  opacity: 0.35;
  font-size: 1.5em;
}
.smarttab .fa-angle-left {
  float: left;
  padding: 1em 0 0 0.5em;
}
.smarttab .fa-angle-right {
  float: right;
  padding: 1em 0.5em 0 0;
}
.smarttab__close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 42px;
  height: 42px;
  background: #eee;
}
.smarttab__close svg {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 15px;
  height: 15px;
  fill: #199ed8;
}
.smarttab__logo {
  margin: 18px 0 0 18px;
  width: 194px;
  height: 36px;
}
.smarttab__title {
  margin: 0 0 15px;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.005em;
  display: inline-block;
  margin-left: 15px;
}
.smarttab__icons {
  padding: 8px 0;
  text-align: center;
  height: 96px;
  background-color: rgba(0, 0, 0, 0.1);
}
.smarttab__icons__icon {
  overflow: hidden;
  margin: 0 15px;
  width: 76px;
  height: 76px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.smarttab__icons__icon.selected {
  border-color: #199ed8;
  box-shadow: 0 0 15px 0 #3cb4e8;
}
.smarttab__icons__icon.disabled:hover {
  cursor: not-allowed;
}
.smarttab__icons img {
  overflow: hidden;
  margin: 0 15px;
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.smarttab__subtitle {
  font-size: 18px;
  width: 100%;
  min-height: 2.1em;
  letter-spacing: 0.001em;
  padding: 0 18px;
  text-align: center;
}
.smarttab__text {
  font-size: 10px;
  min-height: 7.9em;
  letter-spacing: 0.001em;
  padding: 18px;
}
.smarttab__tabs-wrapper {
  width: 100%;
}
.smarttab__tabs-wrapper #model-preview {
  width: 100%;
  height: 100%;
}
.smarttab__text, .smarttab__subtitle {
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smarttab__tabs {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: inset 0 0 4px 0 #b3b3b3;
  overflow: hidden;
}
.smarttab__tabs .nav {
  text-align: center;
  padding-left: 5px;
}
.smarttab__button {
  border: 2px solid #199ed8;
  padding: 10px 23px;
  font-size: 1.7em;
  color: #199ed8;
  text-decoration: none;
}
.smarttab__button:hover, .smarttab__button:active, .smarttab__button:focus {
  background: #199ed8;
  text-decoration: none;
  color: #fff;
}
.smarttab__svg-video {
  position: relative;
  top: 2px;
  width: 20px;
  height: 16px;
  fill: #fff;
}
.smarttab__nav {
  width: 48px;
  padding: 10px 5px;
  position: absolute;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.7);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.smarttab__buttons {
  padding: 0 18px;
  clear: both;
  overflow: hidden;
}
.smarttab__tab-content {
  height: 100%;
}
.smarttab__tab-content .tab-pane {
  height: 100%;
  overflow: hidden;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.smarttab__tab-content .tab-pane.active {
  display: flex;
}
.smarttab__tab-content .tab-pane .note {
  letter-spacing: 0.05em;
}
.smarttab__tab-content .tab-pane.video {
  text-align: left;
}
.smarttab__tab-content .tab-pane img {
  max-height: 100%;
  max-width: 100%;
}
.smarttab__tab-content .tab-pane video {
  width: 100%;
  height: 100%;
}
.smarttab__tab-content .tab-pane .preview-holder {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.smarttab__nav-item {
  margin-bottom: 5px;
  border: 1px solid #199ed8;
  width: 100%;
  background: #fff;
}
.smarttab__nav-item:last-child {
  margin-bottom: 0;
}
.smarttab__nav-item.active {
  border-radius: 0;
}
.smarttab__nav-item.active > a {
  border-radius: 0;
  background-color: #dcf1fb !important;
  color: #199ed8 !important;
}
.smarttab__nav-item a {
  padding: 0.6em 0 !important;
  color: #199ed8;
  font-weight: 800;
  text-decoration: none;
  border-radius: 0;
}
.smarttab__nav-item a svg {
  fill: #199ed8;
}
.smarttab__terms {
  text-align: center;
  color: #199ed8;
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 8px;
}
.smarttab__terms a {
  text-decoration: none;
  color: #199ed8;
  border-bottom: 1px solid #80cef0;
}

.review-smarttab-preview {
  overflow: hidden;
  height: 360px;
}
.review-smarttab-preview .product-portal {
  transform: scale(0.56);
  transform-origin: left top;
}

.retrieve-campaign-preview {
  overflow: hidden;
  height: 430px;
}
.retrieve-campaign-preview .product-portal {
  transform: scale(0.66);
  transform-origin: left top;
}

.spots dl {
  margin-bottom: 0;
}
.spots dl dt {
  float: left;
  margin-right: 0.5em;
}
.spots hr {
  margin: 0.8em 0;
}
.spots .spot {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.spots .spot .thumbnail {
  margin-bottom: 0;
}

.steps {
  margin-bottom: 4em;
}
.steps__line {
  align-items: center;
  justify-content: space-around;
  display: flex;
  margin: 0;
  width: 100%;
  height: 3px;
  padding: 0;
  background-color: #ccc;
  list-style-type: none;
}

.step {
  position: relative;
  border: 2px solid #199ed8;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #f3f3f3;
}
.step--active {
  border-width: 0;
  background-color: #199ed8;
  font-weight: bold;
}
.step--done {
  border-width: 0;
  background-color: #2d438b;
  font-weight: bold;
}
.step__text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
}
.step__title {
  position: relative;
}
.step__link {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.tbso-preview__container-wrapper {
  border: 1px solid #ccc;
  background: #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tbso-preview__note {
  font-size: 1em;
  max-width: 75%;
}
.tbso-preview__container {
  width: 100%;
  background-size: cover;
  background-position: center;
  z-index: 100;
}
.tbso-preview__note {
  display: block;
}
.tbso-preview__controls {
  z-index: 200;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 33px;
}
.tbso-preview[type] .tbso-preview__controls {
  display: block;
}
.tbso-preview[type] .tbso-preview__controls .btn {
  min-width: auto;
}
.tbso-preview .tbso-preview__note {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
}
.tbso-preview[type="2d"] .btn-2d {
  display: none;
}
.tbso-preview[type="2d"] .tbso-preview__2d {
  display: block;
}
.tbso-preview[type="2d"] .tbso-preview__3d {
  display: none;
}
.tbso-preview[type="3d"] .btn-3d {
  display: none;
}
.tbso-preview[type="3d"] .tbso-preview__2d {
  display: none;
}
.tbso-preview[type="3d"] .tbso-preview__3d {
  display: block;
}
.tbso-preview.smart-objects {
  margin-top: 55px;
}

.pptrivver-root .pptrivver-fullscreen-class {
  left: unset;
  right: 16px;
}
.pptrivver-root .pptrivver-play-stop-btn {
  top: unset;
  bottom: 16px;
}

.right-help-block {
  padding: 20px 0;
  font-size: 13px;
}

.tooltip-block {
  color: #666;
  font-size: 13px;
  cursor: help;
}

.green {
  color: #00a483;
}

.red {
  color: #d82716;
}

.yellow {
  color: #fff300;
}

.gray {
  background-color: #f2f2f2;
  padding: 10px;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 4px;
  text-decoration: none;
}
.toggle-switch span {
  display: block;
  padding: 0.65em 1em;
  float: left;
  color: #000;
  text-align: center;
}
.toggle-switch__label {
  background: #fff;
  width: 4em;
}
.toggle-switch__label:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.toggle-switch__label:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.toggle-switch__button {
  background: #199ed8;
}
.toggle-switch[state=on] .toggle-switch__label:first-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.toggle-switch[state=on] .toggle-switch__label:last-child {
  display: none;
}
.toggle-switch[state=on] .toggle-switch__button {
  border-top: 1px solid #199ed8;
  border-bottom: 1px solid #199ed8;
  border-right: 1px solid #199ed8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.toggle-switch[state=off] .toggle-switch__label:first-child {
  display: none;
}
.toggle-switch[state=off] .toggle-switch__label:last-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.toggle-switch[state=off] .toggle-switch__button {
  background: #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.upload-file {
  display: inline-block;
  height: 200px;
}
.upload-file label {
  line-height: inherit;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 22px;
}
.upload-file label.btn {
  padding-bottom: 6px;
}
.upload-file input {
  display: none;
}
.upload-file p {
  font-weight: bold;
  font-size: 20px;
  color: #999;
  text-align: center;
  padding: 5px;
  background: #f2f2f2;
  position: relative;
  top: 75px;
  z-index: 99;
}
.upload-file img {
  max-height: 150px;
}
.upload-file .btn-file-remove {
  background: #d82716;
  color: #fff;
  min-width: 2em;
}
.upload-file .btn-file-remove:hover, .upload-file .btn-file-remove:active, .upload-file .btn-file-remove:focus {
  background: #eb4636;
}
.upload-file.big {
  width: 340px;
}
.upload-file.auto {
  width: auto;
}

.images-list__image {
  margin-top: 1em;
  margin-right: 1em;
}
.images-list__image .buttons {
  margin-bottom: 0.33em;
}

.cropper-avatar {
  max-width: 100%;
  height: 330px;
  width: 330px;
}

.buttons-avatar {
  width: 330px !important;
}

.display-avatar {
  display: flex;
  height: 330px;
  width: 330px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #ccc;
}
.display-avatar img {
  height: inherit;
  width: inherit;
}

.coupon-preview {
  position: relative;
  width: 415px;
  padding: 30px 50px;
  background-color: #eee;
  background-image: url("/img/product-portal-preview-bg.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.coupon-preview__header, .coupon-preview__summary, .coupon-preview__terms, .coupon-preview__code {
  text-align: center;
  word-break: break-all;
}
.coupon-preview__header, .coupon-preview__code, .coupon-preview__buttons > .btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.coupon-preview__summary, .coupon-preview__terms {
  font-size: 0.8em;
}
.coupon-preview__header, .coupon-preview__code {
  font-size: 1.1em;
}
.coupon-preview__header, .coupon-preview__summary {
  word-break: break-all;
  display: flex;
  align-items: center;
}
.coupon-preview__header {
  font-weight: 600;
  min-height: 4.2em;
  text-align: center;
  justify-content: center;
}
.coupon-preview__image {
  height: 200px;
  margin-top: 30px;
  border: 2px solid #199ed8;
}
.coupon-preview__code {
  margin-top: 20px;
  border: 2px solid #199ed8;
  border-radius: 0;
  font-weight: 800 !important;
  line-height: 2em;
  height: auto !important;
}
.coupon-preview__code[disabled] {
  background: #fff;
}
.coupon-preview__summary {
  margin-top: 1.2em;
  height: 6.2em;
  overflow: hidden;
  text-align: left;
}
.coupon-preview__terms {
  margin-top: 10px;
}
.coupon-preview__buttons {
  margin-top: 30px;
}
.coupon-preview__buttons .btn {
  width: 100%;
  margin-top: 10px;
  border-radius: 0;
  background: transparent;
  color: #199ed8;
  font-weight: 800;
  border: 2px solid #199ed8;
  font-size: 0.9em;
}
.coupon-preview__buttons .btn:first-child {
  margin-top: 0;
}
.coupon-preview__buttons .btn-blue {
  background: #199ed8;
  color: #fff;
}

.embed-player-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #ccc;
}
.embed-player-container .note {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px #fff;
}
.embed-player-container.loading {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.embed-player-container.loading .note {
  display: block;
}
.embed-player-container .error {
  position: absolute;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
}
.embed-player-container iframe, .embed-player-container object, .embed-player-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.datepicker.dropdown-menu {
  padding: 14px;
}
.datepicker table tr td {
  border-radius: 0;
  color: #333;
}
.datepicker table tr td.day:hover {
  background: #d2e6ff;
  color: #333;
  cursor: pointer;
  border-radius: 50%;
}
.datepicker table tr td.day.disabled {
  color: #ccc;
}
.datepicker table tr td.day.disabled:hover {
  cursor: not-allowed;
  background: none;
  color: #ccc;
}
.datepicker table tr td.day.active {
  border-radius: 50%;
}
.datepicker table tr td.day.active.active, .datepicker table tr td.day.active.highlighted.active {
  background: #d2e6ff;
  color: #333;
}

.bs-tab .nav-tabs {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
.bs-tab .nav-tabs a {
  text-decoration: none;
  font-weight: 800;
}

.copyable-flat textarea {
  border: 0;
  box-shadow: none;
  font-family: monospace;
  word-break: break-all;
}
.copyable-flat textarea:focus {
  box-shadow: none;
}

.design-list.disabled .item {
  opacity: 0.5;
}
.design-list.disabled .item:hover {
  cursor: not-allowed;
}
.design-list.disabled .item.selected {
  opacity: 1;
}
.design-list .item {
  border: 1px solid #eee;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
  color: #333;
  overflow: hidden;
  margin-bottom: 12px;
}
.design-list .item.selected {
  border: 1px solid #00adee;
}
.design-list .item h3 {
  font-size: 18px;
  float: left;
  margin: 15px 30px 15px 0;
  padding: 0;
}
.design-list .item img {
  max-width: 100%;
}
.design-list .item input {
  float: right;
  position: absolute;
  top: 20px;
  right: 15px;
}

.btn {
  min-width: 160px;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-blue {
  background: #00adee;
  color: #fff;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background: #0088bb !important;
  color: #fff !important;
}
.btn-blue.btn-default {
  color: #fff;
  border: none;
}
.btn-blue[disabled]:hover {
  background: #00adee !important;
  opacity: 0.65 !important;
}
.btn-light-blue {
  background: #55d1ff;
  color: #fff;
}
.btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:focus {
  background: #22c3ff !important;
  color: #fff !important;
}
.btn-light-blue.btn-default {
  color: #fff;
  border: none;
}
.btn-light-blue[disabled]:hover {
  background: #55d1ff !important;
  opacity: 0.65 !important;
}
.btn-blue-browse {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 160px;
  min-height: 40px;
}
.btn-file-browse {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 160px;
  min-height: 40px;
}
.btn-file-upload {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 120px;
  min-height: 40px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-file-cancel {
  font-size: 16px;
  padding: 8px 12px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 0;
}
.btn-file-cancel:hover, .btn-file-cancel:active, .btn-file-cancel:focus {
  background: #aa1f11 !important;
  opacity: 1 !important;
}
.btn-file-cancel[disabled]:hover {
  background: #d82716 !important;
  opacity: 0.65 !important;
}
.btn-dark-blue {
  background: #b050e8;
  color: #fff;
}
.btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus {
  background: #c47dee;
  color: #fff;
}
.btn-tbso {
  min-width: 175px;
}
.btn-long {
  width: 100%;
}
.btn-dark-grey {
  background: #ccc;
  color: #000;
}
.btn-dark-grey:hover, .btn-dark-grey:active, .btn-dark-grey:focus {
  background: #e6e6e6;
}
.btn-grey {
  background: #eeeeee;
  color: #000;
}
.btn-grey:hover, .btn-grey:active, .btn-grey:focus {
  background: #d5d5d5;
  color: #000;
}
.btn-grey.btn-default {
  border: none;
}
.btn-grey[disabled=disabled] {
  background: #e6e6e6;
  color: #4d4d4d;
}
.btn-white {
  background: #fff;
  color: #000;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background: #e6e6e6;
}
.btn-white-blue {
  background: #fff;
  color: #199ed8;
}
.btn-white-blue:hover, .btn-white-blue:active, .btn-white-blue:focus {
  background: #e6e6e6;
  color: #199ed8;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 13px;
  padding: 5px 10px;
  min-width: inherit;
}
.btn-fixed-height {
  height: 33px;
}
.btn-transparent {
  width: 102px;
  height: 24px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 12px;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus {
  background: #a6a6a6;
  color: #fff;
}
.btn-preview {
  margin: 0;
  padding: 0;
  color: #199ed8;
  font-size: 20px;
  text-decoration: none;
}
.btn-130 {
  min-width: 130px;
}
.btn-short {
  min-width: auto;
}
.btn-red {
  background: #d82716;
  color: #fff;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  color: #fff;
  background: #aa1f11;
}
.btn-red.btn-link {
  color: #d82716;
}
.btn-red.btn-link:hover, .btn-red.btn-link:active, .btn-red.btn-link:focus {
  color: #aa1f11;
}
.btn-link {
  min-width: auto;
  color: #00adee;
  text-decoration: underline;
  background: none;
  box-shadow: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  background: none;
}
.btn--icon {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.space-right {
  margin-right: 20px;
}

.buttons .btn {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-right: 1em;
  display: inline-block;
  line-height: 192%;
}
.buttons .btn.active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.buttons .btn:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.buttons .btn:last-child {
  margin-right: 0 !important;
}
.buttons.pull-right .btn {
  margin-right: 0;
  margin-left: 1em;
}
.buttons.pull-left .btn {
  margin-left: 0;
  margin-right: 1em;
}
.buttons .btn-blue {
  background: #00adee;
}
.buttons .btn-blue:hover, .buttons .btn-blue:active, .buttons .btn-blue:focus {
  color: #fff;
  background: #199ed8;
}
.buttons .btn-link {
  background: none;
  box-shadow: none;
}
.buttons .btn-link:hover, .buttons .btn-link:active, .buttons .btn-link:focus {
  box-shadow: none;
  background: none;
}

.input-group-btn .btn:hover, .input-group-btn .btn:active, .input-group-btn .btn:focus {
  color: #fff;
  background: #199ed8;
}

.btn-group .btn-radio {
  min-width: auto;
}
.btn-group .btn-radio:focus {
  outline: none;
}
.btn-group .btn-radio.active {
  background: #00adee;
  color: #fff;
}

.page-title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 1.321;
  color: #2d438b;
}
.page-title__center {
  margin-left: auto;
  margin-right: auto;
}

/*.page-title-aside {
  margin: 1.1em 0;
}*/
input.form-control,
select.form-control,
.ember-power-select-trigger {
  height: 40px;
}

.ember-power-select-dropdown,
.ember-power-select-trigger {
  border-color: #ccc !important;
}

.ember-basic-dropdown-content {
  position: absolute;
  z-index: 99999999 !important;
  width: auto;
  background-color: #ffffff;
}

.ember-power-select-selected-item {
  position: relative;
  top: 7px;
}

.ember-power-select-clear-btn {
  margin-top: 8px;
}

.ember-power-select-trigger-multiple-input {
  height: 38px;
}

.select-filter-campaign {
  min-width: 200px;
}

.chart-dropdown {
  width: 280px;
}

.has-feedback.left .form-control {
  padding-left: 42px;
  padding-right: 12px;
}

.form-control {
  font-weight: normal;
}
.form-control em {
  font-size: 12px;
}
.form-control.lg {
  height: 50px;
  font-size: 36px;
  line-height: 36px;
}

.form-group span {
  font-weight: normal;
}
.form-group label {
  line-height: 22px;
}

.form-control-feedback.lg {
  font-size: 36px;
  left: 0;
  top: 10px;
}

.input-group.date .input-group-addon {
  font-size: 20px;
  background: none;
  position: relative;
  z-index: 5;
  border: none;
}
.input-group.date .form-control {
  width: calc(100% + 45px);
  margin-left: -45px;
  padding-left: 45px;
  border-radius: 4px;
}

.form-forgot-password {
  max-width: 590px;
}
.form-forgot-password .align-center {
  margin-top: 15px;
  width: 100%;
}

input::-ms-clear {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.has-error .form-control.has-error-ignore {
  outline: none;
  border-color: #ccc;
}

.clearable {
  position: relative;
}
.clearable .form-control {
  padding-right: 1.5em;
}
.clearable__control {
  cursor: pointer;
  text-decoration: none !important;
  position: absolute !important;
  right: 0.5em;
  top: 1em !important;
}

.search__label,
.calendar__label {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.search__text-field,
.calendar__text-field {
  padding-left: 40px;
  font-style: italic;
}
.search__icon,
.calendar__icon {
  position: absolute;
  top: 13px;
  left: 16px;
  font-size: 14px;
  color: #686868;
}

.category-selector {
  height: 45px;
}
.category-selector .ember-power-select-trigger {
  display: block;
  opacity: 0;
  width: 100%;
  z-index: -1;
}
.category-selector input {
  position: relative;
  top: -40px;
}

.color-picker {
  position: relative;
}
.color-picker input[type=color] {
  position: absolute;
  right: 2px;
  top: 0;
  margin-top: 0 !important;
  height: 40px;
  width: 40px;
  border: 0;
  background-color: transparent;
}

.panel {
  border: none;
  box-shadow: none;
  border-radius: 0 0 5px 5px;
}
.panel .panel-heading {
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.panel .panel-heading .link {
  color: #fff;
  font-size: 13px;
}
.panel .panel-heading + .panel-body {
  border-radius: 0 0 5px 5px;
}
.panel .panel-body {
  border-radius: 5px;
  padding: 20px 30px;
}
.panel .panel-footer {
  margin-top: -4px;
  background: #f2f2f2;
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 0 30px;
}
.panel .panel-title {
  font-size: 24px;
  color: #fff;
}
.panel .panel-title span {
  font-size: 16px;
}
.panel-purple .panel-heading {
  background-color: #6400A8;
  border-color: #6400A8;
  padding: 15px 30px;
}
.panel-purple .panel-body {
  box-shadow: 0 0 0 1px #ccc inset;
}
.panel-login {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.panel-login .link {
  font-size: 14px;
  line-height: 1.357;
  text-decoration: underline;
}
.panel-login .link-pass {
  font-size: 12px;
  line-height: 1.333;
}
.panel-login .form-group label {
  font-size: 12px;
  line-height: 1.417;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
.panel-login .panel {
  margin-bottom: 35px;
  box-shadow: 0 0 16px 0 rgba(173, 177, 184, 0.4);
}
.panel-login .panel-heading {
  justify-content: center;
  padding: 20px 30px;
}
.panel-login .panel-body {
  padding: 35px 50px;
  box-shadow: none;
}
.panel-login .panel-title {
  font-size: 28px;
  line-height: 1.321;
  font-weight: 600;
}
.panel-user-type .page-title {
  margin: 0 0 16px;
}
.panel-user-type .panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 35px;
  border-radius: 4px;
}
.panel-user-type .panel-header {
  margin-bottom: 30px;
  text-align: center;
}
.panel-user-type .panel-header p {
  margin: 0;
}
.panel-user-type .panel-content .user-row {
  display: flex;
  flex-flow: nowrap row;
}
.panel-user-type .panel-content .col-content {
  width: 45%;
}
.panel-user-type .panel-content .col-divider {
  width: 10%;
}
.panel-user-type .panel-content .divider {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-user-type .panel-content .divider p {
  margin: 0;
}
.panel-user-type .panel-content .divider::before, .panel-user-type .panel-content .divider::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #a4adbb;
  height: 32%;
}
.panel-user-type .panel-content .divider::before {
  top: 0;
}
.panel-user-type .panel-content .divider::after {
  bottom: 0;
}
.panel-user-type .panel-title {
  font-size: 20px;
  line-height: 1.35;
  color: #2d438b;
  margin-bottom: 15px;
}
.panel > .table-bordered {
  border: 1px solid #ddd;
}

.grid-row {
  display: flex;
}
.grid-row .panel {
  height: calc(100% - 20px);
}
.grid-row .panel .panel-heading + .panel-body {
  height: calc(100% - 40px - 15px);
}

.partial-spinner {
  position: relative;
}
.partial-spinner .ember-cli-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  align-items: center;
  justify-content: center;
}
.partial-spinner .ember-cli-spinner .sk-folding-cube {
  height: 45px !important;
  width: 45px !important;
}

.section {
  margin: 0 -28px 14px;
  padding: 25px 28px 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.3em;
}
.section--sm {
  padding: 12px 28px;
}
.section--sm .section__header {
  margin-bottom: 0;
}
.section__header {
  margin-bottom: 15px;
}
.section__header > .label {
  margin: 0.2em 0;
}
.section__body > .layout:not(:last-child),
.section__body > .row:not(:last-child) {
  margin-bottom: 15px;
}
.section__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.333;
  color: #2d438b;
}
.section__title a {
  color: #2d438b;
  text-decoration: none;
}
.section__title a .caret {
  color: black;
}
.section__text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  line-height: 1.357;
  color: #333;
}
.section__text strong {
  font-weight: 600;
}
.section__text button.btn-link {
  padding-top: 0;
  padding-bottom: 0;
}
.section .form-group {
  margin-bottom: 0;
}
.section .form-group:not(:last-child) {
  margin-bottom: 15px;
}

input[type=checkbox] {
  margin: 4px 5px 0 0;
}

.form-group-checkbox input {
  display: none;
}
.form-group-checkbox label {
  position: relative;
  min-width: 20px;
  cursor: pointer;
  height: 22px;
}
.form-group-checkbox label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.form-group-checkbox input:checked ~ label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #8e8787;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 3px;
}

.breadcrumb {
  background: none;
  padding: 20px 15px 20px 0;
  margin: 0;
}
.breadcrumb > li + li:before {
  padding: 0;
}
.breadcrumb li {
  font-size: 13px;
  color: #ccc;
}
.breadcrumb li.active {
  color: #ccc;
}
.breadcrumb a {
  color: #199ed8;
}

.price {
  font-size: 28px;
  margin-top: 0;
}
.price.lg {
  font-size: 36px;
}

.big-price,
.middle-price {
  color: #2d438b;
  font-weight: 700;
}

.big-price {
  margin: 0;
  font-size: 48px;
  line-height: 1;
}

.middle-price {
  font-size: 3em;
}

h4 {
  font-weight: 400;
}

h5 {
  display: inline-block;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1px;
}

.s-rounded {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  min-width: 22px;
  line-height: 18px;
  padding: 0;
  text-align: center;
  min-height: 22px;
}

.font-normal {
  font-weight: normal !important;
}

.vertical-center {
  width: 30%;
  height: 30%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.table th {
  outline: none;
}
.table.table-checkbox, .table.table-radio, .table.table-game {
  border-spacing: 2px;
  border-collapse: separate;
}
.table.table-checkbox > thead:first-child > tr:first-child > th, .table.table-radio > thead:first-child > tr:first-child > th, .table.table-game > thead:first-child > tr:first-child > th {
  border: 1px solid #ddd;
}
.table.table-checkbox thead tr th, .table.table-radio thead tr th, .table.table-game thead tr th {
  position: relative;
  background-color: #f8f8f8;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
.table.table-checkbox thead tr th:first-child, .table.table-radio thead tr th:first-child, .table.table-game thead tr th:first-child {
  width: 26px;
}
.table.table-checkbox thead tr th:last-child, .table.table-radio thead tr th:last-child, .table.table-game thead tr th:last-child {
  width: 55px;
}
.table.table-checkbox tbody tr td, .table.table-radio tbody tr td, .table.table-game tbody tr td {
  border: 1px solid #ccc;
}
.table.table-checkbox tbody tr td a:not(.btn),
.table.table-checkbox tbody tr td a:not(.font-normal), .table.table-radio tbody tr td a:not(.btn),
.table.table-radio tbody tr td a:not(.font-normal), .table.table-game tbody tr td a:not(.btn),
.table.table-game tbody tr td a:not(.font-normal) {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  color: #199ed8;
}
.table.table-checkbox tbody tr td a:not(.btn):hover,
.table.table-checkbox tbody tr td a:not(.font-normal):hover, .table.table-radio tbody tr td a:not(.btn):hover,
.table.table-radio tbody tr td a:not(.font-normal):hover, .table.table-game tbody tr td a:not(.btn):hover,
.table.table-game tbody tr td a:not(.font-normal):hover {
  text-decoration: none;
}
.table.table-checkbox tbody tr td a.btn, .table.table-radio tbody tr td a.btn, .table.table-game tbody tr td a.btn {
  text-decoration: none;
}
.table.table-checkbox tbody tr.active td, .table.table-checkbox tbody tr:hover td, .table.table-radio tbody tr.active td, .table.table-radio tbody tr:hover td, .table.table-game tbody tr.active td, .table.table-game tbody tr:hover td {
  background: #f2f2f2;
}
.table.table-checkbox td, .table.table-checkbox th, .table.table-radio td, .table.table-radio th, .table.table-game td, .table.table-game th {
  padding: 12px 15px;
  border-bottom: none;
  position: relative;
  vertical-align: middle;
}
.table.table-collapse {
  border-collapse: collapse;
}
.table .table-sm td, .table .table-sm th {
  padding: 7px 15px;
}
.table .sorting {
  position: relative;
  padding-right: 30px !important;
  cursor: pointer;
}
.table .sorting::before, .table .sorting::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}
.table .sorting::before {
  margin-top: -5px;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #333 transparent;
}
.table .sorting::after {
  border-width: 4px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}
.table .sorting.asc::after {
  display: none;
}
.table .sorting.desc::before {
  display: none;
}

.row.align-bottom > div {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
}

.games-table td {
  padding: 20px;
}

.table-double-header table.table thead tr th:first-child {
  width: auto;
}
.table-double-header table.table thead tr th:not(:first-child) {
  text-align: center;
}
.table-double-header table.table thead tr:first-child th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #fff;
}
.table-double-header table.table thead tr:first-child th:not(:last-child) {
  background-color: #7f29c2;
}
.table-double-header table.table thead tr:first-child th:first-child {
  width: 60%;
}
.table-double-header table.table thead tr:first-child th:nth-child(2) {
  width: 10%;
}
.table-double-header table.table thead tr:first-child th:last-child {
  width: 30%;
  background-color: #4c0485;
}
.table-double-header table.table thead tr:nth-child(2) th {
  vertical-align: middle;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 1.167;
  font-weight: 600;
  color: #333;
}
.table-double-header tbody tr td {
  vertical-align: middle;
}
.table-double-header .glyphicon {
  top: -1px;
  font-size: 6px;
}

input[type=radio] {
  margin: 4px 5px 0 0;
}

.form-group-radio.inline {
  display: inline-block;
  vertical-align: top;
}
.form-group-radio input {
  display: none;
}
.form-group-radio label {
  position: relative;
  min-width: 20px;
  cursor: pointer;
  height: 22px;
}
.form-group-radio label:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.form-group-radio input:checked ~ label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #8e8787;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

.block-chart {
  user-select: none;
}

.legend-usage ul {
  list-style: none;
  padding: 0;
  margin: 30px -25px 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
.legend-usage li {
  width: 50%;
  display: flex;
  align-items: center;
  float: left;
  padding: 25px 25px 0 25px;
}
.legend-usage li:nth-child(1), .legend-usage li:nth-child(2) {
  padding-top: 0;
}
.legend-usage li:nth-child(odd) {
  border-right: 1px dotted #000;
}
.legend-usage .legend-bgr {
  display: block;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-right: 15px;
}
.legend-usage .perc {
  text-align: right;
  flex: 1 1 0;
}

textarea.textarea-sm {
  height: 190px;
  resize: none;
}
textarea.textarea-sm::-webkit-input-placeholder {
  color: "";
  font-weight: normal;
}
textarea.textarea-sm::-moz-placeholder {
  color: "";
  font-weight: normal;
}
textarea.textarea-sm:-ms-input-placeholder {
  color: "";
  font-weight: normal;
}
textarea.textarea-sm::-ms-input-placeholder {
  color: "";
  font-weight: normal;
}

.link-filter {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 13px;
}
.link-filter li {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 5px;
  line-height: 1;
}
.link-filter li:first-child {
  padding-left: 0;
}
.link-filter li:last-child {
  border: none;
}
.link-filter li.active a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}
.link-filter a {
  color: #199ed8;
  font-weight: normal;
}
.link-filter a:hover {
  cursor: pointer;
}

.verification-section {
  margin-top: 37px;
}
.verification-section .resend-link {
  color: #199ed8;
}
.verification-section .resend-link:hover {
  cursor: pointer;
  color: #2d438b;
}
.verification-section .timeout {
  color: #2d438b;
}

.label {
  font-size: 13px;
  font-weight: normal;
  padding: 4px 10px;
}
.label-purple {
  background: #b66fdf;
}

.label-status {
  border: 1px solid #ccc;
  background: #00a483;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px 35px 5px 20px;
}
.label-status:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #fff;
}
.label-status.inactive {
  background: #999;
  padding: 5px 20px 5px 35px;
}
.label-status.inactive:before {
  left: inherit;
  left: 2px;
}
.label-status:hover {
  cursor: pointer;
}

.text-blue {
  color: #199ed8;
  font-size: 30px;
}

.text-purple {
  color: #b66fdf;
}

.modal .modal-content {
  padding: 0 10px;
}
.modal.in {
  z-index: 99999;
  height: 100%;
  align-items: center;
}
.modal .modal-header .close {
  font-size: 30px;
  font-weight: 500;
  opacity: 0.5;
}
.modal .logo-modal {
  text-align: center;
  padding: 10px 10px 45px;
}
.modal .btn-space {
  margin-right: 60px;
}
.modal .btn-blue-space {
  margin-right: 60px;
  color: #fff !important;
}
.modal .modal-footer {
  padding-bottom: 50px;
  border: none;
}
.modal .modal-title-blue {
  margin: 0;
  padding-bottom: 14px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  white-space: nowrap;
  color: #2d438b;
}
.modal .modal-text-btn {
  text-decoration: none;
  color: #fff;
}
.modal .modal-btn-singup-error {
  border-color: #00adee;
  background-color: #00adee;
  color: #fff;
  min-width: 260px;
  margin-top: 20px;
}
.modal-medium-text {
  font-size: 16px;
  text-align: center;
  margin: -20px auto 0;
  max-width: 300px;
}

.campaign-wizard-modal .modal-header,
.trvr-modal .modal-header {
  border-bottom: 0;
}
.campaign-wizard-modal .modal-header__title,
.trvr-modal .modal-header__title {
  font-size: 20px;
  color: #2d438b;
}
.campaign-wizard-modal .modal-body,
.trvr-modal .modal-body {
  padding: 0 15px;
}
.campaign-wizard-modal .modal-footer,
.trvr-modal .modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 2em 0;
}
.campaign-wizard-modal .nav-tabs,
.trvr-modal .nav-tabs {
  margin-bottom: 1em;
}
.campaign-wizard-modal .nav-tabs a,
.trvr-modal .nav-tabs a {
  text-decoration: none;
  font-weight: 800;
}
.campaign-wizard-modal.product-coupon textarea[name=terms_and_conditions],
.trvr-modal.product-coupon textarea[name=terms_and_conditions] {
  min-height: 154px;
}

.grey-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 24px 40px 16px;
  background-color: #e6deec;
}

.scroll-wrapper {
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 250px;
  padding: 15px 15px 25px;
  background-color: #fff;
}
.scroll-wrapper--long {
  height: 376px;
}
.scroll-wrapper ul,
.scroll-wrapper p {
  font-size: 12px;
}

.flex-between {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.spot-image {
  width: 100%;
  max-height: 248px;
}

@media (min-width: 720px) {
  .modal-lg-custom {
    width: 750px;
  }
}
.smart-object-details-modal dl dt,
.drs-campaign-details-modal dl dt {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  float: left;
}
.smart-object-details-modal dl dd,
.drs-campaign-details-modal dl dd {
  margin-bottom: 0.5em;
}

.campaign-wizard .jstree-container-ul {
  height: 30em;
  overflow-x: auto;
}

.review-campaign .jstree-container-ul {
  height: auto !important;
}

.wizard-so-preview {
  height: 30em;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.push-bottom {
  transform: translateY(0);
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 15px;
  background-color: #edf8fb;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, right 0.3s;
}
.push-bottom .push__text {
  margin: 0;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #4a4a4a;
}

.push__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip {
  z-index: 100000;
}
.tooltip.in {
  opacity: 0.95;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: #707070;
}
.tooltip > .tooltip-inner {
  background-color: #707070;
  padding: 10px;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 40px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 40px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  margin: 9px 0 0 6px;
}

.ember-power-select-multiple-option {
  margin-top: 8px;
}

.dropdown-menu > li {
  margin-bottom: 8px;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  background: #d2e6ff;
  color: #333;
}
.dropdown-menu > li a {
  padding: 6px 12px;
}

textarea {
  resize: vertical;
}
textarea.pp-campaign-embedded-code {
  height: 12em;
  word-break: break-all;
}

.account-verification-form .control-label,
.campaign-wizard-modal .control-label {
  width: 100%;
}
.account-verification-form .control-label input,
.account-verification-form .control-label select,
.campaign-wizard-modal .control-label input,
.campaign-wizard-modal .control-label select {
  margin-top: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}
.grecaptcha-terms {
  color: #666;
  font-size: 11px;
}
.grecaptcha-terms a {
  color: inherit;
}

.navbar-default {
  border: none;
  border-radius: 0;
  height: 55px;
  margin-bottom: 0;
  /*remove it for responsive*/
  /*remove it for responsive*/
}
.navbar-default .navbar-brand {
  height: 55px;
  display: flex;
  align-items: center;
}
.navbar-default .block-navbar {
  float: right;
  display: flex;
  align-items: center;
  height: 55px;
}
.navbar-default .navbar-collapse {
  border: none;
}
.navbar-default .navbar-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.navbar-default .navbar-list.logout {
  margin-left: 70px;
}
.navbar-default .navbar-list li {
  float: left;
  display: flex;
}
.navbar-default .navbar-list * {
  color: #fff;
}
.navbar-default .navbar-list a:hover, .navbar-default .navbar-list a:active, .navbar-default .navbar-list a:focus {
  text-decoration: none;
}
.navbar-default .navbar-list a {
  text-decoration: none !important;
}
.navbar-default .navbar-list .dropdown-toggle {
  display: block;
  min-width: 150px;
  text-align: right;
}
.navbar-default .navbar-list .dropdown-menu {
  position: absolute;
  border-radius: 3px;
}
.navbar-default .navbar-list .dropdown-menu li {
  display: block;
  float: none;
}
.navbar-default .navbar-list .dropdown-menu li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  line-height: 200%;
}
.navbar-default .navbar-list .dropdown-menu li a:hover {
  color: #000;
}
.navbar-default .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  margin-right: -15px;
}
.navbar-default .navbar-header {
  float: left;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page__content {
  margin: 10px 0 30px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 40px 45px;
  background-color: #fff;
}

.layout.payouts-stat {
  padding: 1.5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.layout.payouts-stat .row {
  width: 100%;
}
.layout.payouts-stat .row > div {
  border-right: 2px dotted #ccc;
}
.layout.payouts-stat .row > div:last-child {
  border: none;
}
.layout.payouts-stat .row > div dl {
  margin: 1em 0;
}
.layout.payouts-stat .row > div dl dd {
  margin-top: 1em;
}
.layout.payouts-stat .row > div dl dd .big-price {
  font-size: 2.5em;
}

.section .xr-campaign-details .campaign-preview-notes {
  box-shadow: 0px 0px 20px 1px #ddd;
  padding: 15px;
  position: absolute;
  height: 429px;
  width: 300px;
  right: -15px;
  overflow: hidden;
}
.section .xr-campaign-details .notes {
  overflow: hidden;
  clear: both;
  padding: 15px 15px 0 15px;
  margin: 0;
}
.section .xr-campaign-details .notes.highlighted {
  background: #f6f6f6;
}
.section .xr-campaign-details .notes.inline dt,
.section .xr-campaign-details .notes.inline dd {
  margin-bottom: 15px;
}
.section .xr-campaign-details .notes.inline dt {
  float: left;
  clear: left;
}
.section .xr-campaign-details .notes.inline dd {
  float: right;
  clear: right;
  color: #2d438b;
  font-weight: 600;
}
.section .xr-campaign-details .notes > .tabs {
  position: absolute;
  width: 160px;
  right: -13px;
  top: 172px;
}
.section .xr-campaign-details .notes > .tabs dl {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d2e6ff;
}
.section .xr-campaign-details .notes > .tabs dl dt {
  font-size: 10px;
  line-height: 11px;
  color: #777;
}
.section .xr-campaign-details .notes > .tabs dl dd {
  text-align: right;
  color: #2d438b;
  font-weight: 600;
  padding-right: 43px;
  line-height: 12px;
}
.section .xr-campaign-details .notes > .buttons {
  position: absolute;
  width: 347px;
  right: -200px;
  top: 326px;
}
.section .xr-campaign-details .notes > .buttons dl {
  margin-bottom: 3px;
  margin-right: 130px;
}
.section .xr-campaign-details .notes > .buttons dl.where-to-buy {
  margin-top: 17px;
  margin-right: 0;
}
.section .xr-campaign-details .notes > .buttons dl.where-to-buy dd {
  padding-right: 230px;
}
.section .xr-campaign-details .notes > .buttons dl.where-to-buy dd.line {
  border-top: 0;
  border-bottom: 1px solid #d2e6ff;
  margin-top: 0px;
}
.section .xr-campaign-details .notes > .buttons dl dt {
  font-size: 10px;
  line-height: 11px;
  color: #777;
}
.section .xr-campaign-details .notes > .buttons dl dd {
  text-align: right;
  color: #2d438b;
  font-weight: 600;
  line-height: 12px;
  padding-right: 100px;
}
.section .xr-campaign-details .notes > .buttons dl dd.line {
  padding: 0;
  margin: 5px 0 0 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #d2e6ff;
  border-right: 1px solid #d2e6ff;
}

.payment-history-search {
  width: 18em;
}
.payment-history-search .form-control {
  font-style: normal;
}
.payment-history-daterangepicker {
  position: relative;
  margin-left: 1em;
  width: 18em;
}
.payment-history-daterangepicker .daterangepicker {
  width: 490px;
}
.payment-history-daterangepicker .daterangepicker-input {
  padding-left: 40px;
}

/*# sourceMappingURL=trivver-frontend-ee9ed176abb1ff2f17ab556492e87100.css-b94aa37fc92f02bc2a0ad74940206781.map */