:root {
    --action-color: #f5f5f5;
    --fg-color: #fff;
    --bg-color: #63c5dc;
}


html {
    overflow-y: scroll;
}

::selection {
    color: var(--fg-color);
    background: var(--bg-color);
}

::-moz-selection {
    color: #fff;
    background: #63c5dc;
}

* {
    outline: 0;
}

[onclick],
[data-sort-name],
.clickable,
a {
    cursor: pointer;
}

html,
body {
    font-family: 'Open Sans', sans-serif; /*Wordt overschreven in style.less*/
    color: #3c3e45;
    background: #e7e7e7;
}

#datepickerheight {
    height: 34px;
    color: var(--bg-color);
}

nav {
    min-height: 81px !important;
    background: #fff;
}

input[readonly] {
    color: gray;
    background: #fff
}

select[readonly] option, select[readonly] optgroup {
    display: none;
}

ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

    ul.menu li {
        display: inline;
        list-style: none;
    }

        ul.menu li a {
            float: right;
            margin-left: 40px;
            padding-top: 30px;
            padding-bottom: 28px;
            text-decoration: none;
            color: #7f7e7d;
            border-bottom: 3px solid #fff;
        }

            ul.menu li a:hover,
            ul.menu li.active a {
                color: #412385;
                border-bottom: 3px solid var(--bg-color);
            }

.logo a {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

.head {
    /*height:235px;*/
    margin-top: 20px;
    /*margin: 0 -20px 20px -20px;*/
    margin-bottom: 20px;
    color: #fff;
    background-color:  var(--bg-color);
    border-radius: 15px;
}

    .head .head-bottom .hasDatepicker {
        color: white !important;
    }


.head-wrap {
    background-color: var(--bg-color);
}

.primary-bg {
    color: var(--bg-color);
    font-size: 20px;
}

.header-content {
    position: relative;
    z-index: 0;
    display: table;
    width: 100%;
    padding: 40px;
   
}

    .header-content h1 {
        margin: 0;
    }

    .header-content:after,
    .header-content:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: .2;
    }

    .header-content:after {
        background: url(../img/header-image.png) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .header-content.without-bg:after {
        content: none;
       
    }

    .header-content.without-bg {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
        opacity: .7;
    }


    .header-content > * {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }

    .header-content h1 {
        margin-top: 0;
        color: var(--fg-color);
    }

.head-bottom {
    display: block;
    /*height:80px;*/
    padding: 20px;
    background:  var(--bg-color);
}

    .head-bottom.menu-stroke {
        padding: 0;
        border-top: 1px solid rgba(255,255,255,.3);
    }

    .head-bottom.affix {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
    }

.nav.nav-tabs li a:hover,
.nav.nav-tabs li a:focus,
.nav.nav-tabs li a:active,
.nav.nav-tabs li a {
    background: transparent;
}

.nav.nav-tabs li.active a {
    background: white;
}

.nav.nav-tabs li a:hover,
.nav.nav-tabs li a:focus,
.nav.nav-tabs li a:active {
    color: inherit;
}

.nav.nav-tabs li a {
    color: #999;
}

.head-bottom .nav.nav-tabs {
    margin: 0;
    padding: 0;
}

    .head-bottom .nav.nav-tabs li {
        width: 16.6666666667%;
    }

        .head-bottom .nav.nav-tabs li:first-child a {
            border-left: none;
        }

        .head-bottom .nav.nav-tabs li a {
            font-size: 16px;
            height: 71px;
            padding: 20px;
            text-align: center;
            color: rgba(255,255,255,.8);
            border-left: 1px solid rgba(255, 255, 255, .3);
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

    .head-bottom .nav.nav-tabs > li > a {
        margin-right: 0;
    }

    .head-bottom .nav.nav-tabs li a:hover {
        color: #fff;
        border-top: none;
        border-right: none;
        border-bottom: none;
        background-color: rgba(255,255,255,.1);
    }

    .head-bottom .nav.nav-tabs li.active a .ac-arrow {
        display: block;
    }

    .head-bottom .nav.nav-tabs li.active a {
        color: #fff;
        border-top: none;
        border-right: none;
        border-bottom: none;
        outline: none;
        background: none;
        background-color: rgba(255,255,255,.1);
    }

        .head-bottom .nav.nav-tabs li.active a:hover,
        .head-bottom .nav.nav-tabs li.active a:active,
        .head-bottom .nav.nav-tabs li.active a:focus {
            color: #fff;
            border-top: none;
            border-right: none;
            border-bottom: none;
            border-left: 1px solid rgba(255, 255, 255, .3);
        }


.contactPerson a,
.contactPerson {
    font-size: 16px;
    color: #fff !important;
}

    .contactPerson .details span,
    .contactPerson .details a {
        font-size: 18px;
    }

    .contactPerson .details i {
        font-size: 26px;
    }

    .contactPerson hr {
        float: right;
        clear: both;
        width: 100%;
        margin: .75rem 0 0rem 0;
        border-top: 1px solid rgba(255,255,255,.3);
    }


    .contactPerson a {
        color: #fff;
    }

    .contactPerson .details > * {
        margin-top: .75rem;
        word-break: break-word;
    }


a.head-item,
a.wizard-item {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 80px;
    padding-top: 27px;
    padding-left: 80px;
    text-decoration: none;
    opacity: .5;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
    background-repeat: no-repeat;
    background-position: 40px center;
}


span.ac-arrow {
    display: none;
    width: 20px;
    height: 20px;
    margin: auto;
    margin-top: 30px;
    border-top: 12px solid #412385;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
}

a.head-item.active span.ac-arrow {
    display: block;
}

.wizard-block {
    float: left;
    width: 25%;
}

a.wizard-item {
    padding-left: 40px;
    opacity: 1;
    color: rgba(255, 255, 255, .5);
    border-left: none;
}



a.head-item.facturen {
    background-image: url(../img/facturen.svg);
}

a.head-item.betalingen {
    background-image: url(../img/betalingen.svg);
}

.no-svg a.head-item.facturen {
    background-image: url(../img/facturen.png);
}

.no-svg a.head-item.betalingen {
    background-image: url(../img/betalingen.png);
}


a.head-item:hover,
a.head-item.active,
a.wizard-item.active {
    opacity: 1;
    color: #fff;
}

.sort {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #929292;
    border-left: 3px solid transparent;
}

    .sort .row {
        margin-right: 0;
        margin-left: 0;
    }

    .sort a {
        color: #929292;
    }


.clearer {
    clear: both;
}

/****** TILE  ******/

.block {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.block-slide {
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    background: #f9f9f9;
}

.block-head {
    display: table;
    width: 100%;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #e7e7e7;
}

    .block-head > * {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }


    .block-head h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        margin: 0 !important;
        padding: 0;
    }

.badge {
    word-break: break-word;
    white-space: normal;
}

.badge-danger {
    background-color: #d9534f;
}

.badge-warning {
    background-color: #f0ad4e;
}

.badge-info {
    background-color: #5bc0de;
}

.badge-success {
    background-color: #5cb85c;
}

.badge-primary {
    background-color: #337ab7;
}

.badge-default {
    background-color: #777;
}


.button-holder {
    text-align: right;
    float: right;
    margin-left: -2px;
    margin-right: -2px;
}

    .button-holder > * {
        display: inline-block;
        margin: 0 2px;
    }

.block-content {
    padding: 20px;
}

.item {
    min-height: 20px;
    margin-bottom: 7px;
    padding: 15px;
    border: 1px solid #f5f5f5;
    border-left: 3px solid #412883;
    background-color: #f5f5f5;
}

.item-link {
    text-decoration: underline !important;
}

    .item-link:hover {
        font-weight: bold !important;
    }



.item-interactive {
    cursor: pointer;
}

.item.total {
    font-size: 16px;
    cursor: auto !important;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.item:hover {
    color: #412883;
    border-color: #412883;
    background-color: #fff;
}

.item.no-hover:hover {
    cursor: auto;
    color: #333;
    border: 1px solid #f5f5f5;
    border-left: 3px solid #412883;
    background-color: #f5f5f5;
}

.item.total:hover {
    color: #fff;
    background-color: #412883;
}

.item.total-pp {
    cursor: auto !important;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

    .item.total-pp:hover {
        color: #fff;
        background-color: #412883;
    }


.bread-crumb ul {
    margin: 0;
    padding: 0;
}

.bread-crumb li {
    display: inline;
    margin: 0;
    list-style: none;
    color: #fff;
    color: rgba(255, 255, 255, .4);
}

    .bread-crumb li a {
        color: rgba(255, 255, 255, 1);
    }

        .bread-crumb li a:hover {
            color: rgba(255, 255, 255, 1);
        }


/****** info tabel ****/

.prelabel {
    white-space: pre;
}

.inf-row {
    display: block;
    clear: both;
    width: 100%;
}

.inf-label,
label,
label {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px !important;
    text-transform: uppercase;
    color: #929292;
}

.label {
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 10px;
}

.checkbox {
    font-size: inherit;
    margin: 2px;
}


.underText {
    font-size: .8em;
}

textarea {
    min-height: 130px;
    border-color: #e7e7e7 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #929292;
}

/****** buttons  *****/

.btn {
    min-width: 35px;
    color: var(--bg-color);
    padding: 6px 15px;
    border: 1px solid var(--bg-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    background: #fff;
}


    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        color: var(--bg-color);
        border-color: #f5f5f5;
        background-color: #f5f5f5;
    }

.btn-primary {
    color: var(--fg-color);
    background-color: var(--bg-color);
}

    .btn-primary:hover {
        color: var(--fg-color);
        border-color: var(--action-color);
        background-color: var(--bg-color);
        filter: brightness(80%);
    }

.fa-primary {
    color: var(--bg-color);
    background-color: #fff;
}

.btn.add {
    padding-left: 28px;
    background-image: url(../img/add.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.no-svg .btn.add {
    background-image: url(../img/add.png);
}

.btn.save {
    padding-left: 30px;
    background-image: url(../img/save.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.no-svg .btn.save {
    background-image: url(../img/save.png);
}

.btn.btn-primary .fa,
.btn.btn-primary .glyphicon {
    margin-right: 5px;
    color: white;
}

.btn.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/****** CONTENT STYLES *******/

h1 {
    font-size: 35px;
    font-weight: 300;
    margin-top: 15px;
}

    h1 small {
        font-weight: normal;
        color: #fff;
    }

.head h1 {
    color: #fff;
}

a {
    color: #412385;
}

    a:hover {
        color: #67539c;
    }

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.fileinput .form-control {
    background-color: #f5f5f5 !important;
}

.bs-searchbox {
    padding: 4px 8px 8px 8px;
}

.custom-select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../img/arrow.svg) no-repeat right center;
}

    .custom-select[readonly] {
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .3);
        background-color: #fff;
    }

/*remove default dropdown arrow on IE*/
select::-ms-expand {
    display: none;
}

/*head-bottom start*/
.head-bottom .btn {
    padding: 9px 12px;
    border-color: white;
}

.head-bottom .headding-filter-calender .input-group-addon {
    border-color: rgba(255, 255, 255, .3);
    background: transparent;
}

.head-bottom .headding-filter-calender input {
    padding: 9px 12px;
    border-color: rgba(255, 255, 255, .3);
}

.head-bottom .custom-select .dropdown-menu .form-control {
    padding: 8px 15px;
    border-color: rgba(255, 255, 255, .3);
}

    .head-bottom .headding-filter-calender input:hover,
    .head-bottom .headding-filter-calender input:active,
    .head-bottom .headding-filter-calender input:focus,
    .head-bottom .headding-filter-calender input:hover + .input-group-addon,
    .head-bottom .headding-filter-calender input:active + .input-group-addon,
    .head-bottom .headding-filter-calender input:focus + .input-group-addon,
    .head-bottom .custom-select .dropdown-menu .form-control:active,
    .head-bottom .custom-select .dropdown-menu .form-control:focus,
    .head-bottom .custom-select .dropdown-menu .form-control:hover {
        border-color: rgba(255, 255, 255, 1);
    }

.head-bottom .custom-select {
    height: 40px;
}

.head-bottom .headding-filter-calender input {
    color: white;
    background: transparent;
}


.head-bottom .headding-filter-calender i {
    color: white;
}

.head-bottom .custom-select:hover {
    border-color: #fff !important;
}

.head-bottom .form-control .dropdown-toggle .bs-caret {
    display: none;
}

.head-bottom .form-control .dropdown-toggle {
    padding: 10px 35px 10px 10px;
    border-width: 0;
}

.head-bottom .form-control .dropdown-toggle,
.head-bottom .form-control {
    color: white;
    background: transparent;
}

.head-bottom .dropdown-menu * {
    color: white;
}

.head-bottom .dropdown-menu li.active * {
    color: #fff;
}

/*head-bottom end*/

.no-svg .custom-select {
    background: url(../img/arrow.png) no-repeat right center;
}

.input-head-default {
    width: 100%;
    padding: 11px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: none;
}

.input-head {
    width: 100%;
    padding: 11px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    background: none;
    background: url(../img/search.svg) no-repeat right center;
}

.no-svg .input-head {
    background: url(../img/search.png) no-repeat right center;
}

.input-freesearch {
    width: 100%;
    padding: 11px;
    color: black;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../img/search.svg) no-repeat right center #f5f5f5;
}

    .input-freesearch::-webkit-input-placeholder {
        font-size: 12px;
    }

.input-head:focus {
    border-color: #fff !important;
}

.custom-select select {
    display: block;
    width: 100%;
    padding: 5px;
    padding-right: 40px;
    border: none;
    background: none;
    -webkit-appearance: none;
}

    .custom-select select[readonly] {
        display: block;
        width: 100%;
        padding: 5px;
        padding-right: 40px;
        border: none;
        background: #fff !important;
        -webkit-appearance: none;
    }

.head-bottom .custom-select select {
    padding: 10px;
}

    .head-bottom .custom-select select option {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        background-color:  var(--bg-color);
    }

option {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.block .custom-select {
    color: #3c3e45;
    border: 1px solid #e7e7e7;
    background: url(../img/arrow-dark.svg) no-repeat right center;
    background-color: #f5f5f5;
}

.no-svg .block .custom-select {
    background: url(../img/arrow-dark.png) no-repeat right center;
}


select[disabled] {
    color: #929292 !important;
    background: #fbfbfb;
}


/*.block .custom-select select{
    color:#3C3E45;
    }*/

.block .custom-select select option {
    border-color: #e7e7e7 !important;
}

.block.login {
    margin-top: 40px;
}

input.input-field,
textarea.input-field,
input,
textarea,
.gen-select {
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
}

    input.form-control,
    select.form-control {
        height: inherit;
        padding: 1px;
        border: 1px solid #e7e7e7;
        border-radius: 0;
        background: #f5f5f5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group > * {
    display: table-cell;
}

.input-group > .bootstrap-switch {
    display: inline-block;
}

.input-group-btn .btn {
    margin-left: 0 !important;
    padding: 1px;
}

input[type='checkbox'],
input[type='radio'] {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
}

.input-group-addon {
    background-color: #fff;
}

.gen-select input {
    margin-top: 10px;
}

input[type='submit'] {
    display: inline-block;
    width: auto;
}

.input-group-addon:not(:first-child) {
    border-left: 1px solid #ccc;
}

/********  PAGER *****/

.pagination ul {
    margin: 0;
    margin-top: -20px;
    padding: 0;
}

.pagination li {
    display: inline-block;
    list-style: none;
}

    .pagination li a,
    .pagination span {
        font-size: 12px;
        font-weight: bold;
        float: left;
        margin-right: 10px;
        padding: 7px;
        padding-right: 12px;
        padding-left: 12px;
        text-decoration: none;
        background-color: #fff;
    }

.pagination span {
    color: #929292;
    background-color: #f5f5f5;
}


.pagination li a:hover {
    color: #fff;
    background: #412883;
}

.alert {
    margin-top: 20px;
    margin-bottom: 0;
    color:  var(--bg-color);
    border: none;
    border-left: 3px solid  var(--bg-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}

.block-content .alert {
    background-color: #f5f5f5;
}

.alert-success {
    color: #3c763d;
    border-color: #3c763d !important;
}

.head-back {
    width: 70px;
    height: 42px;
    padding-right: 40px;
    background: url(../img/back.svg) no-repeat left center;
    position: relative;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .head-back:after {
        content: "";
        display: block;
        right: 40px;
        bottom: 0;
        top: 0;
        width: 1px;
        background: #fff;
        opacity: 0.3;
        position: absolute;
    }

.no-svg .head-back {
    background: url(../img/back.png) no-repeat left center;
}

.head-back:hover {
    background-size: 20%;
}

.container {
    width: 100%;
    max-width: 1740px;
    padding-right: 20px;
    padding-left: 20px;
}


.stretch {
    margin: 0 -20px; /*container padding based*/
}

/***** DROPDOWN  ****/

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .dropdown-menu.settings {
        background-color:  var(--bg-color);
    }

    .dropdown-menu li a {
        width: 100%;
        min-width: 150px;
        margin-left: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #e7e7e7 !important;
    }


.dropdown-hover:hover .dropdown-menu {
    display: block;
    width: 100%;
}

.button-stroke {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
}

/**** MODAL *****/

.modal-content {
    padding: 20px;
    border: none;
    border-left: 4px solid  var(--bg-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .well input[type='file'] {
        background: #fff;
    }

/***** dialog *****/

.ui-dialog {
    max-width: 100%;
    padding: 0 !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}

    .ui-dialog .ui-dialog-titlebar.ui-widget-header {
        font-size: 18px;
        font-weight: normal;
        padding: 15px;
        border: none !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0 !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0 !important;
}

.ui-dialog-content {
    padding: 20px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: black;
}
/***** feedback *****/

.alert-danger {
    margin-bottom: 20px;
    color: #a94442;
    border-color: #a94442;
}

.alertdanger {
    color: #a94442;
    border-color: #a94442;
}

.help-inline,
.field-validation-error,
.input-validation-error {
    display: block;
    padding-left: 5px;
    color: #a94442;
    background-color: #f2dede;
}

.input-validation-error {
    border: 1px solid #dc3545;
}

.row-btn {
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    color: #3c3e45;
    border: 1px solid #ededed;
    background-color: #fff;
}

    .row-btn a {
        color: #3c3e45;
    }

    .row-btn:hover a,
    .row-btn:hover {
        color:  var(--bg-color);
        border-color: #dadada;
    }

.btn.active {
    color: #fff;
    border: 1px solid  var(--bg-color);
    background-color:  var(--bg-color);
}

/******* DATEPICKER ********/

.ui-widget-header {
    color: #fff !important;
    background:  var(--bg-color) !important;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background: #f5f5f5 !important;
    }
    
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        color:  var(--bg-color) !important;
        border-color:  var(--bg-color) !important;
    }

.ui-datepicker-calendar th {
    color:  var(--bg-color) !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: rgba(255,255,255,.1) !important;
}

.ui-widget-header .ui-icon {
    background-image: url(https://download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png) !important;
}

.ui-datepicker-month {
    color: #5d5d5b !important;
}
.ui-datepicker-year {
    color: #5d5d5b !important;
}


/******* PDF overview ********/

body.PDF-layout {
    background-color: #fff;
}

    body.PDF-layout h1 {
        padding-top: 10px;
        border-top: 1px solid #c2c1c1;
    }

    body.PDF-layout th {
        width: 200px;
    }

    body.PDF-layout table td,
    body.PDF-layout table th {
        border-color: #c2c1c1 !important;
    }


tr.divide-row td {
    color: #fff !important;
    background-color: #999 !important;
}

.input-small {
    width: 100px !important;
}

.cursor-pointer {
    cursor: pointer;
}

/*css spinner*/

.three-quarters:not(:required) {
    width: 20px;
    height: 20px;
    border-width: 4px;
    border-color:  var(--bg-color) transparent  var(--bg-color)  var(--bg-color);
    border-radius: 10px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.debtor-invoices-header {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.debtor-invoices-title {
    font-size: large;
    color: black;
}

.long-text-container {
    word-wrap: break-word;
}

.long-text {
    overflow: auto;
}

.file-dropzone {
    display: table;
    width: 100%;
    height: 75px;
    margin-bottom: 10px;
    text-align: center;
    border: 2px dashed #c8c8c8;
    border-radius: 5px;
    background: #f5f5f5;
}

    .file-dropzone span {
        font-weight: 600;
        display: table-cell;
        vertical-align: middle;
    }

.item-selected {
    border: 3px solid #412883;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.debtor-profile-variable {
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0;
}

    .debtor-profile-variable a {
        padding: 10px 15px;
        background-color: #f9f9f9;
        margin: 0 5px;
        display: block;
        width: 100%;
    }

.row.flex {
    display: flex;
    flex-direction: row;
}

    .row.flex *[class*="col-"] {
        display: flex;
    }

.item-noborder {
    min-height: 20px;
    margin-bottom: 7px;
    padding: 15px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 1000 !important;
}

.overflow-box {
    overflow-y: scroll;
    max-height: 480px;
}

    .overflow-box > div.item {
        /*margin-right: 8px;*/
    }

[data-href] {
    cursor: pointer;
}

.input-group-addon {
    border-radius: 0;
    background-color: rgb(231,231,231);
}

/* Loading screen */
html.loading,
body.loading,
html,
body {
    min-height: 100vh;
}

.loading {
    position: relative;
    min-height: 40px;
}

    .loading:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba( 255, 255, 255, .8 ) url(../img/icons/loading.gif) 50% 50% no-repeat;
        z-index: 1000;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

/*.modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, .8 ) url(../img/icons/loading.gif) 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .modal {
        display: block;
    }*/

div[data-debtor-info] > fieldset > legend {
    font-size: medium;
    margin-top: 16px;
}

.hover-toggle {
    display: none;
}


.item:hover .hover-toggle {
    display: inline-block;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none;
}

.btn .fa {
    margin-right: 10px;
}


/*Stond op auto, maar is nu op 10000 gezet  (kwam op sommige schermen op de voorgrond*/
.ui-dialog {
    overflow: visible !important;
    /*z-index: auto !important;*/
    z-index: 10000;
}

.ui-dialog-content {
    overflow: visible !important;
}

.bootstrap-select > .dropdown-menu {
    max-height: 420px !important;
}

.bootstrap-select > .dropdown-menu {
    overflow: visible !important;
    max-height: 420px !important;
}

tr[onclick] {
    cursor: pointer;
}

.labelFont {
    font-size: 16px;
}


.mr-5 {
    margin-right: 5px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px;
}

.vertical-align-input {
    display: inline-block;
    float: none !important;
    margin-top: 0 !important;
    vertical-align: middle;
}

.qrcode-holder img {
    margin-left: -20px;
}

.headding-filter-calender input {
    padding: 6px 12px;
}

.email-opened, .sandd-delivered {
    color: #70cef8;
}

.caret {
    margin-left: .5rem;
}


/*new css*/




/*NAV*/

.navbar {
    border: 0;
    border-radius: 0;
}

    .navbar .nav > li {
        display: inline;
        list-style: none;
        transition: .2s all ease;
    }

        .navbar .nav .btn-group .account,
        .navbar .nav > li > a {
            display: block;
            margin-left: 40px;
            padding: 30px 0 28px 0;
            transition: .2s all ease;
            text-decoration: none;
            color: #7f7e7d;
            border-bottom: 3px solid #fff;
        }

        .navbar .nav > li > .search {
            margin: 26px 0 26px 40px;
            width: 216px;
            background: url(/Content/img/search-dark.svg) no-repeat right center #f5f5f5;
        }
            .navbar .nav .btn-group.open .account, .navbar .nav .btn-group.open .account:hover, .navbar .nav .btn-group.open .account:active, .navbar .nav .btn-group.open .account:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:active, .navbar .nav > li > a:focus, .navbar .nav > li.active > a:active, .navbar .nav > li.active > a:focus, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a {
                background: transparent;
            }

.user-settings a {
    box-shadow: none !important;
}

.dropdown-menu li a {
    border: 0 solid #e7e7e7 !important;
}


/*UTIL*/
.control-group {
    margin-bottom: 15px;
}

.responsive-row > * {
    margin-bottom: 1rem;
}

.w-1 {
    width: 1% !important;
}

.append {
    padding-left: .75rem !important;
}

.prepend {
    padding-right: .75rem !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.nowrap {
    white-space: nowrap;
}

.d-inline-block {
    display: inline-block !important;
}

.visible-custom-viewport {
    display: none !important;
}

.item-row {
    display: table;
    padding: 4px 0;
}

    .item-row > * {
        display: table-cell;
        vertical-align: middle;
    }

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
/*table icon*/
.callback {
    display: table
}

    .callback > * {
        display: table-cell;
        vertical-align: top;
    }

.icon-table {
    font-size: 16px;
    position: relative;
    width: 26px;
}

.icon-debit,
.icon-credit {
    font-size: 17px;
    text-indent: 3px;
}

    .icon-credit sup,
    .icon-debit sup {
        font-size: 60%;
        position: absolute;
        top: 2px;
    }

    .icon-credit sup {
        left: -6px;
    }

    .icon-debit sup {
        left: -6px;
    }

@media (max-width: 1130px) {
    .hidden-custom-viewport {
        display: none !important;
    }

    .visible-custom-viewport {
        display: block !important;
    }
    /*NAV*/

    .navbar-collapse {
        margin: 0 -15px !important;
    }

        .navbar-collapse.collapse {
            display: none !important;
            clear: both;
        }

            .navbar-collapse.collapse.in,
            .navbar-collapse.collapsing {
                display: block !important;
            }

    .navbar-header {
        position: relative;
        width: 100%;
        margin: 0 !important;
    }

    .user-settings a {
        display: block;
        margin-right: 80px;
        padding: 28px 10px 27px 10px;
    }

    .navbar > .container .navbar-brand {
        height: auto;
        margin-left: 0;
        padding: 15px 10px;
    }

    .navbar-toggle {
        position: absolute;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 75px;
        margin: 0;
        border: 0;
        border-radius: 0;
    }

        .navbar-toggle .icon-bar {
            position: absolute;
            right: 0;
            left: 0;
            display: block;
            width: 35px;
            margin: auto;
            transition: all .2s;
            border-radius: 0;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin: auto;
            }

            .navbar-toggle .icon-bar:first-child {
                transform: rotate(45deg);
                opacity: 1;
            }

        .navbar-toggle .icon-bar {
            height: 3px;
            margin-top: 0;
            opacity: 0;
        }

            .navbar-toggle .icon-bar:last-child {
                transform: rotate(-45deg);
                opacity: 1;
            }

        .navbar-toggle.collapsed .icon-bar:first-child {
            margin-top: -7px;
            transform: rotate(0);
        }

        .navbar-toggle.collapsed .icon-bar {
            margin: auto;
            opacity: 1;
        }

            .navbar-toggle.collapsed .icon-bar:last-child {
                margin-top: 7px;
                transform: rotate(0);
            }

    .navbar-nav.navbar-right {
        display: block !important;
        float: none !important;
        margin: 0 !important;
    }

    .navbar .container {
        padding: 0;
    }

    .navbar .nav > li {
        display: block;
        float: none;
    }

        .navbar .nav > li .btn-group {
            display: block;
        }

        .navbar .nav > li .pull-right {
            float: none !important;
        }

        .navbar .nav > li > a {
            margin: 0;
            padding: 15px;
            border: 0 !important;
        }

            .navbar .nav .btn-group.open .account,
            .navbar .nav .btn-group.open .account:hover,
            .navbar .nav .btn-group.open .account:active,
            .navbar .nav .btn-group.open .account:focus,
            .navbar .nav > li > a:hover,
            .navbar .nav > li > a:active,
            .navbar .nav > li > a:focus,
            .navbar .nav > li.active > a:active,
            .navbar .nav > li.active > a:focus,
            .navbar .nav > li.active > a:hover,
            .navbar .nav > li.active > a {
            }
    /*HOME*/
}

@media(max-width: 991px) {

    .pdf {
        margin: 5px 0;
        display: block;
    }

    .button-holder {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important;
        float: none;
    }

        .button-holder > * {
            margin: .5rem !important;
        }

    .sort {
        border-left: 0;
    }

        .sort .row {
            margin: 0 -15px;
        }

    .no-wrap-sm {
        white-space: nowrap;
    }

    .no-padding-sm {
        padding: 0 !important;
    }

    .bold-sm {
        font-weight: bold;
    }

    .pull-left-sm {
        float: left !important;
    }

    .pull-right-sm {
        float: right !important;
    }

    .pull-right-sm-only {
        float: right !important;
    }

    .nav.nav-tabs li {
        display: block;
        float: left;
        width: 100%;
        border: 0;
    }

    .d-inline-block-sm {
        display: inline-block !important;
    }

    .nav.nav-tabs {
        border: 1px solid rgba(0,0,0,.3);
    }

        .nav.nav-tabs li:first-child a {
            border-top: 0 !important;
        }

        .nav.nav-tabs li a:hover,
        .nav.nav-tabs li a:focus,
        .nav.nav-tabs li a:active,
        .nav.nav-tabs li a {
            border-top: 1px solid rgba(0,0,0,.3);
            border-right: 0 !important;
            border-left: 0 !important;
            border-bottom: 0 !important;
            border-radius: 0;
        }

        .nav.nav-tabs li a {
            height: auto;
            padding: 15px;
            text-align: left;
            margin: 0;
        }

    .head-bottom .nav.nav-tabs li {
        width: 100%;
    }

        .head-bottom .nav.nav-tabs li a {
            height: auto;
            padding: 10px;
        }

    .block-head {
        display: block;
    }

        .block-head > * {
            display: block !important;
            margin-bottom: 15px !important;
        }

            .block-head > *:last-child {
                margin-bottom: 0 !important;
            }

        .block-head .button-holder {
            text-align: left;
        }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .clear-sm {
        clear: both;
    }

    .strong-sm {
        font-weight: bold;
    }

    .responsive-sm-row > * {
        margin: 0 0 1rem 0;
    }

    a.head-item,
    a.wizard-item {
        height: 50px;
        padding-top: 15px;
        padding-left: 60px;
        background-position: 15px center;
    }

    .head-bottom.menu-stroke {
        padding: 10px 0;
    }

    .header-content {
        padding: 30px 30px 30px 20px !important;
    }
    /*custom select*/
    .custom-select select {
        padding: 11px !important;
    }
    /*items*/
    .item:hover,
    .item:active,
    .item:focus,
    .item {
        position: relative;
        border: 0;
        background: #f5f5f5;
    }

        .item.item-interactive {
            padding-right: 60px;
        }

            .item.item-interactive:before,
            .item.item-interactive:after {
                position: absolute;
                top: 0;
                right: 20px;
                bottom: 0;
                display: block;
                width: 0;
                height: 0;
                margin: auto;
                content: '';
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #3c3e45;
            }

            .item.item-interactive:after {
                right: 21px;
                border-left: 10px solid #f5f5f5;
            }

    /*pagination*/

    .pagination-wrapper {
        position: relative;
        margin: 0 -20px;
    }

        .pagination-wrapper .pagination {
            position: static;
            overflow: auto;
            max-width: 100%;
            margin: 0;
            padding: 0 20px;
            padding-bottom: 10px;
        }

            .pagination-wrapper .pagination:before,
            .pagination-wrapper .pagination:after {
                position: absolute;
                top: 0;
                bottom: 0;
                width: 35px;
                content: '';
            }

            .pagination-wrapper .pagination:before {
                left: 0;
                background: -moz-linear-gradient(left, rgba(231,231,231,1) 0%, rgba(231,231,231,.25) 78%, rgba(231,231,231,0) 100%);
                background: -webkit-linear-gradient(left, rgba(231,231,231,1) 0%,rgba(231,231,231,.25) 78%,rgba(231,231,231,0) 100%);
                background: linear-gradient(to right, rgba(231,231,231,1) 0%,rgba(231,231,231,.25) 78%,rgba(231,231,231,0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
            }

            .pagination-wrapper .pagination:after {
                right: 0;
                background: -moz-linear-gradient(left, rgba(231,231,231,0) 0%, rgba(231,231,231,.25) 22%, rgba(231,231,231,1) 100%);
                background: -webkit-linear-gradient(left, rgba(231,231,231,0) 0%,rgba(231,231,231,.25) 22%,rgba(231,231,231,1) 100%);
                background: linear-gradient(to right, rgba(231,231,231,0) 0%,rgba(231,231,231,.25) 22%,rgba(231,231,231,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
            }

            .pagination-wrapper .pagination ul {
                margin: 0 0;
                white-space: nowrap;
            }

                .pagination-wrapper .pagination ul li {
                    margin: 0 10px 0 0;
                }

                    .pagination-wrapper .pagination ul li:last-of-type {
                        margin: 0 20px 0 0;
                    }

                    .pagination-wrapper .pagination ul li span,
                    .pagination-wrapper .pagination ul li a {
                        font-size: 15px;
                        margin-right: 0;
                        padding: 12px 25px;
                    }
}

@media (max-width: 767px) {
    h1 small {
        display: block;
        margin-top: 12px;
    }

    .pull-right-sm-only {
        float: none !important;
    }

    .button-holder {
        text-align: left;
    }

    .item .button-holder {
        text-align: right;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .strong-xs {
        font-weight: bold;
    }

    .responsive-xs-row > * {
        display: block;
        margin: 0 0 1rem 0;
    }

    .clear-xs {
        clear: both;
    }

    .ui-dialog {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        max-height: 100vh !important;
    }

    .fixed-mob {
        position: fixed;
        z-index: 999;
        right: 8px;
        bottom: 8px;
    }

    .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 267px;
    }
}

@media (max-width: 490px) {
    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-width: 246px;
    }

        .bootstrap-select.btn-group .dropdown-menu.inner li a {
            white-space: normal;
        }

    .item-row {
        margin: 0 auto;
    }

    .item.item-interactive {
        padding-right: 15px !important;
        padding-bottom: 60px;
    }

        .item.item-interactive:after {
            left: 0;
            right: 2px;
            bottom: 21px;
            top: auto;
            margin: auto;
        }

        .item.item-interactive:before {
            left: 0;
            right: 0;
            bottom: 21px;
            top: auto;
            margin: auto;
        }

    .head-back {
        display: none;
    }

    nav .pull-right {
        float: right !important;
    }

    h1 {
        font-size: 26px;
    }

    .item {
        text-align: center;
    }

        .item.no-center {
            text-align: left;
        }

            .item.no-center .item-row {
                margin: 0;
            }

    .pull-left-xxs {
        float: left;
    }

    .font-xl-xxs {
        font-size: 2rem !important;
    }

    .item .button-holder > * {
        text-align: center;
    }

    .item .button-holder {
        text-align: left;
    }

    .text-xs-right,
    .text-sm-right,
    .text-right,
    .text-xs-center,
    .text-sm-center,
    .text-center {
        text-align: center !important;
    }

    .text-xxs-right {
        text-align: right !important;
    }

    .button-holder.pull-left {
        margin-left: 0;
    }

    .button-holder.pull-right {
        margin-right: 0;
    }

    .block-head h2 {
        float: none;
    }

    .navbar-toggle {
        width: 55px;
    }

    .user-settings a {
        margin-right: 65px;
        padding: 23px 10px 20px 10px;
    }

    .navbar > .container .navbar-brand img {
        width: 160px;
    }

    .button-holder {
        margin: 15px 0 0 0;
    }

        .button-holder > * {
            display: block;
            float: none !important;
            width: 100%;
            margin: 0 0 10px 0 !important;
        }

    .pull-left-sm,
    .pull-left {
        float: none !important;
        margin-bottom: 5px;
    }

    .pull-right-sm,
    .pull-right {
        float: none !important;
        margin-bottom: 5px;
    }
}

.button-stroke .btn {
    margin-right: 15px;
}

    .button-stroke .btn.pull-right {
        margin-right: 0;
        margin-left: 15px;
    }

.hidden {
    display: none !important;
}

.div-red {
    color: red;
}

.custom-slider-holder {
    height: 100px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

    .custom-slider-holder .custom-slider {
        margin-top: 5px;
    }

.div-filter-ratings {
    margin-bottom: 20px;
}

.open-invoices-sort {
    cursor: pointer;
}

    .open-invoices-sort .glyphicon {
        margin-left: 5px;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#creditrating-result-message {
    margin-bottom: 20px; /*.Alert had al een margin alleen deze werd overschreven*/
}

.btn-group .dropdown-menu li .btn { /*Contantregistratie opslaan knoppen*/
    width: 100%;
    text-align: left;
}

.outlook-msg-dropzone {
    text-align: center;
}

    .outlook-msg-dropzone.dragenter {
        background-color: #d6e9c6;
    }


.upload-file {
    width: 100%;
    cursor: pointer;
}

    .upload-file .form-control {
        display: none;
    }

.showPassword {
    position: relative;
}

    .showPassword input[type="password"] {
        padding-right: 30px;
    }

    .showPassword .glyphicon {
        display: none;
        right: 15px;
        position: absolute;
        top: 12px;
        cursor: pointer;
    }

.dialog-icon {
    color: white;
    font-size: 24px;
    float: right;
    margin-right: 24px;
    cursor: pointer;
    padding-top: 2px
}

.nav-pills > li > a {
    border: 1px solid  var(--bg-color);
    border-radius: 0 !important;
    background-color: white;
    color:  var(--bg-color);
}

.nav-pills > li.active > a {
    background-color:  var(--bg-color);
    color: #fff;
}


.debtor-import-table {
    width: 100%;
    border-collapse: collapse;
}

    .debtor-import-table table,
    .debtor-import-table tr,
    .debtor-import-table td {
        border: 1px solid #000000;
        padding: 5px;
    }

.mail-content.pre-wrap {
    white-space: pre-wrap;
}

.mail-content img {
    max-width: 100%;
}

tr.active {
    font-weight: bold;
    color: #008000;
}

.item.bg-success {
    background-color: #dff0d8;
}

.item.bg-action {
    background-color: #f1c232;
}

.item.bg-warning {
    background-color: #fcf8e3;
}

.item.bg-danger {
    background-color: #f2dede;
}

.item.bg-error {
    background-color: #ffcccc;
}

.debtor-guids-select {
    width: 100%;
}

.ui-dialog-titlebar-close {
    width: 35px !important;
    height: 35px !important;
    top: 40% !important;
}

.dot {
    border: 2px dotted lightgray;
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    min-height: 64px;
    vertical-align: middle;
    text-align: center;
    font-size: 100%;
    color: silver;
    line-height: 64px;
    height: 250px;
    width: 250px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 100%;
    color: silver;
    line-height: 64px;
    border: 2px dotted lightgray;
}


.circle.cropper-view-box {
    border-radius: 50%;
}

.circle.cropper-face {
    background-color: inherit !important;
}

.profile-pic {
    max-height: 350px;
}

.bootstrap-off-same-color {
    background-color: #337ab7 !important;
    color: white !important;
}

.no-horizontal-padding {
    padding-right: 0px;
    padding-left: 0px
}

@media screen and (max-width: 490px) {
    .button-holder {
        font-size: 20px;
    }

    .dialog-cancel {
        margin-top: 24px !important;
    }

    .mobile-btn {
        min-height: 60px;
        margin-bottom: 36px !important;
    }
}

.full-width-btn {
    width: 100%;
}

.leftButton {
    position: absolute !important;
    left: 8px !important;
}

.select2-height {
    height: 45px !important;
}

.round-custom {
    border-radius: 5px;
}

.login-container {
    background: url(../images/login-bg.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

/*custom fonts */
@font-face {
    font-family: 'NexaHeavy';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/Nexa-Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/Arial Rounded Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BauBold';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/Bau-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BetmRoundedBold';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/BetmRounded-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DiodrumRoundedLight';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/DiodrumRounded-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaExtraLight';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/Nexa-ExtraLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaRegular';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/Nexa-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PointPanter';
    src: url('https://1281blobstorage.blob.core.windows.net/fonts/PointPanther DEMO.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}