
#login_label {
  filter: blur(3px);
}

#login_label:hover {
  filter: blur(0);
}

/* --- */
.tooltip-table td {
    padding: 1px 1px 1px 1px;
}

/* --- */
.tradehistory-table td {
    padding: 3px 3px 3px 3px;
}

/* --- */
.col-crop {
    overflow: hidden;
}
.col-max {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* --- */
.orderbook_table th {
    padding: 5px 2px;
}


.orderbook_table td {
    font-size: 9pt;
    padding: 1px 3px;
    text-align: right;
    font-family: mono;
    
    border: 1px dotted #888;
    cursor: pointer;
}

.orderbook_table .r {
    color: #b44;
}

.orderbook_table .r.own td {
    font-weight: bold;
    font-size: 7pt;
    font-style: italic;
}

.orderbook_table .g {
    color: #2a2;
}

.orderbook_table .g.own td {
    no-font-weight: bold;
    font-size: 7pt;
    font-style: italic;
}

.orderbook_table .r:hover td {
    background-color: #fee;
}

.orderbook_table .g:hover td {
    background-color: #efe;
}
.orderbook_table .r .zeros {
    color: #ebb;
    font-size: 9pt;
}

.orderbook_table .g .zeros {
    color: #beb;
    font-size: 9pt;
}


.orderbook_table .offline {
    color: #bbb;
}

.orderbook_table th {

}

/* marketPrice OwnIcon */
/*.orderbook_table .own {
  text-align: center;
  vertical-align: middle;
}*/

.orderbook_table .own_icon_marker {
  text-align: center;
}

.orderbook_table .own a {
  display: block;
}

.orderbook_table .own .jdenticon {
  float: left;
}

.orderbook_table .own:hover .delete {
  font-size: 25px;
  color: #f00;
}

.orderbook_table .own:hover .jdenticon,
.orderbook_table .own .delete {
  display: none;
}

.orderbook_table .own:hover .delete {
  display: block;
}


/* marketPrice indicator */
.orderbook_table #marketPrice {
    background-color: #888; 
    color: #fff;
    font-weight: bold;
}

.orderbook_table #marketPrice td {
    text-align: center;
    font-size: 14pt;
}


.orderbook_table #marketPrice.up  {
    background-color: #040; 
    color: #0f0;
}

.orderbook_table #marketPrice.down {
    background-color: #400; 
    color: #f66;
}




/* orderbook cmd */
.view_orderbookCmd_requiredLogin {
    display: block;
}

.view_orderbookCmd {
    display: none;
}

.is_logged_in .view_orderbookCmd_requiredLogin {
    display: none;
}
.is_logged_in .view_orderbookCmd {
    display: block;
}

.view_orderbookCmd .tabs .tab {
    font-weight: normal;
    padding: 0px 5px;
    display: inline-block;
}


.orderbook_CmdControls {
    min-width: 90%;
}

.orderbook_CmdControls td {
    padding: 1px 0px;
}

.orderbook_CmdControls .cur_explained {
    font-weight: bold;
}

.orderbook_CmdControls .cur_balance {
    float: right;
    text-align: right;
    font-size: 9pt;
}

.orderbook_CmdControls .btnSell,
.orderbook_CmdControls .btnBuy {
    display: block;
    background-color: #080;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
}

.orderbook_CmdControls .btnSell {
    background-color: #b33;
}

.orderbook_CmdControls .of_container {
    position: relative;
    z-index: 0;
}

.orderbook_CmdControls .of_item {
    position: absolute;
    top: 2pt;
    right: 3pt;
    z-index: 1;
    user-select: none;
}

.orderbook_CmdControls .form-control {
    padding-right: 40px;
}

.orderbook_CmdControls tr > td.label_wrapper {
    padding-right: 15px;
    padding-top: 0px;
    vertical-align: top;
}

.on_pair_selecteditem {
    background-color: #448;
    color: #fff;
}
.on_pair_selecteditem:focus {
    color: #fff;
}

.toast-position-top-right {
    top: 50px !important;
}

#more {
    margin-top: 50px;
}

/* --- */
#tradeview {
    padding-top: 50px;
}

#tradeview .tabs {
    margin-top: 2px;
    margin-left: 3px;
}

#tradeview-panels {
    margin-top: 22px;
}

/* --- */
.view_balances_container {
    no-margin-top: 55px;
/*    margin-bottom: -5px;*/
    padding: 4px 0px 0px 0px;
    text-align: center;
    font-size: 10pt;
    line-height: 12pt;
    background-color: #fff;
}

.view_balances_container span {
    color: #000;
}



#view_balances a {
    font-weight: normal;
    color: #44b !important;
}

#view_balances_all a {
  display: inline !important;
  color: #44b !important;
  padding-left: 5px;
  font-weight: normal;
}

/* --- */
#main_accountBackup .coin-info,
#view_balances .coin-info {
    position: relative;
    display: inline-block;
    text-align: left;
/*    width: 200px;*/
}

#view_balances .coin-brief a {
  display: inline;
}

#main_accountBackup .coin-info,
#view_balances .coin-brief {
    margin-left: 10pt;
    border-left: 1px dotted #fff;
/*    width: 100px;*/
}

#view_balances .coin-brief {
    margin-left: 10pt;
    border-left: 1px dotted #fff;
}

#view_balances .coin-info .coin-contents {
    margin-top: -9pt;
    padding: 20pt 0pt;
    position: absolute;
    display: none;
    width: 10pt;
    z-index: 1;
}

#view_balances .coin-info .coin-contents-bg {
    background-color: #ffd;
    border: 1px solid #888;
    padding: 5px 10px;
    width: 220pt;
}

#view_balances .coin-info .coin-contents-bg .coin-amount {
    font-family: monospace;
    float: right;
}

#view_balances .coin-info .coin-contents-bg small {
    font-size: 8pt;
}

#view_balances .coin-info:hover .coin-contents {
    display: block;
}

/* --- */
/*#left-panel {
    margin-left: 33pt;
}*/

#right-panel {
    min-height: 600px;
    height: 100%;
}

#view_orderbook {
    height: 100%;
    min-height: 550px;
}

table.orderbook_table {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    height: 100%;
}

table.orderbook_table thead{
    border-bottom: 1px dotted #888;
}

table.orderbook_table thead, 
table.orderbook_table tbody, 
table.orderbook_table tfoot{
    display: block;
    flex: 1;
}

table.orderbook_table tr {
    display: flex;
}

table.orderbook_table thead{
    font-size: 8pt;
    /* height: 50pt; */
}

table.orderbook_table tbody {
    height: 100%;
    overflow-y: auto;
}

table.orderbook_table tfoot{
    /* height: 40pt; */
}

table.orderbook_table td, table.orderbook_table th {
    width: 100%;
}

table.orderbook_table td.icon, table.orderbook_table th.icon {
    width: 70px !important;
}

/* --- */
#top-tools {
    color: #fff;
    padding-top: 10px;
    background-color: #1e90b7; 
    top: 0px;    
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
}


#top-tools > .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
}

#top-tools .item, #top-tools .menu-open {
    height: 35px;
    font-size: 25px;
    position: relative;
    margin: 0 6pt;
}

#top-tools .item:first-child {
    margin-left: 0;
}

#top-tools .item:last-child {
    margin-right: 0;
}

#top-tools .item > a > span, #top-tools .menu-open > a > span {
    white-space: nowrap;
    padding-left: 4pt;
    font-size: 12pt;
}

#top-tools .item .counter {
    display: none;
    position: absolute;
    left: 12px; 
/*    right: -5px;
    top: 12px;*/
    font-size: 7pt;
    background-color: #f00;
    color: #fff;
    border-radius: 10px;
    font-family: monospace;
    padding: 2px 4px !important;
    margin: 0px 0px 0px 0px;
    line-height: 10px;
}


#top-tools a {
    color: #fff;
    text-decoration: none;
    outline: none;
    display: flex; 
}

#top-tools a:hover {
    color: #f88;
}

#top-tools a:selected {
    color: #0ff;
}

#top-tools a.selected {
    color: #ff0;
}

#top-tools .item.invisible {
    opacity: 0;
}

#top-tools .menu-open{
    position: absolute;
    right: 0;
    float: right;
}

#top-tools .bar-logo {
    margin-top: 0px;
    margin-right: 20px;
    width: 32px;
    height: 28px;
    display: block;
    /* background-image: url(/static/dex/images/logo_ufo.svg); */
}


/* Our dropdown menu BEGIN */

.place-dd-tools {
    float: right;
    width: 292px;
}

#top-dd-tools {
    position: fixed;
    top: 50px;
    background-color: #fff;
    box-shadow: 3px 3px 3px #888;
    z-index: 1000;
    transition: 0.3s;
    overflow: hidden;
    width: 300px;
}

#top-dd-tools.collapsed{
    height: 0;
}

#top-dd-tools .item, #top-dd-tools .new-item {
    padding: 0;
    border-bottom: solid 1px #efe;
    font-size: 25px;

}

#top-dd-tools a {
    display: flex; 
    padding: 15px 15px;
}

#top-dd-tools .item > a > span, #top-dd-tools .new-item > a > span {

    font-size: 12pt;
    margin-left: 8pt;
    
}

.logout-item {
    margin-top: 30px;
}

#balances .row{
    padding-top: 50px;
}


/* Our dropdown menu END */

/* --- */
#left-contents {
    background-color: #eee;
    font-size: 10pt;
    line-height: 14pt;
}

#left-contents h5 {
    font-weight: bold;
}

.coinpairs-container {
  margin-left: 10px;
}


/* --- */

#main_accountBackup,
#main_balancesDetailed {
    margin-top: 50px;
}

#main_accountBackup .coin-info,
#main_balancesDetailed .coin-info {
    border-top: 1px solid #888;
    /*    margin-bottom: 10px;*/
    padding: 20px 0px;
}

/* --- */
#main_accountBackup .coin-private-info {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #888;
    background-color: #eee;
}

#main_accountBackup .coin-private-info a {
    font-weight: normal;
}

#main_accountBackup .show .show_on_show,
#main_accountBackup .show .coin-private-info {
    display: block;
}

#main_accountBackup .show_on_show,
#main_accountBackup .show .hide_on_show {
    display: none;
}


#main_accountBackup .private-contents {
    opacity: 0.1;
}

#main_accountBackup .private-contents:hover {
    opacity: 0.3;
}



#main_accountBackup .for_altcoin {
    display: block;
}

#main_accountBackup .for_bitcoin {
    display: none;
}

#main_accountBackup .is_bitcoin .for_altcoin {
    display: none;
}

#main_accountBackup .is_bitcoin .for_bitcoin {
    display: block;
}


/* --- */
#main_ordersInSwap {
    
}

#main_ordersInSwap .swap_item {
    padding: 10px 5px;
    border-top: 1px dotted #666;
    margin: 0px -10px;
    cursor: pointer;
}

#main_ordersInSwap .swap_item .text-right {
    text-align: right;
}

#main_ordersInSwap .swap_item:hover {
    background-color: #fff;
}

#main_ordersInSwap .swap_step {
    float: right;
    background-color: rgb(62, 176, 247);
    color: #fff;
    font-size: 7pt;
    font-weight: bold;
    border-radius: 8px;
    padding: 2px 4px;
    font-family: monospace;
    text-shadow: none;
    opacity: 1;
}

#main_ordersInSwap .swap_row {
    display: flex;
    align-items: center;
    justify-content: center;    
}

#main_ordersInSwap .swap_row canvas.swap_icon{
    width: 20px;
    margin-right: 5px;
}

#main_ordersInSwap .swap_row small{
    width: 100%;
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
    #top-tools .item > a > span {
        display: none;
    }   

    
    #top-tools {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        height: 58px !important;
    }

    #top-tools .item, #top-tools .menu-open {
        /* width: 42px; */
        height: 42px;
        font-size: 40px; 
    }   

    #top-dd-tools {
        top: 58px;
    }

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
    #top-tools .item > a > span {
        display: none;
    }

    
    #top-tools {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        height: 58px !important;
    }

    #top-tools .item, #top-tools .menu-open {
        /* width: 42px; */
        height: 42px;
        font-size: 40px; 
    }       

    #top-dd-tools {
        top: 58px;
    }
}

/* smart-phone ----------- */
@media (max-width: 767px) {

    .view_orderbookCmd {
        margin-top: 15px;
    }

    .orderbook_CmdControls {
        width: 100%;
        margin-bottom: 30px;
    }    

    .orderbook_CmdControls tr > td.label_wrapper {
        padding-right: 0 !important;
    }    
    
    #top-tools {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        height: 58px !important;
    }

    #top-tools .item, #top-tools .menu-open {
        /* width: 42px; */
        height: 42px;
        font-size: 40px; 
    }    

    #top-tools .item > a > span {
        display: none;
    }

    #top-tools .item .counter {
        left: 30px;
    }

    .place-dd-tools {
        width: 100%;
    }
    
    #top-dd-tools {
        top: 58px;
        width: 100%;
        left: 0;
        right: 0;
    }

    #view_balances {
        display: none;
    }
    
    #left-panel {
        margin-left: 0pt;
    }

    #top-tools .hide-menu {
        display: none;
    }

    .toast-position-top-right {
        top: 60px !important;
    }
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {
    
}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
    
}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
    
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
    
}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
    
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
    
}