@import url(fontawesome/duotone.min.css);
@import url(datatables.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
.ixir-client {
    position: relative;
    z-index: 1048;
    width: 100%;
    background-color: #efefef;
}
.ixir-client-head {
    float: left;
    width: 100%;
    min-height: 336px;
    background: url(../img/bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    font-family: Roboto, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ixir-client-head:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ixir-client-head h2 {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: x-large;
}
.ixir-client-head .userAvatar {
    float: left;
    width: 100%;
    border-radius: 10px;
}
.ixir-client-head .userAvatar a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 5px;
}
.ixir-client-head .userAvatar a img {
    float: left;
    width: 100%;
    border-radius: 10px;
}
.ixir-client-head .userDetail ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0;
}
.ixir-client-head .userDetail ul li {
    float: left;
    border-radius: 3px;
    padding: 5px;
}
.ixir-client-head .userDetail ul li:nth-child(2) {
    margin-right: 0;
}
.ixir-client-head .userDetail ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: small;
}
.ixir-client-head span {
    font-size: 16px;
    float: left;
    font-weight: 300;
    color: #fff;
    width: 100%;
}
.ixir-client-head .ixir-client-home-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    float: left;
    width: 100%;
}
.ixir-client-head .ixir-client-home-box a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #6a7789;
}
.ixir-client-head .ixir-client-home-box a .icon {
    float: right;
    width: 50%;
    text-align: right;
}
.ixir-client-head .ixir-client-home-box a .icon i {
    font-size: 40px;
}
.ixir-client-head .ixir-client-home-box a .stat {
    float: right;
    width: 50%;
    text-align: left;
    font-size: 29px;
}
.ixir-client-head .ixir-client-home-box a p.text-muted {
    font-weight: 400;
    color: #6a7789 !important;
    font-size: 14px;
}
.ixir-client-menu {
    float: left;
    width: 100%;
    margin-top: -91px;
    position: relative;
    z-index: 99999;
}
.ixir-client-menu ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ixir-client-menu ul > li {
    float: left;
    position: relative;
    width: calc(100% / 7);
    border-right: 1px solid #e5e5e5;
    transition: 250ms ease;
}
.ixir-client-menu ul li:first-child {
    border-top-left-radius: 5px;
}
.ixir-client-menu ul > li:last-child {
    border-top-right-radius: 5px;
    margin: 0;
    border: 0;
}
.ixir-client-menu ul li a {
    float: left;
    width: 100%;
    color: #58667b;
    padding: 20px 0;
}
.ixir-client-menu ul li a span.icon {
    float: left;
    width: 100%;
    font-size: 20px;
}
.ixir-client-menu ul li a span.icon i {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ixir-client-menu ul li a span.title {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ixir-client-menu ul li:hover {
    background: #efefef;
}
.ixir-client-menu ul li:hover > ul {
    display: block;
}
.ixir-client-menu ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    border: 0;
    left: 0;
    width: 120%;
    border-radius: 0;
}
.ixir-client-menu ul > li > ul > li {
    width: 100%;
    padding: 10px 5px 10px 10px;
    border-radius: 0 !important;
}
.ixir-client-menu ul > li > ul > li a {
    width: 100%;
    padding: 0;
    border-radius: 0;
    min-height: auto;
}
.ixir-client-main-body {
    float: left;
    width: 100%;
    background: #efefef;
    min-height: 500px;
}
.ixir-client-main-body .ixir-client-mb-container {
    float: left;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 0;
}
.ixir-client-main-body .ixir-news {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ixir-client-main-body .ixir-news i {
    float: left;
    padding-right: 20px;
    font-size: 25px;
    color: #58667b;
}
.ixir-client-main-body .ixir-news .owl-carousel {
    float: left;
}
.ixir-client-main-body .ixir-news a {
    font-size: 16px;
    color: #58667b;
    font-weight: 600;
}
.ixir-client-main-body .ixir-client-mb-container .alert {
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
}
.ixir-client-main-body .ixir-client-mb-container .alert i {
    float: left;
    padding-right: 20px;
    font-size: 25px;
}
.ixir-client-main-body .ixir-client-mb-container .alert p {
    font-size: 16px;
    font-weight: 600;
}
.ixir-client-main-body .ixir-widget {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.1px 0 rgba(0, 0, 0, 0.002), 0 0.2px 0 rgba(0, 0, 0, 0.003), 0 0.4px 0 rgba(0, 0, 0, 0.004), 0 0.6px 0 rgba(0, 0, 0, 0.004), 0 0.9px 0 rgba(0, 0, 0, 0.005), 0 1.2px 0 rgba(0, 0, 0, 0.006), 0 1.8px 0 rgba(0, 0, 0, 0.006),
        0 2.6px 0 rgba(0, 0, 0, 0.007), 0 3.9px 0 rgba(0, 0, 0, 0.008), 0 7px 0 rgba(0, 0, 0, 0.01);
    margin-bottom: 20px;
}
.ixir-widget.danger,
.ixir-widget.info,
.ixir-widget.primary,
.ixir-widget.secondary,
.ixir-widget.success,
.ixir-widget.warning {
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ixir-widget.danger .header,
.ixir-widget.info .header,
.ixir-widget.primary .header,
.ixir-widget.secondary .header,
.ixir-widget.success .header,
.ixir-widget.warning .header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 15px;
}
.ixir-widget.danger .header {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.ixir-widget.danger .header h4 {
    color: #721c24 !important;
}
.ixir-widget.primary .header {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.ixir-widget.primary .header h4 {
    color: #721c24 !important;
}
.ixir-widget.info .header {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.ixir-widget.info .header h4 {
    color: #0c5460 !important;
}
.ixir-widget.warning .header {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.ixir-widget.warning .header h4 {
    color: #856404 !important;
}
.ixir-widget.success .header {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.ixir-widget.success .header h4 {
    color: #155724 !important;
}
.ixir-widget.secondary .header {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.ixir-widget.secondary .header h4 {
    color: #383d41 !important;
}
.ixir-client-main-body .ixir-widget .header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e0e6ed;
    align-items: center;
    padding: 20px;
}
.ixir-client-main-body .ixir-widget .footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #e0e6ed;
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 20px;
    background: 0 0 !important;
    float: initial;
}
.ixir-client-main-body .ixir-widget .footer p {
    margin: 0;
    font-size: 13px;
}
.ixir-client-main-body .ixir-widget .header .header-title {
    align-self: center;
}
.ixir-client-main-body .ixir-widget .header .header-title h4 {
    font-size: 16px;
    float: left;
    display: flex;
    font-weight: 600;
    align-items: center;
    color: #58667b;
    font-family: Roboto, sans-serif;
    line-height: 100%;
}
.ixir-client-main-body .ixir-widget .header .header-title h4 i {
    float: left;
    font-size: 30px;
    margin-right: 10px;
}
.ixir-client-main-body .ixir-widget > .btn-group > button {
    border: 0;
    font-size: 25px;
    color: #6a7789;
    background-color: transparent !important;
    box-shadow: none;
}
.ixir-client-main-body .ixir-widget .btn-group button:after {
    content: "";
    display: none;
}
.ixir-client-main-body .ixir-widget .btn-group ul.dropdown-menu {
    left: initial;
    right: 0;
    border: 1px solid #e0e6ed;
    z-index: 9999;
    box-shadow: rgba(113, 106, 202, 0.2) 0 0 15px 1px;
    padding: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 8px 8px;
    border-radius: 6px;
}
.ixir-client-main-body .ixir-widget .btn-group ul.dropdown-menu li a {
    font-size: 13px;
    font-weight: 500;
    color: #6a7789;
    padding: 11px 8px;
    outline: 0;
    background-color: transparent !important;
}
.ixir-client-main-body .ixir-widget .body {
    height: 100%;
    padding: 10px 20px;
}
.ixir-client-main-body .ixir-widget .body table thead tr {
    border-top: 1px solid;
}
.ixir-client-main-body .ixir-widget .body table thead tr th {
    color: #58667b;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #e0e6ed;
    border-bottom: 1px solid #e0e6ed;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    outline: 0;
}
.ixir-client-main-body .ixir-widget .body table thead tr th:last-child {
    border-right: 0;
}
.ixir-client-main-body .ixir-widget .body table tbody tr {
    border-top: 1px solid;
    transition: 250ms ease;
}
.ixir-client-main-body .ixir-widget .body table tbody tr:hover td {
    background-color: #58667b;
    cursor: pointer;
    color: #fff;
    border-color: #58667b;
}
.ixir-client-main-body .ixir-widget .body table tbody tr:hover td a.btn {
}
.ixir-client-main-body .ixir-widget .body table tbody tr td a {
    font-weight: 400;
    text-decoration: underline;
}
.ixir-client-main-body .ixir-widget .body table tbody tr:hover td a {
}
.ixir-client-main-body .ixir-widget .body table tbody tr td {
    color: #58667b;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #e0e6ed;
    border-bottom: 1px solid #e0e6ed;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 300;
    outline: 0;
    transition: 250ms ease;
}
.ixir-client-main-body .ixir-widget .body table tbody tr td:last-child {
    border-right: 0;
}
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_length {
    background: 0 0;
    float: left;
    margin-bottom: 20px;
}
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_filter label,
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_length label {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #acb0c3;
    letter-spacing: 1px;
}
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_length label select {
    height: auto;
    border: 1px solid #bfc9d4;
    color: #3b3f5c !important;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    background-color: #fff;
    height: auto;
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    box-shadow: none;
    margin-right: 10px;
}
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_filter label input {
    height: auto;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    font-size: 15px;
    padding: 8px 10px;
    letter-spacing: 1px;
    height: calc(1.4em + 1.4rem + 2px);
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    outline: 0;
}
.ixir-client-main-body .ixir-widget .body .dataTables_wrapper .dataTables_paginate {
    padding: 0;
    margin: 0;
}
.ixir-client-main-body .ixir-widget .body ul.pagination {
    margin: 5px 0;
}
.ixir-client-main-body .ixir-widget .body ul.pagination li {
    float: left;
    border: 1px solid #e0e6ed;
    border-radius: 100%;
    margin-right: 5px;
    transition: 250ms ease;
}
.ixir-client-main-body .ixir-widget .body ul.pagination li:hover {
    background-color: #58667b;
}
.ixir-client-main-body .ixir-widget .body ul.pagination li.active a,
.ixir-client-main-body .ixir-widget .body ul.pagination li:hover a {
    color: #fff;
}
.ixir-client-main-body .ixir-widget .body ul.pagination li.active {
    background-color: #58667b;
}
.ixir-client-main-body .ixir-widget .body ul.pagination a {
    float: left;
    font-size: 15px;
    width: 30px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 0;
    background-color: transparent;
    outline: 0;
    color: #58667b;
}
.ixir-client-main-body .ixir-client-mb-container .panel-sidebar {
    border: 0;
    box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
    margin-bottom: 20px;
}
.ixir-client-main-body .ixir-client-mb-container .panel-sidebar > .panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.ixir-client-main-body .ixir-client-mb-container .panel-sidebar a.list-group-item.active,
.ixir-client-main-body .ixir-client-mb-container .panel-sidebar a.list-group-item.active:focus,
.ixir-client-main-body .ixir-client-mb-container .panel-sidebar a.list-group-item.active:hover {
    background-color: #efefef;
    border-color: #efefef;
    color: #58667b;
    font-weight: 700;
}
.ixir-client-main-body .ixir-client-mb-container .ixir-panel {
    background: #fff;
    min-height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    line-height: 30px;
    box-shadow: 0 0.1px 0 rgba(0, 0, 0, 0.002), 0 0.2px 0 rgba(0, 0, 0, 0.003), 0 0.4px 0 rgba(0, 0, 0, 0.004), 0 0.6px 0 rgba(0, 0, 0, 0.004), 0 0.9px 0 rgba(0, 0, 0, 0.005), 0 1.2px 0 rgba(0, 0, 0, 0.006), 0 1.8px 0 rgba(0, 0, 0, 0.006),
        0 2.6px 0 rgba(0, 0, 0, 0.007), 0 3.9px 0 rgba(0, 0, 0, 0.008), 0 7px 0 rgba(0, 0, 0, 0.01);
}
.label.status {
    border: 1px dashed #e0e6ed;
}
@media (min-width: 320px) and (max-width: 480px) {
    .ixir-client-head .userAvatar {
        float: initial;
        display: block;
        width: 100px;
        margin: 20px auto;
    }
    .ixir-client-head .clientTitle {
        margin: 20px 0;
        text-align: center;
    }
    .ixir-client-head .clientTitle span {
        font-size: 20px;
    }
    .ixir-client-head .clientTitle h2 {
        font-size: 30px;
        text-align: center;
    }
    .ixir-client-head .headerMenu .ixir-client-home-box {
        margin-bottom: 20px;
    }
    .ixir-client-menu {
        padding: 10px 0;
        border-bottom: 0;
        margin-top: 0;
        background-color: #efefef;
    }
    .ixir-client-menu ul li {
        min-width: 50%;
        border-bottom: 1px solid #e5e5e5;
        width: 50%;
        padding: 5px;
    }
    .ixir-client-menu ul > li:nth-child(2n) {
        border-right: 0;
    }
    .ixir-client-menu ul > li:last-child {
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        width: 100%;
    }
    .ixir-client-menu ul li:hover > ul {
        z-index: 99;
    }
    .ixir-client-menu ul > li:nth-child(2n) > ul {
        right: 0;
        left: initial;
    }
    .ixir-client-menu ul > li:nth-child(2n) > ul > li {
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
    .ixir-client-menu ul li:hover > ul :nth-child(2n) {
        border-right: 1px solid #e5e5e5;
    }
    table {
        width: 100% !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .ixir-client-head {
        min-height: 500px;
    }
    .ixir-client-menu {
        margin-top: -121px;
    }
    .ixir-client-menu {
        border-bottom: 0;
    }
    .ixir-client-menu ul li {
        min-width: 25%;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .ixir-client-menu ul li:nth-child(4n) {
        border-right: 0;
    }
    .ixir-client-menu ul > li:last-child {
        border-right: 1px solid #e5e5e5;
        border-radius: 0;
    }
    .ixir-client-menu ul li:hover > ul {
        display: inline-flex;
        width: auto;
    }
}
