body {
    font-family: Verdana;
}

h3 {
    font-weight: 800;
}

.ivboContainer {
    min-width: 1240px;
    max-width: 1240px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ivboRedText {
    color: #C60C30;
}

.ivboRedBackground {
    background-color: #C60C30;
}

.white {
    color: white;
}

#horizontalNav {
    width: 900px;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 50px 0 10px;
    border-bottom: 2px solid #C60C30;
    display: flex;
    flex-flow: row nowrap;
}

#horizontalNav > li {
    border-style: solid;
    border-color: #C3C3C3;
    border-width: thin;
    text-align: center;
    font-size: medium;
    border-right: none;
    font-weight: 600;
    flex-basis: 150px;
    box-sizing: content-box;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#horizontalNav > li:last-of-type {
    border-right: #C3C3C3 solid thin;
}

#horizontalNav > li:hover a {
    color: #275E37;
    text-decoration: none;
}

#horizontalNav > li.selected {
    background-color: #FFF1D5;
}
#horizontalNav > li.selected a {
    color: #275E37;
}

#horizontalNav > li.selected:hover {
    color: #275E37;
    text-decoration: none;
}

.navDiv {
    margin-top: 40px;
    height: 90px;
}

.content {
    margin-top: 40px;
    margin-left: 205px;
}

.tableContainer {
    margin: 15px 0 35px;
    width: 900px;
    display: flex;
    justify-content: center;
}

.table {
    width: 800px;
}

.table thead {
    background-color: #C60C30;
    color: #FFFFFF;
}

.table thead tr th, .table tbody tr td {
    text-align: center;
    padding: 2px;
    border: 2px solid #C60C30;
}

.balanceBlock {
    width: 350px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
    margin-bottom: 25px;
}

.hidden {
    display: none;
}

.balanceBlock i {
    display: flex;
    align-items: center;
}

.ivboBtn {
    background-color: #C60C30;
    color: #FFFFFF;
    border-radius: 0;
    width: 130px;
    height: 30px;
    line-height: normal;
}

.currentContainers {
    padding: 20px;
    border: 2px solid #C60C30;
}

.tableFirstColumn {
    padding: 5px;
    border: 2px solid #C60C30;
    color: #C60C30;
    font-weight: bold;
    text-align: center;
}

.ivboTd {
    border: 2px solid #C60C30;
    text-align: center;
}

.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#fileLabel {
    float: left;
    display: block;
    cursor: pointer;
    border-radius: 12px;
    background: #E8F0FE;
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #484745;
}

.accordion {
    font-family: Verdana;
    font-size: 18;
    font-weight: bold;
    color: #484745;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.panel {
    font-family: Verdana;
    font-size: 18;
    color: #484745;
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.color1 {
    color: #8cbe25
}

.color2 {
    color: #49b2c3
}

.color3 {
    color: #6d6e70
}

.btn {
    background-color: #C60C30;
    text-decoration: none !important;
    color: #fff !important;
    transition: all .1s ease-in-out
}

.btn:hover {
    transform: scale(1.05);
    background-color: #C60C30;
    color: #fff;
    text-decoration: none !important
}

.btn.white {
    background-color: #fff;
    color: #6d6e70
}

.btn.color1 {
    background-color: #8cbe25
}

.btn.color2 {
    background-color: #49b2c3
}

.btn.color3 {
    background-color: #6d6e70
}

.btn.btn-download {
    margin: 5px 5px 5px 0;
    background-color: #6d6e70 !important;
    text-decoration: none !important;
    border-radius: 0 !important
}

.btn.btn-download img {
    max-width: inherit;
    float: none;
    margin: 0 6px 3px 0 !important
}

.btn.btn-download:hover {
    background-color: #49b2c3 !important;
    color: #fff
}

button, input[type=button] {
    margin-left: 5px
}

html {
    font-family: 'PT Sans Narrow', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    color: #6d6e71;
    text-decoration: none;
}

a:hover, a:focus {
    color: #428bca;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto;
}

a.active {
    border-bottom: 1px dotted #8cbe25;
    color: #8cbe25;
}

.toplogo {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 25%;
    height: auto;
}

.boxshadow {
    /* -webkit-box-shadow: 10px 10px 6px 6px #777;
    -moz-box-shadow: 10px 10px 6px 6px #777;
    */
    box-shadow: 0 0 8px 2px #acacac;
    border-radius: 8px;
    padding: 3em 1em;
}

.breadcrumbs {
    font-size: small;
    margin-bottom: 2em;
}

.loginBtn {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3em;
}

ul li ul li {
    margin-left: 1em;
}

sup {
    color: firebrick;
}

#numberSpinner, #streetSpinner {
    color: #2a6496;
}

label {
    float: right;
    line-height: 30px;
}

#accountForm .row {
    margin-bottom: 0.3em;
}

#accountForm input[type="text"], #accountForm input[type="email"] {
    width: 100%;
}

.alert ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.alert ol li {
    counter-increment: my-awesome-counter;
}

.alert ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #2a6496;
    font-weight: bold;
}

label.required:after {
    content: " *";
    font-weight: bold;
    color: #C60C30;
}

.nobr {
    white-space: nowrap;
    font-weight: bold;
    color: #2a6496;
}

.marginTop {
    margin-top: 1em;
}

.callcenter {
    border: 1px solid brown;
    padding: 0.3em;
    border-radius: 0.3em;
    background-color: firebrick;
    color: #fff;
}

.top-address {
    font-size: larger;
    line-height: 1.5em;
    margin-top: -1em;
}

.flexLeft {
    flex: 0 0 41%;
}

.custom-checkbox a {
    color: #2a6496;
}

.onderContainer a:hover, .onderContainer a.active {
    color: #8abd4f !important;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none !important;
    border: none;
}