/* o2-STYLESHEET */

/* Globals */

tr.faded {
    color: #B5B5B5;
}

@media only screen and (max-width: 768px) {
    .custom-file-container__custom-file__custom-file-input {
        width: 12rem;
    }
}

*.btn-rounded,
.custom-file-container__custom-file__custom-file-control.btn-rounded {
    border-radius: 50px;
}

.text-cta svg {
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 1px;
}

td.faded * {
    color: #B5B5B5;
}

hr {
    width: 100%;
}

.mw-400px {
    max-width: 400px
}

strong.big {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}


/* Sign in form */

.signin {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #f00;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.signin-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fff;
    width: 100%;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.signin-form form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 630px;
    flex-grow: 1;
    padding: 30px 30px 50px;
}

.signin-form img {
    margin-right: auto;
}

.signin-form form> :first-child {
    margin-top: auto;
    margin-bottom: 6vh;
}

.signin-form form> :last-child {
    margin-bottom: auto;
}

.signin-imagery {
    background-image: url(https://assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/signin.jpg?_=db2ad572b67874e8d542914301a0cab1);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.btn-store {
    color: #777777;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #dddddd !important;
}

.btn-store:focus,
.btn-store:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
}

.btn-store .btn-label,
.btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 24px;
}

.remember-email {
    margin-top: 25px;
    margin-bottom: 10px;
}

.forgot-password {
    margin-top: 0px;
}


/* Main nav */

nav.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.logo {
    position: fixed;
    left: 52px;
    top: 0;
    max-width: 120px;
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    transition: 0.2s ease all;
    border-left: 0px solid #EBF4F7;
}

.logo img {
    max-width: 100%;
    max-height: 50px;
    margin: 0 0 3px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 3;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    transition: 0.2s ease all;
    justify-content: flex-end;
}

.nav-shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
}

.user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: right;
    line-height: 150%;
    transition: 0.2s ease all;
}

.m-cta-new-invoice {
    padding: 15px;
    border-top: 1px solid #EBF4F7;
}

.m-cta-new-invoice .btn {
    justify-content: center;
}

.cta-new-invoice {
    display: none;
}

.user .username {
    font-weight: bold;
}

.user .action a {
    color: #B5B5B5;
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    width: 100vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding-top: 80px;
    transition: all 0.5s ease;
  	z-index: 2;
}

#navigation:not(:checked)~nav .menu {
    left: -100vw;
}

.menu-align {
    width: 40px;
}

.menu li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 16px;
}

.menu li.logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.menu li.logout .user {
    width: 100%;
    text-align: center;
    margin-right: 0;
}

.menu li.logout .user .action {
    border-top: 1px solid #fafafa;
}

.menu li.logout .user .action a {
    padding: 1rem;
    display: block;
}

.menu li.active {
    background-color: rgba(0, 121, 171, 0.1);
    position: relative;
}

.menu li.active:before {
    background-color: #0079B1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    content: "";
}

.menu li svg {
    color: #0079B1;
}

.menu li.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.menu li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 15px 20px;
}

.menu li a:hover {
    box-shadow: inset 0 0 9999px 0 rgba(0, 0, 0, 0.03);
}

.menu li svg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    margin: 0 12px 3px 0;
}

nav+div.content {
    margin-top: 80px;
    transition: 0.5s ease all;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

#navigation:checked+nav .nav-toggle {
    border-top: 2px solid RGBA(40, 44, 59, 0);
    margin-top: 4px;
}

#navigation:checked+nav .nav-toggle::after {
    transform: rotate(45deg);
    top: 8px;
    right: 0.5px;
}

#navigation:checked+nav .nav-toggle::before {
    transform: rotate(-45deg);
    top: 8px;
    left: 0.5px;
}

.nav-toggle {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-top: 2px solid rgba(0, 121, 177, 1);
    width: 22px;
    height: 30px;
    transition: 0.3s ease all;
    margin-top: 13px;
    z-index: 101;
}

.nav-toggle:after {
    content: "";
    border-top: 2px solid rgba(0, 121, 177, 1);
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 22px;
    transition: 0.3s ease all;
    top: -9px;
}

.nav-toggle:before {
    content: "";
    border-top: 2px solid rgba(0, 121, 177, 1);
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 22px;
    transition: 0.3s ease all;
    top: 5px;
}


/* Container/block wraps */

.page-content {
    width: 100%;
    padding: 15px 0;
    max-width: 1800px;
    margin: 0 auto;
}

.page-content>.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.page-content>.row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.content-block {
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0, 78, 114, 0.10);
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 15px;
}


/* Breadcrumbs */

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}

.breadcrumb a {
    color: #0079B1;
}

.breadcrumb-item.active {
    color: #B5B5B5;
}


/* Alert 'welcome */

.welcome-message {
    background-color: #0079B1;
    position: relative;
    color: #FFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 40px 25px 25px;
    margin-bottom: 15px;
    max-height: 200px;
    transition: all 0.3s ease-out;
    overflow: auto;
    box-shadow: 0 2px 14px 0 rgba(0, 78, 114, 0.10);
}

.welcome-message * {
    z-index: 2;
    position: relative;
}

.welcome-message p {
    margin: 0;
}

.welcome-message-mobile {
    max-height: 100px;
}

.message-close {
    margin-right: -30px;
    margin-bottom: -25px;
    color: white;
}

.welcome-message:after {
    background-image: -webkit-linear-gradient(44deg, #fff 0%, #000 100%);
    background-image: -o-linear-gradient(44deg, #fff 0%, #000 100%);
    background-image: linear-gradient(134deg, #fff 0%, #000 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.1;
    z-index: 1;
}

.welcome-message-mobile:after {
    background-image: -webkit-linear-gradient(44deg, #fff 0%, #000 100%);
    background-image: -o-linear-gradient(44deg, #fff 0%, #000 100%);
    background-image: linear-gradient(134deg, #fff 0%, #000 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.1;
    z-index: 1;
}

#welcome-msg:checked+.welcome-message {
    max-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
}

.toggle-msg {
    position: absolute;
    right: 15px;
    opacity: 0.5;
    transition: 0.2s ease all;
    cursor: pointer;
}

.toggle-msg:hover {
    opacity: 1;
}


/* Headings */

.h-w-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.heading-icon {
    background-color: #E6F7FF;
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}


/* Debit limit */

.debit-limit {
    margin-top: 6px;
}

.debit-limit h1 {
    font-size: 36px;
    color: #81B100;
    margin-top: 6px;
}

.debit-limit-mobile {
    font-size: 20px !important;
    text-align: center !important;
}

.debit-bar-mobile {
    height: 10px !important;
}

.debit-bar {
    position: relative;
    height: 15px;
    background-color: #E4E4E4;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}

.debit-bar-fill {
    background-color: #81B100;
    height: 100%;
}

.debit-info {
    margin-bottom: 15px;
}


/* Mobile buttons homepage */

.button-homepage-mobile {
    min-height: 80px !important;
    font-weight: 1000 !important;
    font-size: 20px !important;
    padding: 20px 20px 13px !important;
}


/* Recent activities */

.recent-activities {
    width: 100%;
}

.recent-activities tr td a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    white-space: nowrap;
}

.recent-activities tr td a .text {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.recent-activities tr td {
    transition: 0.2s ease all;
    background-color: #FFF;
    position: relative;
}

.recent-activities tr table {
    width: 100%;
}

.recent-activities tr td:nth-child(2) {
    width: 100%;
    max-width: 0;
}

.recent-activities tr td:first-child {
    padding-right: 15px;
    display: none;
}

.recent-activities tr td:last-child {
    padding-left: 15px;
}


/* Settings input toggles */

.checkbox-wrap {
    display: flex;
}

.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 60px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    height: 40px;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #2bbd52;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 38px;
    margin: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
    height: 38px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/* Tabs (pill format) */

.nav-tab-wrap {
    background: radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 100% 0;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    display: block;
    width: calc(100% + 40px);
    overflow-y: visible;
    overflow-x: auto;
    margin-left: -20px;
}

.nav-tab-wrap .shadow-hints {
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to left, white 30%, rgba(255, 255, 255, 0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
    max-width: none;
    margin-bottom: 0;
    width: 100%;
    display: table;
}

.table-tabs {
    overflow: auto;
    margin-left: 20px;
    padding-right: 20px;
}

.table-tabs .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}

.table-tabs li.nav-item {
    white-space: nowrap;
    margin-right: 10px;
}


/* Table */

.table-wrap .search {
    margin-bottom: 20px;
    position: relative;
}

.table-wrap .search label {
    position: relative;
    margin: 0;
}

.table-wrap .search input {
    margin-left: 0;
    padding-left: 44px;
}

.dataTables_filter label:after {
    content: url("//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/search.svg?_=78fd66ee86f61fc03f78de4e3fd2b4ae");
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: 1;
    opacity: 0.3;
    transition: 0.2s ease all;
}

.dataTables_filter:hover label:after {
    opacity: 1;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: transparent;
    color: #0079B1;
}

.table-wrap .dataTables_wrapper table.dataTable tr>td.sorting_1 {
    background: #fff;
    position: relative;
    box-shadow: none;
}

.table-wrap .search>div {
    position: relative;
}

.top select.form-control {
    width: auto;
    min-width: 60px;
}


/* Table Invoices */

table.table-invoices tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

table.table-invoices thead {
    display: none;
}

table.table-invoices thead th {
    padding: 0 20px 5px;
    font-weight: normal;
    color: #bbb;
    display: none;
}

table.table-invoices tbody td {
    padding: 0;
}

table.table-invoices span.td-title {
    font-size: 14px;
    color: #B4B4B4;
}

.table-wrap .dataTables_wrapper table.dataTable.table-invoices tr>td {
    background-color: #fafafa;
}

table.table-invoices tr td.status,
table.table-invoices tr td.client {
    width: 100%;
}

table.table-invoices tr td.invoice-number,
table.table-invoices tr td.invoice-sum {
    width: 30%;
}

table.table-invoices tr td.invoice-date {
    width: 40%;
}

table.table-invoices tr td.client {
    order: 1;
}

table.table-invoices tr td.status {
    order: 2;
}

table.table-invoices tr td.invoice-number {
    order: 3;
    padding-bottom: 8px;
}

table.table-invoices tr td.invoice-date {
    order: 4;
    white-space: nowrap;
    padding-bottom: 8px;
}

table.table-invoices tr td.invoice-sum {
    order: 5;
    padding-bottom: 8px;
}

table.table-invoices tbody td a {
    padding: 6px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

table.table-invoices tbody td.client a {
    padding-top: 10px;
}

table.table-invoices tbody td.status a {
    color: #B4B4B4;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

table.table-invoices tr>*:last-child {
    display: none;
}


/* Table Invoices */

table.table-new-invoices tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

table.table-new-invoices thead {
    display: none;
}

table.table-new-invoices thead th {
    padding: 0 20px 5px;
    font-weight: normal;
    color: #bbb;
    display: none;
}

table.table-new-invoices tbody td {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

table.table-new-invoices tbody td a {
    color: #0079B1;
}

table.table-new-invoices span.td-title {
    font-size: 14px;
    color: #B4B4B4;
}

.table-wrap .dataTables_wrapper table.dataTable.table-new-invoices tr>td {
    background-color: #fafafa;
}

table.table-new-invoices tr td.invoice-number {
    order: 1;
    width: 33.33%;
    padding-top: 10px;
}

table.table-new-invoices tr td.invoice-date {
    order: 2;
    width: 33.33%;
    padding-top: 10px;
}

table.table-new-invoices tr td.invoice-sum {
    order: 3;
    width: 33.33%;
    padding-top: 10px;
}

table.table-new-invoices tr td.invoice-upload {
    order: 4;
    padding-bottom: 14px;
    width: 33.33%;
}

table.table-new-invoices tr td.invoice-attachements {
    order: 5;
    padding-bottom: 14px;
    width: 33.33%;
}

table.table-new-invoices tr td.invoice-action {
    order: 6;
    padding-bottom: 14px;
    width: 33.33%;
    justify-content: center;
}

table.table-new-invoices tbody td {
    padding: 6px 15px;
}


/* Table Created Invoices */

table.table-created-invoices tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

table.table-created-invoices thead {
    display: none;
}

table.table-created-invoices thead th {
    padding: 0 20px 5px;
    font-weight: normal;
    color: #bbb;
    display: none;
}

table.table-created-invoices tbody td {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

table.table-created-invoices tbody td a {
    color: #0079B1;
}

table.table-created-invoices span.td-title {
    font-size: 14px;
    color: #B4B4B4;
}

.table-wrap .dataTables_wrapper table.dataTable.table-created-invoices tr>td {
    background-color: #fafafa;
}

table.table-created-invoices tr td.invoice-number {
    order: 1;
    width: 33.33%;
    padding-top: 10px;
}

table.table-created-invoices tr td.invoice-date {
    order: 2;
    width: 33.33%;
    padding-top: 10px;
}

table.table-created-invoices tr td.invoice-sum {
    order: 3;
    width: 33.33%;
    padding-top: 10px;
}

table.table-created-invoices tr td.invoice-upload {
    order: 4;
    padding-bottom: 14px;
    width: 50%;
}

table.table-created-invoices tr td.invoice-attachements {
    order: 5;
    padding-bottom: 14px;
    width: 50%;
}

table.table-created-invoices tr.total td:not(:last-child) {
    display: none;
}

table.table-created-invoices tr.total td:last-child {
    width: 100%;
    text-align: right;
}

table.table-created-invoices tbody td {
    padding: 6px 15px;
}


/* Generate reports */

.generate-report .select2 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.generate-report .select2 span.selection {
    width: 100%;
}


/* Table reports */

table.table-reports tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

table.table-reports thead {
    display: none;
}

table.table-reports thead th {
    padding: 0 20px 5px;
    font-weight: normal;
    color: #bbb;
    display: none;
}

table.table-reports tbody td {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
}

table.table-reports span.td-title {
    font-size: 14px;
    color: #B4B4B4;
}

.table-wrap .dataTables_wrapper table.dataTable.table-reports tr>td {
    background-color: #fafafa;
}

table.table-reports tr td.reports-sort {
    order: 1;
    width: 100%;
    padding-top: 10px;
}

table.table-reports tr td.reports-period {
    order: 2;
    width: 50%;
    padding-top: 10px;
}

table.table-reports tr td.reports-date {
    order: 3;
    width: 50%;
    padding-top: 10px;
}

table.table-reports tr td.reports-actions {
    order: 4;
    padding-top: 10px;
    padding-bottom: 14px;
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

table.table-reports tr td.reports-actions .btn {
    min-width: calc(50% - 5px);
    padding: 5px 12px 6px;
}

table.table-reports tbody td {
    padding: 6px 15px;
}


/* Table Clients */

table.table-clients tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

table.table-clients thead {
    display: none;
}

table.table-clients thead th {
    padding: 0 20px 5px;
    font-weight: normal;
    color: #bbb;
    display: none;
}

table.table-clients tbody td {
    padding: 0;
}

table.table-clients span.td-title {
    font-size: 14px;
    color: #B4B4B4;
}

.table-wrap .dataTables_wrapper table.dataTable.table-clients tr>td {
    background-color: #fafafa;
}

table.table-clients tr td.client {
    width: 50%;
}

table.table-clients tr td.status {
    width: 50%;
}

table.table-clients tr td.client {
    order: 1;
}

table.table-clients tbody td.client a {
    padding-top: 10px;
}

table.table-clients tr td.status a {
    padding-top: 10px;
}

table.table-clients tr td.status {
    order: 2;
}

table.table-clients tr td.payment-term {
    order: 3;
    padding-bottom: 8px;
    width: 50%;
}

table.table-clients tr td.kvk {
    order: 4;
    white-space: nowrap;
    padding-bottom: 8px;
    width: 50%;
}

table.table-clients tr td.limit {
    order: 5;
    padding-bottom: 8px;
    width: 50%;
}

table.table-clients tr td.contract-days {
    order: 6;
    padding-bottom: 8px;
    width: 50%;
}

table.table-clients tbody td a {
    padding: 6px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

table.table-clients tr>*:last-child {
    display: none;
}


/* Table New Invoices */

.pure-table .top,
.pure-table .search,
.pure-table .bottom {
    display: none;
}


/* Table Settlements */

.mobile-width {
    width: 50%;
}

.mobile-width-special {
    width: 100%;
}


/* Status pills */

div.status {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.status-pill {
    padding: 3px 13px 4px;
    background-color: #000;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    color: #FFF;
    white-space: nowrap;
}

.status-pill+span {
    line-height: 1.4;
    font-size: 12px;
}

.status-pill.processing {
    background-color: #F7962C;
    color: #FFF;
}

.status-pill.accepted {
    background-color: #5E8100;
    color: #FFF;
}

.status-pill.denied,
.status-pill.inactive {
    background-color: #D52626;
    color: #FFF;
}

.status-pill.paid,
.status-pill.active {
    background-color: #76A200;
    color: #FFF;
}

.status-pill.completed {
    background-color: #3C3C3C;
    color: #FFF;
}


/* Textual status */

.textual-status.active {
    color: #76A200;
}

.textual-status.inactive {
    color: #D52626;
}


/* Titles for context */

.title-label {
    color: #B4B4B4;
    margin-bottom: 4px;
    display: block;
}


/* List links */

ul.links {
    list-style: none;
    padding: 0;
}

ul.links li {
    margin-top: 8px;
}

ul.links li a {
    color: #0079B1;
}


/* Portal Uploads */

.btn-center {
    justify-content: center!important;
    margin-bottom: 10px;
}

.z-index-button {
    z-index: auto;
}


/* Icons */

.icon {
    background-color: #E6F7FF;
    height: 60px;
    width: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    font-size: 26px;
    color: #0079B1;
    margin-bottom: 20px;
}

.large-icon {
    height: 140px;
    width: 140px;
    font-size: 68px;
}

.icon.success {
    background-color: #F8FAF0;
    color: #81B100;
}

.icon.warning {
    background-color: #FEFAF6;
    color: #F7962C;
}


/* Rows */

.blocks-equal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.blocks-equal>div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}


/* Input Range */

.rangeslider-wrap {
    width: 100%;
}


/* Solid Block */

.solid-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    box-shadow: inset 0 0 0 1px #EBF4F7;
    padding: 30px;
    flex-grow: 1;
}


/* USP Blocks */

.usp-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-grow: 1;
    box-shadow: inset 0 0 0 1px #EBF4F7;
    padding: 30px;
}

.usp-icon {
    background-color: #E6F7FF;
    height: 80px;
    width: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    font-size: 28px;
    color: #0079B1;
    margin-bottom: 20px;
}

.usp-block h2 {
    color: #3C3C3C;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 2px;
}

.usp-block span {
    color: #B4B4B4;
}


/* History */

.history-log {
    position: relative;
}

.history-activity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0;
}

.history-activity:first-child {
    margin-top: -15px;
}

.history-icon-wrap {
    color: #aaa;
    z-index: 2;
    margin-right: 20px;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.history-activity:last-child .history-icon-wrap:before {
    height: 50%;
}

.history-activity:first-child .history-icon-wrap:before {
    top: 50%;
    height: 50%;
}

.history-icon-wrap:before {
    position: absolute;
    content: "";
    border-left: 1px solid #EBF4F7;
    left: 50%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.history-icon {
    background-color: #E6F7FF;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    margin-top: 1px;
    color: #0079B1;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

.history-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
}

.history-timestamp {
    color: #B4B4B4;
}


/* Large notices */

.notice-state {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
}


/* Actions (contains buttons etc.) */

.actions {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}


/* Custom file upload */

.custom-file-container__custom-file {
    margin: 0;
}

.single-upload .custom-file-container__image-preview--active {
    min-height: 200px;
    max-width: 340px;
    background-size: contain;
    border: 10px solid #fff;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.pure-btn .custom-file-container__custom-file__custom-file-control__button {
    display: none;
}

.pure-btn .custom-file-container__custom-file__custom-file-control {
    background: #0079B1;
    color: #fff;
    text-align: center;
}

.pure-btn.pure-default .custom-file-container__custom-file__custom-file-control {
    color: #0079B1;
    box-shadow: inset 0 0 0 1px #0079B1;
    background-color: #fff;
}

.no-preview .custom-file-container__image-preview--active {
    display: none;
}

.custom-file-container__custom-file__custom-file-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-file-container__custom-file__custom-file-control {
    border-radius: 5px;
    border: none;
    min-height: 50px;
    padding: 12px 15px 15px;
    background-color: #F2F7F9;
    font-size: 16px;
    font-weight: 400;
}

.custom-file-container__custom-file__custom-file-control__button {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    border: none;
    padding: 8px 20px 10px;
    letter-spacing: 0.43px;
    cursor: pointer;
    transition: 0.2s ease all;
    font-weight: 400;
    line-height: 1.7;
    background-color: #0079B1;
}

.custom-file-container__image-preview {
    background-size: auto;
    overflow: hidden;
    display: none;
    height: auto;
    margin-bottom: 0;
}

.custom-file-container__image-multi-preview {
    width: 100%;
    max-width: 300px;
    background-size: contain;
    height: 120px;
    border: 10px solid #fff;
    margin: 16px 16px 1px 1px;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.custom-file-container__image-multi-preview__single-image-clear {
    right: -16px;
    left: auto;
    margin-top: -16px;
}

.custom-file-container__image-preview--active {
    display: block;
}

.btn-file-upload {
    border-radius: 5px;
}


/* Custom money input */

.money-input {
    position: relative;
}

.money-input:after {
    content: "€";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    padding-bottom: 1px;
}

.money-input .form-control {
    padding-left: 38px;
}


/* Custom date picker */

input.form-control.picker__input[readonly] {
    background-color: #F2F7F9;
    cursor: pointer;
}

.pick-a-date {
    position: relative;
    cursor: pointer;
}

.pick-a-date .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 0;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
}

.picker--opened .picker__holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.picker--opened .picker__frame {
    margin: 30px;
    position: static;
    max-height: 90vh;
    overflow: auto;
}


/* Rangeslider */

.rangeslider-wrap {
    padding-bottom: 78px;
}

.rangeslider {
    background-color: #fff;
    border-radius: 10px;
    height: 8px;
    box-shadow: none;
    background: #eee;
    width: 100%;
}

.rangeslider__fill {
    background-color: #0079B1;
    border-radius: 10px;
}

.rangeslider__ruler {
    cursor: pointer;
    font-size: 13px;
    color: #ccc;
    margin: 20px 3px 0 3px;
    position: relative;
    top: 14px;
    text-align: justify;
}

.range-stripes {
    position: relative;
}

.rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.rangeslider__handle {
    width: 20px;
    height: 20px;
    position: absolute;
    transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}

.rangeslider--horizontal .rangeslider__handle {
    top: -7px;
}

.rangeslider__handle::after {
    display: none;
}

.rangeslider__handle:hover,
.rangeslider__handle:active {
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari */
    transform: scale(1.2, 1.2);
    transition: transform 0.1s ease-in-out;
    -moz-transition: transform 0.1s ease-in-out;
    -webkit-transition: transform 0.1s ease-in-out;
}

.rangeslider__value-bubble {
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    text-align: center;
    background-color: #0079B1;
    padding: 3px 10px 5px;
    color: #fff;
    width: auto;
    margin: 0;
    white-space: nowrap;
    box-shadow: 0 0 0 10px #fff
}

.rangeslider__value-bubble::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1rem solid #0079B1;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: -1rem;
    transform: translate(-50%, -45%) rotate(180deg);
    -webkit-transform: translate(-50%, -45%) rotate(180deg);
    -ms-transform: translate(-50%, -45%) rotate(180deg);
}


/* Onboarding */

.onboard-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-shadow: inset 0 0 0 1px #ECF4F7;
    margin-bottom: 30px;
}

.onboard-item:last-child {
    margin-bottom: 0;
}

.onboarding_app_settings_container {
    margin-left: 0px!important;
}

.onboard-state {
    padding: 30px 30px 30px 35px;
    box-shadow: inset 5px 0 0 0 #0079B1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.onboard-item.success .onboard-state {
    box-shadow: inset 5px 0 0 0 #81B100;
}

.onboard-item.processing .onboard-state {
    box-shadow: inset 5px 0 0 0 #F7962C;
}

.onboard-item.failed .onboard-state {
    box-shadow: inset 5px 0 0 0 #E41219;
}

.onboard-context {
    padding: 10px;
    background-color: #FAFAFA;
    flex-grow: 1;
    box-shadow: inset 0 0 0 1px #ECF4F7;
}

.onboard-context p {
    margin-bottom: 20px;
}

.onboard-icon {
    background-color: #E6F7FF;
    height: 80px;
    width: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 50%;
    font-size: 28px;
    color: #0079B1;
    margin-bottom: 0;
}

.onboard-item.success .onboard-icon {
    background-color: #F8FAF0;
    color: #81B100;
}

.onboard-item.processing .onboard-icon {
    background-color: #FEFAF6;
    color: #F7962C;
}

.state-context {
    color: #aaa;
    margin-bottom: 13px;
}

.onboard-item.success .state-context {
    color: #81B100;
}

.onboard-item .btn {
    padding: 7px 20px 8px;
}

.onboard-item.processing .btn {
    background-color: #F7962C;
    opacity: 0.5;
    pointer-events: none;
}

.onboard-item.success .btn {
    background-color: #81B100;
    font-size: small;
}


/* Footer */

footer .page-content {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding: 0;
    background: transparent;
    flex-wrap: wrap;
}

.footer-rights {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-usps {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-usps>div {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.footer-rights,
.footer-usps {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    /* Sign in */
    .signin {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .signin-form {
        width: 60%;
    }
    .signin-imagery {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-grow: 1;
        width: 40%;
    }
    /* Recent activities */
    .recent-activities tr td:first-child {
        display: table-cell;
    }
    .recent-activities tr:hover td {
        background-color: #F2F7F9;
    }
    .recent-activities tr td:first-child:before {
        content: "";
        background-color: #FFF;
        height: 100%;
        width: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10px;
        transition: 0.2s ease all;
    }
    .recent-activities tr td:last-child:before {
        content: "";
        background-color: #FFF;
        height: 100%;
        width: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -10px;
        transition: 0.2s ease all;
    }
    .recent-activities tr:hover td:first-child:before,
    .recent-activities tr:hover td:last-child:before {
        background-color: #F2F7F9;
    }
    /* Tables Clients */
    table.table-clients tr td.client {
        width: 33%;
    }
    table.table-clients tr td.status {
        width: 33%;
    }
    table.table-clients tr td.status a {
        padding-top: 22px;
    }
    table.table-clients tr td.payment-term {
        order: 3;
        padding-bottom: 8px;
        width: 33%;
    }
    table.table-clients tr td.kvk {
        order: 4;
        white-space: nowrap;
        padding-bottom: 8px;
        width: 33%;
    }
    table.table-clients tr td.limit {
        order: 5;
        padding-bottom: 8px;
        width: 33%;
    }
    table.table-clients tr td.contract-days {
        order: 6;
        padding-bottom: 8px;
        width: 33%;
    }
}

@media(min-width:992px) {
    /*Sign in*/
    .signin-form {
        width: 50%;
    }
    .signin-imagery {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-grow: 1;
        width: 50%;
    }
    /* Nav */
    .nav-toggle {
        left: 30px;
    }
    .user {
        margin-right: 15px;
    }
    .logo {
        left: 81px;
        border-left: 1px solid #EBF4F7;
        padding-left: 25px;
        max-width: 200px;
    }
    .cta-new-invoice {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        margin-right: 15px;
    }
    .menu li.m-cta-new-invoice {
        display: none;
    }
    .menu {
        width: 310px;
    }
    #navigation:not(:checked)~nav .menu {
        left: -310px;
    }
    .hidden-toggle {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #000;
        opacity: 0;
        pointer-events: none;
        transition: 0.5s ease all;
        margin: 0;
    }
    #navigation:checked~nav .hidden-toggle {
        opacity: 0.5;
        pointer-events: all;
        left: 310px;
    }
    #navigation:checked~nav .navbar {
        box-shadow: 0px 0px;
    }
    /* Containers / block wraps */
    .page-content {
        width: 100%;
        padding: 30px 15px;
    }
    .page-content>.row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-content>.row>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-block {
        padding: 30px;
        margin-bottom: 30px;
    }
    /* Breadcrumbs */
    .breadcrumb {
        margin-bottom: 30px;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 20px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        margin-right: 20px;
        padding-right: 0;
    }
    /* Welcome message */
    .welcome-message {
        margin-bottom: 30px;
    }
    /* Tables */
    .table-wrap .search {
        margin-bottom: 0px;
    }
    table.dataTable tbody tr {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transition: 0.2s ease all;
    }
    table.dataTable tbody tr:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        transform: scale(1.01)
    }
    table.dataTable tbody tr:hover td>a:not(.btn) {
        background-color: #fff;
    }
    /* Table invoices */
    .table-wrap .dataTables_wrapper table.dataTable.table-invoices tr:hover>td {
        background-color: #fff;
    }
    table.table-invoices tr {
        margin-bottom: 0;
        display: table-row;
    }
    table.table-invoices thead {
        display: table-header-group;
    }
    table.table-invoices tr th {
        display: table-cell;
    }
    table.table-invoices tr th:nth-child(6) {
        width: 3%;
    }
    table.table-invoices tr td.status {
        width: 43%
    }
    table.table-invoices tr td.client {
        width: 18%;
    }
    table.table-invoices tr td.invoice-number {
        width: 13%;
    }
    table.table-invoices tr td.invoice-date {
        width: 13%;
    }
    table.table-invoices tr td.invoice-sum {
        width: 10%;
        margin-bottom: 0;
    }
    table.table-invoices span.td-title {
        display: none;
    }
    table.table-invoices tbody td a {
        padding: 22px 20px;
        display: block;
    }
    table.table-invoices tbody td.client a {
        padding-top: 22px;
    }
    table.table-invoices tr>*:last-child {
        display: table-cell;
    }
    /* Table new invoices */
    .table-wrap .dataTables_wrapper table.dataTable.table-new-invoices tr:hover>td {
        background-color: #fff;
    }
    table.table-new-invoices tr {
        margin-bottom: 0;
        display: table-row;
    }
    table.table-new-invoices thead {
        display: table-header-group;
    }
    table.table-new-invoices tr th {
        display: table-cell;
        vertical-align: bottom;
    }
    table.table-new-invoices tr td.invoice-number {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-new-invoices tr td.invoice-date {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-new-invoices tr td.invoice-sum {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-new-invoices tr td.invoice-upload {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-new-invoices tr td.invoice-attachements {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-new-invoices tr td.invoice-action {
        width: 17%;
        padding: 22px 20px;
    }
    table.table-new-invoices span.td-title {
        display: none;
    }
    table.table-new-invoices tbody td {
        padding: 22px 20px;
        display: table-cell;
    }
    table.table-new-invoices tr>*:last-child {
        display: table-cell;
    }
    /* Table created invoices */
    .table-wrap .dataTables_wrapper table.dataTable.table-created-invoices tr:hover>td {
        background-color: #fff;
    }
    table.table-created-invoices tr {
        margin-bottom: 0;
        display: table-row;
    }
    table.table-created-invoices thead {
        display: table-header-group;
    }
    table.table-created-invoices tr th {
        display: table-cell;
        vertical-align: bottom;
    }
    table.table-created-invoices tr td.invoice-number {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-created-invoices tr td.invoice-date {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-created-invoices tr td.invoice-sum {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-created-invoices tr td.invoice-upload {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-created-invoices tr td.invoice-attachements {
        width: 16%;
        padding: 22px 20px;
    }
    table.table-created-invoices tr td.invoice-action {
        width: 17%;
        padding: 22px 20px;
    }
    table.table-created-invoices span.td-title {
        display: none;
    }
    table.table-created-invoices tbody td {
        padding: 22px 20px;
        display: table-cell;
    }
    table.table-created-invoices tr>*:last-child {
        display: table-cell;
    }
    table.table-created-invoices tr.total td:not(:last-child) {
        display: table-cell;
    }
    table.table-created-invoices tr.total td:last-child {
        width: 17%;
        text-align: left;
    }
    /* Table reports invoices */
    .table-wrap .dataTables_wrapper table.dataTable.table-reports tr:hover>td {
        background-color: #fff;
    }
    table.table-reports tr {
        margin-bottom: 0;
        display: table-row;
    }
    table.table-reports thead {
        display: table-header-group;
    }
    table.table-reports tr th {
        display: table-cell;
        vertical-align: bottom;
    }
    table.table-reports tr td.reports-sort {
        width: 30%;
        padding: 22px 20px
    }
    table.table-reports tr td.reports-period {
        width: 25%;
        padding: 22px 20px
    }
    table.table-reports tr td.reports-date {
        width: 20%;
        padding: 22px 20px
    }
    table.table-reports tr td.reports-actions {
        width: 25%;
        text-align: right;
        white-space: nowrap;
        padding: 22px 20px
    }
    table.table-reports span.td-title {
        display: none;
    }
    table.table-reports tbody td {
        padding: 22px 20px;
        display: table-cell;
    }
    table.table-reports tr td.reports-actions {
        padding: 22px 20px;
    }
    table.table-reports tr td.reports-actions .btn {
        margin-left: 10px;
    }
    /* Table clients */
    table.table-clients tr {
        margin-bottom: 0;
        display: table-row;
    }
    table.table-clients thead {
        display: table-header-group;
    }
    table.table-clients tr th {
        display: table-cell;
        word-break: break-word;
        hyphens: auto;
    }
    table.table-clients tr th:nth-child(7) {
        width: 3%;
    }
    table.table-clients tr td.status {
        width: 5%
    }
    table.table-clients tr td.client {
        width: 19%;
    }
    table.table-clients tr td.payment-term {
        width: 19%;
    }
    table.table-clients tr td.kvk {
        width: 14%;
    }
    table.table-clients tr td.limit {
        width: 19%;
        margin-bottom: 0;
    }
    table.table-clients tr td.contract-days {
        width: 19%;
        margin-bottom: 0;
    }
    table.table-clients span.td-title {
        display: none;
    }
    table.table-clients tbody td a {
        padding: 22px 20px;
        display: block;
    }
    table.table-clients tbody td.client a {
        padding-top: 22px;
    }
    table.table-clients tr>*:last-child {
        display: table-cell;
    }
    /* Status pills */
    .status-pill {
        min-width: 150px;
        padding: 4px 15px 6px;
        font-size: 16px;
    }
    /* Footer */
    .footer-rights {
        justify-content: flex-start;
        margin-right: auto;
    }
    .footer-usps {
        justify-content: flex-end;
    }
    .footer-usps>div:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    /* Sign in */
    .signin-form {
        width: 40%;
    }
    .signin-imagery {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-grow: 1;
        width: 60%;
    }
    /* Status pills */
    .status-pill+span {
        font-size: 16px;
    }
}


/* Pretty Select */

select.pretty-select {
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(//assets.bettyblocks.com/8fcc7822355847c49c12b8f74892ded7_assets/files/chevron-down.svg?_=0cf256041e94b27573fba24e0758587f);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    border-radius: 5px;
    border: none;
    min-height: 50px;
    padding: 12px 28px 15px 15px;
    background-color: #F2F7F9;
}

select.pretty-select:not(:valid) {
    color: rgba(0, 0, 0, 0.25);
}

select.pretty-select:disabled {
    color: #dddddd;
}

/* FAQ-BLOCK */

.faq-block .accordion>.card>.card-header>button {
    background-color: #ffffff;
    font-weight: 700;
    color: #0079B1;
}

.faq-block .accordion>.card>.card-header>button,
.faq-block .accordion>.card>.card-header>button:hover,
.faq-block .accordion>.card>.card-header>button:focus {
    background-color: #ffffff;
    font-weight: 700;
    color: #0079B1;
    box-shadow: none;
}

.faq-block .accordion {
    margin: 0 -15px;
}

.faq-block .accordion .card {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.faq-block .accordion>.card .card-header {
    border-bottom: none;
}

.faq-block .accordion>.card .card-body {
    padding: 0 15px;
    margin-top: -15px;
}

.faq-block.settings .accordion>.card .card-body {
    margin-top: 5px;
}

.faq-block .accordion>.card>.card-header>button.btn.btn-link:after {
}

.faq-block .accordion>.card>.card-header>button.btn.btn-link:not(.collapsed):after {
    filter: invert(1);
}

.faq-block .accordion>.card:first-of-type .card-header {
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.faq-block .nav-tabs {
    border-bottom: none;
}

.faq-block .tab-content>.active {
    padding: 0 15px;
}


/* END FAQ-BLOCK */

/* STICKY BOTTOM BAR */
.baf-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 2;
    background-color: #FFF;
    box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 30%);
    transition: 0.2s ease all;
  	display: flex;
    justify-content: flex-end;
  	align-items: center;
  	padding: .5rem 1rem;
}

.baf-bar a{
	margin-left: 1rem;
}

.sticky-bottom-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 14px 0 rgb(0 78 114 / 10%);
}

/* END STICKY BOTTOM BAR */