@import "https://s3-us-west-2.amazonaws.com/s.cdpn.io/584938/dashboard.scss";
body {
    background-color: #1b2431;
    color: #202020;
    font-family: "Montserrat", "Helvetica", "Open Sans", "Arial";
    font-size: 13px;
}

a:hover {
    text-decoration: none;
}

p,
figure {
    margin: 0;
    padding: 0;
}

.navbar {
    background-color: #1b2431;
}

.sidebar {
    background-color: #1b2431;
    box-shadow: none;
}

.sidebar .nav-link {
    border-left: 5px solid transparent;
    color: #738297;
    padding: 0.5rem 0.75rem;
}

.sidebar .nav-link:hover {
    color: white;
}

.sidebar .nav-link.active {
    border-left: 5px solid #738297;
    color: white;
}

.sidebar .zmdi {
    display: inline-block;
    font-size: 1.35rem;
    margin-right: 5px;
    min-width: 25px;
}

.card-list {
    width: 100%;
}

.card-list:before,
.card-list:after {
    content: " ";
    display: table;
}

.card-list:after {
    clear: both;
}

.card {
    border-radius: 8px;
    color: white;
    padding: 10px;
    position: relative;
}

.card .zmdi {
    color: white;
    font-size: 28px;
    opacity: 0.3;
    position: absolute;
    right: 13px;
    top: 13px;
}

.card .stat {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 8px;
    margin-top: 25px;
    padding: 10px 10px 0;
    text-transform: uppercase;
}

.card .title {
    display: inline-block;
    font-size: 8px;
    padding: 10px 10px 0;
    text-transform: uppercase;
}

.card .value {
    font-size: 28px;
    padding: 0 10px;
}

.card.blue {
    background-color: #2298F1;
}

.card.green {
    background-color: #66B92E;
}

.card.orange {
    background-color: #DA932C;
}

.card.red {
    background-color: #D65B4A;
}

.projects {
    background-color: #273142;
    border: 1px solid #313D4F;
    overflow-x: auto;
    width: 100%;
}

.projects-inner {
    border-radius: 4px;
}

.projects-header {
    color: white;
    padding: 22px;
}

.projects-header .count,
.projects-header .title {
    display: inline-block;
}

.projects-header .count {
    color: #738297;
}

.projects-header .zmdi {
    cursor: pointer;
    float: right;
    font-size: 16px;
    margin: 5px 0;
}

.projects-header .title {
    font-size: 21px;
}

.projects-header .title+.count {
    margin-left: 5px;
}

.projects-table {
    background: #273142;
    width: 100%;
}

.projects-table td,
.projects-table th {
    color: white;
    padding: 10px 22px;
    vertical-align: middle;
}

.projects-table td p {
    font-size: 12px;
}

.projects-table td p:last-of-type {
    color: #738297;
    font-size: 11px;
}

.projects-table th {
    background-color: #313D4F;
}

.projects-table tr:hover {
    background-color: #303d52;
}

.projects-table tr:not(:last-of-type) {
    border-bottom: 1px solid #313D4F;
}

.projects-table .member figure,
.projects-table .member .member-info {
    display: inline-block;
    vertical-align: top;
}

.projects-table .member figure+.member-info {
    margin-left: 7px;
}

.projects-table .member img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
}

.projects-table .status>form {
    float: right;
}

.projects-table .status-text {
    display: inline-block;
    font-size: 12px;
    margin: 11px 0;
    padding-left: 20px;
    position: relative;
}

.projects-table .status-text:before {
    border: 3px solid;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}

.projects-table .status-text.status-blue:before {
    border-color: #1C93ED;
}

.projects-table .status-text.status-green:before {
    border-color: #66B92E;
}

.projects-table .status-text.status-orange:before {
    border-color: #DA932C;
}

.projects-table .status-text.status-red:before {
    border-color: #D65B4A;
}

.selectric {
    background-color: transparent;
    border-color: #313D4F;
    border-radius: 4px;
}

.selectric .label {
    color: #738297;
    line-height: 34px;
    margin-right: 10px;
    text-align: left;
}

.selectric-wrapper {
    float: right;
    width: 150px;
}

.chart {
    border-radius: 3px;
    border: 1px solid #313D4F;
    color: white;
    padding: 10px;
    position: relative;
    text-align: center;
}

.chart canvas {
    height: 400px;
    margin: 20px 0;
    width: 100%;
}

.chart .actions {
    margin: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.chart .actions span {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    padding: 4px;
}

.chart .actions .btn-link {
    color: white;
}

.chart .actions .btn-link i {
    font-size: 1.75rem;
}

.chart .title {
    font-size: 18px;
    margin: 0;
    padding: 15px 0 5px;
}

.chart .title+.tagline {
    margin-top: 10px;
}

.chart .tagline {
    font-size: 12px;
}

.danger-item {
    border-left: 4px solid #A84D43;
}

.zmdi {
    line-height: 1;
    vertical-align: middle;
}

.table {
    border-spacing: 0 0.85rem !important;
}

.table .dropdown {
    display: inline-block;
}

.table td,
.table th {
    vertical-align: middle;
    margin-bottom: 10px;
    border: none;
}

.table thead tr,
.table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
}

.table td {
    background: #fff;
}

.table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.avatar {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 3rem;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.83333rem;
    line-height: 1.5;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
    padding-left: 48px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 50%;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}

.btn-icon {
    background: #fff;
}

.btn-icon .bx {
    font-size: 20px;
}

.btn .bx {
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu {
    padding: 0.25rem 0;
}

.dropdown-menu.show {
    transform: translate3d(-160px, 40px, 0px) !important;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.badge {
    padding: 0.5em 0.75em;
}

.badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
}

.table a {
    color: #212529;
}

.table a:hover,
.table a:focus {
    text-decoration: none;
}

table.dataTable {
    margin-top: 12px !important;
}

.icon>.bx {
    display: block;
    min-width: 1.5em;
    min-height: 1.5em;
    text-align: center;
    font-size: 1.0625rem;
}

.btn {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

.avatar-pink {
    background-color: #fcd3e1;
    color: #f66d9b;
}