.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1ba0e1;
}

.content-header {
    padding: 0px 10px;
}

.form-group {
    margin-bottom: 0;
}

.content-header .breadcrumb {
    background: 0 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    font-size: 14px;
    padding: 2px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px;
}

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
}

.table td, .table th {
    padding: 0px 5px;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6;
}

.login-footer {
    background: #fff;
    border-top: 1px solid #dee2e6;
    color: #869099;
    padding: 1rem;

    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;

    margin-left: none;
}

.profile-user-img {
    border: none;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.widserpen {
    width: 100%;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
    margin: 0px;
}

.navbar-custom {
    background-color: #1ba0e1;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #1ba0e1;
    color: #fff;
}

.nav-treeview>.nav-item>.nav-link.level3.active, .nav-treeview>.nav-item>.nav-link.level3.active:focus, .nav-treeview>.nav-item>.nav-link.level3.active:hover {
    background-color: rgb(255 255 255 / 0.1);
    color: #fff;
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #343a40;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

a {
    color: #1ba0e1;
    text-decoration: none;
    background-color: transparent;
}

.brand-link {
    display: block;
    font-size: 1rem;
    line-height: 2;
    padding: .8125rem .5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}

.btn-primary {
    color: #fff;
    background-color: #1ba0e1;
    border-color: #1ba0e1;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1ba0e1;
    border-color: #1ba0e1;
}

.profile-user-img {
    border: none;
    margin: 0 auto;
    padding: 3px;
    width: auto;
    height: 34px;
}

.bg-primary {
    background-color: #1ba0e1!important;
}

@media (min-width: 576px){
    .navbar-nav>.user-menu .user-image {
        float: none;
        line-height: 10px;
        margin-right: 0.4rem;
        margin: -8px 5px;
    }
}

.invoice-box {
    margin: auto;
    padding: 50px;
    font-size: 14px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #000;
}

.invoice-box table {
    width: 100%;
    text-align: left;
}

.invoice-box table td{
    vertical-align: top;
}

.invoice-box table tr.top table td.title {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.invoice-box table tr.information {
    padding-top: 20px;
}

.invoice-box .footer-text {
    font-size: 10px;
}

.right-align, table.item-details td.right-align {
    text-align: right;
}

.left-align, table.item-details td.left-align {
    text-align: left;
}

.text-bold {
    font-weight: 700;
}

.text-upper {
    text-transform: uppercase;
}

.fit-content {
    width: 1%;
    white-space: nowrap;
}

table.item-details thead th, table.item-details tfoot td {
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
}

table.item-details tbody td {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    padding: 5px;
}

table.item-details {
    border-collapse: collapse;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.timeline .msg-span {
    color: #1ba0e1;
    font-weight: 700;
}

.mailbox-subject p {
    margin: unset;
}

.copyright2 {
    font-family: Arial,
         "Helvetica Neue",
         Helvetica,
         sans-serif;
}