[class^="socicon-"], [class*=" socicon-"] {
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

#facebook img {
  cursor: pointer;
}

#facebook img.disabled {
  cursor: not-allowed;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.currency-ticker {
  width: 100%;
  max-width: 64px;
}

img.icon {
  width: 100%;
  max-width: 24px!important;
}

.numberCircle {
  border: #5178D0 2px solid;
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  color: #5178D0;
  display: inline-block;
  font-weight: bold;
  line-height: 2.8em;
  margin-right: 15px;
  text-align: center;
  width: 3em;
}

.narrow-padding {
  padding-left: 2px;
  padding-right: 2px;
}

tbody {
  background-color: white;
}

.explorer-row {
  padding: 15px 0px;
  border-top: lightsteelblue 1px dotted;
}

.explorer-row:last-child {
  border-bottom: lightsteelblue 1px dotted;
}

.explorer-row.selected {
  border-top: 2px double;
}

.explorer-detail-row.selected {
  border-left: 2px double;
}

.exclaim {
  width: 20px;
}

.selectable {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
}

.form-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.form-control.email {
  text-transform: lowercase;
}

.badge {
  background-color: inherit;
}

.badge-danger {
  background-color: red;
}

.nav>li>a.btn-primary:hover, .nav>li>a.btn-primary:focus {
  background-color: #4582ec;
}

.pagination>li>a .nothing, .pagination>li>span {
  border: none;
  background-color: inherit;
  border-radius: 0px;
}

.well.clear {
  background-color: inherit;
  border: none!important;
}

.centered-modal.in {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.centered-modal .modal-dialog {
  margin: auto;
}

.modal-dialog.wide-modal {
  width: 75%!important;
}

.scrollable {
  max-height: 500px;
  overflow: auto;
}

.alert-default {
  background-color: white;
  border: lightslategray 1px solid;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 253, 253, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.50) -1.5em 0 0 0, rgba(255, 255, 255, 0.50) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 252, 252, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 253, 253, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.banner-image {
  width: 100%;
}

@media (min-width: 780px) {
  div.title h1 {
    width: 750px;
  }
}

@media (min-width: 992px) {
  div.title h1 {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  div.title h1 {
    width: 1170px;
  }
}

div.title span {
  position: absolute;
  width: 100%;
}

div.title h1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: white;
  font-weight: bold;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-toggle {
  margin: 0;
  padding: 0;
}

.navbar {
  margin-bottom: 10px;
}

.footer {
  font-size: 0.7em;
}

.social-login {
  padding: 10px;
}

.social-login a {
  cursor: pointer;
  margin: 0 auto;
}

.social-login.disabled a {
  cursor: not-allowed;
}

.action-type-selector {
  margin-top: 20px;
}

.hidden-xs {
  margin-top: 10%;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-sm-block,
.visible-ms-block,
.visible-lg-block {
  padding-top: 100px;
}

.form-panel {
  display: none;
}

.form-panel.active {
  display: block;
}

.account-type-buttons {
  margin-bottom: 20px;
}

.account-type-buttons .btn {
  margin-bottom: 10px;
}

.divider-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-login img {
  width: 100%;
}

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

@media (min-width: 768px) {
  .text-center-xs {
    text-align: right;
  }
}

.socicon-medium:before {
  content: "\e051";
}

.socicon-twitter:before {
  content: "\e08d";
}

.socicon-facebook:before {
  content: "\e028";
}

.socicon-linkedin:before {
  content: "\e04c";
}

.socicon-discord:before {
  content: "\e01d";
}

.icon {
  display: inline-block;
}

.icon--xs {
  font-size: 1em;
}

.has-error {
  border-color: #a94442 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.has-error:focus {
  border-color: #843534 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483 !important;
}

article {
  padding: 20px 0;
}

article h1 {
  margin-bottom: 30px;
  font-size: 2.5em;
}

article h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8em;
  color: #333;
}

article p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #555;
}

article ul {
  margin-bottom: 20px;
  padding-left: 30px;
}

article ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #555;
}

article a {
  color: #5178D0;
  text-decoration: none;
}

article a:hover {
  text-decoration: underline;
}

article strong {
  font-weight: bold;
  color: #333;
}
