

body {
    font-size: 1em;
    /*    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Metrophobic', sans-serif;
    padding-bottom: 100px;
}


.left-main-pad {
    padding-left: 15px;
}

.trade-table {
    max-height: 400px;
    overflow: auto;
}

#buy-success {
    display: none;
}

#buy-error {
    display: none;
}

#sell-success {
    display: none;
}

#sell-error {
    display: none;
}

#cancel-success {
    display: none;
}

#trade-notification {
    display: none;
}

#cancel-error {
    display: none;
}

.green {
    color: #5cb85c;
    font-weight: bold;
}
.red {
    color: #d9534f;
    font-weight: bold;
}

.blue {
    color: #28549e;
    font-weight: bold;
}




.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.bs-callout-success {
    background-color: #dff0d8;
    border-color: #3c763d;
}

.success-div {
    display: none;
}

.zero-price {
    color: #868686;
}

.clickable-link {
    text-decoration: underline;
    color: #5cb85c;
    font-weight: bold;
}

.action-result {
    display: none;
}

.hiddenbit {
    display: none;
}


.title-blue {
    color: #579bd3;
}

.navbar-brand {
    font-size: 1.3em;
    padding: 2px 0px 0px 10px;
}

.navbar-collapse-top {
    padding-left: 0px;
}

.form-control {
    margin-bottom: 5px;
}

.form-error-div {
    display: none;
}



a {
    text-decoration: none !important;
}

.market-title {
    padding: 5px;
    margin-left: 5px;
    margin-top: 30px;
    margin-right: 10px;
}

.green-back {
    background: #5cb85c;
}

.red-back {
    background: #d9534f;
}

.market-title-balance {
    padding-top: 10px;
    font-size: 14px;
}

.trade-colour-sell {
    color: #d9534f;
}
.trade-colour-buy {
    color: #5cb85c;
}

#main-area {
    padding-left: 20px;
}

.padding-20-left {
    padding-left: 20px;
}

.float-message {
    position: fixed;
    top: 0;
    right: 0;
    margin: 50px 20px 0px 0px;
    z-index:300;

}

.bold-it {
    font-weight: bold;
}

#chat-message-input {
    width: 100%;
}

.user-level-0 {

}

#chat-messages {
    line-height: 18px;
    padding: 3px 13px 3px 5px;
    word-wrap: break-word;
    font-size: 12px;
}

.chat-line {
    margin-bottom: 5px;
}

#chat-box {

    border-width: 1px;
    border-style: solid;
    padding: 10px 3px 0px 3px;
    max-height: 400px;
    overflow: auto;
}

#sell-form {
    padding-bottom: 10px;
}
#buy-form {
    padding-bottom: 10px;
}

.info-page {
    font-size: 1.3em;
}

.center {
    text-align: center;
}

.bigger-control-label {
    font-size: 14px;
}

.main-header {
    text-transform: uppercase; 
}

.top-background {
    background-image: url("../../../../20170902070729im_/https_/www.coinexchange.io/assets/images/back_tile_3.jpg");
    background-color: #cccccc;
    padding-top: 100px;
    padding-bottom: 160px;
    color: #424242;
    margin-top: -20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Metrophobic', sans-serif;
}




.top-background h1 {
    font-size: 80px;
    font-size: 5vw;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.top-background h2 {
    font-size: 45px;
    font-size: 3vw;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.navbar {
    margin-bottom: 0px;
}

.front-top-buttons {
    padding-top: 50px;
}
.front-top-buttons a {
    margin: 10px;
}
.front-second-section {
    background-color: #424242;
    padding: 70px 0px 30px 0px;
    color: #fefbed;
    text-align: center;
}

.front-second-section-block {
    margin-bottom: 40px;
}

.front-second-section-titles {
    padding-bottom: 30px;
}

.navbar-brand {
    padding-top: 8px;
}

.title-name-text {

    font-family: 'Lato', sans-serif;
    font-size: 20px;

}

.navbar {
    font-family: 'Lato', sans-serif;
}

.blue-title {
    color: #579bd3;

}

.title-extension {
    font-size: 0.7em;
}

.btn-border {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.main-header-logo {
    max-width: 200px;
}

.front-info {
    font-size: 15px;
}


#side-news-box {
    border-color: #868686;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    max-height: 300px;
    overflow: auto;
}

#side-news-box h6 {
    font-weight: bold;
}

.side-news-date {
    text-align: right;
}

.side-news-item {
    border-style: solid;
    border-color: #868686;
    border-width: 0px 0px 1px 0px;
    padding-bottom: 5px;

}

.side-news-item:last-of-type {
    border-width: 0px;
}

.side-box {
    padding-bottom: 10px;
}

.right-balance-button {
    text-align: right;
    padding-top: 5px;
}

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

.market-summary-currency-info h2, h3 {
    margin-top: 5px;
}

.front-second-section-block h3 {
    padding-top: 30px;
}

.page-top-padding {
    padding-top: 20px;
}

.navbar {
    margin-bottom: 20px;
}

.account-top-menu {
    margin-bottom: 20px;
}

.market-summary-info-box {
    padding-bottom: 20px;
}

#video_background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.error-pages {
    color: #FFF;
    padding-top: 100px;
}

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

.chat-submit {
    display: none;
}

.sound_toggle {

}

.highlight-row {
    background: #C6E2FF;
    color: #000;
}

.inline-side-link {
    text-align: right;
    float: right;
    display: inline;
    padding: 0px 10px;
}

.inline-side-title {
    display: inline;

}

.chat-box-title {
    padding-bottom: 8px;
}

.repad-title {
    padding-bottom: 5px;
}

.bottom-alert-box {

    background: #dcdcdc;
    padding: 8px 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    border-radius: 15px 0px 0px 0px;
    -moz-border-radius: 15px 0px 0px 0px;

}

.account-dropdown-menu {
    text-transform: none;
}

.market-title-left {
    display: inline;
    margin: 5px 0px;

}
.market-title-right {
    text-align: right;
    float: right;
    display: inline;
    margin: 5px 0px;
    padding-right: 10px;
}

.grey-text {
    color: #868686;
}

.links-box {
    text-align: center;
}

.coinwallet-link {
    max-width: 150px;
}

.inline-it {
    display: inline;
}

.push-right {
    float: right;
    clear:both;
}


.max-width {
    width: 100%;
}

.pad-filter-input {
    margin-top: -5px;
    padding-bottom: 2px;
}

.confirmation-table {
    font-size: 1.5em;
    margin-bottom: 0px;
}

.price-filter-input-box {
    padding-bottom: 10px;
}

.prices-overflow-div {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.hidden-cell {
    display: none;
}

.tiny-status-icon {
    padding-top: 3px;
}

#market-status {
    text-align: right;
}

.custom-hr-margin {
    margin: 10px 0px;
}

.fadetowhite {
    background-color: #fff;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

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

.redinout {
    transition: red .3s ease-in-out;
}

#user-market-orders {
    max-height: 300px;
    overflow: auto;
}

.scrollit {
    position: relative;
}

.ref-count-div {
    min-width: 100%;
    font-size: 2.5em;
    text-align: center;
}

#tracking-code-div {
    min-width: 100%;
    font-size: 4em;
    text-align: center;
}

.strong-info-div {
    min-width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.faq-heading {
    margin-top: 15px;
    font-size: 1.3em;
    font-weight: bold;
}

.faq-answer {
    font-size: 1.2em;
    padding: 15px 10px 10px 20px;
}

.addnodes-div {
    font-size: 1.2em;

}

#peers-json pre {
    font-size: 0.9em;
}

.market-depth-box-hide {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.market-depth-box-show {
    display: block;
    height: 135px;
}


.tutorial p {
    font-size: 1.3em;
}

.tutorial h4 {
    font-weight: bold;
}


.side-active-ico {
    color: #d9534f;
    font-weight: bold;
}

.side-prices-option {
    color: #3c763d;
}

.side-price-table {
    margin-bottom: 5px;
}

.side-featured-image {
    max-width: 55px;
    max-height: 55px;

}

.blink_me {
    color: #d9534f;
    font-size: 1.2em;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {  
    50% { opacity: 0; }
}

.side-featured-currency-heading {
    padding-bottom: 5px;
    
}

#side-featured-currency-box {
    padding-bottom: 10px;
}

.featured-inner-box {
    padding: 10px 7px;
}

#side-featured-currency-box h5 {
    margin: 0px 0px 10px 0px;
}

.side-featured-bottom {
    margin-top: 2px;
    text-align: center;
    letter-spacing: 1.2em;
}

.side-small-text {
    font-size: 0.9em;
}

#latest-currencies h5 {
    margin: 0 0 10px;
}

.panel {
    margin-bottom: 10px;
}


hr {
    margin-bottom: 10px;
    margin-top: 5px;
}

.ico-large-text {
    font-size: 4em;
    color: #579bd3;
}

.ico-right-side {
    width: 100%;
    text-align: center;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

#ico-further-information {
    font-size: 1.2em;
}

.center-div {
    margin: 0 auto;
    display: block;
    width: 304px;
}

.alert-larger {
    font-size: 1.4em;
}

.address-display {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 25px 0;
    background: #FFF;
}

.address-display h5 {
    font-size: 2.4em;
    color: #28549e;
}

.qr-image .img-responsive {

    margin: 0 auto;
}

.side-button-padding {
    margin-bottom: 2px;
    margin-right: 2px;
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.coinlinks {
    font-size: 1.3em;
}

.coinlinks-image-small {
    height: 23px;
    width: 23px;
}
/*
     FILE ARCHIVED ON 19:58:49 Aug 31, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:28:07 May 16, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.738
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.016
  esindex: 0.019
  cdx.remote: 9.556
  LoadShardBlock: 160.073 (3)
  PetaboxLoader3.datanode: 77.706 (5)
  PetaboxLoader3.resolve: 629.456 (3)
  load_resource: 628.521 (2)
*/