body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin-bottom: 60px; /* footer height */
}

#hyperbudget-frontend-app {
    width: 100%;
    height: 100%;
}

a {
  color: #00B7FF;
  cursor: pointer;
}

a:hover,
a:active {
  color: #00B7FF;
  text-decoration: underline;
}

a.danger {
  color: red;
}

.spacing {
  margin-bottom: 20px;
}

input.ng-invalid.ng-touched {
  border: 1px solid red;
}

.container {
    margin-top: 30px;
}

.dropdown-menu {
    background: #343a40 ;
}
.dropdown-item {
    color: white ;
}
.dropdown-item.active {
    background: rgb(132, 132, 132) ;
}

.cat-income {
    background-color: #00FF00;
}

.cat-bills, .cat-rent, .cat-dd {
    background-color: #FFCCFF;
}

.cat-food {
  background-color: #dbb184
}

.cat-cpt{
    background-color: #000000;
    color: white;
}

.magic-table th {
    cursor: pointer;
}

.cat-tfr-pers {
    background-color: #fbffcc;
}

.cat-lloyds-match {
    background-color: #6DA803;
}

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

.breakdown th, .breakdown td {
    border: 1px solid #CCC;
}

th.split, td.split {
    border-right: 3px inset black;
}

table.categories .gains {
    font-weight: 700;
}

nav.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 300%;
}

nav.main-nav > ul {
  list-style-type: none;
  display: inline;
  text-align: center;
}

nav.main-nav > ul > li {
  list-style-type: none;
  display: inline;
  margin-left: 5px;
}

.nobreak {
  word-break: keep-all;
  white-space: nowrap;
}

.categories tr.cat-hsbc, .cat-hsbc td.src {
    background-color: #DB0011;
    color: white;
}

.categories tr.cat-lloyds, .cat-lloyds td.src {
    color: white;
    background-color: #006A4D;
}

.categories tr.cat-ffxcorp, .cat-ffxcorp td.src {
    background-color: #00192E;
    color: white;
}

.categories tr.cat-rbs, .cat-rbs td.src {
    background-color: #0A2F64;
    color: white;
}

.categories tr.midata, .cat-midata td.src {
  background-color: #b3eff5;
}

.cat-big {
  background-color: #5f9ea0;
  font-weight: 900;
}

.App, .layout {
    width: 100%;
    height: 100%;
}

form {
    padding: 10px;
}

.what {
    text-decoration: underline dashed;
    cursor: help;
}

.main {
    padding: 50px 10px;
}

.pointer {
    cursor: pointer;
}

.loginForm a {
    color: white;
    text-decoration: underline;
}

.loginForm a:hover, .loginForm a:active {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.block {
  display: block !important;
}

.fa-transparent, .fa-transparent::before {
  background: transparent !important;
  border: none !important;
}

.hidden {
  display: none !important;
}

.mobile.gains {
  font-size: 150%;
}

.categorise_transaction {
  z-index: 9999;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  overflow: auto;
}

.categorise_transaction--label {
  display: block;
  vertical-align: middle
}

.categorise_transaction--label > checkbox{
  height: 500%;
}
