/* EXPLORE */

.explore-topNavigation {
  padding: 10px 0px;
  background-color: #ffffff;
  height: 52px;
}

.explore-bottomNavigation {
  padding: 20px 0px;
  background-color: white;
  font-size: 14px;
  display: flex;
}

.explore-navigation-chevron {
	cursor: pointer;
  font-size: 1rem!important;
  text-align: center;
  display: inline-block;
	transition: all ease 0.5s;
	color: #8f8f8f;
}

.explore-navigation-chevron:hover {
	color: #CCCCCC;
}

.explore-disabled {
	display: none!important;
}

.explore-vertical-label {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  -ms-writing-mode: bt-rl;
}

.explore-global-search {
  float: left;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.explore-search-input {
  display: block;
  height: calc(1.8125rem + 3px);
  padding: .25rem .5rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #6e6e6e;
  padding: 0px 15px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d2d2;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 3px 0px 0px 3px;
  margin-right: -1px;
  width: 150px;
}

.explore-search-input:focus {
	outline: 0px;
}

.explore-search-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #b9b9b9;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #d2d2d2;
  border-radius: 0px 3px 3px 0px;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all ease 0.5s;
}

#explore-search-loader {
  float: left;
  padding-left: 20px;
}

.explore-delete-search {
  border-color: #d2d2d2;
  background-color: #d2d2d2;
  color: white;
  /* border-color: #b15f5f; */
  cursor: pointer;
}

.explore-delete-search:hover {
  background-color: #bbbbbb!important;
}

.explore-export-btn {
  border: 1px solid #eeedf3;
  border-radius: 100px;
  height: 38px;
  background-color: white;
  transition: all ease 0.35s;
  line-height: 34px;
  padding: 0rem 2rem;
  color: #575862;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore-export-btn:hover {
  background-color: #5866dd;
  color: #FFFFFF;
  border-color: #5866dd;
}

.explore-export-btn:focus {
  /* background-color: white; */
  outline: none;
}

.explore-no-results {
    padding: 10px 20px;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.explore-no-results i {
	font-size: 40px;
  color: #0093ff;
}

.explore-opacity i {
  opacity: 0.5;
}

.explore-opacity i:hover {
  opacity: 1;
  text-shadow: 0px 1px 1px #FFFFFF;
}

.explore-opacity i {
  transition: all ease 0.3s;
}

.explore-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align: center;
}

tr:hover .explore-hidden {
  visibility: visible;
  opacity: 1;
}

.explore-hidden i {
  transition: all ease 0.5s;
}

.explore-hidden i:hover {
  opacity: 0.4;
}

.filters{
  text-align: left;
  padding: 0px;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}

.filters li {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 10px;
}

.filters i.arrayIcon {
  padding-left: 5px;
}

i.arrayIcon.fa-stack i {
  width: auto;
}

.filters i.arrayIcon.fa-stack {
  width: 3em;
  height: auto;
  line-height: inherit;
  vertical-align: inherit;
}

.filters ul {
  margin-bottom: 0px;
}

.filterButton {
  border-radius: 3px;
  border: 0px solid #a9a9a9;
  background-color: #ececec !important;
  padding: 5px 10px;
  opacity: 0.35;
  transition: all ease 0.5s;
}

.filterButton:hover {
  opacity: 0.75;
}

.filterButton:focus {
  background-color: transparent;
}

.filterButtonSelected {
  opacity: 1;
  background-color: #ececec !important;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.arrayIcon {
	font-size: 20px;
}

.arrayIconBox i {
  text-align: center;
  width: 100%;
}

.filterHeading {
  font-size: 14px;
  font-weight: normal;
  background-color: #ECECEC;
  padding: 5px 20px;
  border-bottom: 1px solid #d0d0d0;
}

.filterBody {
  display: inline-block;
  padding: 5px 10px;
}

.explore-loader-small {
    width: 26px!important;
    height: 26px!important;
}

.explore-table {
  font-size: 13px;
  width: 100%;
  display: table;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.explore-div {
  margin-top: 20px;
  border: 1px solid #eeedf3;
  border-radius: 0.25rem;
}

.explore-table tr {
  transition: all ease 0.5s;
}

.explore-table tr:hover {
  background-color: rgba(0,0,0,0.07);
}

.explore-table input {
  padding: 0.35rem 1rem;
  /* margin: 0px!important;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  padding: 0px 15px;
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  color: #6e6e6e;
  margin: 5px 0px 15px 0px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset; */
}

#explore-table-search-fields select {
  padding: 0.35rem 1rem;
  height: 29px;
  color: #9698a1;
}

.explore-topNavigation select {
  border-radius: 3px;
  border: 1px solid #d2d2d2;
  color: #6e6e6e;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
  display: inline;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  font-size: 13px;
}

.explore-table th {
  /* background-color: #fff; */
  background-color: #eeedf3;
  font-size: 14px;
  height: 65px;
}

.explore-table th i {
  font-size: 14px;
  padding-left: 10px;
}

.explore-table th, .explore-table td {
  padding: 11px 15px;
  text-align: justify;
  border: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
}

.explore-result-per-page {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 19px;
  height: 32px;
  padding: 5px 10px;
  font-size: 13px;
}

#explore-table-search-fields {
  background-color: #f4f3f8;
}

#explore-table-search-fields td {
  border-right: 0px solid #D0D0D0;
}

#explore-table-search-fields td:last-child {
  border-right: 0px;
}

.alternate {
  background: #faf9fc;
}

.explore-button {
  cursor: pointer;
  display: inline-block;
  height: 2.25rem;
  min-width: 2.25rem;
  vertical-align: middle;
  padding: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  border: 0px none;
  margin-right: 5px;
  display: inline-block;
  background: #ebe9f2;
}

.explore-button, .explore-button:focus {
  transition: all ease 0.5s;
  outline: 0px!important;
}

.explore-button:hover {
	background-color: #F0F0F0;
}

.explore-button-active, .explore-button-active:hover {
  background-color: #5866dd;
  color: #ffffff;
}