nav.navbar.navbar-inverse {
    background-color: #E85B16;    
    border-color: #E85B16;
    height: 90px;
}

form.form-signin {
    margin-top: 0px;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
    padding-bottom: 0px;
    font-family: Roboto,Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
}

main {
  display: block;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px;
}

.push {
  height: 200px;
  box-sizing: border-box;
}

footer {
    background-color: #E85B16;    
    color: white;
    padding: 10px 0px;
    text-align: center;
    line-height: 23px;
    height: auto;
    min-height: 200px;
    box-sizing: border-box;
}

a.btn.btn-info.btn-lg,
.btn-primary,
.btn-primary:hover {
    background-color: #616161;
    border-color: #616161;
}
a.btn.btn-info.btn-lg:hover,
.btn-primary:hover {
    box-shadow: inset 0 -150px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 -150px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 -150px 0 rgba(0, 0, 0, 0.07);
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"]::-o-outer-spin-button,
input[type="number"]::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

table#missedPremiums.table-striped th {
    padding: 10px;
    text-align: center;
}
table#missedPremiums.table-striped td {
    padding: 10px 15% 10px 10px;
    text-align: right;
}
table#missedPremiums.table-striped td:first-child {
    padding: 10px;
    text-align: center;
}
