html, body {
    background-size: cover;
    background: #000000 url("/img/bg.png") no-repeat fixed top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    color: #d8e6ea;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 2.5vh;
    height: 100vh;
    margin: 0;
}

.history-table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
}

.history-table tr:nth-child(even) {
    background-color: rgba(175, 175, 175, 0.1);
}

th {
    background-color: #2c7f98;
    color: white;
}

ul {
    list-style-type: none;
}

a {
    color: inherit;
}

.full-height {
    height: 80vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-center-inner {
    align-self: center;
}

.position-ref {
    position: relative;
}

/*.top-right {*/
/*position: absolute;*/
/*right: 10px;*/
/*top: 18px;*/
/*}*/

.content {
    text-align: center;
    height: 80vh;
    display: inline;
    /*overflow: auto;*/
}

.title {
    font-size: 5vw;
    font-family: 'Raleway', sans-serif;
}

.primary-info {
    font-size: 5vw;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 800px) {
    .secondary-info {
        font-size: 3vw;
    }
}

.m-b-xs {
    margin-bottom: 0.5vh;
}

.m-b-sm {
    margin-bottom: 1vh;
}

.m-b-md {
    margin-bottom: 2vh;
}

.m-b-lg {
    margin-bottom: 8vh;
}

.large-input {
    font-family: 'Arial', sans-serif;
    border: none;
    border-radius: 4px;
    font-size: 2.5vw;
    outline: 0;
    padding: 0.7vh;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #bcc2c3;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.login-input {
    font-family: 'Arial', sans-serif;
    border: none;
    border-radius: 2px;
    font-size: 2.5vh;
    outline: 0;
    padding: 0.35vh;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #bcc2c3;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
}

.w-3p {
    width: 3vw;
}

.w-10p {
    width: 10vw;
}

.w-25p {
    width: 25vw;
}

.w-30p {
    width: 30vw;
}

.button-submit:hover {
    background: #8a97a0;
    color: #e8eeef;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    text-align: center;
    color: #949a9b;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-align: center;
    color: #949a9b;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-align: center;
    color: #949a9b;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
    color: #949a9b;
}

.warning {
    display: inline-block;
    padding: 1vh;
    background-color: #3047df;
    color: white;
    margin: 0 auto 1vh;
}

.qr-code-img {
    width: 10vw;
}

.txid-icon {
    width: 1.5vh;
}

.text-center {
    text-align: center;
}

.blue {
    color: #3047df;
    font-weight: bold;
}

.black {
    color: #000000;
}

.outline {
    outline: #34c6df auto;
}

.error {
    color: #ff0000;
}

.success {
    color: #00a800;
}

.emt-password {
    font-weight: bold;
    color: #ff0000;
}

.bitcoin-address {
    font-weight: bold;
    font-size: 50vh !important;
}

.center-block {
    vertical-align: middle;
}

.border {
    border: thick;
}

.faq-text {
    width: 50%;
    margin: auto;
    text-align: left;
}

.hidden {
    display: none;
}

@media screen and (max-width: 1100px) {
    .faq-text {
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .faq-text {
        width: 100%;
    }
}

#promo-code-showhide {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#promo-code-showhide:checked ~ #promo-code-showhide {
    display: none;
}

#promo-code-showhide:not(:checked) ~ #promo-code-div {
    display: none;
}

#promo-code-label {
    font-size: 0.5rem;
    margin: 60px 0 10px 0;
    cursor: pointer;
    text-decoration: underline;
}

/* Default State */
#promo-code-div {
    color: white;
    text-align: center;
}

.grey {
    color: #636b6f;
}

.subtitle {
    font-size: 3vmin;
    color: #4497B7;
}

.fancy-link {
    padding: 0 2vh;
    font-size: 2vh;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.pagination ul {
    float: left;
    padding: 0;
    overflow: hidden;
}

.pagination li {
    float: left;
    padding: 16px;
}

@media {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .logo {
        width: 400px;
    }
}

@media (max-width: 400px) {
    /* CSS that should be displayed if width is equal to or less than 800px goes here */
    .logo {
        width: 100%;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 250px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
