﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.form-control[readonly] {
    color: #00B0C4 !important;
    font-weight: bold !important;
}

.form-control {
    color: #17497E !important;
    font-weight: bold !important;
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
    color: #00B0C4;
    font-weight: bold !important;
}

.btn-primary {
    color: white;
    background-color: #17497E;
    border-color: #17497E;
    font-weight: bold !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #17497E;
    border-color: #17497E;
    margin: 0px 1px 0px 1px;
    font-weight: bold !important;
}

.nav-link-inactive {
    color: #00B0C4;
    background-color: #D1E2F3;
    margin: 0px 1px 0px 1px;
    font-weight: bold !important;
}

.nav-item-active {
    border-bottom: 3px solid #00B0C4;
}

.modal-title {
    color: #17497E !important;
    font-weight: bold !important;
}

tr:hover td {
    background-color: #17497E !important;
    color: white;
}

tr:hover td.label-tx-green {
    color: lightgreen !important;
}

tr:hover td.label-tx-red {
    color: #FFCCCB !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*!  
// 3. Loader  
// --------------------------------------------------*/
.loader {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.5;
    z-index: 10000000;
    background: Black;
    height: 100%;
    width: 100%;
    margin: auto;
}

.strip-holder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -50px;
    position: relative;
}

/*!  
// Animation Flash Messages
// --------------------------------------------------*/
#hideMe {
    -moz-animation: cssAnimation 0s ease-in 10s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 10s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 10s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 10s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

/*!  
// User Profile
// --------------------------------------------------*/
.label-2fa-green {
    color: forestgreen;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
.label-2fa-red {
    color: darkred;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}
.text-export {
    font-size: 20px;
    word-break: break-all;
}
.text-address-title {
    font-size: 20px;
    font-weight: bold;
    word-break: break-all;
}
.text-address-label {
    font-size: 12px;
    color: gray;
    word-break: break-all;
}

/*!  
// Create Wallet
// --------------------------------------------------*/
ol#two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
    text-align: center
}

.word-list-warning {
    color: red;
    font-size: 14px;
    text-align: justify;
}

.recover-warning {
    color: red;
    font-size: 14px;
    text-align: center;
}

.recover-instructions {
    color: black;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.word-list-verify {
    color: green;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

.word-list-selection {
    color: black;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

/*!  
// Wallet Tx
// --------------------------------------------------*/
.label-tx-green {
    color: green;
}

.label-tx-red {
    color: red;
}

/*!  
// Main
// --------------------------------------------------*/
.body-background {
    background: url(/img/bg.png);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: cover;
}

@media (max-width:991px) {
    .logo-power {
        text-align: center;
        color: #17497E;
    }
}

@media (min-width:992px) {
    .logo-power {
        text-align: center;
        color: #17497E;
    }
}

@media (max-width:544px) {
    img.logo-rift {
        margin-top: 0px !important;
        width: 200px;
        height: 70px;
    }

    img.logo-c2p {
        margin-top: 0px !important;
        width: 153px;
        height: 70px;
    }
}

@media (min-width:545px) {
    img.logo-rift {
        margin-top: 0px !important;
        width: 279px;
        height: 98px;
    }

    img.logo-c2p {
        margin-top: 0px !important;
        width: 215px;
        height: 98px;
    }
}

.div-header-nav {
    background: linear-gradient(to bottom, #00b0c4, #17477e) !important;
    color: white !important;    
}

.div-header-item {
    color: white !important;
}

.dropdown-menu .dropdown-item:hover {
    background: #00b0c4;
    color: white;
}

/*!  
// Fee
// --------------------------------------------------*/
.label-fee {
    font-size: 14px;
    font-weight: bold;
}

.btn-copy {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 4px 8px;
    font-size: 8px;
    cursor: pointer;
}

/*!  
// Darker background on mouse-over
// --------------------------------------------------*/
.btn-copy:hover {
    background-color: #17477e;
}

.faArrowIcon {
    position: relative;
    font-size: 14px;
}

.faArrowIcon:before {
    font-family: FontAwesome;
    top: 0;
    left: 0px;
    content: "\f0c5";
}

/*!  
// Form user auth
// --------------------------------------------------*/
.form-user {
    max-width: 334px;
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #1b6ec2;
    border: 1px solid #1b6ec2;
}

.btn-large {
    width: 100%;
}

/*!  
// Swap form
// --------------------------------------------------*/

@media (max-width: 283px) {

    .value-balance {
        line-height: 18px;
        font-size: 12px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 18px;
        font-size: 12px;
        color: #17497E;
    }

    .text-coin {
        line-height: 18px;
        font-size: 12px;
        color: #00B0C4;
    }
}

@media (min-width: 284px) {

    .value-balance {
        line-height: 18px;
        font-size: 16px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 18px;
        font-size: 16px;
        color: #17497E;
    }

    .text-coin {
        line-height: 18px;
        font-size: 16px;
        color: #00B0C4;
    }
}

@media (min-width: 398px) {

    .value-balance {
        line-height: 18px;
        font-size: 22px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 18px;
        font-size: 22px;
        color: #17497E;
    }

    .text-coin {
        line-height: 18px;
        font-size: 22px;
        color: #00B0C4;
    }
}

@media (min-width: 580px) {

    .value-balance {
        line-height: 20px;
        font-size: 30px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 20px;
        font-size: 30px;
        color: #17497E;
    }

    .text-coin {
        line-height: 20px;
        font-size: 30px;
        color: #00B0C4;
    }
}

@media (min-width: 768px) {

    .value-balance {
        line-height: 24px;
        font-size: 36px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 24px;
        font-size: 36px;
        color: #17497E;
    }

    .text-coin {
        line-height: 24px;
        font-size: 36px;
        color: #00B0C4;
    }
}

@media (min-width: 992px) {

    .value-balance {
        line-height: 28px;
        font-size: 42px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 28px;
        font-size: 42px;
        color: #17497E;
    }

    .text-coin {
        line-height: 28px;
        font-size: 42px;
        color: #00B0C4;
    }
}

@media (min-width: 1200px) {

    .value-balance {
        line-height: 32px;
        font-size: 48px;
        font-weight: bold;
    }

    .text-balance {
        line-height: 32px;
        font-size: 48px;
        color: #17497E;
    }

    .text-coin {
        line-height: 32px;
        font-size: 48px;
        color: #00B0C4;
    }
}

@media (max-width: 334px) {

    .break-line {
        display: block;
        align-content: center;
        text-align:center;
    }

    .div-wrapper {
        position: absolute;
        bottom: 125px;
        left: 0;
        padding: 0 15% 0 15%;
    }
}

@media (min-width: 335px) {


    .div-wrapper {
        position: absolute;
        bottom: 65px;
        left: 0;
        padding: 0 15% 0 15%;
    }
}

.form-swap {
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #17497e;
    border: 1px solid #17497e;
    background: #17497e !important;
    color: #F5F5F5;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}

.img-max {
    max-width: 200px;
    width: 100%;
}

.empty-max {
    max-width: 200px;
    width: 100%;
    min-height: 400px;
}