@charset "UTF-8";
a:hover,
a:focus {
  text-decoration: none;
}

html {
  position: relative;
  height: 100%;
}

body {
  font-family: sans-serif;
  background: #fff;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}

ul {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 10px;
}

button {
  max-height: 36px;
}

.padded {
  padding: 20px;
}

input.error {
  border-color: #D04C4C;
}

label.error {
  font-size: .9em;
  position: relative;
  width: 100%;
  left: 0;
  color: #D04C4C;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex.-center {
  justify-content: center;
}

.flex.-end {
  justify-content: flex-end;
}

.flex.-middle {
  -ms-align-items: center;
  align-items: center;
}

.flex.-wrap {
  flex-wrap: wrap;
}

#message {
  position: absolute;
  z-index: 999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.brand {
  margin: 0;
}
.brand-link {
  color: #e7e7e7;
}
.brand-link:hover {
  color: #fff;
}

.message {
  position: relative;
  background: #FFF;
  width: 400px;
  min-height: 100px;
  height: 100px;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .3);
  border-radius: 1px;
  padding: 20px;
  text-align: center;
}

.form-input {
  padding: 8px 10px;
  width: 49.6%;
  border: 1px solid #CDCDCD;
  border-radius: 1px;
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.spinner {
  background: red;
}

.nav-top {
  height: 100%;
}

.nav-top .nav-menu {
  list-style: none;
  height: 100%;
}

.nav-top .nav-menu-item-link {
  color: #ddd;
  font-size: 13px;
  font-weight: 400;
}

.nav-top .nav-menu-item-link:hover {
  color: #fff;
}

.header {
  width: 100%;
  background: #000;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.header:after {
  bottom: -5px;
  -webkit-box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .1);
  box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, .1);
  content: "";
  height: 5px;
  left: 0px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
}

.header-top {
  padding: 8px 0;
}

.header .logo-brand {
  margin: 15px;
}

.header .search-container {
  
}

.search-input {
  width: 100%;
  height: 25px;
  border: 0;
  border-radius: 1px 0 0 1px;
  padding: 2px 5px;
  outline: 0;
  font-size: 14px;
  color: #444;
}

.hs-btn {
  background-color: #fff;
  outline: 0;
  border: 0;
  height: 25px;
  display: block;
  padding: 0;
  cursor: pointer;
}
.search-button {
  padding-left: 10px;
  padding-right: 10px;
}

#dropdownMenuButton {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#dropdownMenuButton:focus {
  outline: 0;
}
#dropdownMenuButton:after {
  margin: 0;
}

#btnFilter {
  font-size: 13px;
}

.search-button {
  border-radius: 0 1px 1px 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4276fa;
  color: white;
  font-size: 14px;
}
.search-button:hover {
  background-color: #2d68fd;
}

#categoryFilter {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,.15);
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,.3);
  box-shadow: 2px 2px 4px -1px rgba(0,0,0,.3);
}
#categoryFilter .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  padding: 5px 7px;
}
#categoryFilter .dropdown-item:hover {
  background-color: #e3e3e3;
  color: #000;
}

.paging {
  width: 100%;
  background: #fff;
  z-index: 1;
  padding: 3px;
}

.paging .p-item {
  display: inline-block;
}
.paging .p-link {
  display: block;
  padding: 2px 16px;
  color: #333;
  border-radius: 1px;
}
.paging .p-link:hover {
  color: #5390eb;
}

.paging .p-item:not(:first-child) {
  margin-left: 7px;
}

.paging .p-item.active .p-link {
  color: #5390eb;
  border-color: #5390eb;
}

.use-ellipsis {
  display: block;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.use-ellipsis img{
  max-width: 50px;
}

.depth {
  -webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0,.15);
  box-shadow: 2px 2px 4px -1px rgba(0,0,0,.15);
}

.ListItem {
  padding: 10px;
}

.item-container {
  padding: 10px;
}

.item-container-inner {
  padding: 10px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 2px;
  cursor: default;
  overflow: hidden;
  -webkit-transition: box-shadow .25s;
     -moz-transition: box-shadow .25s;
      -ms-transition: box-shadow .25s;
       -o-transition: box-shadow .25s;
          transition: box-shadow .25s;
}
.item-container-inner:hover {
  -webkit-box-shadow: 0px 4px 15px -1px rgba(0,0,0,.3);
  box-shadow: 0px 4px 15px -1px rgba(0,0,0,.3);
}
.item-container-inner .item-heading {
  vertical-align: middle;
  font-weight: bold;
}

.field-label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #999;
}
.meta-data {
  margin: 0;
  line-height: 1;
  color: #555;
  font-size: 14px;
}
.meta-date-link {
  font-size: 14px;
}
.meta-date-link:not(:first-child) {
  margin-left: 10px;
}

.meta-heading {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  color: gray;
}

.SearchResult {
  padding: 10px;
}


/*Extension details*/
.chart-container {
  padding-bottom: 40px;
  width: 100%;
  max-height: 500px;
  min-height: 300px;
}
.extension-detail-left {
  /*border-right: 1px solid rgba(0,0,0,.05);*/
}
.extension-detail-right {
  padding-left: 40px;
}

.image-responsive {
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .paging {
    top: 80px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 170px;
  }
  .brand {
    margin-bottom: 5px;
    text-align: center;
  }
  #h-s-b {
    text-align: center;
  }
  .nav-top {
    margin-top: 5px;
  }
  .nav-top .nav-menu {
    justify-content: flex-start;
  }
}

@media (max-width: 414px) {
  body {
    padding-top: 180px;
  }
  .paging .p-item {
    margin-bottom: 3px;
  }
  .paging .p-link {
    padding: 2px 10px;
  }
}

@media (max-width: 320px) {
  body {
    padding-top: 200px;
  }
}
