body {
  font-family: "Trebuchet MS", "Trebuchet", "Lucida Sans Unicode",
    "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";

  color: #000000;
}

h3 {
  font-size: 1.5em;
}

@media (max-width: 1024px) {
  h3 {
    font-size: 1em;
  }
}

.footer {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: normal;
}

@media (max-width: 800px) {
  .footer {
    font-size: 0.5em;
  }
}

.container {
  min-width: 460px;
  width: 1680px;
}

.main-content {
  padding: 0 80px;
}

.brand {
  font-weight: bold;
}

.jumbotron {
  background: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  color: #fff;
  min-width: 380px;
}

@media (min-width: 600px) {
  .jumbotron {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.ccyPairSelect {
  width: 220px;
}

.ccySelect {
  padding-left: 0px;
}

.spread {
  font-size: 2em;
  color: #f5d328;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .spread {
    font-size: 1.5em;
  }
}

.spreadNum {
  font-size: 3em;
  color: #f5d328;
}

@media (max-width: 800px) {
  .spreadNum {
    font-size: 2em;
  }
}

.price {
  margin-top: 10px;
  margin-bottom: 20px;
}

.priceTable td {
  font-size: 1em;
}

@media (max-width: 800px) {
  .priceTable {
    font-size: 0.5em;
  }
}

.priceDiff {
  font-weight: bold;
  font-size: 2em;
}

@media (max-width: 800px) {
  .priceDiff {
    font-size: 1.5em;
  }
}

.orderLabelDiv {
  padding-right: 0px;
  padding-top: 7px;
}

.orderLabel {
  font-size: 1em;
  font-weight: bold;
}

@media (max-width: 800px) {
  .orderLabel {
    font-size: 0.8em;
  }
}

.orderRow {
  margin-bottom: 20px;
}

.btn-blue {
  background-color: #52a7f9;
  color: #fff;
  box-shadow: 2px 2px 1px #19528c;
  font-size: 1.2em;
  white-space: normal;
}

.btn-blue:visited {
  color: #fff;
}

.btn-blue:hover {
  color: #fff;
  background-color: #19528c;
}

.btn-blue:active {
  color: #fff;
}

.btn-blue:focus {
  color: #fff;
}

.tradeAmountErrorRow {
  position: relative;
  top: -20px;
}

.tradeAmountError {
  padding: 5px;
  background-color: #fef2f2;
  border: 1px solid #ffb4a8;
  font-size: 0.9em;
}

.fa-minus-circle {
  color: red;
  margin-left: 5px;
  margin-right: 5px;
}

.datePickerRow {
  margin-bottom: 20px;
}

.datepicker {
  width: 100px;
  color: transparent;
  text-shadow: 0 0 0 black;
  text-align: center;
}

.datepicker:focus {
  outline: none;
}

.todaySpan {
  border-radius: 3px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.todaySpan:hover {
  background-color: #dddee0;
}

.today {
  cursor: pointer;
  color: #000;
}

.today:link {
  text-decoration: none;
  color: #000;
}

.today:hover {
  text-decoration: none;
  color: #000;
}

.today:active {
  text-decoration: none;
  color: #000;
}

#orderTablePagination {
  height: 40px;
  background-color: #dddee0;
  text-align: center;
  padding-top: 5px;
}

.pageNumber {
  margin-right: 10px;
  cursor: pointer;
}

.notCurrentPage {
  color: black;
}

.submitStatus {
  margin-bottom: 20px;
  display: block;
}

.orderModalTitle {
  font-weight: bold;
  color: #fff;
}

.orderMessage {
  display: inline-block;
  position: relative;
  top: -15px;
  font-size: 1.5em;
  margin-left: 10px;
  height: 60px;
  line-height: 60px;
}

.form-checkbox {
  height: 34px;
  width: 34px;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.development {
  position: absolute;
  width: 149px;
  height: 149px;
  top: 0;
  left: 0;
  border: 0;
  z-index: 1000;
  background-image: url("../images/development_ribbon.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.hero-unit {
  margin: 50px auto 0 auto;
  width: 300px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  background-color: #eee;
  border-radius: 6px;
  padding: 60px;
}

.hero-unit h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.error {
  color: white;
  background-color: red;
}

.hipster {
  display: inline-block;
  width: 347px;
  height: 497px;
  background: url("../images/hipster.png") no-repeat center top;
  background-size: contain;
}
.mdq-column {
  width: 16.7%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
  vertical-align: middle;
  font-family: "Overpass", sans-serif;
}

.mdq-cell {
  width: 16.7%;
  text-align: center;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-family: "Overpass", sans-serif;
}

.mdq-table-layout-margin layout-margin {
  margin-bottom: 8px;
  margin-top: 8px;
}

.mdq-row {
  height: 40px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.mdq-header {
  height: 40px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  vertical-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.mdq-head {
  vertical-align: middle;
}
body,
html {
  height: auto;
}
.mdq-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
}

/* form starting stylings ------------------------------- */
.group {
  position: relative;
}
input {
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  margin-right: 3px;
  display: block;
  width: 150px;
  border: none;
}
button,
input,
select,
textarea {
}
input:focus {
  outline: none;
}

/* LABEL ======================================= */
label {
  color: darkred;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label,
input:valid ~ label {
  top: -20px;
  font-size: 14px;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 300px;
}
.bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;

  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.bar:before {
  left: 50%;
}
.bar:after {
  right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
  }
  to {
    width: 0;
    background: transparent;
  }
}

/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .hipster {
    background: url("../images/hipster2x.png") no-repeat center top;
    background-size: contain;
  }
}

.hand {
  cursor: pointer;
}

#threadDump .popover,
#healthCheck .popover {
  top: inherit;
  display: block;
  font-size: 10px;
  max-width: 1024px;
}

#healthCheck .popover {
  margin-left: -50px;
}

.alert .popover pre {
  font-size: 10px;
}

.voffset {
  margin-top: 2px;
}

.voffset1 {
  margin-top: 5px;
}

.voffset2 {
  margin-top: 10px;
}

.voffset3 {
  margin-top: 15px;
}

.voffset4 {
  margin-top: 30px;
}

.voffset5 {
  margin-top: 40px;
}

.voffset6 {
  margin-top: 60px;
}

.voffset7 {
  margin-top: 80px;
}

.voffset8 {
  margin-top: 100px;
}

.voffset9 {
  margin-top: 150px;
}

/* start Password strength bar style */
ul#strength {
  display: inline;
  list-style: none;
  margin: 0;
  margin-left: 15px;
  padding: 0;
  vertical-align: 2px;
}

.point:last {
  margin: 0 !important;
}

.point {
  background: #ddd;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}

.inner-table {
  background-color: lightblue;
}

/*.css-form input.ng-invalid.ng-touched {
   background-color: #FA787E;
}

.css-form input.ng-valid.ng-touched {
  background-color: #78FA89;
}
*/
.glyphicon-true {
  font-size: 30px;
  color: green;
}

.glyphicon-false {
  font-size: 30px;
  color: red;
}

.st-sort-ascent:before {
  content: "\25B2";
}

.st-sort-descent:before {
  content: "\25BC";
}
.sortorder:after {
  content: "\25b2";
}
.sortorder.reverse:after {
  content: "\25bc";
}

.st-selected {
  /*background: #418eff !important;
    color: white !important;
    */
  font-weight: bolder;
  font-size: larger;
}

input.ng-invalid.ng-dirty {
  border: solid red 3px;
}

td.highlightable.highlight {
  background-color: yellow;
  /*color:red;*/
  font-weight: bolder;
}

/* span child of td*/
td.markup span {
  cursor: pointer;
  cursor: hand;
}

td.markup.dirty {
  border-style: dashed;
  border-color: blue;
  border-width: 3px;
}

td.markup.XWide {
  background-color: red !important;
  color: white;
}

td.markup.Wide {
  background-color: orange !important;
  color: white;
}

td.markup.Normal {
  background-color: green !important;
  color: white;
}

td.markup.Flat {
}

td.markup.XWide > a.editable-click,
td.markup.Wide > a.editable-click,
td.markup.Normal > a.editable-click {
  color: white;
}

#searchclear {
  position: relative;
  left: -30px;
}

.ui-match {
  background: yellow;
}

.ui-reset {
  content: "Clear";
}

.invisible {
  /*display: none;*/
  visibility: hidden;
}

.badge > a {
  color: whitesmoke;
}

.fa {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

/*.CREATE,
.UPDATE {
    border-style : dashed;
    border-color: orange;
    border-width: 3px;
}*/
tr.DELETE {
  text-decoration: line-through;
}

tr.selected {
  border-style: none solid;
  border-color: orange;
  border-width: 3px;
}

.buzz {
  position: relative;
  -webkit-animation: hvr-buzz 0.15s infinite; /* Chrome, Safari, Opera */
  animation: hvr-buzz 0.15s infinite;
}

.limit-percent-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.limit-percent {
  color: white;
  font-size: 200%;
}

.limit-ccy-table {
  background-color: white;
  position: absolute;
  z-index: 10;
}

.limit-ccy-table td,
.limit-ccy-table th {
  border: 1px solid;
  padding: 5px;
  margin: 5px;
}

.limit-ccy-table tr:nth-child(even) {
  background: #ccc;
}

.limit-ccy-table tr:nth-child(odd) {
  background: #fff;
}

.highlightIncrease {
  color: green;
}

.highlightDecrease {
  color: red;
}

div.tooltip-inner {
  max-width: 350px;
  line-height: 1.8;
}

.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 400px;
  height: 300px;
}

.bestPrice {
  color: blue;
}

.normalPrice {
  color: black;
}

.highestUtilization {
  color: red;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
}

.ngGridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 800px;
}

.flow {
  color: #52b5c0;
}

/* solve issue of client tier's trader screen too wide */
.table-responsive {
  overflow: visible;
}

.strike {
  text-decoration: line-through;
  color: red;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.navbar {
  position: fixed;
  width: 100%;
}

.noresize {
  resize: none;
}

.vresize {
  resize: vertical;
}

.hresize {
  resize: horizontal;
}

.orderConfirmationModal {
  background: #dddee0;
  color: #000000;
  width: 650px;
}

.successIcon {
  color: #5cb85c;
}

.failureIcon {
  color: #d9534f;
}

.modal-header {
  background: #52a7f9;
  border-radius: 6px 6px 0px 0px;
  border-bottom: 0px;
}

.modal-body {
  padding-bottom: 0px;
}

.modal-footer {
  border-top: 0px;
  padding-top: 0px;
}

.cellcenter center {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.cellcenter center div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vcenter {
  vertical-align: top;
}

.vmiddle {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.progressDots {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.timeOutText {
  font-size: 25px;
  margin-top: 21px;
  margin-bottom: 10px;
}

.timeOutIcon {
  color: #d9534f;
}

.orderconfirmation-valuelabel {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: left;
}

.valuelabel-longtext {
  word-wrap: break-word;
  /*   width: 219px; */
}

.login-row {
  height: 34px;
  line-height: 34px;
}

.nobr {
  white-space: nowrap;
}

.vertical-text {
  writing-mode: tb-rl;
}

.table {
  background-color: #ffffff;
}

.dialogdemoBasicUsage #popupContainer {
  position: relative;
}

.dialogdemoBasicUsage .footer {
  width: 100%;
  text-align: center;
  margin-left: 20px;
}

.dialogdemoBasicUsage .footer,
.dialogdemoBasicUsage .footer > code {
  font-size: 0.8em;
  margin-top: 50px;
}

.dialogdemoBasicUsage button {
  width: 200px;
}

.dialogdemoBasicUsage div#status {
  color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
  margin-bottom: 0;
}

.custom-cell {
  width: 16.7%;
  text-align: center;
}

.glyphicon glyphicon-remove {
  font-size: 2em;
}

table.md-table thead.md-head > tr.md-row.table-header-blue {
  background-color: #2f5597;
  height: 42px;
}

table.md-table thead.md-head > tr.md-row.table-header-black {
  background-color: rgba(29, 29, 29, 0.76);
  height: 20px;
}

table.md-table td.md-cell.text.priceHighlightPositive {
  color: #7cd300;
}

table.md-table td.md-cell.text.priceHighlightNegative {
  color: #fd6002;
}

table.md-table td.md-cell.text.priceNotHighligted {
}

table.md-table tbody.md-body > tr.md-row.config {
  height: 65px;
}

@media only screen and (max-width: 414px) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 35px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #456fa9;
    height: 35px;
  }
}

@media only screen and (max-width: 320px) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 30px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #2f5597;
    height: 35px;
  }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 65px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #456fa9;
    height: 42px;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 65px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #2f5597;
    height: 42px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 65px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #2f5597;
    height: 42px;
  }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  table.md-table tbody.md-body > tr.md-row.config {
    height: 65px;
  }

  table.md-table thead.md-head > tr.md-row.table-header-blue {
    background-color: #2f5597;
    height: 42px;
  }
}

table.md-table tbody.md-body > tr.md-row.config.even {
  background-color: #353535;
}

table.md-table tbody.md-body > tr.md-row.config.odd {
  background-color: rgb(23, 20, 20);
}

.fabSpeedDialdemoBasicUsage .text-capitalize {
  text-transform: capitalize;
}

.fabSpeedDialdemoBasicUsage .md-fab:hover,
.fabSpeedDialdemoBasicUsage .md-fab.md-focused {
  background-color: #000 !important;
}

.fabSpeedDialdemoBasicUsage p.note {
  font-size: 1.2rem;
}

.fabSpeedDialdemoBasicUsage .lock-size {
  min-width: 300px;
  min-height: 300px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.top-div {
  display: float;
}

.top-div::after {
  clear: both;
}

.top-div .left-side-menu {
  display: inline-block;
  position: relative;
  left: 1%;
}

.top-div .right-search {
  display: inline-block;
  position: relative;
  left: 70%;
}

.searchBox {
  background-color: inherit;
  color: white;
}

/*.searchBox:hover{
	opacity:0.1;
	color:black;
}*/

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #989898;
  font-size: 12px;
  font-style: italic;
}

.btn1 {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}

.md-button.md-fab.md-mini.btn-activated {
  background-color: grey;
  padding: initial;
}

.md-button.md-fab.md-mini.btn-unactivated {
  background-color: white;
  padding: initial;
}

.button-config {
  height: 35px;
  width: 35px;
}

.md-icon-style {
  color: rgba(255, 255, 255, 0.87);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: gray;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: gray;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: gray;
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: gray;
  font-size: 14px;
}

input[type="text"] {
  width: 130px;
  height: 30px;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  color: black;
  /*margin-right: 100px;*/
  background-color: white;
  background-image: url("searchicon.png");
  background-position: 7px 2px;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 32px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  margin-top: 10px;
}

input[type="text"]:focus {
  width: 300px;
}
