/* list header */

.uik-entity-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 24px;
}

.uik-entity-list-header .title [tooltip] {
  background-image: url(public/img/icons/info-icon.png);
  background-color: #252529;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-left: 8px;
  background-position: center center;
  -webkit-background-size: 1.4px 8px;
  background-size: 1.4px 8px;
}

.uik-entity-list-header .title {
  color: #23282d;
  font-size: 18px;
}

/* gateway select */

.uik-entity-list-header .gateway-select-wrapper {
  margin-left: 30px;
  width: 250px;
  position: relative;
}

/* search */

.uik-entity-list-header .search-wrapper {
  margin-left: 30px;
  width: 250px;
  position: relative;
}

.uik-entity-list-header .search-wrapper .search-input {
  position: relative;
  padding-left: 40px;
  -webkit-appearance: textfield;
}

.uik-entity-list-header .search-wrapper .search-input.searching {
  background: #ddd;
}

.uik-entity-list-header .search-wrapper button {
  border: 0;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  margin-top: 0;
  width: 43px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  color: #d8dce6;
  pointer-events: none;
}

.uik-entity-list-header .search-wrapper button .icon-search {
  opacity: 0.6;
}

/* filters */

.uik-entity-list-header button.action {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  background: transparent;
  border: 0;
}

.uik-entity-list-header button.action:last-of-type {
  margin-right: 0;
}

.uik-entity-list-header button.action .dashboard-icon {
  margin-right: 8px;
}

.uik-entity-list-header button.action:hover {
  color: #ae925f;
}

.uik-entity-list-header button.action:focus {
  outline: 0;
  color: #ae925f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uik-entity-list-header #api_insert_agreement i {
  /* NEW AGREEMENT BUTTON ICON HIDDEN */
  display: none;
}

.uik-entity-list-header #api_insert_agreement {
  border: 1px solid #ae925f;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ae925f;
  color: #fff;
  font-weight: 500;
  height: auto;
  line-height: 1;
  padding: 12px 24px;
}

#open_filter {
  position: relative;
}

#open_filter::after {
  content: attr(data-active_filters);
  position: absolute;
  bottom: -8px;
  left: 18px;
  z-index: 1;
  color: #fff;
  background: #ae925f;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  border-radius: 50%;
}

#open_filter[data-active_filters="0"]::after {
  display: none;
}

/* list table */

.uik-entity-list {
  width: 100%;
  border-collapse: collapse;
}

.uik-entity-list table {
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background: #fff;
  width: 100%;
  margin: 0 0 30px;
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: separate;
}

.uik-entity-list thead tr th {
  color: #a5a5a5;
}

.uik-entity-list td,
.uik-entity-list th {
  text-align: left;
  border-bottom: 1px solid #efefef;
  line-height: 1.5;
  padding: 0 15px;
  white-space: nowrap;
}

.uik-entity-list td.text-align-right,
.uik-entity-list th.text-align-right {
  text-align: right;
}

.uik-entity-list tr:first-child:last-child td {
  border-bottom: 0;
}

.uik-entity-list th {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #a5a5a5;
  line-height: 44px;
  height: 44px;
}

.uik-entity-list td {
  font-size: 13px;
  color: #3e3f42;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.uik-entity-list td:first-child,
.uik-entity-list th:first-child {
  padding-left: 30px;
}

.uik-entity-list td:last-child,
.uik-entity-list th:last-child {
  padding-right: 30px;
}

.uik-entity-list tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}

.uik-entity-list tr:hover td {
  background: rgba(0, 0, 0, 0.04);
}

.uik-entity-list td ul {
  margin-bottom: 15px;
}

.uik-entity-list td ul li {
  font-size: 0.8rem;
  line-height: 1em;
  margin-bottom: 5px;
}

/* cursor */

.uik-entity-list .get_single,
.uik-entity-list .get_sub_single {
  cursor: pointer;
}

.uik-entity-list .get_single:focus > td:first-child {
  border-left-color: #ae925f;
}

.uik-entity-list .get_single:focus {
  outline: 1px solid #ae925f;
}

/* time */

.uik-entity-list .Ts span {
  color: rgba(0, 0, 0, 0.5);
}

/* Status border left */

.uik-entity-list tr.green td:first-child,
.uik-entity-list tr.red td:first-child,
.uik-entity-list tr.yellow td:first-child,
.uik-entity-list tr.blue td:first-child,
.uik-entity-list tr.grey td:first-child {
  border-left: 2px solid;
}

/* STATUS DOT */

.uik-entity-list td:first-child::before {
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  height: 6px;
  width: 6px;
  margin-top: 18px;
  margin-right: 10px;
}

/* DISPLAY ONLY ON STATUS */

.uik-entity-list tr.green td:first-child::before,
.uik-entity-list tr.red td:first-child::before,
.uik-entity-list tr.yellow td:first-child::before,
.uik-entity-list tr.blue td:first-child::before,
.uik-entity-list tr.grey td:first-child::before {
  content: "";
}

.uik-entity-sublist::before {
  margin-top: 0;
}

.uik-entity-list.data_set-list td:first-child::before {
  display: none;
}

/* no result */

.no-result p {
  color: #a5a5a5;
  text-align: center;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
}

.uik-entity-list .no-result td:first-child::before {
  display: none;
}

/* filters */

.popover {
  text-align: left;
  min-width: 250px;
  position: absolute;
  z-index: 2;
  top: -webkit-calc(100% + 15px);
  top: calc(100% + 15px);
  right: 30px;
  padding: 0;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background: #fff;
}

.popover-filter-bg {
  content: " ";
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.popover h4 {
  border-bottom: 1px solid #efefef;
  display: block;
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 20px;
}

.popover form {
  padding: 0 20px;
}

.popover label {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #252529;
  line-height: 1.125rem;
}

.popover input,
.popover select {
  width: 100%;
  margin-bottom: 16px;
  height: 40px;
}

.popover select {
  border: 1px solid #bbb;
  height: auto;
  padding: 10px 15px;
  -webkit-appearance: none;
}

/* SELECTED PERIOD */

.daterangepicker .calendar-table {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.daterangepicker .calendar-table .prev,
.daterangepicker .calendar-table .next {
  background-image: url(public/img/icons/triangle_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.daterangepicker .calendar-table .prev {
  background-image: url(public/img/icons/triangle_left.png);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  display: none !important;
}

.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
  opacity: 0.2;
}

.daterangepicker .calendar-table .available.next:hover,
.daterangepicker .calendar-table .available.prev:hover {
  opacity: 1;
}

.daterangepicker .calendar-table thead tr:first-of-type th {
  height: 56px;
}

.daterangepicker .calendar-table thead tr:last-of-type th {
  color: #3e3f42;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}

.daterangepicker .calendar-table .month select,
.daterangepicker .calendar-table .month {
  color: #3e3f42;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  -webkit-appearance: none;
}

.daterangepicker.single .calendar-table thead tr th,
.daterangepicker.single .calendar-table .month {
  height: 44px;
}

.daterangepicker.single .calendar-table .month select {
  border-radius: 3px;
  -webkit-appearance: none;
}

.clear-datepicker:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clear-datepicker {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  float: right;
  height: 39px;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: -39px;
  margin-right: -1px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.clear-datepicker > i {
  height: 10px;
  width: 10px;
}

.daterangepicker .calendar-table .month select {
  height: 100%;
  width: auto;
  padding: 0 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.daterangepicker .calendar-table table td {
  line-height: 32px;
  height: 32px;
  font-weight: 500;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.daterangepicker .calendar-table td.available {
  color: #6b6c6f;
}

.daterangepicker .calendar-table td.available.ends {
  opacity: 0.8;
}

.daterangepicker .calendar-table .available:hover {
  background-color: rgba(174, 146, 95, 0.3);
}

.daterangepicker .calendar-table .in-range {
  background-color: rgba(174, 146, 95, 0.1);
}

.daterangepicker .calendar-table .start-date.active,
.daterangepicker .calendar-table .end-date.active {
  background: #ae925f;
  color: #fff;
  font-weight: 500;
}

.daterangepicker .start-date.active:hover,
.daterangepicker .end-date.active:hover {
  background: rgba(174, 146, 95, 0.85);
}

.daterangepicker .drp-buttons .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 38px;
  padding: 0 18px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 1px solid #d8dce6;
  -webkit-box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  color: #3e3f42;
  border-radius: 4px;
}

.daterangepicker .drp-buttons .applyBtn {
  background: #ae925f;
  color: #fff;
  font-weight: 500;
  border-color: #ae925f;
}

.filter-footer {
  background: #fbfbfd;
  margin-left: -20px;
  margin-right: -20px;
}

.filter-footer {
  border-top: 1px solid #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-footer ul {
  padding: 12px 20px;
}

.filter-footer ul li {
  display: inline-block;
  margin-right: 10px;
}

.filter-footer ul li:last-of-type {
  margin-right: 0;
}

.filter-footer ul li:last-of-type:first-of-type {
  margin-right: 0;
}

/* pagination */

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.pagination .paginate-next:hover i,
.pagination .paginate-prev:hover i {
  opacity: 1;
}

.pagination .paginate-next,
.pagination .paginate-prev {
  border: 1px solid #d8dce6;
  border: 0;
  background: none;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 24px !important;
  width: 36px;
  margin: 0 5px;
  justify-content: center;
}

.pagination .paginate-next[disabled="disabled"],
.pagination .paginate-prev[disabled="disabled"] {
  opacity: 0.25;
}

.pagination .paginate-next .dashboard-icon,
.pagination .paginate-prev .dashboard-icon {
  margin-right: 0;
}

.pagination .page-link {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-link.active {
  background: #ae925f;
  color: #fff;
  font-weight: 500;
  border-color: #ae925f;
}

.uik-btn__base i {
  opacity: 0.8;
}

.uik-btn__base > * {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
