.bitex-broker .bitex-display-if-broker {
  display: block;
}
.bitex-non-broker .bitex-display-if-broker {
  display: none;
}
.bitex-broker .bitex-display-if-non-broker {
  display: none;
}
.bitex-non-broker .bitex-display-if-non-broker {
  display: block;
}

.bitex-logged .bitex-display-if-logged {
  display: block;
}

.ws-connected .bitex-display-if-ws-connected {
  display: block;
}

.bitex-not-logged .bitex-hide-if-logged {
  display: block;
}

.ws-not-connected .bitex-hide-if-ws-connected {
  display: block;
}

.bitex-not-logged .bitex-display-if-logged {
  display: none;
}

.bitex-logged .bitex-hide-if-logged {
  display: none;
}

.ws-connected .bitex-hide-if-ws-connected {
  display: none;
}

.ws-not-connected .bitex-display-if-ws-connected {
  display: none;
}

.bitex-hide-if-admin-view {
  display: none;
}

.jumbotron {
  position: relative;
  text-align: center;
}

.signup {
  background-color: #F6F6F6;
  border-bottom: 1px solid #E3E3E3;
  margin: -20px -20px 0 -20px;
  padding: 20px;
}


#id_btn_buy,
#id_btn_sell {
  width: 107px;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
  margin-top: 15px;
}


/*  Form Login */

.form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}

input.parsley-success, textarea.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error, textarea.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}

ul.parsley-error-list {
  font-size: 11px;
  margin: 2px;
  list-style-type:none;
}
ul.parsley-error-list li {
  line-height: 11px;
}

.account-activity-buy {
  background-color: lightgreen;
}

.account-activity-sell {
  background-color: lightcoral;
}

.last-trades-row {
  font-size: 14px;
}

.md-blink,
.order-manager-blink,
.balance-info-blink,
.order-book-blink {
  background-color: #ffff00;
}


#social-shares-wrap {
	position: fixed;
	margin-right:10px;
	z-index: 2;
}
.social-shares {
    float: right;
    /* max-width: 310px; Removed to fix resize bugs */
    /* height: 25px; Removed to fix resize bugs */
    background: white;
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCC;
    border-top: 0;
    width: 265px;
    box-shadow: 0 0px 5px #CCC;
    border-radius: 0 0 5px 5px;
}
.social-shares .tw-wrap,
.social-shares .fb-wrap,
.social-shares .gp-wrap {
	float: left;
    width:80px;
}
.social-shares .gp-wrap {
	margin-left: 16px;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
  #login { display: none; }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
  #login { display: block; }
}

.btn-cancel-order {
  text-decoration: none !important;
}


.simple-order-entry-text {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.order-entry {
}
.order-entry-data {
  margin-bottom: 5px;
}
.order-entry-simple-heading {
  padding: 45px 70px 15px;
}

.order-entry-simple h1 {
  margin: 10px 0 0;
}

.order-entry-simple-body {
  padding: 0 75px;
}

.order-entry-simple-data {
  margin-bottom: 5px;
}
.order-entry-simple-data input {
  text-align:right;
  width: 89%;
}



.notifications {
    position: fixed;
}

/* Positioning */
.notifications.top-right {
    right: 12px;
    top: 42px;
}

.notifications.top-left {
    left: 12px;
    top: 42px;
}

.notifications.bottom-left {
    left: 10px;
    bottom: 42px;
}

.notifications.bottom-right {
    right: 12px;
    bottom: 42px;
}

/* Notification Element */
.notifications > div {
    position: relative;
    z-index: 9999;
    margin: 0 0 12px;
}

.twofactor_steps h2 {
  display: inline-block;
  vertical-align: sub;
}

.twofactor_steps span {
  margin-left: 10px;
}

.twofactor_logo{
  max-width: 70px;
  padding-left: 5px;
}

.twofactor_store{
  max-width: 150px;
  margin-top: 5px;
  padding-left: 5px;
}


.highcharts-contextmenu > div:first-child {
  box-shadow: 0 6px 12px rgba(0,0,0,0.175)!important;
  border-radius: 4px;
  padding: 0!important;
}
.highcharts-contextmenu hr {
  padding: 0!important;
}


.highcharts-contextmenu * {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px!important;
  padding: 4px!important;
}
