body {
  color: #222;
}

.feat-list {
  text-align: justify;
}

.dropdown-menu .dropdown-item {
  padding: 5px 20px;
}

#login_screen {
  background-color: #1c1a25;
  background-image: url(/static/ufo/images/logo_big.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.logo {
  width: 100px;
  height: 70px;
  float: left;
}

.logo img {
/*  width: 80px;*/
  height: 70px;
}

.logo_inline {
}

.logo_inline img {
  width: 68px;
  height: 40px;
}

.logo_title {
  margin-top: 90px !important;
  margin-left: 100px !important;
  font-size: 32pt !important;
}

#logo_href {
  display: block;
}

#logo_href img {
  width: 90px;
  height: 90px;
  margin-top: -7px;
}

/* --- */
.signup-header {
  margin-top: 90px;
}

.signup-header #network_type {
  float: right;
  color: #000;
  font-size: 12pt;
}

/* --- */
.feat-list {
  margin-top: 0px;
  margin-bottom: 50px;
}


.landing-text p {
  font-size: 17pt !important;
}

.privacy {
  font-size: 17pt;
}

.navbar-default .navbar-nav > li > a {
  font-size: 15pt;
}

.nav .language-switch {
  margin-top: 12px;
  font-size: 8pt;
}

.top-tools #nvLanguageSwitch {
  display: flex;
  padding: 15px 15px;
  color: rgb(62, 176, 247);
  font-weight: bold;
}

.top-tools #nvLanguageSwitch  span,
.top-tools #nvLanguageSwitch  select
{
  font-size: 12pt;
  padding: 0px 10px;
}

.download-cta {
  padding-top: 20px;
  padding-bottom: 120px;
}

.download-cta .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.on_in {
  display: none !important;
}

.is_logged_in .on_in {
  display: unset !important;
}

.is_logged_in .parallax {
  display: none;
}

.is_logged_in .on_out {
  display: none !important;
}

#ui_notifications {
  position: relative;
}

#ui_notify,
#ui_warning {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

#ui_notify {
  background-color: #cec;
  color: #464;
  visibility: hidden;
}

#ui_warning {
  background-color: #eec;
  color: #664;
  visibility: hidden;
}


#privacy {     
  padding: 30px 0px;
}

/* ------ */
#orders_active_table td {
  border: 1px solid #bbb;
  vertical-align: top;
  font-size: 10pt;
  padding: 2px 5px;
}

#orders_active_table tr:hover {
  background-color: #eee;
}

#orders_active_table .you_give {
  color: #800;
}

#orders_active_table .you_get {
  color: #080;
}

#orders_active_table .real_price {
  color: #808;
}

/* --- */
#net_activity {
  no-position: fixed;
  no-margin-left: 80px;
  font-size: 1pt;
}

#net_activity span {
  padding: 0;
}

#net_activity #net_err {
  background-color: #b00;
  color: #fff;
  font-size: 7pt;
  line-height: 8pt;
  font-weight: bold;
  padding: 2px 2px;
  margin-left: -68px;
  width: 60px;
  text-align: center;
  border: 1px dotted #fff;
}

#net_activity #txrx_container {
  height: 12pt;
}

#net_activity #tx {
  background-color: #0b0;
  visibility: hidden;
  width: 5px;
  height: 5px;
  padding: 2px 2px;
}
#net_activity #rx {
  background-color: #b00;
  visibility: hidden;
  width: 5px;
  height: 5px;
  padding: 2px 2px;
}

/* --- */
.deal_report {
  width: 100%;
}

.deal_report .delimiter,
.deal_report .v {
  width: 30px;
  background-color: #aaa;
  color: #fff;
  padding: 2px 5px;
  
  font-size: 9pt;
}

.deal_report td {
  vertical-align: top;
}

.deal_report .v {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.deal_report .step-info {
  float: right;
  margin-right: 10px;
}

.deal_report .step-passed {
  background-color: #080;
}

.deal_report .step-current {
  background-color: #008;
}

.deal_report .step-title {
  padding-left: 40pt;
}

.deal_report .step-number {
  position: absolute;
  margin-top: -15pt;
  font-size: 30pt;
  line-height: 33pt;
  width: 35pt;
  height: 35pt;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #888;
  color: #888;
  text-align: center;
}

.deal_report .step-small-font .step-number {
  font-size: 14pt;
}

.deal_report .this_is_you {
  color: #f00;
}


/* --- */
.notifications_table  {
  width: 95%;
}

.notifications_table th {
  border-bottom: 1px solid #444;
}

.notifications_table td {
  padding: 1px 2px;
}

.notifications_table .odd td {
  background-color: #eee;
}

.notifications_table .error td {
  color: #800;
}

.notifications_table .error td.text {
}


.notifications_table .warning td {
  color: #880;
}

.notifications_table .unread td {
  font-weight: bold;
}

#view_notification_container {
  position: relative;
}

#view_notification_quick {
  z-index: 999;
  position: absolute;
  height: auto;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  padding: 1px 0px;
}

/* --- */
.shortified {
  cursor: pointer;
}

.shortified:hover {
  color: #080;
}

/* --- */
#right-panel {
  /*  position: fixed;
  top: 50px;
  bottom: 10px;
  right: 0px;
  overflow-y: scroll;*/
}


.for-mobile {
  display: none;
}

/* RESPONSIVE */

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
  
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
  
}

/* smart-phone ----------- */
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }

  .for-mobile {
    display: block !important;
  }

  #navbar-scroll {
    margin-top: 30px; 
    /* TODO! */
  }

  #footer {
    background: #fff;
    padding: 15px 0 15px;
  }
}	
/* 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) {
  
}