﻿.croppie-container .profile .profile-edit img {
    max-width: none
}

:root {
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #444
}

a {
    color: #0579b5;
    text-decoration: none
}

a:hover {
    color: #069ae7;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif
}

#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all .3s
}

@media (max-width: 1199px) {
    #main {
        padding: 20px
    }
}

.pagetitle {
    margin-bottom: 10px
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #0579b5;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all .4s
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #0694dd;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

option {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 30px !important
}

.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: .2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, .2)
}

.dropdown-menu .dropdown-header, .dropdown-menu .dropdown-footer {
    text-align: center;
    font-size: 15px;
    padding: 10px 25px
}

.dropdown-menu .dropdown-footer a {
    color: #444;
    text-decoration: underline
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: .3s
}

.dropdown-menu .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
    0% {
        opacity: 0
    }
}

.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4
}

.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, .1)
}

.card-header, .card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400
}

.card-body {
    padding: 0 20px 20px 20px
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, .6)
}

.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px
}

.btn-close {
    background-size: 25%
}

.btn-close:focus {
    outline: 0;
    box-shadow: none
}

.accordion-item {
    border: 1px solid #ebeef4
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #0579b5
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px
}

.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600
}

.breadcrumb a {
    color: #899bbd;
    transition: .3s
}

.breadcrumb a:hover {
    color: #51678f
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600
}

.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e
}

.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
    color: #0579b5
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #0579b5;
    border-bottom: 2px solid #0579b5
}

.logo {
    line-height: 1
}

@media (min-width: 1200px) {
    .logo {
        width: 280px
    }
}

.logo img {
    max-height: 26px;
    margin-right: 6px
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif
}

.header {
    transition: all .5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, .1);
    background-color: #fff;
    padding-left: 20px
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #012970
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, .1);
        background: #e4f5fe;
        z-index: 9999;
        transition: .3s;
        visibility: hidden;
        opacity: 0
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1
    }
}

.header .search-form {
    width: 100%
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, .2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: .3s;
    width: 100%
}

.header .search-form input:focus, .header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, .15);
    border: 1px solid rgba(1, 41, 112, .3)
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none
}

.header .search-form button i {
    color: #012970
}

.header-nav ul {
    list-style: none
}

.header-nav > ul {
    margin: 0;
    padding: 0
}

.header-nav .nav-icon {
    font-size: 20px;
    color: #012970
}

.header-nav .nav-profile {
    color: #012970
}

.header-nav .nav-profile img {
    max-height: 36px
}

.header-nav .nav-profile span {
    font-size: 14px;
    font-weight: 600
}

.header-nav .badge-number {
    position: absolute;
    inset: 4px 6px auto auto;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 6px;
    top: -5px;
    right: -15px
}

.header-nav .notifications .notification-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    transition: .3s
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: .3s
}

.header-nav .messages .message-item a {
    display: flex
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0
}

.header-nav .profile .dropdown-header h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #444
}

.header-nav .profile .dropdown-header span {
    font-size: 14px
}

.header-nav .profile .dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
    transition: .3s
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff
}

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 230px;
    z-index: 996;
    transition: all .3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, .1);
    background-color: #fff
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf
}

@media (min-width: 1200px) {
    #main, #footer {
        margin-left: 230px
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main, .toggle-sidebar #footer {
        margin-left: 0
    }

    .toggle-sidebar .sidebar {
        left: -300px
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-nav .nav-item {
    margin-bottom: 5px
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #0579b5;
    transition: .3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #0579b5
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd
}

.sidebar-nav .nav-link:hover {
    color: #0579b5;
    background: #f6f9ff
}

.sidebar-nav .nav-link:hover i {
    color: #0579b5
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform .2s ease-in-out
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg)
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: .3;
    padding: 10px 0 10px 40px;
    transition: .3s
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%
}

.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
    color: #0579b5
}

.sidebar-nav .nav-content a.active i {
    background-color: #0579b5
}

.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: .3s;
    font-size: 16px
}

.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {
    color: #0579b5
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px
}

.dashboard .info-card {
    padding-bottom: 10px
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0
}

.dashboard .sales-card .card-icon {
    color: #0579b5;
    background: #80d2fc
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf
}

.dashboard .activity {
    font-size: 14px
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 200px
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #76cefb
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 30px
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0
}

.dashboard .news .post-item + .post-item {
    margin-top: 15px
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px
}

.dashboard .news h4 a {
    color: #012970;
    transition: .3s
}

.dashboard .news h4 a:hover {
    color: #0579b5
}

.dashboard .news p {
    font-size: 14px;
    color: #777;
    margin-left: 95px
}

.dashboard .recent-sales {
    font-size: 14px
}

.dashboard .recent-sales .table thead {
    background: #80d2fc
}

.dashboard .recent-sales .table thead th {
    border: 0
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0
}

.dashboard .top-selling {
    font-size: 14px
}

.dashboard .top-selling .table thead {
    background: #80d2fc
}

.dashboard .top-selling .table thead th {
    border: 0
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px
}

.badge-danger {
    background: #dc3545
}

.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px
}

.iconslist .icon {
    background-color: #fff;
    border-radius: .25rem;
    text-align: center;
    color: #012970;
    padding: 15px 0
}

.iconslist i {
    margin: .25rem;
    font-size: 2.5rem
}

.iconslist .label {
    font-family: var(--bs-font-monospace);
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: .25rem;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.profile .profile-card img {
    max-width: 120px
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0
}

.profile .profile-card h3 {
    font-size: 18px
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, .5);
    line-height: 0;
    margin-right: 10px;
    transition: .3s
}

.profile .profile-card .social-links a:hover {
    color: #012970
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px
}

.profile .profile-overview .card-title {
    color: #012970
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, .6)
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, .6)
}

.profile .profile-edit img.img-profile {
    max-width: 120px
}

.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #0579b5
}

.faq .basic p {
    color: #6980aa
}

.contact .info-box {
    padding: 28px 30px
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #0579b5
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: #0579b5
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #0579b5;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: #068ace
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.error-404 {
    padding: 30px
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #0579b5;
    margin-bottom: 0;
    line-height: 150px
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px
}

.error-404 .btn:hover {
    background: #3e4f6f
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%
    }
}

._preloader {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999
}

._preloader .wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 99999
}

._preloader .wrapper span {
    position: absolute;
    top: 75px;
    font-size: 20px;
    color: #000;
    left: 15%
}

.loader ::after, .loader ::before {
    position: absolute;
    content: "";
    box-sizing: border-box
}

.loader {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.flat-04 .loader-container {
    width: 100px;
    height: 100px;
    perspective: 150px
}

.flat-04 .cube {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    transform-origin: top right;
    transform-style: preserve-3d;
    background-color: #0579b5
}

.flat-04 .cube:nth-of-type(2) {
    opacity: .9;
    animation: flat4-1 3s infinite ease-in-out
}

.flat-04 .cube:nth-of-type(3) {
    opacity: .8;
    animation: flat4-2 3s infinite ease-in-out
}

.flat-04 .cube:nth-of-type(4) {
    opacity: .7;
    animation: flat4-3 3s infinite ease-in-out
}

@keyframes flat4-1 {
    0% {
        transform: rotateX(0deg) rotateY(0)
    }
    21%, 93% {
        transform: rotateX(180deg) rotateY(0)
    }
    100% {
        transform: rotateX(0deg) rotateY(0)
    }
}

@keyframes flat4-2 {
    0% {
        transform: rotateX(0deg) rotateY(0)
    }
    18% {
        transform: rotateX(180deg) rotateY(0deg)
    }
    33%, 73% {
        transform: rotateX(180deg) rotateY(180deg)
    }
    88% {
        transform: rotateX(180deg) rotateY(0deg)
    }
    100% {
        transform: rotateX(0deg) rotateY(0)
    }
}

@keyframes flat4-3 {
    0% {
        transform: rotateX(0deg) rotateY(0deg)
    }
    15% {
        transform: rotateX(180deg) rotateY(0deg)
    }
    30% {
        transform: rotateX(180deg) rotateY(180deg)
    }
    45%, 55% {
        transform: rotateX(0deg) rotateY(180deg)
    }
    70% {
        transform: rotateX(180deg) rotateY(180deg)
    }
    85% {
        transform: rotateX(180deg) rotateY(0deg)
    }
    100% {
        transform: rotateX(0deg) rotateY(0deg)
    }
}

.figure-02 .loader-container {
    width: 70px;
    height: 70px
}

.figure-02 .figure {
    position: relative;
    margin: 0 auto;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    border-radius: 9%;
    background-color: #0579b5;
    transform: rotate(-90deg) scale(1.2);
    animation: figure2-1 3s infinite cubic-bezier(0.84, 0.01, 0.18, 1)
}

.figure-02 .figure::before, .figure-02 .figure::after {
    width: 110%;
    height: 112%;
    top: 0;
    background: #fff;
    z-index: 1
}

.figure-02 .figure::before {
    left: 100%;
    transform: translate(47%, -10%) rotate(-26deg);
    transform-origin: 0 100%;
    animation: figure2-2 3s infinite cubic-bezier(0.84, 0.01, 0.18, 1)
}

.figure-02 .figure::after {
    left: 0%;
    transform: translate(-146%, -10%) rotate(26deg);
    transform-origin: 100% 100%;
    animation: figure2-3 3s infinite cubic-bezier(0.84, 0.01, 0.18, 1)
}

@keyframes figure2-1 {
    0% {
        border-radius: 5%;
        transform: rotate(-90deg) scale(1.2)
    }
    15% {
        border-radius: 5%;
        transform: rotate(0deg) scale(1)
    }
    25% {
        border-radius: 5%;
        transform: rotate(0deg) scale(1)
    }
    40% {
        border-radius: 5%;
        transform: rotate(90deg) scale(1.2)
    }
    50% {
        border-radius: 5%;
        transform: rotate(90deg) scale(1.2)
    }
    65% {
        border-radius: 50%;
        transform: rotate(0deg) scale(1)
    }
    75% {
        border-radius: 50%;
        transform: rotate(0deg) scale(1)
    }
    90% {
        border-radius: 5%;
        transform: rotate(-90deg) scale(1.2)
    }
    100% {
        border-radius: 5%;
        transform: rotate(-90deg) scale(1.2)
    }
}

@keyframes figure2-2 {
    0% {
        transform: translate(47%, -10%) rotate(-26deg)
    }
    15% {
        transform: translate(0%, -10%) rotate(-26deg)
    }
    25% {
        transform: translate(0%, -10%) rotate(-26deg)
    }
    40%, 100% {
        transform: translate(47%, -10%) rotate(-26deg)
    }
}

@keyframes figure2-3 {
    0% {
        transform: translate(-146%, -10%) rotate(26deg)
    }
    15% {
        transform: translate(-100%, -10%) rotate(26deg)
    }
    25% {
        transform: translate(-100%, -10%) rotate(26deg)
    }
    40%, 100% {
        transform: translate(-146%, -10%) rotate(26deg)
    }
}

.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all .3s;
    border-top: 1px solid #cddfff
}

.footer .copyright {
    text-align: center;
    color: #012970
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer
}

table.dataTable td.dt-control:before {
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: inline-block;
    color: #fff;
    border: .15em solid #fff;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #31b131
}

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .9em
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▴"
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    top: 50%;
    content: "▾"
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
    opacity: .6
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before {
    display: none
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
    outline: none
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after, div.dataTables_scrollBody table.dataTable thead > tr > td:before, div.dataTables_scrollBody table.dataTable thead > tr > td:after {
    display: none
}

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px
}

div.dataTables_processing > div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

div.dataTables_processing > div:last-child > div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(13, 110, 253, .9);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable th.dt-left, table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right, table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left
}

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: none
}

table.dataTable > tbody > tr {
    background-color: transparent
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px #cbcbcb;
    color: #fff
}

table.dataTable.table-striped > tbody > tr.odd > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .05)
}

table.dataTable.table-striped > tbody > tr.odd.selected > * {
    box-shadow: inset 0 0 0 9999px #cbcbcb
}

table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, .075)
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px #cbcbcb
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .45em;
    color: #cbcbcb;
    font-size: 10pt
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody > table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody > table > thead .sorting:before, div.dataTables_scrollBody > table > thead .sorting_asc:before, div.dataTables_scrollBody > table > thead .sorting_desc:before, div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody > table > tbody tr:first-child th, div.dataTables_scrollBody > table > tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important
    }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
    border-top-width: 1px
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 1px
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 1px
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0
}

@keyframes dtb-spinner {
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes dtb-spinner {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes dtb-spinner {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dtb-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes dtb-spinner {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.dataTables_wrapper {
    position: relative
}

div.dt-buttons {
    position: initial
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #111;
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    text-align: center;
    z-index: 21
}

div.dt-button-info h2 {
    padding: .5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3
}

div.dt-button-info > div {
    padding: 1em
}

div.dtb-popover-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 2003
}

button.dtb-hide-drop {
    display: none !important
}

div.dt-button-collection-title {
    text-align: center;
    padding: .3em 0 .5em;
    margin-left: .5em;
    margin-right: .5em;
    font-size: .9em
}

div.dt-button-collection-title:empty {
    display: none
}

span.dt-button-spacer {
    display: inline-block;
    margin: .5em;
    white-space: nowrap
}

span.dt-button-spacer.bar {
    border-left: 1px solid rgba(0, 0, 0, .3);
    vertical-align: middle;
    padding-left: .5em
}

span.dt-button-spacer.bar:empty {
    height: 1em;
    width: 1px;
    padding-left: 0
}

div.dt-button-collection span.dt-button-spacer {
    width: 100%;
    font-size: .9em;
    text-align: center;
    margin: .5em 0
}

div.dt-button-collection span.dt-button-spacer:empty {
    height: 0;
    width: 100%
}

div.dt-button-collection span.dt-button-spacer.bar {
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding-left: 0
}

div.dt-button-collection {
    position: absolute;
    z-index: 2001;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: .5rem;
    width: 280px
}

div.dt-button-collection div.dropdown-menu {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    z-index: 2002;
    min-width: 100%
}

div.dt-button-collection.fixed {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 5px;
    background-color: #fff
}

div.dt-button-collection.fixed.two-column {
    margin-left: -200px
}

div.dt-button-collection.fixed.three-column {
    margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
    margin-left: -300px
}

div.dt-button-collection.fixed.columns {
    margin-left: -409px
}

@media screen and (max-width: 1024px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -308px
    }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -203px
    }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.fixed.columns {
        margin-left: -100px
    }
}

div.dt-button-collection.fixed > :last-child {
    max-height: 100vh;
    overflow: auto
}

div.dt-button-collection.two-column > :last-child, div.dt-button-collection.three-column > :last-child, div.dt-button-collection.four-column > :last-child {
    display: block !important;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px
}

div.dt-button-collection.two-column > :last-child > *, div.dt-button-collection.three-column > :last-child > *, div.dt-button-collection.four-column > :last-child > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

div.dt-button-collection.two-column {
    width: 400px
}

div.dt-button-collection.two-column > :last-child {
    padding-bottom: 1px;
    column-count: 2
}

div.dt-button-collection.three-column {
    width: 450px
}

div.dt-button-collection.three-column > :last-child {
    padding-bottom: 1px;
    column-count: 3
}

div.dt-button-collection.four-column {
    width: 600px
}

div.dt-button-collection.four-column > :last-child {
    padding-bottom: 1px;
    column-count: 4
}

div.dt-button-collection .dt-button {
    border-radius: 0
}

div.dt-button-collection.columns {
    width: auto
}

div.dt-button-collection.columns > :last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    width: 818px;
    padding-bottom: 1px
}

div.dt-button-collection.columns > :last-child .dt-button {
    min-width: 200px;
    flex: 0 1;
    margin: 0
}

div.dt-button-collection.columns.dtb-b3 > :last-child, div.dt-button-collection.columns.dtb-b2 > :last-child, div.dt-button-collection.columns.dtb-b1 > :last-child {
    justify-content: space-between
}

div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 1 1 32%
}

div.dt-button-collection.columns.dtb-b2 .dt-button {
    flex: 1 1 48%
}

div.dt-button-collection.columns.dtb-b1 .dt-button {
    flex: 1 1 100%
}

@media screen and (max-width: 1024px) {
    div.dt-button-collection.columns > :last-child {
        width: 612px
    }
}

@media screen and (max-width: 640px) {
    div.dt-button-collection.columns > :last-child {
        width: 406px
    }

    div.dt-button-collection.columns.dtb-b3 .dt-button {
        flex: 0 1 32%
    }
}

@media screen and (max-width: 460px) {
    div.dt-button-collection.columns > :last-child {
        width: 200px
    }
}

div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
    display: none
}

div.dt-button-collection .btn-group {
    flex: 1 1 auto
}

div.dt-button-collection .dt-button:not(.dt-btn-split-drop) {
    min-width: 260px
}

div.dt-button-collection div.dt-btn-split-wrapper {
    width: 100%
}

div.dt-button-collection button.dt-btn-split-drop-button {
    width: 100%;
    color: #212529;
    border: none;
    background-color: #fff;
    border-radius: 0px;
    margin-left: 0px !important
}

div.dt-button-collection button.dt-btn-split-drop-button:focus {
    border: none;
    border-radius: 0px;
    outline: none
}

div.dt-button-collection button.dt-btn-split-drop-button:hover {
    background-color: #e9ecef
}

div.dt-button-collection button.dt-btn-split-drop-button:active {
    background-color: #007bff !important
}

div.dt-button-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: .5em
    }

    div.dt-buttons a.btn {
        float: none
    }
}

div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
    color: rgba(0, 0, 0, .2)
}

div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: " ";
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1500ms infinite linear;
    -o-animation: dtb-spinner 1500ms infinite linear;
    -ms-animation: dtb-spinner 1500ms infinite linear;
    -webkit-animation: dtb-spinner 1500ms infinite linear;
    -moz-animation: dtb-spinner 1500ms infinite linear
}

div.dt-buttons div.btn-group {
    position: initial
}

div.dt-btn-split-wrapper button.dt-btn-split-drop {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

div.dt-btn-split-wrapper:active:not(.disabled) button, div.dt-btn-split-wrapper.active:not(.disabled) button {
    background-color: #5a6268;
    border-color: #545b62
}

div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
    box-shadow: none;
    background-color: #6c757d;
    border-color: #6c757d
}

div.dt-btn-split-wrapper:active:not(.disabled) button:hover, div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
    background-color: #5a6268;
    border-color: #545b62
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
    border-radius: 4px !important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d
}

div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
    border: none
}

div.dt-button-collection div.btn-group {
    border-radius: 4px !important
}

div.dt-button-collection div.btn-group button {
    border-radius: 4px
}

div.dt-button-collection div.btn-group button:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important
}

div.dt-button-collection div.btn-group button:first-child {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important
}

div.dt-button-collection div.btn-group button:last-child:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
    border: 1px solid #6c757d
}

div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
    border: none
}

span.dt-button-spacer.bar:empty {
    height: inherit
}

div.dt-button-collection span.dt-button-spacer {
    padding-left: 1rem !important;
    text-align: left
}

table.dataTable > tbody > tr > .selected {
    background-color: #cbcbcb;
    color: #fff
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #000;
    border-radius: 3px
}

table.dataTable tr.selected td.select-checkbox:before, table.dataTable tr.selected th.select-checkbox:before {
    border: 1px solid #fff
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: "✓";
    font-size: 20px;
    margin-top: -19px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9, -1px 1px #b0bed9
}

table.dataTable.compact tbody td.select-checkbox:before, table.dataTable.compact tbody th.select-checkbox:before {
    margin-top: -12px
}

table.dataTable.compact tr.selected td.select-checkbox:after, table.dataTable.compact tr.selected th.select-checkbox:after {
    margin-top: -16px
}

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 4px;
    white-space: nowrap
}

table.dataTable tbody th, table.dataTable tbody td {
    white-space: nowrap
}

._preloader {
    display: block
}

.dataTables_filter, .dataTables_length {
    display: inline-block;
    margin-left: 1em;
    font-size: 1rem;
    color: #cbcbcb
}

.form-select {
    display: inline-block
}

td p {
    margin-bottom: 0 !important
}

.cards tbody tr {
    float: left;
    width: 24%;
    margin: .5rem;
    border: .0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: .25rem .25rem .5rem rgba(0, 0, 0, .25)
}

.cards tbody td {
    display: block
}

.cards thead {
    display: none
}

.cards td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    color: gray;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left
}

tr.selected td:before {
    color: #ccc
}

.table .avatar {
    width: 50px
}

.cards .avatar {
    width: 150px;
    margin: 15px
}

th {
    white-space: nowrap
}

._preloader {
    display: block
}

div.dataTables_paginate {
    text-align: center
}

div.dataTables_scrollBody thead {
    visibility: hidden
}

.select-checkbox {
    font-size: 0
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: " ";
    margin-top: 8px;
    margin-left: -6px;
    border: 1px solid #4f5050;
    border-radius: 3px
}

table.cards .select-checkbox {
    display: none
}

.dt-body-nowrap {
    white-space: nowrap
}

#DataTables_Table_0_filter, #DataTables_Table_0_paginate, #DataTables_Table_0_info, #DataTables_Table_0_length {
    display: none !important
}

table .form-control::placeholder {
    color: #d0d0d9;
    opacity: 1
}

.dt-buttons .ri-file-excel-2-fill {
    font-size: .771rem
}

td {
    vertical-align: middle
}

.buttons-columnVisibility {
    border: 1px solid #fff;
    text-align: left;
    font-size: 12px
}

.buttons-columnVisibility.active {
    background: #0579b5;
    color: #fff
}

.combo-select {
    position: relative;
    margin-bottom: 15px;
    font: 100% Helvetica, Arial, Sans-serif;
    border: 1px #ccc solid;
    border-radius: 3px
}

.combo-select .combo-input {
    margin-bottom: 0
}

.combo-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    height: calc(1.5em + 0.5rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.combo-input:focus {
    outline: none
}

.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    width: 40px;
    font-size: 12px;
    color: #999
}

.combo-arrow:before {
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0
}

.combo-open .combo-arrow {
    border-color: #51a7e8
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #ccc
}

.combo-focus {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-color: #51a7e8
}

.combo-focus input {
    border-color: #51a7e8
}

.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0
    }
}

.option-selected {
    background-color: #eee
}

.option-hover {
    background-color: #0579b5;
    color: #fff
}

.option-item {
    cursor: pointer;
    border-bottom: 1px #e3e3e3 solid
}

.option-item:hover {
    background-color: #0579b5;
    color: #fff
}

.option-item:last-child {
    border-bottom: none
}

.option-group {
    cursor: text;
    font-weight: 600;
    background: #e1e1e1;
    border: 1px #ccc solid;
    border-width: 1px 0
}

.option-disabled {
    opacity: .5
}

.combo-dropdown {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-width: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    display: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #999;
    border-radius: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-sizing: border-box
}

.combo-dropdown li {
    list-style: none;
    padding: 8px 1em;
    margin: 0
}

.combo-open .combo-dropdown {
    display: block
}

.combo-marker {
    text-decoration: underline
}

.clearfix::after, .calendar ol::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.calendar {
    position: relative
}

.calendar a {
    cursor: pointer
}

.calendar.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.month-year-btn {
    color: #444
}

.month-year {
    width: 11rem
}

.month, .year {
    font-size: 1.5rem
}

@media (max-width: 550px) {
    .initials {
        position: relative;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 1ch;
        width: 1.9ch
    }
}

.calendar ol li {
    float: left;
    width: 14.28571%
}

.calendar .day-names {
    border-bottom: 1px solid #eee;
    color: #444
}

.calendar .days {
    border-bottom: 1px solid #eee
}

.calendar .days li {
    min-height: 6rem;
    cursor: pointer
}

.calendar .days li .date {
    margin-bottom: .5rem
}

.calendar .days li .event {
    font-size: .7rem;
    padding: 1px 4px 1px 4px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    margin: 0 1px 1px 0
}

.calendar .days li .event.span-2 {
    width: 200%
}

.calendar .days li .event.begin {
    border-radius: 1rem 0 0 1rem
}

.calendar .days li .event.end {
    border-radius: 0 1rem 1rem 0
}

.calendar .days li .event.clear {
    background: none
}

.calendar .days li:nth-child(n+29) {
    border-bottom: none
}

.calendar .days li.outside .date {
    color: #ddd
}

.calendar .days li.today .date {
    text-decoration: underline
}

.spinner {
    position: absolute;
    width: 100%;
    height: 100%
}

#calendar {
    min-height: 700px;
    min-width: 320px;
    position: relative
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

select.bs-select-hidden, .bootstrap-select > select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px;
    vertical-align: middle
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ced4da;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: none !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    position: relative;
    display: block;
    margin-right: 5px;
    text-align: center
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    position: relative;
    top: calc(((-1em / 1.5) + 1ex) / 2);
    pointer-events: none
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    top: auto
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
    display: none
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: 300ms linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " "
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    transform-style: preserve-3d;
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group {
    display: block
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group {
    display: block
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.nav-tabs-bordered {
    font-size: 12px;
    font-weight: bold
}

/*# sourceMappingURL=style.css.map */
