﻿@media print {
    *,
    *::before,
    *::after {
        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;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: rgba(0, 0, 0, .0625);
        }

    .table .thead-dark th {
        color: inherit;
        border-color: rgba(0, 0, 0, .0625);
    }
}

html, html a, body {
    -webkit-font-smoothing: antialiased;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body {
    font-family: Roboto, -apple-system, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #72777a;
    line-height: 1.5;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, -apple-system, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        font-family: Roboto, -apple-system, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    }

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-weight: 300;
        color: #3d4142;
    }

p {
    font-family: Roboto, -apple-system, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.9;
}

.lead {
    font-size: 18px;
}

ul {
    margin-bottom: 0;
}

a {
    color: #0f9aee;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #0c7bbe;
    }

    a:focus {
        outline: none;
    }

    a.text-gray:hover, a.text-gray:focus, a.text-gray.active {
        color: #313435 !important;
    }

:focus {
    outline: none;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, .0625);
}

.sidebar {
    background-color: #fff;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 280px;
    z-index: 1000;
}

    .sidebar ul {
        list-style-type: none;
    }

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .sidebar {
        width: 70px;
    }

        .sidebar .sidebar-inner .sidebar-logo {
            border-bottom: 1px solid transparent;
            padding: 0;
        }

            .sidebar .sidebar-inner .sidebar-logo a .logo {
                background-position: center center;
                width: 70px;
            }

        .sidebar .sidebar-inner .sidebar-menu {
            overflow-x: hidden;
        }

            .sidebar .sidebar-inner .sidebar-menu > li > a .title {
                display: none;
            }

            .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
                opacity: 0;
            }

            .sidebar .sidebar-inner .sidebar-menu li.dropdown.open ul.dropdown-menu {
                display: none !important;
            }

        .sidebar:hover {
            width: 280px;
        }

            .sidebar:hover .sidebar-inner .sidebar-logo {
                border-bottom: 1px solid rgba(0, 0, 0, .0625);
                padding: 0 20px;
            }

            .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
                display: inline-block;
            }

            .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
                opacity: 1;
            }

            .sidebar:hover .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
                display: block !important;
            }
}

@media screen and (max-width: 991px) {
    .sidebar {
        left: -280px;
        width: 250px;
    }
}

.sidebar-inner {
    position: relative;
    height: 100%;
}

.sidebar-logo {
    border-bottom: 1px solid rgba(0, 0, 0, .0625);
    border-right: 1px solid rgba(0, 0, 0, .0625);
    line-height: 0;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .sidebar-logo a {
        display: inline-block;
        width: 100%;
    }

        .sidebar-logo a .logo {
            background-position: center left;
            background-repeat: no-repeat;
            display: inline-block;
            min-height: 64px;
            width: 100%;
            width: 70px;
        }

        .sidebar-logo a .logo-text {
            color: #313435;
        }

    .sidebar-logo .mobile-toggle {
        display: none;
        float: right;
        font-size: 18px;
        line-height: 64px;
    }

        .sidebar-logo .mobile-toggle a {
            color: #72777a;
        }

@media screen and (max-width: 991px) {
    .sidebar-logo .mobile-toggle {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .sidebar-logo .mobile-toggle {
        display: none;
    }
}

.sidebar-menu {
    border-right: 1px solid rgba(0, 0, 0, .0625);
    height: calc(100vh - 65px);
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
}

    .sidebar-menu::after {
        display: block;
        clear: both;
        content: "";
    }

    .sidebar-menu .dropdown-toggle::after {
        display: none;
    }

    .sidebar-menu .sidebar-link.actived::before {
        background: #2196f3;
        border-radius: 50%;
        content: '';
        display: block;
        height: 8px;
        left: -4px;
        position: absolute;
        top: calc(50% - 4px);
        width: 8px;
    }

    .sidebar-menu li {
        position: relative;
    }

        .sidebar-menu li.dropdown .arrow {
            font-size: 10px;
            line-height: 40px;
            position: absolute;
            right: 30px;
            -webkit-transition: all 0.05s ease-in;
            -o-transition: all 0.05s ease-in;
            transition: all 0.05s ease-in;
        }

@media screen and (max-width: 991px) {
    .sidebar-menu li.dropdown .arrow {
        right: 25px;
    }
}

.sidebar-menu li.dropdown.open > a {
    color: #313435;
}

    .sidebar-menu li.dropdown.open > a .icon-holder {
        color: #0f9aee;
    }

    .sidebar-menu li.dropdown.open > a > .arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.sidebar-menu li.dropdown.open > .dropdown-menu {
    display: block;
}

    .sidebar-menu li.dropdown.open > .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }

    .sidebar-menu li.dropdown.open > .dropdown-menu .arrow {
        line-height: 25px;
    }

.sidebar-menu li a {
    color: #72777a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .sidebar-menu li a:hover, .sidebar-menu li a:focus {
        color: #313435;
        text-decoration: none;
    }

        .sidebar-menu li a:hover .icon-holder, .sidebar-menu li a:focus .icon-holder {
            color: #0f9aee;
        }

.sidebar-menu > li.dropdown ul.dropdown-menu {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    padding-left: 50px;
    padding-top: 0;
    position: relative;
    width: 100%;
}

    .sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
        display: block;
        padding: 10px 15px;
    }

        .sidebar-menu > li.dropdown ul.dropdown-menu > li > a:hover, .sidebar-menu > li.dropdown ul.dropdown-menu > li > a:focus {
            background-color: transparent;
            color: #313435;
        }

    .sidebar-menu > li.dropdown ul.dropdown-menu > li.actived a {
        color: #313435;
    }

.sidebar-menu > li > a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}

    .sidebar-menu > li > a .icon-holder {
        border-radius: 6px;
        display: inline-block;
        font-size: 17px;
        height: 35px;
        left: 0;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 35px;
    }

@media screen and (min-width: 1440px) {
    .is-collapsed .sidebar {
        width: 70px;
    }

        .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
            border-bottom: 1px solid transparent;
            padding: 0;
        }

        .is-collapsed .sidebar .sidebar-inner .sidebar-menu {
            overflow-x: hidden;
        }

            .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
                display: none;
            }

            .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
                opacity: 0;
            }

            .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown.open ul.dropdown-menu {
                display: none !important;
            }

        .is-collapsed .sidebar:hover {
            width: 280px;
        }

            .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo {
                border-bottom: 1px solid rgba(0, 0, 0, .0625);
                padding: 0 20px;
            }

            .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
                display: inline-block;
            }

            .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
                opacity: 1;
            }

            .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
                display: block !important;
            }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .is-collapsed .sidebar {
        width: 280px;
    }

        .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
            border-bottom: 1px solid rgba(0, 0, 0, .0625);
            padding: 0 20px;
        }

            .is-collapsed .sidebar .sidebar-inner .sidebar-logo > a .logo {
                background-position: center left;
                width: 150px;
            }

        .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
            display: inline-block;
        }

        .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
            opacity: 1;
        }

        .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
            display: block !important;
        }
}

@media screen and (max-width: 991px) {
    .is-collapsed .sidebar {
        left: 0;
    }
}

.header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .0625);
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: calc(100% - 280px);
    z-index: 800;
}

@media screen and (max-width: 991px) {
    .header {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .header {
        width: calc(100% - 70px);
    }
}

.header .header-container {
    height: 65px;
}

    .header .header-container::after {
        display: block;
        clear: both;
        content: "";
    }

    .header .header-container .nav-left,
    .header .header-container .nav-right {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        position: relative;
    }

        .header .header-container .nav-left > li,
        .header .header-container .nav-right > li {
            float: left;
        }

            .header .header-container .nav-left > li > a,
            .header .header-container .nav-right > li > a {
                color: #fff;
                display: block;
                line-height: 65px;
                min-height: 65px;
                padding: 0 15px;
                -webkit-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .header .header-container .nav-left > li > a i,
                .header .header-container .nav-right > li > a i {
                    font-size: 17px;
                }

                .header .header-container .nav-left > li > a:hover, .header .header-container .nav-left > li > a:focus,
                .header .header-container .nav-right > li > a:hover,
                .header .header-container .nav-right > li > a:focus {
                    color: #fff;
                    text-decoration: none;
                }

@media screen and (max-width: 991px) {
    .header .header-container .nav-left > li > a,
    .header .header-container .nav-right > li > a {
        padding: 0 15px;
    }
}

.header .header-container .nav-left .notifications,
.header .header-container .nav-right .notifications {
    position: relative;
}

    .header .header-container .nav-left .notifications .counter,
    .header .header-container .nav-right .notifications .counter {
        background-color: #ff3c7e;
        border-radius: 50px;
        color: #fff;
        font-size: 10px;
        line-height: 1;
        padding: 3px 5.5px;
        position: absolute;
        right: 6px;
        top: 12px;
    }

    .header .header-container .nav-left .notifications .dropdown-menu,
    .header .header-container .nav-right .notifications .dropdown-menu {
        min-width: 350px;
        padding: 0;
    }

@media screen and (max-width: 767px) {
    .header .header-container .nav-left .notifications .dropdown-menu,
    .header .header-container .nav-right .notifications .dropdown-menu {
        max-width: 300px;
    }
}

.header .header-container .dropdown-menu {
    display: block;
    margin: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

    .header .header-container .dropdown-menu .divider {
        border-bottom: 1px solid rgba(0, 0, 0, .0625);
        height: 1px;
        overflow: hidden;
    }

    .header .header-container .dropdown-menu > li > a {
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.header .header-container .show .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header .header-container .nav-left {
    float: left;
    margin-left: 15px;
}

.header .header-container .nav-right {
    float: right;
}

    .header .header-container .nav-right .dropdown-menu {
        left: auto;
        right: 0;
    }

        .header .header-container .nav-right .dropdown-menu > li {
            width: 100%;
        }

            .header .header-container .nav-right .dropdown-menu > li > a {
                line-height: 1.5;
                min-height: auto;
                padding: 10px 15px;
            }

.header .search-box .search-icon-close {
    display: none;
}

.header .search-box.active .search-icon {
    display: none;
}

.header .search-box.active .search-icon-close {
    display: inline-block;
}

.header .search-input {
    display: none;
}

    .header .search-input.active {
        display: inline-block;
    }

    .header .search-input input {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 18px;
        height: 40px;
        margin-top: 12px;
        outline: none;
        padding: 5px;
    }

@media screen and (max-width: 767px) {
    .header .search-input input {
        width: 85px;
    }
}

.header .search-input input::-webkit-input-placeholder {
    color: #a6aaac;
    font-style: italic;
}

.header .search-input input:-moz-placeholder {
    color: #a6aaac;
    font-style: italic;
}

.header .search-input input::-moz-placeholder {
    color: #a6aaac;
    font-style: italic;
}

.header .search-input input:-ms-input-placeholder {
    color: #a6aaac;
    font-style: italic;
}

.is-collapsed .header {
    width: calc(100% - 70px);
}

@media screen and (max-width: 991px) {
    .is-collapsed .header {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .is-collapsed .header {
        width: calc(100% - 280px);
    }
}

.page-container {
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .page-container {
        padding-left: 70px;
    }
}

@media screen and (max-width: 991px) {
    .page-container {
        padding-left: 0;
    }
}

.main-content {
    padding: 85px 20px 20px;
    min-height: calc(100vh - 61px);
}

@media screen and (max-width: 991px) {
    .main-content {
        padding: 85px 5px 5px;
    }
}

.remain-height {
    height: calc(100vh - 126px);
}

.full-container {
    left: 280px;
    min-height: calc(100vh - 65px);
    position: absolute;
    right: 0;
    top: 65px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .full-container {
        left: 0;
        padding-left: 70px;
    }
}

@media screen and (max-width: 991px) {
    .full-container {
        left: 0;
    }
}

.is-collapsed .page-container {
    padding-left: 70px;
}

@media screen and (max-width: 991px) {
    .is-collapsed .page-container {
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .is-collapsed .page-container {
        padding-left: 280px;
    }
}

.is-collapsed .full-container {
    left: 70px;
}

@media screen and (max-width: 991px) {
    .is-collapsed .full-container {
        left: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1439px) {
    .is-collapsed .full-container {
        left: 280px;
        padding-left: 0;
    }
}

.progress {
    height: 4px;
    background-color: #eaeef3;
    border-radius: 4px;
    margin-bottom: 10px;
}

.easy-pie-chart {
    position: relative;
}

    .easy-pie-chart span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 0;
    }

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 17px;
    margin-bottom: 0;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: -12px;
        border: 1px solid #e6eaf0;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        text-align: center;
        font-size: 10px !important;
        line-height: 17px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: -12px;
        color: #b9c2d0;
    }

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\F00C";
        font-size: 13px;
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #d3d9e3;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #7774e7;
    border-color: #7774e7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff3c7e;
    border-color: #ff3c7e;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #0f9aee;
    border-color: #0f9aee;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #fc0;
    border-color: #fc0;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #37c936;
    border-color: #37c936;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

#loader {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    display: default;
}

    #loader.fadeOut {
        opacity: 0;
        display: none;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

footer {
    z-index: 1;
    position: relative;
}

#chat-sidebar {
    width: 250px;
    height: calc(100vh - 125px);
    overflow: auto;
}

@media screen and (max-width: 991px) {
    #chat-sidebar {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-left: -250px;
    }

        #chat-sidebar.open {
            margin-left: 0;
        }
}

#chat-box {
    height: calc(100vh - 125px);
    overflow: auto;
}

.email-app .email-side-nav {
    background: #fff;
    position: fixed;
    border-right: 1px solid rgba(0, 0, 0, .0625);
    float: left;
    width: 250px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .email-app .email-side-nav {
        z-index: 1;
        left: -250px;
    }
}

.email-app .email-wrapper {
    margin: 0;
    padding: 0;
    overflow: auto;
    min-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .email-app .email-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 992px) {
    .email-app .email-wrapper {
        margin-left: 250px;
    }
}

.email-app .email-wrapper .email-list {
    position: relative;
    padding: 0;
    width: 100%;
    overflow-y: hidden;
    background-color: #fff;
    height: calc(100vh - 65px);
}

@media screen and (max-width: 991px) {
    .email-app .email-wrapper .email-list {
        max-height: calc(100vh - 65px);
    }
}

@media screen and (min-width: 992px) {
    .email-app .email-wrapper .email-list {
        width: 40%;
        border-right: 1px solid rgba(0, 0, 0, .0625);
        float: left;
    }
}

.email-app .email-wrapper .email-content {
    float: left;
    width: 60%;
    position: relative;
    padding: 0;
    background-color: #fff;
}

    .email-app .email-wrapper .email-content.no-inbox-view {
        width: 100%;
    }

@media screen and (max-width: 991px) {
    .email-app .email-wrapper .email-content {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        max-height: calc(100vh - 65px);
        overflow-y: scroll;
    }

        .email-app .email-wrapper .email-content.open {
            left: 0;
        }
}

.email-app .email-wrapper .email-compose {
    position: relative;
}

    .email-app .email-wrapper .email-compose .email-compose-body {
        padding: 30px 20px;
    }

@media screen and (max-width: 991px) {
    .email-app.side-active .email-side-nav {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .email-app.side-active .email-wrapper {
        left: 250px;
    }
}

footer {
    background: url(../static/images/batik.jpg) round;
    color: white;
}

.page-container .header {
    background: url(../static/images/batik.jpg) round;
    color: white;
}

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
}

    #loader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.card-block{
    padding:20px;
}

.card-controls{
    float:right;
}

.card-title{
    float:left;
    margin-bottom:0px;
}

.filter-panel{
    margin-top:15px;
}