
@media print {
    *,
    :after,
    :before {
        text-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #aaa;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #444
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.page-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.main-container,
.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.main-container {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.content {
    padding: 32px;
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.sidebar-fixed .content {
    margin-left: 240px;
    margin-top: 60px
}

@media (max-width:991.98px) {
    .sidebar-fixed .content {
        margin-left: 0
    }
}

.header-fixed .content {
    margin-top: 60px
}

.sidebar-hidden .content {
    margin-left: 0
}

.sidebar-fixed .sidebar {
    position: fixed;
    margin-top: 60px
}

.sidebar-hidden .sidebar {
    margin-left: -240px
}

@media (max-width:991.98px) {
    .sidebar {
        margin-left: -240px
    }
    .sidebar-mobile-show .sidebar {
        margin-left: 0
    }
}

.header-fixed .page-header {
    position: fixed
}

.header-fixed .sidebar {
    margin-top: 60px
}

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 240px;
    background-color: #272727;
    min-height: calc(100vh - 60px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 99
}

.sidebar .sidebar-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.sidebar .nav {
    width: 100%;
    list-style: none
}

.sidebar .nav-item {
    width: 100%;
    position: relative
}

.sidebar .nav-link {
    display: block;
    text-decoration: none;
    padding: 16px 24px;
    color: #9d9d9d
}

.sidebar .nav-link i:first-of-type {
    display: inline-block;
    width: 24px;
    margin-right: 4px;
    color: #c4c3c3;
    font-size: 14px
}

.sidebar .nav-link:hover {
    color: #ddd
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover i {
    color: #fff
}

.sidebar .nav-link.active i {
    color: #42a5f5
}

.sidebar .nav-dropdown-toggle i:last-of-type {
    float: right;
    margin-top: 4px
}

.sidebar .nav-title {
    font-size: 80%;
    text-transform: uppercase;
    padding: .8rem 1rem;
    color: #777
}

.sidebar .nav-dropdown.open .nav-dropdown-items {
    max-height: 1000px!important;
    background-color: #1f1f1f
}

.sidebar .nav-dropdown.open .nav-dropdown-toggle i:last-of-type {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sidebar .nav-dropdown-items {
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0!important;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out
}

.sidebar .nav-dropdown-items .nav-item {
    padding: 0;
    list-style: none
}

.page-header {
    /*height: 60px;*/
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin: 0;
    z-index: 100
}

.page-header,
.page-header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-header .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-header .navbar-nav .nav-item {
    min-width: 50px;
    position: relative
}

.page-header .navbar-nav .nav-item .badge {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    border-radius: 50%
}

.page-header .navbar-nav .dropdown-menu {
    padding: 0;
    min-width: 12rem;
    position: absolute
}

.page-header .navbar-nav .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0
}

.page-header .navbar-nav .dropdown-menu .dropdown-header {
    padding: .6rem 1rem;
    background: #f8f9fa;
    text-align: center;
    border-bottom: 1px solid #dee2e6
}

.page-header .navbar-nav .dropdown-menu .dropdown-item {
    padding: .6rem 1rem;
    border-bottom: 1px solid #dee2e6
}

.page-header .navbar-nav .dropdown-menu .dropdown-item i {
    width: 20px;
    margin-right: 10px;
    color: #ced4da;
    font-size: .8rem
}

.card {
    border: 1px solid #dee2e6;
    margin-bottom: 1.5rem
}

.card-actions {
    position: absolute;
    top: 0;
    right: 0
}

.card-actions a,
.card-actions button {
    display: block;
    float: left;
    padding: 1rem;
    margin: 0!important;
    text-align: center;
    background: transparent
}

.alert-primary {
    color: #fff;
    background-color: #55aef6;
    border-color: #42a5f5
}

.alert-primary hr {
    border-top-color: #2a99f4
}

.alert-primary .alert-link {
    color: #e6e5e5
}

.alert-secondary {
    color: #fff;
    background-color: #b4b4b4;
    border-color: #aaa
}

.alert-secondary hr {
    border-top-color: #9d9d9d
}

.alert-secondary .alert-link {
    color: #e6e5e5
}

.alert-success {
    color: #fff;
    background-color: #a6d174;
    border-color: #9ccc65
}

.alert-success hr {
    border-top-color: #90c652
}

.alert-success .alert-link {
    color: #e6e5e5
}

.alert-info {
    color: #fff;
    background-color: #37cbdd;
    border-color: #26c6da
}

.alert-info hr {
    border-top-color: #22b3c5
}

.alert-info .alert-link {
    color: #e6e5e5
}

.alert-warning {
    color: #fff;
    background-color: #ffcf3c;
    border-color: #ffca28
}

.alert-warning hr {
    border-top-color: #ffc40f
}

.alert-warning .alert-link {
    color: #e6e5e5
}

.alert-danger {
    color: #fff;
    background-color: #f16563;
    border-color: #ef5350
}

.alert-danger hr {
    border-top-color: #ed3c39
}

.alert-danger .alert-link {
    color: #e6e5e5
}

.alert-light {
    color: #fff;
    background-color: #fff;
    border-color: #f8f9fa
}

.alert-light hr {
    border-top-color: #e9ecef
}

.alert-light .alert-link {
    color: #e6e5e5
}

.alert-dark {
    color: #c4c3c3;
    background-color: #4e4e4e;
    border-color: #444
}

.alert-dark hr {
    border-top-color: #373737
}

.alert-dark .alert-link {
    color: #aaa
}

.alert .close {
    font-size: 15px;
    padding: 1rem
}

.alert .close:focus {
    outline: none
}

.btn i {
    font-size: .875rem
}

.btn.btn-rounded {
    border-radius: 50px!important
}

.require:after {
    content: "*";
    margin-left: 6px;
    color: #ef5350
}

.form-text {
    color: #999
}

.nav-tabs {
    border: none
}

.nav-tabs .nav-link {
    color: #999 !important
}

.nav-tabs .nav-link i {
    padding: 0 6px
}

.nav-tabs .nav-link:hover {
    color: #4d4d4d !important;
    border-color: transparent
}

.nav-tabs .nav-link.active {
    color: #4d4d4d !important;
    background: #fff;
    border-color: #dee2e6;
    border-bottom: none
}

.nav-tabs .nav-link.active:focus {
    background: #fff;
    border-color: #dee2e6;
    border-bottom-color: #fff
}

.nav-tabs .nav-link.active:hover {
    border-color: #dee2e6
}

.tab-content {
    margin-top: -1px;
    border: 1px solid #dee2e6;
    background: #fff
}

.tab-content .tab-pane {
    padding: 1rem
}

.navbar .navbar-brand {
    width: calc(240px - 1rem);
    margin-right: 0
}

@media (max-width:575.98px) {
    .d-down-none {
        display: none!important
    }
}

@media (max-width:767.98px) {
    .d-sm-down-none {
        display: none!important
    }
}

@media (max-width:991.98px) {
    .d-md-down-none {
        display: none!important
    }
}

@media (max-width:1199.98px) {
    .d-lg-down-none {
        display: none!important
    }
}

.d-xl-down-none {
    display: none!important
}

.border-right {
    border-right: 1px solid #dee2e6
}

.border-left {
    border-left: 1px solid #dee2e6
}

.border-top {
    border-top: 1px solid #dee2e6
}

.border-bottom {
    border-bottom: 1px solid #dee2e6
}

.avatar {
    border-radius: 50em
}

.avatar-xs {
    width: 20px
}

.avatar-sm {
    width: 36px
}

.avatar-lg {
    width: 72px
}

.toggle-switch {
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.toggle-switch .ts-label {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    -webkit-transition: color .56s cubic-bezier(.4, 0, .2, 1);
    transition: color .56s cubic-bezier(.4, 0, .2, 1)
}

.toggle-switch .ts-helper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .1);
    -webkit-transition: background .28s cubic-bezier(.4, 0, .2, 1);
    transition: background .28s cubic-bezier(.4, 0, .2, 1);
    vertical-align: middle;
    cursor: pointer
}

.toggle-switch .ts-helper:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 24px;
    height: 24px;
    background: #fafafa;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
    border-radius: 50%;
    webkit-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    transition: left .28s cubic-bezier(.4, 0, .2, 1), background .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.toggle-switch:not(.disabled) .ts-helper:active:before {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .28), 0 0 0 20px hsla(0, 0%, 50%, .1)
}

.toggle-switch input {
    position: absolute;
    z-index: 1;
    width: 46px;
    margin: 0 0 0 -4px;
    height: 24px;
    opacity: 0;
    cursor: pointer
}

.toggle-switch input:checked+.ts-helper:before {
    left: 20px
}

.toggle-switch.disabled {
    opacity: .6
}

.toggle-switch[data-ts-color=primary] input:not(:disabled):checked+.ts-helper {
    background: #a3d3fa
}

.toggle-switch[data-ts-color=primary] input:not(:disabled):checked+.ts-helper:before {
    background: #42a5f5
}

.toggle-switch[data-ts-color=secondary] input:not(:disabled):checked+.ts-helper {
    background: #ddd
}

.toggle-switch[data-ts-color=secondary] input:not(:disabled):checked+.ts-helper:before {
    background: #aaa
}

.toggle-switch[data-ts-color=success] input:not(:disabled):checked+.ts-helper {
    background: #cde5b2
}

.toggle-switch[data-ts-color=success] input:not(:disabled):checked+.ts-helper:before {
    background: #9ccc65
}

.toggle-switch[data-ts-color=info] input:not(:disabled):checked+.ts-helper {
    background: #7ddde9
}

.toggle-switch[data-ts-color=info] input:not(:disabled):checked+.ts-helper:before {
    background: #26c6da
}

.toggle-switch[data-ts-color=warning] input:not(:disabled):checked+.ts-helper {
    background: #ffe38e
}

.toggle-switch[data-ts-color=warning] input:not(:disabled):checked+.ts-helper:before {
    background: #ffca28
}

.toggle-switch[data-ts-color=danger] input:not(:disabled):checked+.ts-helper {
    background: #f8afad
}

.toggle-switch[data-ts-color=danger] input:not(:disabled):checked+.ts-helper:before {
    background: #ef5350
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin-bottom: 1rem
}