.home-container {
  background: url("../images/Algemeen-Stater1.jpg") no-repeat center top;
}

.clear {
  clear: both;
}
.block {
  display: block;
  clear: both;
}

/* Content */
.content {
  margin-top: 40px;
}

a.symbol {
  background-position: 5px 5px;
  background-repeat: no-repeat;
  display: block;
  min-height: 22px;
  min-width: 18px;
  max-width: 22px;
  padding: 0;
}

a.symbol:hover {
  background-color: #f3d791;
}

a.symbol.success {
  color: #449d44;
}
a.symbol.fail {
  color: #c9302c;
}

/* Table overview */

table.overview {
  border: 0px;
  border-spacing: 0;
  margin-bottom: 20px;
  width: 100%;
}

table.overview th {
  vertical-align: bottom;
}

table.overview th input {
  margin-left: -3px;
}

table.overview th:first-child input {
  margin-left: -5px;
}

table.overview th {
  color: #502d7f;
  margin: 0px;
  padding: 3px 5px;
  text-align: left;
}

table.overview td {
  margin: 0px;
  padding: 3px 5px;
}

table.overview td.symbol {
  margin: 0px;
  padding: 0;
}

table tr.even {
  background-color: #fff;
}

table.overview.hover tr:hover {
  color: #ef8b00;
  cursor: pointer;
}

table.overview tr.highlight td {
  font-weight: bold;
}

table.overview.white-border tr td {
  border-top: 1px solid #fff;
}

table.overview th a.sort {
  color: #502d7f;
  display: block;
  text-decoration: none;
}

table.overview th a.sort:hover {
  text-decoration: underline;
}

table.overview th a.sort.current {
  background: url("../images/sort.gif") no-repeat scroll left 7px;
  color: #ef8b00;
  padding-left: 15px;
}

table.overview th a.sort.current-desc {
  background: url("../images/sort-desc.gif") no-repeat scroll left 7px;
  color: #ef8b00;
  padding-left: 15px;
}

table.overview th .form-control {
  font-weight: normal;
  height: auto;
  padding: 3px 5px;
  width: 100%;
}

th.wide {
  width: 20%;
}
th.narrow {
  width: 5%;
}

.uppercase {
  text-transform: uppercase;
}

/* pagination */

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
  background-color: #ef8b00;
  border-color: #ef8b00;
}

.pagination .previous-button a {
  background: url("../images/point-left.png") no-repeat left 9px center #fff;
  overflow: hidden;
  color: #ef8b00;
  padding-left: 25px;
}

.pagination .next-button a {
  background: url("../images/point-right.png") no-repeat right 9px center #fff;
  overflow: hidden;
  color: #ef8b00;
  padding-right: 25px;
}
.pagination-small .previous-button a {
  overflow: hidden;
  text-indent: -9999px;
  padding-left: 10px;
}
.pagination-small .next-button a {
  overflow: hidden;
  text-indent: -9999px;
  padding-right: 10px;
}
.pagination .previous-button.disabled a {
  background-image: url("../images/point-left-disabled.png");
  color: #cccccc;
}

.pagination .next-button.disabled a {
  background-image: url("../images/point-right-disabled.png");
  color: #cccccc;
}

.pagination .dots a {
  background: none;
  border: 0px;
  overflow: hidden;
  padding: 0px;
  text-indent: -9999px;
  width: 8px;
}

.pagination li a,
.pagination li span {
  color: #502d7f;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #ef8b00;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f6f6f6;
  border-color: #ddd;
  color: #ef8b00;
}

div.inline {
  display: inline-block;
}

.input-group.inline .form-control {
  display: inline-block;
  float: none;
}

.input-group.inline {
  float: none;
  display: inline;
}
.input-group.inline .input-group-btn {
  float: none;
  display: inline;
}
.input-group.inline .input-group-btn .btn {
  margin-bottom: 5px;
  margin-top: 3px;
}
.input-group.inline .input-group-btn .dropdown-menu {
  margin: 14px 0 0;
}
.input-group.inline .form-control {
  float: none;
  display: inline;
  width: 40px;
  margin-top: 2px;
  margin-bottom: -1px;
}

/* ### Form ### */

.col-sm-6 {
  padding-right: 16px; /* fixes the padding of dropdowns */
}

span.description {
  background: url("../images/info.png") no-repeat 2px 9px;
  display: block;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  width: 22px;
}

div#description-popup {
  background-color: #fff;
  border: 1px solid #808080;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(80, 80, 80, 0.6);
  padding: 5px 10px;
  position: absolute;
  max-width: 305px;
}

@media (min-width: 768px) {
  /* wide view */
  .form-group .col-sm-1 {
    padding: 0px;
  }
}

div.form-group {
  border-top: 2px solid #ccc;
  margin-bottom: 5px;
  padding-top: 5px;
}

div.form-group.buttons {
  border-top: 2px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
}

div.form-group.line {
  border-top: 2px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
}

div.form-group.lines {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
}

.buttons-right {
  float: right;
}

div.editor-item {
  clear: both;
}

div.editor-label {
  float: left;
  width: 200px;
}

div.editor-field {
  float: left;
  width: 250px;
}

div.editor-field input {
  display: block;
}

.form-control {
  border-radius: 0px;
  font-size: 13px;
}

select.form-control {
  padding: 6px;
}

.required {
  color: #ef8b00;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 12px;
  margin: 0px 8px 0 0;
}

.form-horizontal .required {
  margin: 13px 8px 0 0;
}

.form-horizontal .control-label {
  font-weight: normal;
  text-align: left;
}

.form-control:focus {
  border-color: #ef8b00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 3px rgba(239, 139, 0, 0.6);
}

label.radio {
  display: inline;
  font-weight: normal;
  margin-right: 15px;
}

.radiobuttons {
  padding-top: 4px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: none;
}

input.currency {
  background: url(../images/euro.png) no-repeat 8px 10px #ffffff;
  padding-left: 20px;
}

input.currency.input-validation-error {
  background: url(../images/euro-invalid.png) no-repeat 8px 11px #ffffff;
  padding-left: 20px;
}

p.info {
  font-weight: bold;
  margin-left: 16px;
}

p.warning {
  color: #ef8b00;
  font-weight: bold;
}

div.warning {
  color: #ef8b00;
  font-weight: bold;
  margin-left: 16px;
}

div.date {
  float: right;
  font-size: 0.9em;
}
input[type="date"] {
  line-height: 22px;
}

.hidden {
  display: none;
}

/* Validation */

.field-validation-error {
  color: #d2322d;
  display: none;
  float: left;
  padding-top: 7px;
}

.hide-validation .field-validation-error {
  display: none;
}

.validation-top .field-validation-error {
  display: block;
  float: none;
}

.error {
  color: #c00;
  font-weight: bold;
}

.input-validation-error {
  border: 1px solid #c00;
  color: #c00;
}

table.edit-table {
  width: 100%;
}

table.edit-table th {
  font-weight: normal;
  padding: 2px 10px 2px 2px;
}

th.narrow {
  width: 4%;
}

/* Buttons */

.btn-info {
  background-color: #9c71d1;
  border: 1px solid #8864b7;
  color: #fff;
}

.tiles-container .btn-info:hover,
.tiles-container .btn-info:focus {
  background-color: #8864b7;
  border: 1px solid #8864b7;
  color: #fff;
}

.tiles-container .btn-cancel {
  background-color: #aaa;
  border: 1px solid #888;
  color: #fff;
}

.tiles-container .btn-cancel:hover,
.tiles-container .btn-cancel:focus {
  background-color: #999;
}

.tiles-container .btn-default {
  background-color: #ef8b00;
  border: 1px solid #db7c00;
  color: #fff;
}

.btn-default {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.tiles-container .btn {
  font-size: 13px;
  font-weight: bold;
  margin: 2px 3px 0 0;
  text-shadow: none;
}

.tiles-container .btn-default:hover,
.tiles-container .btn-default:focus {
  background-color: #db7c00;
  border: 1px solid #db7c00;
  color: #fff;
}

.btn-default {
  background-color: #ef8b00;
  border: 1px solid #db7c00;
  color: #fff;
}

.input-group-btn .btn {
  background-color: #ffffff;
  color: #555;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  height: 34px;
}
.input-group-btn .btn:hover,
.input-group-btn .btn:active,
.input-group-btn .btn:focus {
  background-color: #eeeeee;
  color: #555;
  border: 1px solid #cccccc;
}

.col-sm-offset-2-5 {
  margin-left: 19.7%;
}

.btn[disabled] {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #ffffff;
}

/* detail */

.detail .row {
  margin: 0;
}

.col-float-left {
  float: left;
  width: 50%;
}
.col-float-right {
  float: right;
  width: 50%;
}

.detail .col-sm-6 {
  margin: 0;
  padding: 0px;
}

.column-label {
  float: left;
  width: 41.6667%;
}

.column-value {
  float: left;
  width: 58%;
}

.whitespace-top,
.row.whitespace-top {
  margin-top: 30px;
}

/* narrow view*/

.detail .col {
  clear: both;
  min-height: 28px;
  padding: 0px 4px;
}

.odd-even .col.even {
  background-color: #ffffff;
}

.detail .column-label {
  padding: 4px 0px;
}

.detail .column-value {
  color: #444;
  padding: 4px 0px;
}

/* wide view*/

@media (min-width: 768px) {
  .odd .col.even {
    background-color: #f6f6f6;
  }

  .odd-even .row.even {
    background-color: #ffffff;
  }

  .detail .column-value {
    clear: none;
  }

  .detail .row {
    padding: 4px;
  }

  .detail .col {
    clear: none;
    min-height: 20px;
    padding: 0px;
  }

  .detail .column-label {
    padding: 0px;
  }

  .detail .column-value {
    padding: 0px;
  }
}

/* Homepage */

.homeview .navigation {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.homeview .navigation ul {
  background-position: 7px 1px;
  background-repeat: repeat-x;
  display: block;
  list-style: none outside none;
  padding-left: 0px;
  padding-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

.homeview .navigation ul li {
  background-clip: content-box;
  background-position: center top;
  background-repeat: no-repeat;
  float: left;
  font-weight: bold;
  height: 65px;
  padding: 0 0 35px 0;
  position: relative;
  width: 85px;
}

.homeview .navigation ul li:hover {
  background-position: center -68px;
}

.homeview .navigation ul li.home {
  background-image: url("../images/icon-footer-home.png");
}

.homeview .navigation ul li.contact {
  background-image: url("../images/icon-footer-contact.png");
}

.homeview .navigation ul li.documenten {
  background-image: url("../images/icon-footer-documenten.png");
}

.homeview .navigation ul li.overzicht {
  background-image: url("../images/icon-footer-overzicht.png");
}

.homeview .navigation ul li a {
  color: #502d7f;
  display: block;
  padding-top: 65px;
  text-align: center;
  width: 85px;
}

.homeview .navigation ul li a:hover {
  color: #ef8b00;
}

.homeview .navigation .center {
  margin: 5px auto 0;
  overflow: hidden;
}

.homeview-bottom {
  float: right;
  margin: 48px 0 0;
}

.homeview {
  bottom: 0px;
  height: 100px;
  overflow: hidden;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 6;
  text-align: center;
}

.homeview .center {
  margin: 0px auto;
  margin-top: 5px;
  overflow: hidden;
}

.homeview ul {
  list-style: none;
  padding-left: 8px;
}

.homeview li {
  background: url("../images/footer-divider.png") right 3px no-repeat;
  color: #8c806e;
  float: left;
  font-size: 11px;
  padding: 0px 5px 0px 4px;
}

.homeview li a {
  color: #8c806e;
  display: block;
  text-decoration: none;
}

.homeview li a:hover {
  text-decoration: underline;
}

.homeview li:last-child {
  background: none;
}

.slides_container {
  height: 191px;
  margin-bottom: 30px;
  position: relative;
}

.home .footer {
  position: absolute;
}

body.home {
  background-image: url("../images/body-bg-home.png");
}

body.home .office {
  margin-bottom: 30px;
}

body.home .office h2 {
  color: #ef8b00;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  margin: 0px;
  padding: 0;
}

body.home .office h1 {
  color: #502d7f;
  font-size: 17px;
  font-weight: normal;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

body.home .office a.other {
  background: url("../images/li-icon.gif") no-repeat scroll left 3px;
  color: #502d7f;
  font-size: 13px;
  padding-left: 20px;
}

body.home h3 {
  color: #ef8b00;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
}

body.home h3.welcome {
  font-weight: normal;
}

body.home .content .navigation {
  margin-top: 20px;
}

body.home .content .navigation ul {
  float: left;
  list-style: none outside none;
  padding-left: 0px;
  width: 100%;
}

body.home .content .navigation ul li {
  background-clip: content-box;
  float: left;
  font-weight: bold;
  height: 100px;
  min-width: 92px;
  padding-bottom: 40px;
  position: relative;
  width: 16%;
}

body.home .content .navigation ul li a {
  color: #502d7f;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-top: 60px;
  text-align: center;
  text-transform: uppercase;
}

body.home .notifications ul {
  margin-bottom: 0px;
}
body.home .notifications .pagination a {
  height: 25px;
}
body.home .notifications .pagination {
  margin: 0px;
}
body.home .notifications .pagination .previous-button a {
  padding-left: 15px;
}
body.home .notifications .pagination .next-button a {
  padding-right: 15px;
}

body.home .content .navigation ul li a:hover {
  color: #ef8b00;
}

.navigation ul li.home {
  background: url("../images/icon-footer-home.png") no-repeat scroll center top;
}

.navigation ul li.contact {
  background: url("../images/icon-footer-contact.png") no-repeat scroll center
    top;
}

.navigation ul li.uitbetalen {
  background: url("../images/icon-footer-uitbetalen.png") no-repeat scroll
    center top;
}

.navigation ul li.documenten {
  background: url("../images/icon-footer-documenten.png") no-repeat scroll
    center top;
}

.navigation ul li.aflossen {
  background: url("../images/icon-footer-aflossen.png") no-repeat scroll center
    top;
}

.navigation ul li.aflosverzoek {
  background: url("../images/icon-footer-aflosverzoek.png") no-repeat scroll
    center top;
}

.navigation ul li.overzicht {
  background: url("../images/icon-footer-overzicht.png") no-repeat scroll center
    top;
}

.navigation ul li.help {
  background: url("../images/icon-footer-help.png") no-repeat scroll center top;
}

.navigation ul li:hover {
  background-position: center -68px;
}

body.home .content .navigation ul li:last-child {
  margin-right: 0px;
}

body.home .content .navigation ul li a {
  color: #502d7f;
  display: block;
  font-size: 12px;
  font-weight: bold;
  min-width: 92px;
  padding-top: 68px;
  text-align: center;
  text-transform: uppercase;
}

body.home .navigation .center {
  margin: 5px auto 0;
  overflow: hidden;
}

body.home .divider {
  border-bottom: 1px solid #ccc;
  margin: 25px 0 32px 0;
}

@media (min-width: 768px) {
  .home-column-left {
    width: 379px;
  }
}

@media (min-width: 992px) {
  .home-column-left {
    width: 599px;
  }
}

@media (min-width: 1200px) {
  .home-column-left {
    width: 799px;
  }
}

.home-column-right {
  float: right;
  padding: 0px;
  width: 351px;
}

body.home .home-column-right ul.list {
  padding-bottom: 15px;
  width: 100%;
}

body.home .home-column-right ul.list li {
  color: #502d7f;
  font-size: 12px;
  list-style: none;
}

body.home .home-column-right ul.list li a {
  background: url("../images/li-icon.gif") no-repeat scroll left 3px;
  color: #502d7f;
  padding-left: 20px;
}

.post {
  background: url("../images/er_is_post.png") no-repeat scroll left top;
  height: 196px;
  margin-left: -66px;
  margin-top: -280px;
  padding: 25px 25px 50px 25px;
  position: absolute;
  width: 222px;
  z-index: 10;
}

body.home .post h3 {
  color: #fff;
  margin: 15px 0px 20px 20px;
}

body.home .post a {
  color: #fff !important;
  margin: 0 !important;
  padding-left: 20px;
  padding-top: 0px !important;
  text-align: left !important;
  text-transform: none !important;
}

.home-column-right h3 {
  margin-bottom: 20px;
}

body.home .footer .navigation {
  display: none;
}

body.home .footer-bottom {
  display: block;
}

.slides_control {
  height: 216px;
}

body.home .slides_container .arrow {
  background: url("../images/sliderpeak.png") no-repeat scroll right bottom;
  bottom: -10px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.resultsViewWide {
  position: absolute;
  left: 5%;
  right: 5%;
  padding-bottom: 100px;
}

.services {
  bottom: 0px;
}

/* Help */
.help-pagina ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.help-pagina ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.help-pagina ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.help-pagina li ol > li {
  margin: 0;
}

.help-pagina li ol > li:before {
  content: counters(item, ".") " ";
}

.help-pagina ol.index ol {
  margin-top: 5px;
  margin-left: -32px;
}

.index li {
  list-style: none;
  background: url("../images/point-right.png") no-repeat scroll 0 4px
    rgba(0, 0, 0, 0);
  padding-left: 14px;
  margin-left: 0px;
}

.help-pagina ul li {
  list-style: none;
  background: url("../images/point-right.png") no-repeat scroll 0 4px
    rgba(0, 0, 0, 0);
  padding-left: 14px;
  margin-left: 0px;
}

.help-pagina .shadow {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.36);
  -moz-box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.36);
  box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.36);
}

.help-pagina .screenshot {
  margin: 5px 10px 15px 0;
  border: 1px solid #888;
}

.help-pagina .border {
  border: 1px solid #888;
  padding: 3px 8px;
  margin-bottom: 20px;
}
.help-pagina .border-table td,
.help-pagina .border-table th {
  padding: 2px 5px;
}

.img-left {
  float: left;
  margin: 5px 10px 20px 0;
}

.help-pagina h2 {
  margin-top: 60px;
}
.help-pagina h3 {
  margin-top: 30px;
}

.content {
  margin-top: 0;
}

table.display {
  width: 100%;
}

table.display th {
  font-weight: normal;
  padding: 4px;
}

table.display td {
  color: #444444;
  padding: 4px;
}

/* Kalender */

#ui-datepicker-div {
  border-radius: 0px;
  margin-bottom: 125px;
  z-index: 8 !important;
}

.ui-datepicker-header {
  border-radius: 0px;
}

select.ui-datepicker-month {
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  font-family: Arial;
}

select.ui-datepicker-year {
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  font-family: Arial;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f6f6f6;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #fff;
  border: 1px solid #502d7f;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #ef8b00;
  border: 1px solid #ef8b00;
  color: #000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  padding: 3px 6px;
}

.ui-widget-header {
  background: #f6f6f6;
}

.ui-widget {
  color: #8c806e;
  font-family: Arial;
}

.ui-widget-header .ui-icon-circle-triangle-w {
  background: url("../images/point-left.png") no-repeat center center;
}

.ui-widget-header .ui-icon-circle-triangle-e {
  background: url("../images/point-right.png") no-repeat center center;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background: #fff;
  border: 1px solid #ef8b00;
}

.ui-widget-header .ui-state-focus {
  background: none;
  border: 0px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  border: 1px solid #ef8b00;
  border-radius: 0px;
  left: 2px;
  top: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
  border: 1px solid #ef8b00;
  border-radius: 0px;
  right: 2px;
  top: 2px;
}

/* grid */

tr.padded > td {
  padding-bottom: 2px;
  padding-right: 2px;
}

.dim {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1 !important;
  background-color: #ffffff;
  opacity: 0.8;
}

#ajaxProgress {
  display: none;
}

#ajaxProgress img {
  left: 45%;
  position: relative;
  top: 35%;
}

div.modelakten div.row {
  display: block;
  clear: both;
}

div.modelakten a.akte {
  background: url("../images/point-right.png") no-repeat 0px 4px;
  padding-left: 14px;
  display: inline-block;
  width: 240px;
}

.user-icon {
  background-image: url("../images/user-icon.png");
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-bottom: -3px;
}

#menu {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -96px;
}

nav {
  display: block;
}

#menu nav.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

#menu nav.menu li {
  list-style: none;
  line-height: 46px;
  color: #432968;
  flex: 1 0 0px;
  max-width: 252px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-family: "oswaldbold", sans-serif;
  font-weight: bold;
  background-color: #e1e1e1;
}

#menu nav.menu li.active,
#menu nav.menu li.active:hover {
  background-color: #f4f4f4;
}

#menu nav.menu li:not(:last-child) {
  margin-right: 8px;
}

#menu nav.menu li.active a {
  color: #000;
}

#menu nav.menu ul li a {
  padding: 0 3px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 15px;
  color: #4a2769;
}

#menu nav.menu ul li a:hover {
  color: #ef8b00;
}

.textBox {
  width: 250px;
  border: none;
  border-radius: 4px;
  padding-left: 8px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  box-shadow: 0px 0px 5px rgba(44, 44, 44, 0.3);
  padding: 6px 12px;
}

.expandable-menu li {
  list-style-type: none;
  text-align: left;
  margin-left: -30px;
}

.expandable-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.center-content {
  text-align: center;
}

.center-content div {
  margin: auto;
  width: 350px;
}

.btn-default,
.wide {
  width: 250px;
}

.qr-code {
  margin: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.list {
  text-align: left;
}
