.inline-block {
    display: inline-block;
}
.main {
    padding: 20px;
}
.bg-grey, .bg-gray {
    background: #f8f8f8;
}
.bg-white {
    background: #fff;
}
.center-box {
    max-width: 100%;
    width: 600px;
    padding: 20px;
}
.bordered {
    border: 1px solid #efefef;
}
.border-left {
    border-left: 1px solid #efefef;
}
.p-20 {
    padding: 20px;
}
.login {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.2rem;
}
.login h1 {
    margin-top: 0;
}
.sidebar {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #2e323a;
}
.page-wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
.sidebar-header {
    height: 66px;
}
.sidenav-divider {
    border-top: 1px solid rgba(255,255,255,0.06);
}
.sidenav-app-brand {
    color: white;
    height: 66px;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    min-height: 1px;
}
.sidenav-app-brand svg {
    width: 20px;
    height: 11px;
}
.app-brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-name {
    margin-left: 10px;
    font-size: 18px;
}
.sidenav-list {
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}
.sidenav-link {
    padding: 1rem 2rem;
    color: #838790;
    display: block;
    transition: .5s ease;
}
.sidenav-link:hover, .sidenav-link:focus, .sidenav-link:active {
    text-decoration: none;
    color: #fff;
}
.sidenav-link.active {
    color: #fff;
}
.sidenav-link span {
    margin-left: 10px;
}
.sidebar-label {
    text-transform: uppercase;
    padding: 1rem 2.8rem;
    font-size: 12px;
    margin-top: 20px;
    color: #6e727b;
}
.mt-0 {
    margin-top: 0;
}
.bg-primary {
    background-color: #26B4FF !important;
}
.topbar {
    height: 66px;
    border-bottom: 1px solid #efefef;
    background: white;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: flex-end;
}
#layout-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.vertical-divider {
    height: 20px;
    border-right: 1px solid #efefef;
    margin: 0 20px;
}