
/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

.form-control, .form-control:focus {
    background-color: rgba(0, 0, 0, .8);
    border-color: rgba(255,255,255,0.4);
    color: #ddd;
}
/*
 * Base structure
 */

body {
  font-family: 'Avenir Next', Arial, sans-serif;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  min-height: 100%;
}

.cover-container {
  max-width: 62em;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}


header img {
    height: 60px;
    margin-right: 1rem;
}


/* rest */

.form-control.error {
  background-color: rgb(150 0 28 / 23%) !important;
  border-color: rgb(150 0 28 / 95%) !important;
}

span.error-msg {
  text-align: left !important;
  color:#c44;
  display: none;
  margin-top:10px;
}

.hide {
  display: none;
}

.tx {
  background: rgb(0 0 0 / 25%);
}

.logo img {
  max-width: 100%;
}

.cryptoBanner {
  background:#11111199;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
  font-size:3em;
}

.cryptoBannerForm {
  background:#11111199;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px;
}

.cryptoBanner img {
  margin-bottom:10px;
  width:50px;
  height:50px;
}

.ratesTable {
  font-size: 0.95em;
} 

.ratesTable thead tr th {
  background: #11111133;
  padding: 10px;
  margin: 3px;
} 

.ratesTable>tbody>tr {
  border-bottom: #ffffff22 solid 1px;
  font-size: 1em;
} 

.ratesTable>tbody>tr>td {
  background: #11111133;
  padding: 0px;
  margin: 3px;
} 

.ratesTable>tbody>tr>td:last-child {
  min-width: 15em;
}

.ratesTable>tbody>tr>td img {
  max-width: 150px;
} 

.ratesTable .fee {
  width: 85%;
  margin: 0.7em auto;
}

.ratesTable .fee tr {
  color: #ffffff77;
  font-size: 1em;
}

.ratesTable .fee tr:last-child {
  color: #ddd;
  font-size: 1em;
}

.ratesTable .fee tr td:first-child {
  text-align: left;
}
.ratesTable .fee tr td:last-child {
  text-align: right;
}

.ratesTable .fee tr:last-child td {
  text-align: center;
}


a { color: #f6931add; text-decoration: none; }
a:hover { color: #f6931abb; text-decoration: none; }