* { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #1d2120;
    color: #ccd1d5;
    font-family: 'Roboto Mono', 'Helvetica Neue', Arial, monospace;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

/*
#00ACE9 // blue
#D43F3F // red
#6A9A1F
#F6F6E8
#404040*/
#chartcontainer{position:relative;margin: 20px;}
#chart{margin-top: 0}
#error,#load{position: absolute;top:225px;width:120px;margin:0 auto;left:0;right:0;font-size: 11px;display: none;text-align: center;}
#load i{color:#ccd1d5;}
#chartcontainer,#charthide{display: none;}
#chart{width:100%;}

#chartcontainer h1{
    color: #eee;
    font-size: 16px;
    margin: 20px 0 0 50px;
}
#chartcontainer h2{
    font-size: 16px;
    margin: 4px 0 0 52px;
	display: inline;
}
#feed{
    font-size: 11px;  
    margin: 12px 0 0 52px;
}
.header small {
    font-size: 11px;
    color: #65737e
}

.header span {
    /* color: rgb(21, 35, 44); */
    /* opacity: 0.8; */
    font-size: 15px;
    padding: 0;
    /* font-weight: bolder; */
}

.hidden {
	display: none;
}

.header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
}

g .close {
	font-size: 10px;
}

.text-small {
	font-size: 12px;
}

.flex-item {
    /* border-right: 1px solid #999; */
    align-self: center;
    display: block;
}
.flex-item h1 {
    color: #eee;
    font-size: 16px;
    margin: 0;
    display: block;
    padding: 13px 14px 14px 14px;
}

.flex-item:nth-child(1) {
    padding: 0;
    order: 0;
    flex: 0 1 auto;
}

.flex-item:nth-child(2) {
    font-size: 15px;
    order: 0;
    flex: 0 1 auto;
}

.flex-item:nth-child(3) {
    font-size: 15px;
    order: 0;
    flex: 0 1 auto;
}

.flex-item:nth-child(4) {
    font-size: 12px;
    order: 0;
    flex: 1 1 auto;
}
.flex-item:nth-child(5) {
    font-size: 12px;
    order: 0;
    flex: 0 1 auto;
}
.flex-item:nth-child(6) {
    font-size: 12px;
    order: 0;
}

.flex-item:nth-child(2) .content,.flex-item:nth-child(3) .content,.flex-item:nth-child(4) .content,.flex-item:nth-child(5) .content,.flex-item:nth-child(6) .content{
    height: 46px;
    padding: 5px 20px;
}

.flex-item:nth-child(5) .content{
    padding: 13px 20px;
}
.flex-item:nth-child(6) .content{
    padding: 10px 14px;
}

span.currency {
    font-size: 12px;
}

th {
    color: #999;
    font-weight: normal;
    font-size: 11px;
    padding: 0px 0 8px 4px;
    text-align: center;
    text-transform: uppercase;
}


.thcoin {
    text-align: left;
}

.thprice, .thpl,.thchange {
    text-align: right;
}

.updownpct, .change {
	font-size: 12px;
}

nav a{
	font-size: 11px;
	padding-bottom: 2px;
	margin: 0 4px
}
nav a:hover,#feed a:hover{
	color:#ffffff;
}

nav a.selected{
	color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}

#feed span{font-size:11px; margin: 0;display: block;text-transform: uppercase;}
#feed a{color:#ccd1d5;line-height: 15px;color:#666;}
tr {
    border-bottom: 1px solid #2f3634;
    cursor: pointer;
}

td {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0 10px 0;
    text-align: left;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 650px;
    padding: 0;
}

form {
    padding: 0;
    margin: 0
}

#euro {
    display: none;
}

.dim {
    font-size: 12px;
    color: #999;
}

.header span.pctp,#charttickerchange.pctp {
    color: #44be24;
}

.header span.pctn,#charttickerchange.pctn {
    color: #fb6a44;
}

.cp {
    color: #44be24;
}

.cn {
    color: #fb6a44;
}

.positive {
    color: #44be24;
}

.negative {
    color: #fb6a44;
}

/*@keyframes p {

    0%     {background-color:#000000;}
    50.0%  {background-color:#80BD72;} 
    100.0%  {background-color:#000000;}
}
@keyframes n {
      0%     {background-color:#000000;}
    50.0%  {background-color:#F1414A;}
    100.0%  {background-color:#000000;}
}*/

/*@keyframes pa {
    0%     {background-color:#000000;}
    50.0%  {background-color:#F1414A;} /* your chosen 'mid' color 
    100.0%  {background-color:#000000;}
}

@keyframes  na {
    0%     {background-color:#000000;}
    50.0%  {background-color:#80BD72;}
    100.0%  {background-color:#000000;}
}*/

.symbol {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding-right: 20px;
}

td.symbolname {
}

.symbol img {
    height: 20px;
}

.paid {
    color: #eee;
    font-size: 11px;
}

select {
    padding: 2px 4px;
    font-size: 16px
}

.menu {
    position: fixed;
    right: 18px;
    top: 14px;
}

.menu a {
    color: #fff;
    font-size: 24px;
}

.menu button {
    color: #888;
    text-decoration: none;
}

#currency {
    width: 30px;
}

input[type='text'] {
    font-size: 16px;
    /* background: none; */
}
#form{display: none;position:absolute;top:47px;left:0;right:0;margin:0 auto;width:500px;background-color: #fff;
box-shadow: inset 0 7px 3px -7px rgba(0,0,0,0.9);
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
z-index: 999;
}
.coinform fieldset,.apiform fieldset,.userform fieldset,.profileform fieldset{color:#333;padding: 20px;border:1px solid #999;
    border-radius:8px;
    }
.coinform label, .apiform label, .userform label, .profileform label {
    display: block;
    font-size: 11px;
    color: #333;
    margin-bottom:10px;
    text-transform: uppercase;
    
    display: block;
    white-space: nowrap;
    overflow: hidden;

}
.coinform legend,.apiform legend,.userform legend,.profileform legend{ font-size: 12px;color:#666; 	width: auto; }
.coinform input[type='text'], .apiform input[type='text'], .userform input[type='text'], .profileform input[type='text'] {
    outline: none;
    margin-top: 8px;
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #ccc;
    padding: 4px;
}
.coinform input[type='password'], .apiform input[type='password'], .userform input[type='password'], .profileform input[type='password'] {
    outline: none;
    margin-top: 8px;
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #ccc;
    padding: 4px;
}
.coinform h1,.apiform h1,.userform h1,.profileform h1{font-size: 16px;color:#15232c; }
.coinform,.apiform,.userform,.profileform {
    font-family: "Helvetica Neue", Arial;
    width:100%;
    padding: 10px 20px 20px 20px;
    position: relative;
}

.apiform {
    display: none;
}

.userform {
    display: none;
}
.usertable {
	color: #000;
}

.profileform {
    display: none;
}

.m-b-5 {
	margin-bottom: 5px;
}

tr.info td {
    padding: 8px 0 8px 0;
    font-size: 12px;
    text-align: center;
    color: #eee;
}

input[type='text']::-webkit-input-placeholder {
    color: #ccc;
}

input[type='text']:focus::-webkit-input-placeholder {
    color: transparent;
}
input[type='text']:focus{border: 1px solid #333;outline:none;}


.datepicker-container {
    color: #333;
}


a {
    color: #c5c5c5;
    text-decoration: none;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}

input[type='button'], input[type='submit'] {
    cursor: pointer;
    border: 1px solid #15232c;
    padding: 4px 8px;
    min-width: 80px;
    margin: 8px 8px 8px 0;
    border-radius: 0;
    background: none;
    color: #15232c;

    -webkit-appearance: none;
}

.selectors button, .menu button {
    cursor: pointer;
    border: 1px solid #888;
    padding: 2px 8px;
    color: #fff;
    margin: 0 4px 8px 0;
    border-radius: 0;
    background: none;
    -webkit-appearance: none;
    background-color: #000;
}

input[type='button']:active, input[type='submit']:active, .selectors button:active {
    color: #ccd1d5;
    border-color: #ccd1d5;
}

.btcprice, .btctotal {
    display: none;
}

.europrice, .eurototal {
    
}

.menu button {
    color: #888
}



.selectors {
    cursor: default;
}
.owned{
    font-size: 12px;
}
.selectors td {
    padding: 20px 0 20px 0;
    text-align: right;
}

.pl, .europrice, .tdchange {
    vertical-align: middle;
    text-align: right;
}

.pl {
    
}

#table {
    /* margin-top: 30px; */
}

.graph {
    border: none;
}

.graph td {
    padding: 20px 0;
    margin: 0;
}

.label {
    font-size: 11px;
    color: #eee;
}





.symbolholdersmall {
    display: none;
}

.symbolholder {
    display: block;
}
@media screen and (max-width:650px) {
    .header{margin-bottom:0; }
    .flex-item:nth-child(2) .content,.flex-item:nth-child(3) .content,.flex-item:nth-child(4) .content{
        padding: 8px 6px;

    }
    nav{float: left;text-align: left;margin-left:52px;}
    .flex-item span,.flex-item small{        font-size: 11px;}
    .flex-item:nth-child(5) .content{
        padding: 16px 14px;
    }
    .flex-item:nth-child(1) h1{font-size: 12px; padding: 16px 8px ; }
    #profitPercent {
        font-size: 12px;
    }

    body, td, td.span.change, .graph, .symbol, .paid, .owned, td span.change {
        font-size: 14px;
    }

    th, td {
        padding: 4px;
    }

    table {

        width: 100%;
    }
    #table{
        margin-top: 0px;
    }
    #form{width: 100%;top:48px}
    .totals {
        margin: 0 auto 0 auto;
    }

    .symbolholdersmall {
        display: block;
    }

    .symbolholder {
        display: none;
    }

    .symbol {
        padding-right: 4px;
    }

    .frame {
        margin: 130px auto 0 auto;
    }

   
    input[type='button'], input[type='submit'] {
        width: 80px;
    }

    .frame {
        margin: 100px auto 0 auto;
    }

}

/* light: #F4F1DE; */

/* red: #E07A5F; */

/* dark: #3D405B; */

/* green: #81B29A; */

/* yellow: #F2CC8F; */


.bg-dark {
    background-color: #000 !important;
}

.borderless td, .borderless th {
    border: none;
}

.table td, .table th {
	padding: 6px;
	vertical-align: middle;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}