/*
Template Name: Infinite Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7 & Bootstrap 4
Version: 1.2.0
Author: Sean Ngu
Website: http://www.seantheme.com/infinite-admin/admin/html/
*/

html {
    font-size: 16px
}

@media (min-width: 1680px) {
    html {
        font-size: 18px
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 20px
    }
}

body,
html,
#page-container {
    height: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #eaeaea;
    font-size: .75rem;
    line-height: 1.42857143;
    color: #000
}

#page-container {
    padding-top: 2.75rem
}

@media (max-width: 767px) {
    #page-container {
        padding-top: 5.5625rem
    }
}

a {
    color: #007aff;
    -webkit-transition: color .2s cubic-bezier(0.3, 0.5, 0.6, 1);
    -moz-transition: color .2s cubic-bezier(0.3, 0.5, 0.6, 1);
    -ms-transition: color .2s cubic-bezier(0.3, 0.5, 0.6, 1);
    -o-transition: color .2s cubic-bezier(0.3, 0.5, 0.6, 1);
    transition: color .2s cubic-bezier(0.3, 0.5, 0.6, 1)
}

a:focus,
a:hover {
    color: #1D62F0;
    outline: none
}

.media-list.media-stat .media .media-icon,
.bg-gradient-blue-purple,
.navbar .with-label:before,
.widget.with-cover .widget-cover-bg,
.pace .pace-progress,
.bg-theme {
    color: #fff!important;
    background: #7e68f8!important;
    background: -moz-linear-gradient(-45deg, #7e68f8 0%, #609cfc 100%)!important;
    background: -webkit-linear-gradient(-45deg, #7e68f8 0%, #609cfc 100%)!important;
    background: linear-gradient(135deg, #7e68f8 0%, #609cfc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7e68f8', endColorstr='#609cfc', GradientType=1)!important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 300
}

h1,
.h1 {
    font-size: 2.25rem
}

h2,
.h2 {
    font-size: 1.875rem
}

h3,
.h3 {
    font-size: 1.5rem
}

h4,
.h4 {
    font-size: 1.125rem
}

h5,
.h5 {
    font-size: .875rem
}

h6,
.h6 {
    font-size: .75rem
}

.text-lg {
    font-size: .875rem
}

.desc {
    color: #8c8c8c
}

b,
strong {
    font-weight: 700
}

.inverse-mode {
    color: #fff
}

.inverse-mode a {
    color: #66afe9
}

.inverse-mode a:hover,
.inverse-mode a:focus {
    color: #7bc5ff
}

.inverse-mode .widget-title-link:hover,
.inverse-mode .widget-title-link:focus {
    background: rgba(255, 255, 255, 0.5);
    color: #fff
}

.inverse-mode .widget-title-link {
    background: rgba(255, 255, 255, 0.25);
    color: #fff
}

.inverse-mode .widget .widget-header,
.inverse-mode.widget .widget-header {
    background: #000
}

.inverse-mode .widget-header-title,
.inverse-mode a.widget-header-title {
    color: #fff
}

.inverse-mode .widget-header.with-border {
    border-color: rgba(255, 255, 255, 0.25)
}

.inverse-mode .widget-chat-message {
    background: #8a8a8f;
    color: #fff
}

.inverse-mode .widget-chat-message.last:before {
    border-bottom-color: #8a8a8f;
    border-right-color: #8a8a8f
}

.inverse-mode .reply .widget-chat-message {
    background: #007aff
}

.inverse-mode .reply .widget-chat-message.last:before {
    border-color: transparent;
    border-top-color: #007aff;
    border-left-color: #007aff
}

.inverse-mode .widget-content,
.inverse-mode .widget-footer {
    background: #000
}

.inverse-mode .form-control {
    background: #8a8a8f;
    border-color: #8a8a8f;
    color: #fff
}

.inverse-mode .form-control:focus {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .3);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .3)
}

.inverse-mode .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.inverse-mode .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.inverse-mode .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.inverse-mode .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: .125rem
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 6.25rem;
    height: 100%;
    -webkit-box-shadow: 0 0 .625rem #29d, 0 0 .3125rem #29d;
    box-shadow: 0 0 .625rem #29d, 0 0 .3125rem #29d;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -0.25rem);
    -moz-transform: rotate(3deg) translate(0, -0.25rem);
    -ms-transform: rotate(3deg) translate(0, -0.25rem);
    -o-transform: rotate(3deg) translate(0, -0.25rem);
    transform: rotate(3deg) translate(0, -0.25rem)
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 3.6875rem;
    right: .9375rem;
    width: 1.25rem;
    height: 1.25rem;
    border: solid .125rem transparent;
    border-top-color: #000;
    border-left-color: #000;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    border-radius: .625rem;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 767px) {
    .pace .pace-activity {
        top: 6.5625rem
    }
}

.header.navbar {
    border: none;
    min-height: 2.8125rem;
    height: 2.8125rem;
    -webkit-box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 1020;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.navbar-nav {
    display: flex;
    flex-direction: row
}

.navbar-nav .dropdown-toggle::after {
    display: none
}

.header.navbar.navbar-fixed-top {
    position: fixed
}

.header.navbar.navbar-inverse {
    background: #000
}

.header.navbar.navbar-default {
    background: #fff
}

.header.navbar.navbar-default .navbar-brand,
.header.navbar-default .navbar-nav > li > a {
    color: #000
}

.header.navbar.navbar-default .header-search-bar,
.header.navbar.navbar-default .header-search-bar .form-control {
    background: #fff;
    color: #000
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background: none
}

@media (max-width: 767px) {
    .header.navbar {
        height: auto
    }
    .navbar > .container,
    .navbar > .container-fluid {
        display: block
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: -.9375rem;
        margin-left: -.9375rem;
        display: block;
        z-index: 10
    }
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
    width: 14.375rem;
    padding: .75rem .9375rem;
    height: 2.75rem
}

.navbar .navbar-brand .navbar-logo {
    font-size: 1.5rem;
    float: left;
    line-height: 1.625rem;
    font-weight: 500;
    height: 1.5rem;
    width: 1.75rem;
    margin-right: .5rem;
    text-align: center;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin-top: -.125rem
}

.navbar .navbar-brand img {
    max-height: 1.25rem
}

.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar .navbar-language .flag-icon img {
    height: 1.25rem;
    float: left;
    margin-right: .3125rem
}

.navbar .navbar-project {
    padding-top: .4375rem;
    padding-bottom: .3125rem;
    position: relative
}

.navbar .navbar-project .project-desc {
    font-size: .625rem;
    line-height: .75rem;
    opacity: .5;
    font-weight: 600
}

.navbar .navbar-project .project-title {
    color: #fff;
    font-weight: 600
}

.navbar .navbar-project .project-icon {
    float: left;
    background: linear-gradient(#42a1ec, #0070c9);
    color: #fff;
    padding: .3125rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    width: 1.875rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: 1.25rem;
    margin-right: .5rem
}

.navbar .navbar-project .project-icon + .project-info {
    margin-left: 2.375rem
}

.navbar-right .dropdown-menu {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -5rem
}

.navbar-right .dropdown-menu.dropdown-lg {
    margin-right: -9.375rem
}

.navbar-right .dropdown-menu.dropdown-md {
    margin-right: -7.5rem
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -.9375rem
    }
}

.navbar .navbar-icon {
    min-width: 2.625rem;
    font-size: 1.125rem;
    color: #fff
}

.navbar .navbar-icon i {
    display: block;
    line-height: 1.3125rem
}

.navbar .navbar-user-img {
    height: 1.75rem;
    width: 1.75rem;
    margin-top: -.25rem;
    margin-bottom: -.25rem;
    float: left;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    border-radius: 1.75rem;
    overflow: hidden
}

.navbar .navbar-user-img i {
    display: block;
    text-align: center;
    line-height: 1.75rem;
    height: 1.75rem;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    border-radius: 1.75rem;
    width: 1.75rem;
    font-size: 1.5rem;
    line-height: 2.375rem;
    background: rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.35)
}

.navbar .navbar-user-img + span {
    margin-left: .5rem
}

.navbar .navbar-user-img.pull-right + span {
    margin-left: 0;
    margin-right: .5rem
}

.navbar .navbar-user-img img {
    max-width: 100%;
    /*max-height: 100%;*/
    display: block
}

.navbar .with-label {
    position: relative
}

.navbar .with-label:before {
    content: '';
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: .5rem;
    height: .5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    z-index: 10
}

.navbar .divider {
    width: 1px;
    height: 2.75rem;
    background: rgba(255, 255, 255, 0.15)
}

.navbar-nav > li > a {
    padding: .75rem;
    line-height: 1.25rem;
    min-height: 2.8125rem
}

.header-search-bar {
    position: absolute;
    left: 0;
    top: -2.75rem;
    right: 0;
    height: 2.75rem;
    overflow: hidden;
    padding: 0 17.125rem;
    background: #333;
    display: none;
    z-index: 10
}

.header-search-bar.active {
    top: 0;
    display: block;
    -webkit-animation: searchBarActive .2s;
    -moz-animation: searchBarActive .2s;
    -ms-animation: searchBarActive .2s;
    -o-animation: searchBarActive .2s;
    animation: searchBarActive .2s
}

.header-search-bar.inactive {
    top: -2.75rem;
    display: block;
    -webkit-animation: searchBarInactive .2s;
    -moz-animation: searchBarInactive .2s;
    -ms-animation: searchBarInactive .2s;
    -o-animation: searchBarInactive .2s;
    animation: searchBarInactive .2s
}

@-webkit-keyframes searchBarActive {
    from {
        top: -2.75rem
    }
    to {
        top: 0
    }
}

@keyframes searchBarActive {
    from {
        top: -2.75rem
    }
    to {
        top: 0
    }
}

@-webkit-keyframes searchBarInactive {
    from {
        top: 0
    }
    to {
        top: -2.75rem
    }
}

@keyframes searchBarInactive {
    from {
        top: 0
    }
    to {
        top: -2.75rem
    }
}

.header-search-bar .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 2.8125rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 300;
    padding: 0;
    line-height: 2.75rem;
    background: #333;
    color: #fff;
    font-size: .875rem
}

.header-search-bar .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-search-bar .left-icon,
.header-search-bar .left-icon a,
.header-search-bar .right-icon,
.header-search-bar .right-icon a {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.125rem;
    line-height: 2.75rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #ccc;
    text-decoration: none
}

.header-search-bar .left-icon {
    left: 14.375rem
}

.header-search-bar .right-icon {
    left: auto;
    right: 14.375rem
}

.header-search-bar .left-icon i:before,
.header-search-bar .right-icon i:before {
    display: block;
    line-height: 2.75rem
}

.search-bar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
    position: relative;
    float: right;
    border: none;
    background: none!important;
    margin: 0;
    padding: 1.125rem .9375rem!important;
    outline: 0
}

.navbar-toggle .icon-bar {
    width: 1.5rem;
    height: 2px;
    border-radius: 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: .25rem
}

.navbar-toggle.active .icon-bar {
    width: 1.25rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: .1875rem
}

.navbar-toggle.active .icon-bar + .icon-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    bottom: .1875rem
}

.navbar-toggle .icon-bar {
    display: block
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: .25rem
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: left
    }
    .navbar-toggle {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: -.75rem
    }
}

@media (max-width: 768px) {
    .header-search-bar {
        padding: 0 2.75rem!important
    }
    .header-search-bar .left-icon {
        left: 0!important
    }
    .header-search-bar .right-icon {
        right: 0!important
    }
}

@media (max-width: 767px) {
    .header.navbar-inverse .navbar-xs-justified {
        background: #121212
    }
    .navbar-xs-justified {
        margin: 0 -.9375rem;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.1)
    }
    .navbar-xs-justified .nav.navbar-nav {
        display: table;
        width: 100%;
        margin: 0
    }
    .navbar-xs-justified .nav.navbar-nav > li {
        display: table-cell;
        width: 25%;
        text-align: center;
        vertical-align: top
    }
    .navbar .with-label:before {
        right: 50%;
        margin-right: -.5rem
    }
    body .navbar .navbar-user-img {
        float: none!important;
        margin: -.25rem auto;
        display: block
    }
    .navbar-nav .open .dropdown-menu {
        position: fixed;
        top: auto;
        bottom: 3.6875rem;
        left: .9375rem!important;
        right: .9375rem!important;
        margin: 0!important;
        width: auto!important;
        background: #fff;
        -webkit-box-shadow: 0 -17.75rem 0 18.75rem rgba(0, 0, 0, 0.2);
        box-shadow: 0 -17.75rem 0 18.75rem rgba(0, 0, 0, 0.2)
    }
    .navbar-nav .open .dropdown-menu:before,
    .navbar-nav .open .dropdown-menu:after {
        border: none
    }
    .navbar-nav .open > a {
        position: relative
    }
    .navbar-nav li.dropdown > a:after {
        content: '';
        position: absolute;
        border: .625rem solid transparent;
        bottom: 3.75rem;
        left: 50%;
        margin-left: -.625rem;
        z-index: 1020;
        opacity: 0;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }
    .navbar-nav li.dropdown.open > a:after {
        border-top-color: #fff;
        opacity: 1;
        bottom: 2.5rem;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: .625rem .9375rem
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: .1875rem .9375rem
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #e8e8e8
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background: #e8e8e8
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000
    }
}

.sidebar {
    background: #fff;
    width: 14.375rem;
    position: absolute;
    left: 0;
    top: 2.75rem
}

.sidebar:before {
    content: '';
    position: fixed;
    top: 2.75rem;
    bottom: 0;
    background: #fff;
    width: 14.375rem
}

.page-sidebar-minified .sidebar:before {
    width: 3.75rem
}

.page-sidebar-fixed .sidebar {
    position: fixed;
    bottom: 0
}

.page-full-width .sidebar {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.page-sidebar-toggled .sidebar,
.page-sidebar-toggled.page-full-width .sidebar {
    left: 0;
    right: 0
}

.page-sidebar-right .sidebar {
    left: auto;
    right: 0
}

.page-sidebar-right .content {
    margin-left: 0;
    margin-right: 14.375rem
}

.page-sidebar-right.page-sidebar-minified .content {
    margin-right: 3.75rem
}

.sidebar .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative
}

.sidebar .nav > li.nav-header {
    padding: .9375rem .9375rem .3125rem;
    font-size: .625rem;
    font-weight: 700;
    color: #888
}

.sidebar .nav > li.nav-profile {
    padding: .9375rem
}

.sidebar .nav > li.nav-profile:before,
.sidebar .nav > li.nav-profile:after {
    content: '';
    display: table;
    clear: both
}

.sidebar .nav > li.nav-profile .image {
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    overflow: hidden
}

.sidebar .nav > li.nav-profile .image img {
    max-width: 100%
}

.sidebar .nav > li.nav-profile .info {
    margin-left: 3.125rem;
    padding-top: .25rem
}

.sidebar .nav > li.nav-profile .info h4 {
    margin: 0 0 .3125rem;
    font-size: .8125rem;
    font-weight: 500
}

.sidebar .nav > li.nav-profile .info p {
    margin: 0;
    font-size: .6875rem;
    line-height: 1
}

.sidebar .nav > li.nav-profile + .nav-divider {
    margin-top: 0
}

.sidebar .nav > li > a {
    display: block;
    color: #000;
    padding: .3125rem .9375rem;
    font-size: .75rem;
    line-height: 1.25rem
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus,
.sidebar.sidebar-inverse .nav > li.active > a,
.sidebar.sidebar-inverse .nav > li.active > a:hover,
.sidebar.sidebar-inverse .nav > li.active > a:focus {
    color: #fff;
    background: #7e68f8;
    background: -moz-linear-gradient(-45deg, #7e68f8 0%, #609cfc 100%);
    background: -webkit-linear-gradient(-45deg, #7e68f8 0%, #609cfc 100%);
    background: linear-gradient(135deg, #7e68f8 0%, #609cfc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7e68f8', endColorstr='#609cfc', GradientType=1)
}

.sidebar .nav > li.active > a i {
    opacity: 1
}

.sidebar .nav > li > a i {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    margin-right: .5rem;
    opacity: .35
}

.sidebar .nav > li.nav-divider + li.nav-header {
    padding-top: .3125rem
}

.sidebar .nav > li > a .notification {
    font-size: .5625rem;
    font-weight: 700;
    color: #555;
    border: 1px solid #ccc;
    padding: .125rem .1875rem;
    margin-left: .3125px;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem
}

.sidebar .nav > li.has-sub .sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: .3125rem 0
}

.sidebar .nav > li.has-sub > .sub-menu {
    margin-left: 2.5625rem;
    font-size: .75rem
}

.sidebar li.has-sub .sub-menu > li > a {
    color: #999;
    display: block;
    padding-right: .9375rem;
    line-height: 1.25rem
}

.sidebar .sub-menu li.has-sub .sub-menu {
    margin-left: 1.875rem
}

.sidebar .nav > li.has-sub.active > .sub-menu,
.sidebar .sub-menu li.has-sub.active .sub-menu {
    display: block
}

.sidebar .nav > li.has-sub .sub-menu > li.active > a,
.sidebar .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar .nav > li.has-sub .sub-menu > li > a:focus,
.sidebar .nav > li.has-sub .sub-menu > li > a:active {
    color: #000;
    text-decoration: none
}

.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
    background: #7e68f8;
    color:#fff;
}

.sidebar.sidebar-inverse .nav > li > a:hover,
.sidebar.sidebar-inverse .nav > li > a:focus {
    background: #000
}

.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li.active > a,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:hover,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:focus,
.sidebar.sidebar-inverse .nav > li.has-sub .sub-menu > li > a:active {
    color: #fff;
    text-decoration: none
}

.sidebar.sidebar-inverse {
    background: #222
}

.sidebar.sidebar-inverse:before {
    background: #222
}

.sidebar.sidebar-inverse .nav .nav-divider {
    background: #333
}

.sidebar.sidebar-inverse .nav .nav-profile {
    color: #fff
}

.sidebar.sidebar-inverse .nav .nav-profile p {
    color: rgba(255, 255, 255, 0.5)
}

.sidebar.sidebar-inverse .nav > li > a {
    color: #fff
}

.sidebar.sidebar-inverse .nav > li > a .notification {
    color: #ccc;
    border-color: #999
}

.sidebar.sidebar-inverse .nav > li.active > a .notification {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5)
}

.inverse-mode .slimScrollBar:before {
    background: #fff
}

.sidebar.sidebar-inverse .slimScrollBar:before {
    background: #fff!important
}

.sidebar .nav-project {
    padding: .625rem .9375rem
}

.sidebar .nav > li.nav-project > a {
    display: block;
    padding: .625rem .9375rem;
    margin: -.625rem -.9375rem;
    text-decoration: none
}

.sidebar .nav-project .project-icon {
    width: 1.125rem;
    height: 1.125rem;
    float: left;
    text-align: center;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.sidebar .nav-project .project-info {
    margin-left: 1.625rem
}

.sidebar .nav-project .project-title {
    font-size: .75rem;
    margin: 0 0 .3125rem;
    font-weight: 400
}

.sidebar .nav-project .project-percentage {
    font-size: .625rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: -.1875rem
}

.sidebar .nav-project .progress {
    margin: 0;
    background: rgba(0, 0, 0, 0.25)
}

.sidebar.sidebar-inverse .nav > li.nav-project > a {
    color: #fff
}

.sidebar.sidebar-inverse .nav-project .project-percentage {
    color: rgba(255, 255, 255, 0.5)
}

.sidebar.sidebar-inverse .nav-project .progress {
    background: rgba(255, 255, 255, 0.1)
}

.sidebar .nav-divider + .nav-copyright {
    padding-top: .3125rem
}

.sidebar .nav-copyright {
    font-size: .75rem;
    padding: .9375rem;
    color: #999
}

.float-sub-menu {
    position: fixed;
    width: 14.375rem;
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: .625rem 0;
    list-style-type: none;
    font-size: .75rem
}

.float-sub-menu > li > a,
.float-sub-menu .sub-menu > li > a {
    color: #999;
    display: block;
    padding-right: .9375rem;
    padding-left: .9375rem;
    line-height: 1.25rem
}

.float-sub-menu li.has-sub .sub-menu {
    list-style-type: none;
    margin: 0 0 0 1.875rem;
    padding: .3125rem 0
}

.float-sub-menu li.active > a,
.float-sub-menu > li > a:hover,
.float-sub-menu > li > a:focus,
.float-sub-menu > li > a:active,
.float-sub-menu li.has-sub .sub-menu > li > a:hover,
.float-sub-menu li.has-sub .sub-menu > li > a:focus,
.float-sub-menu li.has-sub .sub-menu > li > a:active {
    color: #fff;
    text-decoration: none
}

.float-sub-menu .sub-menu {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: .3125rem 0
}

.page-sidebar-minified .sidebar .slimScrollDiv .slimScrollBar {
    display: none!important
}

.page-sidebar-minified .sidebar .nav-copyright,
.page-sidebar-minified .sidebar .nav-project .project-info {
    display: none
}

.page-sidebar-minified .sidebar .nav-project .project-icon {
    float: none;
    width: auto
}

@media (min-width: 768px) {
    .page-sidebar-minified .sidebar {
        width: 3.75rem;
        overflow: visible!important;
        z-index: 1020
    }
    .page-sidebar-minified .sidebar .nav > li.nav-header {
        padding-left: .3125rem;
        padding-right: .3125rem;
        text-align: center;
        overflow: hidden
    }
    .page-sidebar-minified .sidebar .nav > li a span,
    .page-sidebar-minified .sidebar .nav-profile .info {
        display: none
    }
    .page-sidebar-minified .sidebar .nav-profile .image {
        margin-left: -.3125rem
    }
    .page-sidebar-minified .sidebar .nav > li a i {
        float: none;
        width: auto;
        display: block;
        margin: 0;
        height: 1.25rem
    }
    .page-sidebar-minified .sidebar .nav > li a .caret {
        position: absolute;
        right: .4375rem;
        top: .3125rem
    }
    .page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu {
        position: absolute;
        left: 100%;
        width: 14.375rem;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: .625rem 0;
        display: block;
        visibility: hidden
    }
    .page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu,
    .page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu,
    .page-sidebar-minified .sidebar li.has-sub:active > .sub-menu {
        display: block
    }
    .page-sidebar-minified .sidebar .nav > li.has-sub .sub-menu > li > a {
        padding-left: .9375rem
    }
    .page-sidebar-minified .content {
        margin-left: 3.75rem
    }
}

@media (max-width: 767px) {
    .sidebar {
        width: auto;
        left: -100%;
        right: 100%;
        top: 2.75rem;
        bottom: 2.75rem;
        z-index: 1020;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }
}

@media (min-width: 767px) {
    .page-full-width .sidebar {
        left: -14.375rem;
        z-index: 1020
    }
}

.content {
    margin-left: 14.375rem;
    padding: 1.5625rem;
    position: relative;
    height: 100%
}

.page-full-width .content {
    margin: 0
}

.page-header-fixed.page-sidebar-fixed .content {
    /*overflow: scroll*/
}

.content.content-inverse-mode,
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb .active {
    color: #fff
}

.content-container {
    position: relative;
    z-index: 10
}

.content-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.page-content-full-height .content {
    position: absolute;
    left: 0;
    top: 3.375rem;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.panel-expand .page-content-full-height .content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

@media (min-width: 1280px) {
    .page-with-bg {
        background: url(../img/bg.jpg);
        background-size: 100%;
        background-position: top center;
        background-attachment: fixed;
        background-repeat: no-repeat
    }
    .page-boxed-layout {
        background: #eaeaea
    }
    .page-boxed-layout,
    .page-boxed-layout .header {
        max-width: 80rem;
        margin: 0 auto
    }
    .page-boxed-layout .sidebar {
        left: auto
    }
    .page-boxed-layout.page-with-fixed-footer .footer {
        width: 65.625rem;
        left: auto;
        right: auto;
        margin-left: 14.375rem
    }
    .page-boxed-layout.page-with-fixed-footer.page-sidebar-minified .footer {
        margin-left: 3.75rem;
        width: 76.25rem
    }
    .page-boxed-layout.page-with-fixed-footer.page-full-width .footer {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .content,
    .page-header-fixed.page-sidebar-fixed .content {
        margin-left: 0;
        padding: .9375rem .9375rem 3.6875rem;
        overflow: initial;
        height: auto
    }
    .content-cover {
        bottom: 0;
        top: 5.625rem;
        position: fixed
    }
}

.footer {
    position: absolute;
    left: 14.375rem;
    right: 0;
    bottom: 0;
    line-height: .9375rem;
    padding: .9375rem 1.5625rem;
    background: #eaeaea;
    border-top: 1px solid #C8C7CC
}

.page-full-width .footer {
    left: 0
}

.page-sidebar-minified .footer {
    left: 3.75rem
}

.page-with-footer,
.page-with-fixed-footer {
    padding-bottom: 2.875rem
}

.page-with-fixed-footer .footer {
    position: fixed
}

@media (max-width: 767px) {
    .page-with-footer,
    .page-with-fixed-footer {
        padding-bottom: 0
    }
    .footer {
        display: none
    }
}

.page-header {
    color: #000;
    padding: 0;
    border: none;
    margin: 0 0 .9375rem;
    font-size: 1.125rem;
    font-weight: 500
}

.page-header small {
    color: #467BF3;
    font-size: .75rem;
    color: #777;
    font-weight: 400
}

.breadcrumb {
    font-weight: 700;
    font-size: .625rem;
    margin-bottom: .625rem;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none
}

.dropdown-menu {
    border-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 .125rem .375rem 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 .125rem .375rem 1px rgba(0, 0, 0, 0.1);
    float: none;
    left: 0;
    right: auto;
    margin-top: 0;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    padding: .5rem 0;
    font-size: .75rem;
    display: none;
    position: absolute
}

.dropdown.show .dropdown-menu {
    display: block;
    margin-top: .625rem!important;
    overflow: initial
}

.dropdown .dropdown-menu {
    min-width: 10rem;
    overflow: hidden
}

.dropdown-menu > li > a {
    padding: .1875rem .9375rem;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu.dropdown-lg {
    width: 18.75rem
}

.dropdown-menu.dropdown-md {
    width: 15rem
}

.navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem
}

.dropdown-menu:before,
.dropdown-menu:after {
    content: '';
    position: absolute;
    top: -1.25rem;
    left: 1.25rem;
    border: .625rem solid transparent;
    border-bottom-color: #fff
}

.dropdown-menu:before {
    top: -1.3125rem;
    border-bottom-color: rgba(0, 0, 0, 0.1)
}

.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-right.dropdown-menu:before,
.pull-right .dropdown-menu:before,
.dropdown-menu-right.dropdown-menu:after,
.pull-right .dropdown-menu:after {
    left: auto;
    right: 1.25rem
}

.dropup .dropdown-menu:before,
.dropup .dropdown-menu:after {
    border-color: transparent;
    border-top-color: #fff;
    top: auto;
    bottom: -1.25rem
}

.dropup .dropdown-menu:before {
    bottom: -1.3125rem;
    border-top-color: rgba(0, 0, 0, 0.1)
}

.navbar .dropdown-menu {
    left: 50%;
    margin-left: -5rem
}

.navbar .dropdown-menu:before,
.navbar .dropdown-menu:after {
    left: 50%;
    margin-left: -.625rem
}

.navbar .dropdown-menu.dropdown-lg {
    margin-left: -9.375rem
}

.navbar .dropdown-menu.dropdown-md {
    margin-left: -7.5rem
}

.open .dropdown-menu {
    margin-top: .625rem!important
}

.open.dropup .dropdown-menu {
    margin-top: 0!important;
    margin-bottom: .625rem!important
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #007aff;
    color: #fff
}

.dropdown-menu .divider {
    margin: .5rem 0;
    height: 1px;
    width: auto;
    background: #e8e8e8
}

.dropdown-header {
    border-bottom: 1px solid #e8e8e8;
    font-size: .75rem;
    color: #000;
    padding: .625rem .9375rem
}

.dropdown-header .dropdown-close {
    float: right;
    background: #8A8A8F;
    color: #fff!important;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    padding: 0!important;
    font-size: 1rem;
    line-height: 1rem!important;
    height: 1.125rem;
    width: 1.125rem;
    text-align: center;
    font-weight: 400
}

.dropdown-header .dropdown-close:hover,
.dropdown-header .dropdown-close:focus,
.dropdown-header .dropdown-close:active {
    background: #666
}

.dropdown-menu > li:first-child {
    -webkit-border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    border-radius: .5rem .5rem 0 0
}

.dropdown-menu > li:last-child {
    -webkit-border-radius: 0 0 .5rem .5rem;
    -moz-border-radius: 0 0 .5rem .5rem;
    border-radius: 0 0 .5rem .5rem
}

.navbar-nav .dropdown-menu {
    position: absolute
}

.dropdown-menu > li.notification a {
    display: block;
    padding: .625rem 0 .625rem .9375rem !important
}

.dropdown-menu > li.notification .notification-info {
    margin-left: 1.75rem
}

.dropdown-menu > li.notification .notification-info,
.dropdown-menu > li.notification .notification-title,
.dropdown-menu > li.notification .notification-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dropdown-menu > li.notification .notification-icon {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    line-height: 1.125rem;
    text-align: center;
    overflow: hidden;
    color: #fff
}

.dropdown-menu > li.notification a .notification-info {
    padding-right: .9375rem
}

.dropdown-menu > li.notification .notification-icon img {
    max-width: 100%;
    max-height: 100%
}

.dropdown-menu > li.notification .notification-icon i {
    display: block;
    line-height: 1.125rem;
    text-align: center
}

.dropdown-menu > li.notification + li.notification .notification-info {
    border-top: 1px solid #e8e8e8;
    margin-top: -.625rem;
    padding-top: .625rem
}

.dropdown-menu > li.notification .notification-title {
    margin: 0 0 .125rem;
    font-size: .75rem;
    font-weight: 500
}

.dropdown-menu > li.notification .notification-time {
    font-size: .625rem;
    font-weight: 400;
    color: #999
}

.dropdown-menu > li.notification .notification-desc {
    font-size: .6875rem;
    margin: 0
}

.dropdown-menu .setting {
    padding: .625rem 0 .625rem .9375rem
}

.dropdown-menu .setting + .setting .setting-info {
    border-top: 1px solid #e5e5e5;
    margin-top: -.625rem;
    padding-top: .625rem
}

.dropdown-menu .setting .setting-icon {
    float: left;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    color: #fff
}

.dropdown-menu .setting .setting-icon img {
    max-width: 100%;
    max-height: 100%
}

.dropdown-menu .setting .setting-icon i {
    display: block;
    line-height: 1.5rem;
    text-align: center;
    font-size: 1rem
}

.dropdown-menu .setting .setting-info {
    margin-left: 2.125rem;
    line-height: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: .9375rem
}

.dropdown-menu .setting .setting-info .switcher {
    float: right;
    margin-left: .625rem
}

.switcher {
    display: inline-block
}

.switcher label {
    display: block;
    margin: 0;
    width: 2.625rem;
    height: 1.5rem;
    position: relative
}

.switcher input {
    display: none
}

.switcher label:before {
    content: '';
    display: block;
    width: 2.625rem;
    height: 1.5rem;
    background: #EFEFF4;
    border: .125rem solid #f1f1f1;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.switcher label:after {
    content: '';
    height: 1.25rem;
    width: 1.25rem;
    position: absolute;
    left: .125rem;
    top: .125rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    background: #fff;
    -webkit-box-shadow: 0 .125rem .125rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 .125rem .125rem rgba(0, 0, 0, 0.5);
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.switcher input:checked + label:before {
    content: '';
    background: #007AFF;
    border: .125rem solid #007AFF
}

.switcher.switcher-success input:checked + label:before {
    background: #4cd964;
    border-color: #4cd964
}

.switcher.switcher-purple input:checked + label:before {
    background: #5856D6;
    border-color: #5856D6
}

.switcher.switcher-inverse input:checked + label:before {
    background: #000;
    border-color: #000
}

.switcher.switcher-warning input:checked + label:before {
    background: #FF9500;
    border-color: #FF9500
}

.switcher.switcher-danger input:checked + label:before {
    background: #FF3B30;
    border-color: #FF3B30
}

.switcher.switcher-info input:checked + label:before {
    background: #5AC8FA;
    border-color: #5AC8FA
}

.switcher.switcher-pink input:checked + label:before {
    background: #FF2D55;
    border-color: #FF2D55
}

.switcher.switcher-yellow input:checked + label:before {
    background: #FC0;
    border-color: #FC0
}

.switcher input:checked + label:after {
    left: 1.25rem
}

.row {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.row > [class*="col-"] {
    padding-left: .375rem;
    padding-right: .375rem
}

.form-horizontal .form-group {
    margin-left: -.375rem;
    margin-right: -.375rem;
    display: flex
}

.form-horizontal .form-group > [class*="col-"] {
    padding-left: .375rem;
    padding-right: .375rem
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: .4375rem;
        margin-bottom: 0;
        text-align: right
    }
}

@media (max-width: 767px) {
    .form-horizontal .form-group {
        display: block
    }
}

.panel {
    margin-bottom: .75rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #eaeaea;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    position: relative
}

.panel.with-rounded-corner {
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.panel.with-rounded-corner .panel-heading {
    -webkit-border-radius: .375rem .375rem 0 0;
    -moz-border-radius: .375rem .375rem 0 0;
    border-radius: .375rem .375rem 0 0
}

.panel .panel-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel.panel-default .panel-heading {
    background: #eaeaea;
    border-color: #eaeaea;
    background: #fff
}

.panel .panel-heading-btn {
    float: right
}

.panel .panel-heading-btn > a:not(.btn) {
    font-size: .6875rem;
    color: #666;
    text-decoration: none;
    font-weight: 600
}

.panel .panel-heading {
    padding: .75rem .9375rem .625rem;
    color: #000
}

.panel .panel-title {
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.panel.panel-bg {
    border: none;
    padding: 1px
}

.panel.panel-table {
    display: table;
    width: 100%
}

.panel-body {
    padding: .9375rem
}

.panel-column {
    display: table-cell;
    padding: .9375rem;
    vertical-align: top
}

.panel-column .panel-heading {
    padding: 0 0 .9375rem
}

.panel-column .panel-body {
    padding: .9375rem 0
}

.panel.panel-inverse {
    color: #fff;
    background: #212121
}

.panel.panel-inverse .panel-heading,
.panel.panel-inverse .panel-heading-btn a {
    color: #fff
}

.panel.panel-inverse .panel-heading-btn .dropdown a {
    color: #666
}

.panel .panel-heading.panel-heading-connect {
    padding-bottom: 0;
    border: none
}

.panel .panel-heading-btn .btn {
    float: left;
    padding: 0;
    line-height: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    font-size: .75rem;
    border-color: transparent
}

.panel .panel-heading-btn .btn:not([class*="btn-"]) {
    color: #8A8A8F
}

.panel .panel-heading-btn .btn:not([class*="btn-"]):hover,
.panel .panel-heading-btn .btn:not([class*="btn-"]):focus,
.panel .panel-heading-btn .btn:not([class*="btn-"]):active {
    color: #000
}

.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):hover,
.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):focus,
.panel.panel-inverse .panel-heading-btn .btn:not([class*="btn-"]):active {
    color: #fff
}

.panel .panel-heading-btn > span,
.panel .panel-heading-btn > div {
    float: left
}

.panel .panel-heading-btn > span + .btn,
.panel .panel-heading-btn > btn + span,
.panel .panel-heading-btn > div + .btn,
.panel .panel-heading-btn > btn + div {
    margin-left: .3125rem
}

.panel .panel-heading-btn .btn + .btn {
    margin-left: .3125rem
}

.panel .panel-heading {
    border: none;
    padding: .9375rem .9375rem .5rem
}

.panel .panel-heading+.panel-body {
    padding-top: 0
}

.panel.panel-bordered {
    border: 1px solid #dadade
}

.panel.panel-bordered .panel-heading {
    padding: .5rem .9375rem;
    background: none
}

.panel .accordion-link {
    text-decoration: none;
    margin: -.5rem -.9375rem;
    padding: .5rem .9375rem;
    display: block
}

.panel .panel-footer {
    border-color: #EFEFF4
}

.panel.panel-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    margin: 0
}

.panel .panel-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85)
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.spinner {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 auto;
    border: .125rem solid rgba(0, 0, 0, 0.2);
    border-right-color: #000;
    -webkit-border-radius: 1.75rem;
    -moz-border-radius: 1.75rem;
    border-radius: 1.75rem;
    -webkit-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
    -moz-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
    -ms-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
    -o-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
    animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67)
}

.panel .panel-loading .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.875rem;
    margin-left: -.875rem
}

.panel-heading .progress {
    width: 7.5rem;
    margin-top: .25rem
}

.panel-title .label,
.panel-title .badge {
    position: relative;
    top: -1px
}

.panel > .alert {
    border: none;
    margin: 0;
    padding: .625rem .9375rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.panel .panel-toolbar {
    border-top: 1px solid #EFEFF4;
    border-bottom: 1px solid #EFEFF4;
    background: #f5f5f5;
    padding: .625rem .9375rem
}

.panel.panel-with-tabs .panel-heading .nav.nav-tabs {
    border: none;
    margin-top: -.4375rem
}

.panel.panel-with-tabs .panel-heading {
    border-bottom: 1px solid #dadade
}

.panel.panel-with-tabs .panel-heading .nav.nav-tabs > li > a {
    font-size: .625rem;
    font-weight: 600
}

.panel.panel-info .panel-heading,
.panel.panel-warning .panel-heading,
.panel.panel-success .panel-heading,
.panel.panel-danger .panel-heading {
    background: none
}

.panel.panel-info {
    -webkit-box-shadow: 0 0 0 1px #5ac8fa;
    box-shadow: 0 0 0 1px #5ac8fa
}

.panel.panel-warning {
    -webkit-box-shadow: 0 0 0 1px #ff9500;
    box-shadow: 0 0 0 1px #ff9500
}

.panel.panel-success {
    -webkit-box-shadow: 0 0 0 1px #4ED964;
    box-shadow: 0 0 0 1px #4ED964
}

.panel.panel-danger {
    -webkit-box-shadow: 0 0 0 1px #fe3b30;
    box-shadow: 0 0 0 1px #fe3b30
}

.panel.panel-purple {
    -webkit-box-shadow: 0 0 0 1px #5856D6;
    box-shadow: 0 0 0 1px #5856D6
}

.panel.panel-yellow {
    -webkit-box-shadow: 0 0 0 1px #FC0;
    box-shadow: 0 0 0 1px #FC0
}

.panel.panel-pink {
    -webkit-box-shadow: 0 0 0 1px #FF2D55;
    box-shadow: 0 0 0 1px #FF2D55
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: .1875rem
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: .1875rem
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: .1875rem
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: .1875rem
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 1.25rem
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: .25rem
}

.panel-group .panel + .panel {
    margin-top: .3125rem
}

.panel-default > .panel-heading+.panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-body {
    padding: .9375rem
}

.panel-footer {
    padding: .625rem .9375rem;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: .1875rem;
    border-bottom-left-radius: .1875rem
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: .1875rem;
    border-top-right-radius: .1875rem
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit
}

.collapse.in {
    display: block
}

.collapse {
    display: none
}

.btn-scroll-top {
    position: fixed;
    bottom: 1.5625rem;
    right: 1.5625rem;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    border-radius: 1.125rem;
    z-index: 1000;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 2.25rem;
    text-decoration: none
}

.btn-scroll-top:hover,
.btn-scroll-top:focus {
    background: #007aff;
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .btn-scroll-top {
        bottom: 3.6875rem;
        right: .9375rem;
        z-index: 9999
    }
}

table {
    border-spacing: 0
}

.table {
    font-size: .75rem
}

.table.table-inverse {
    color: #fff
}

.table td,
.table th {
    padding: .5rem
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: .3125rem .5rem
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: none
}

.table-striped > thead > tr > th {
    border-bottom: none
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #eee
}

.table-inverse.table-striped > tbody > tr:nth-of-type(odd) {
    background: #212121;
    color: #fff
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border: none
}

.panel.panel-inverse > .panel-body + .table,
.panel.panel-inverse > .panel-body + .table-responsive,
.panel.panel-inverse > .table + .panel-body,
.panel.panel-inverse > .table-responsive + .panel-body {
    border: none
}

.panel > .table th:first-child,
.panel > .table td:first-child,
.table.table-panel th:first-child,
.table.table-panel td:first-child {
    padding-left: .9375rem
}

.panel > .table th:last-child,
.panel > .table td:last-child,
.table.table-panel th:last-child,
.table.table-panel td:last-child {
    padding-right: .9375rem
}

td.btn-col .btn {
    margin-top: -.3125rem;
    margin-bottom: -.3125rem
}

td.btn-col .btn.btn-xs {
    margin-top: -.375rem
}

.table-hover > tbody > tr:hover {
    background: #efeff4
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table-bordered {
    border-color: #e0e0e0
}

.checkbox-col .checkbox {
    margin-top: 0;
    margin-bottom: -.1875rem
}

.checkbox-col .checkbox-inline {
    margin-top: -.125rem;
    margin-bottom: -.5rem
}

.radio-col .radio {
    margin-top: 0;
    margin-bottom: -.125rem
}

.radio-col .radio-inline {
    margin-top: -1px;
    margin-bottom: -.4375rem
}

.switcher-col .switcher {
    margin-top: -.1875rem;
    margin-bottom: -.5rem
}

.form-col .form-control {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

.img-col img {
    margin-top: -.375rem;
    margin-bottom: -.375rem;
    display: block;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    max-height: 3.75rem;
    max-width: 7.5rem
}

.img-col img.img-lg {
    max-height: 7.5rem;
    max-width: 15rem
}

.img-col img.img-sm {
    max-height: 1.875rem;
    max-width: 3.75rem
}

.table.table-inverse > tbody > tr > td,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > td,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
    border-color: #000
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background: #e5ffe9
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background: #e8f7ff
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background: #fff5e6
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background: #ffe8e7
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background: #f9f9f9
}

.table-td-bg-animate {
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear
}

.caret,
.dropup .caret {
    border-color: transparent;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    font-size: .625rem;
    min-width: .625rem;
    width: auto;
    height: auto
}

.caret:before {
    content: "\e64b";
    position: relative
}

.dropup .caret:before {
    content: "\e648";
    position: relative
}

.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
    display: none
}

.btn {
    font-size: .875rem
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none
}

.btn.btn-sm {
    padding: .3125rem .625rem;
    font-size: .75rem
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px .3125rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.btn.btn-lg {
    font-size: 1.125rem;
    padding: .625rem 1rem;
    line-height: 1.3333333;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.btn.btn-rounded {
    -webkit-border-radius: 6.25rem;
    -moz-border-radius: 6.25rem;
    border-radius: 6.25rem
}

.btn.btn-outline,
.btn.btn-default.btn-outline,
.btn.btn-primary.btn-outline,
.btn.btn-warning.btn-outline,
.btn.btn-info.btn-outline,
.btn.btn-success.btn-outline,
.btn.btn-danger.btn-outline,
.btn.btn-purple.btn-outline,
.btn.btn-yellow.btn-outline,
.btn.btn-grey.btn-outline,
.btn.btn-pink.btn-outline {
    background: none
}

.btn.no-border {
    border: none
}

.btn.btn-icon {
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.btn-default,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    border-color: #dfdfe0;
    color: #212121;
    background: #fff
}

.btn-default.active {
    background: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.btn-outline:hover,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background: #f3f3f3;
    border-color: #dfdfe0
}

.btn-white,
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover,
.btn-white.active,
.btn-white:active,
.open > .dropdown-toggle.btn-white {
    border-color: #fff;
    color: #000;
    background: #fff
}

.btn-white.btn-outline {
    color: #fff
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active,
.btn-white.btn-outline.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.open > .dropdown-toggle.btn-white.focus,
.open > .dropdown-toggle.btn-white:focus,
.open > .dropdown-toggle.btn-white:hover {
    border-color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.85);
    color: #000
}

.btn-white:not([disabled]):not(.disabled).active,
.btn-white:not([disabled]):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    border-color: #007AFF;
    color: #fff;
    background: #007AFF
}

.btn-primary.btn-outline {
    color: #007AFF
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    border-color: #1D62F0;
    background: #1D62F0;
    color: #fff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    border-color: #1D62F0;
    background: #1D62F0;
    box-shadow: 0 0 0 .2rem rgba(0, 122, 255, 0.5)
}

.btn-success,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    border-color: #4CD964;
    color: #fff;
    background: #4CD964
}

.btn-success.btn-outline,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    color: #4CD964
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active,
.btn-success.btn-outline.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background: #45c35a;
    border-color: #45c35a;
    color: #fff
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background: #45c35a;
    border-color: #45c35a;
    box-shadow: 0 0 0 .2rem rgba(76, 217, 100, 0.5)
}

.btn-info,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    border-color: #5AC8FA;
    color: #fff;
    background: #5AC8FA
}

.btn-info.btn-outline {
    color: #5AC8FA
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active,
.btn-info.btn-outline.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background: #50b3e0;
    border-color: #50b3e0;
    color: #fff
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    background: #50b3e0;
    border-color: #50b3e0;
    box-shadow: 0 0 0 .2rem rgba(90, 200, 250, 0.5)
}

.btn-warning,
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    border-color: #FF9500;
    color: #fff;
    background: #FF9500
}

.btn-warning.btn-outline {
    color: #FF9500
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background: #e68701;
    border-color: #e68701;
    color: #fff
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    background: #e68701;
    border-color: #e68701;
    box-shadow: 0 0 0 .2rem rgba(255, 149, 0, 0.5)
}

.btn-danger,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    border-color: #FF3B30;
    color: #fff;
    background: #FF3B30
}

.btn-danger.btn-outline {
    color: #FF3B30
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background: #e4352b;
    border-color: #e4352b;
    color: #fff
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    background: #e4352b;
    border-color: #e4352b;
    box-shadow: 0 0 0 .2rem rgba(255, 59, 48, 0.5)
}

.btn-link {
    color: #007AFF
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    color: #1D62F0
}

.btn-purple,
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover,
.btn-purple.active,
.btn-purple:active,
.open > .dropdown-toggle.btn-purple {
    border-color: #5856D6;
    color: #fff;
    background: #5856D6
}

.btn-purple.btn-outline {
    color: #5856D6
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.btn-outline:hover,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:active,
.btn-purple.btn-outline.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.open > .dropdown-toggle.btn-purple.focus,
.open > .dropdown-toggle.btn-purple:focus,
.open > .dropdown-toggle.btn-purple:hover {
    background: #4c4bb7;
    border-color: #4c4bb7;
    color: #fff
}

.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:not([disabled]):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
    background: #4c4bb7;
    border-color: #4c4bb7;
    box-shadow: 0 0 0 .2rem rgba(88, 86, 214, 0.5)
}

.btn-pink,
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover,
.btn-pink.active,
.btn-pink:active,
.open > .dropdown-toggle.btn-pink {
    border-color: #FF2D55;
    color: #fff;
    background: #FF2D55
}

.btn-pink.btn-outline {
    color: #FF2D55
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.btn-outline:hover,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:active,
.btn-pink.btn-outline.active,
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.open > .dropdown-toggle.btn-pink.focus,
.open > .dropdown-toggle.btn-pink:focus,
.open > .dropdown-toggle.btn-pink:hover {
    background: #de2649;
    border-color: #de2649;
    color: #fff
}

.btn-pink:not([disabled]):not(.disabled).active,
.btn-pink:not([disabled]):not(.disabled):active,
.show > .btn-pink.dropdown-toggle {
    background: #de2649;
    border-color: #de2649;
    box-shadow: 0 0 0 .2rem rgba(255, 45, 85, 0.5)
}

.btn-yellow,
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.active,
.btn-yellow:active,
.open > .dropdown-toggle.btn-yellow {
    border-color: #FC0;
    color: #fff;
    background: #FC0
}

.btn-yellow.btn-outline {
    color: #FC0
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.btn-outline:hover,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.open > .dropdown-toggle.btn-yellow.focus,
.open > .dropdown-toggle.btn-yellow:focus,
.open > .dropdown-toggle.btn-yellow:hover {
    background: #e6b801;
    border-color: #e6b801;
    color: #fff
}

.btn-yellow:not([disabled]):not(.disabled).active,
.btn-yellow:not([disabled]):not(.disabled):active,
.show > .btn-yellow.dropdown-toggle {
    background: #e6b801;
    border-color: #e6b801;
    box-shadow: 0 0 0 .2rem rgba(255, 204, 0, 0.5)
}

.btn-grey,
.btn-grey.disabled.focus,
.btn-grey.disabled:focus,
.btn-grey.disabled:hover,
.btn-grey[disabled].focus,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:hover,
.btn-grey.active,
.btn-grey:active,
.open > .dropdown-toggle.btn-grey {
    border-color: #8A8A8F;
    color: #fff;
    background: #8A8A8F
}

.btn-grey.btn-outline {
    color: #8A8A8F
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.btn-outline:hover,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:active,
.btn-grey.btn-outline.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.open > .dropdown-toggle.btn-grey.focus,
.open > .dropdown-toggle.btn-grey:focus,
.open > .dropdown-toggle.btn-grey:hover {
    background: #737377;
    border-color: #737377;
    color: #fff
}

.btn-grey:not([disabled]):not(.disabled).active,
.btn-grey:not([disabled]):not(.disabled):active,
.show > .btn-grey.dropdown-toggle {
    background: #737377;
    border-color: #737377;
    box-shadow: 0 0 0 .2rem rgba(138, 138, 143, 0.5)
}

.btn-inverse,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
    border-color: #000;
    color: #fff;
    background: #000
}

.btn-inverse.btn-outline {
    color: #000
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.btn-outline:hover,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:active,
.btn-inverse.btn-outline.active,
.btn-inverse.active,
.btn-inverse:active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.open > .dropdown-toggle.btn-inverse.focus,
.open > .dropdown-toggle.btn-inverse:focus,
.open > .dropdown-toggle.btn-inverse:hover {
    background: #333;
    border-color: #333;
    color: #fff
}

.btn-grey:not([disabled]):not(.disabled).active,
.btn-grey:not([disabled]):not(.disabled):active,
.show > .btn-grey.dropdown-toggle {
    background: #333;
    border-color: #333;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

mark {
    background: #FC0
}

.panel-inverse code {
    color: #fc0;
    background-color: #666
}

hr {
    border-color: #C8C7CC
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.page-item.active .page-link {
    background: transparent;
    border-color: #8A8A8F;
    color: #000
}

.pagination > li > a,
.pagination > li > span {
    color: #000;
    border-color: transparent;
    -webkit-border-radius: .375rem!important;
    -moz-border-radius: .375rem!important;
    border-radius: .375rem!important;
    background: transparent
}

.pagination > li + li > a,
.pagination > li + li > span {
    margin-left: .1875rem
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #000;
    background: transparent;
    border-color: #C8C7CC
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover,
.page-item.disabled .page-link {
    border-color: transparent;
    background: transparent;
    color: #8A8A8F
}

.pagination-lg .page-link {
    padding: .625rem 1rem;
    font-size: 1.125rem;
    line-height: 1.3333333
}

.pager {
    padding-left: 0;
    margin: 1.25rem 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    content: '';
    display: table;
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: .3125rem .875rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1rem
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .next > a,
.pager .next > span {
    float: right
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label-default {
    background: #8A8A8F
}

.label-default[href]:focus,
.label-default[href]:hover {
    background: #737377
}

.label-primary {
    background: #007AFF
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background: #1D62F0
}

.label-success {
    background: #4CD964
}

.label-success[href]:focus,
.label-success[href]:hover {
    background: #45c35a
}

.label-info {
    background: #5AC8FA
}

.label-info[href]:focus,
.label-info[href]:hover {
    background: #50b3e0
}

.label-warning {
    background: #FF9500
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background: #e68701
}

.label-danger {
    background: #FF3B30
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background: #e4352b
}

.label-purple {
    background: #5856D6
}

.label-purple[href]:focus,
.label-purple[href]:hover {
    background: #4c4bb7
}

.label-pink {
    background: #FF2D55
}

.label-pink[href]:focus,
.label-pink[href]:hover {
    background: #de2649
}

.label-yellow {
    background: #FC0
}

.label-yellow[href]:focus,
.label-yellow[href]:hover {
    background: #e6b801
}

.label-inverse {
    background: #000
}

.label-inverse[href]:focus,
.label-inverse[href]:hover {
    background: #333
}

.badge {
    background: #8A8A8F;
    color: #fff;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    display: inline-block;
    min-width: .625rem;
    padding: .1875rem .4375rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    font-size: .75rem
}

.btn-primary .badge,
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #007AFF
}

.badge-default {
    background: #8A8A8F
}

.badge-default[href]:focus,
.badge-default[href]:hover {
    background: #737377
}

.badge-light {
    color: #000;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    background: #f8f9fa;
    color: #000
}

.badge-primary {
    background: #007AFF
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    background: #1D62F0
}

.badge-success {
    background: #4CD964
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    background: #45c35a
}

.badge-info {
    background: #5AC8FA
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    background: #50b3e0
}

.badge-warning {
    background: #FF9500
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    background: #e68701
}

.badge-danger {
    background: #FF3B30
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    background: #e4352b
}

.badge-purple {
    background: #5856D6
}

.badge-purple[href]:focus,
.badge-purple[href]:hover {
    background: #4c4bb7
}

.badge-pink {
    background: #FF2D55
}

.badge-pink[href]:focus,
.badge-pink[href]:hover {
    background: #de2649
}

.badge-yellow {
    background: #FC0
}

.badge-yellow[href]:focus,
.badge-yellow[href]:hover {
    background: #e6b801
}

.badge-inverse,
.badge-dark {
    background: #000
}

.badge-inverse[href]:focus,
.badge-inverse[href]:hover,
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    background: #333
}

.nav {
    font-size: .875rem
}

.nav .nav-divider {
    height: 1px;
    margin: .5625rem 0;
    overflow: hidden;
    background: #ccc
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: #EFEFF4
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #007aff
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: #007aff
}

.alert {
    padding: .625rem
}

.alert.alert-outline {
    background: none
}

.alert-success {
    color: #379646;
    background-color: #e5ffe9;
    border-color: #4CD964
}

.alert-success .alert-link {
    color: #40b353
}

.alert-info {
    color: #398cb3;
    background-color: #e8f7ff;
    border-color: #5ac8fa
}

.alert-info .alert-link {
    color: #50b0dc
}

.alert-warning {
    color: #ca7702;
    background-color: #fff5e6;
    border-color: #ff9500
}

.alert-warning .alert-link {
    color: #e28502
}

.alert-danger {
    color: #e2342a;
    background-color: #ffe8e7;
    border-color: #fe3b30
}

.alert-danger .alert-link {
    color: #e2342a
}

.alert-inverse {
    color: #000;
    background-color: #f5f5f5;
    border-color: #000
}

.jumbotron {
    padding-left: 3.75rem;
    padding-right: 3.75rem
}

.jumbotron p {
    margin-bottom: .9375rem;
    font-size: 1.3125rem;
    font-weight: 300
}

@media (max-width: 767px) {
    .jumbotron {
        padding: 1.875rem
    }
}

@media screen and (min-width: 768px) {
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 3.9375rem
    }
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #007aff
}

.progress {
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.progress-bar {
    background: #007aff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.progress.without-rounded-corner .progress-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.progress-bar-success {
    background: #4CD964
}

.progress-bar-info {
    background: #5AC8FA
}

.progress-bar-warning {
    background: #FF9500
}

.progress-bar-danger {
    background: #FF3B30
}

.progress-bar-purple {
    background: #5856D6
}

.progress-bar-yellow {
    background: #FC0
}

.progress-bar-pink {
    background: #FF2D55
}

.progress-bar-inverse {
    background: #000
}

.progress.progress-sm {
    height: .75rem
}

.progress.progress-sm .progress-bar {
    height: .75rem;
    line-height: .75rem;
    font-size: .5625rem
}

.progress.progress-xs {
    height: .25rem
}

.progress.progress-xs .progress-bar {
    height: .25rem
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: #007aff;
    border-color: #007aff
}

a.list-group-item,
button.list-group-item {
    color: #000
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #000;
    background: #EFEFF4
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background: #EFEFF4;
    color: #8A8A8F
}

.list-group-item-success,
a.list-group-item-success,
button.list-group-item-success {
    color: #40b353;
    background: #e5ffe9
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #389c49;
    background: #d8f3dc
}

.list-group-item-info,
a.list-group-item-info,
button.list-group-item-info {
    color: #45a8d6;
    background: #e8f7ff
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #409bc5;
    background: #e1eef5
}

.list-group-item-warning,
a.list-group-item-warning,
button.list-group-item-warning {
    color: #e28502;
    background: #fff5e6
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #d27c04;
    background: #f5ebdd
}

.list-group-item-danger,
a.list-group-item-danger,
button.list-group-item-danger {
    color: #e2342a;
    background: #ffe8e7
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #ce3128;
    background: #f3e0df
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #dadade;
    min-height: 1.25rem;
    padding: 1.1875rem;
    margin-bottom: 1.25rem;
    border-radius: .25rem
}

.well-lg {
    padding: 1.5rem;
    border-radius: .375rem
}

.well-sm {
    padding: .5625rem;
    border-radius: .1875rem
}

.nav-tabs {
    border-bottom: 1px solid #dadade
}

.tab-content.tab-content-bordered {
    padding: .9375rem;
    border: 1px solid #dadade;
    border-top: none
}

.tab-content {
    padding: .9375rem
}

.nav-tabs > li > a:hover {
    border-color: #EFEFF4 #EFEFF4 #dadade
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 1px solid #dadade;
    border-bottom-color: transparent
}

.nav-tabs-left {
    display: table;
    width: 100%
}

.nav-tabs-left .nav.nav-tabs {
    display: table-cell;
    border-bottom: none;
    border-right: 1px solid #dadade;
    vertical-align: top
}

.nav-tabs-left .tab-content {
    display: table-cell;
    border: 1px solid #dadade;
    border-left: none;
    vertical-align: top
}

.nav-tabs-left .nav-tabs > li {
    float: none;
    margin: 0 -1px 0 0
}

.nav-tabs-left .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: .125rem;
    -webkit-border-radius: .25rem 0 0 .25rem;
    -moz-border-radius: .25rem 0 0 .25rem;
    border-radius: .25rem 0 0 .25rem;
    white-space: nowrap
}

.nav-tabs-left .nav-tabs > li.active > a,
.nav-tabs-left .nav-tabs > li.active > a:focus,
.nav-tabs-left .nav-tabs > li.active > a:hover,
.nav-tabs-left .nav-tabs > li > a.active,
.nav-tabs-left .nav-tabs > li > a.active:focus,
.nav-tabs-left .nav-tabs > li > a.active:hover,
.nav-tabs-left .nav-item.show .nav-link,
.nav-tabs-left .nav-link.active {
    border: 1px solid #dadade;
    border-right-color: transparent
}

.nav-tabs-left .nav-tabs > li > a:hover {
    border-color: #EFEFF4 #dadade #EFEFF4 #EFEFF4
}

.nav-tabs-right {
    display: table;
    width: 100%
}

.nav-tabs-right .nav.nav-tabs {
    display: table-cell;
    border-bottom: none;
    border-left: 1px solid #dadade;
    vertical-align: top
}

.nav-tabs-right .tab-content {
    display: table-cell;
    border: 1px solid #dadade;
    border-right: none;
    vertical-align: top
}

.nav-tabs-right .nav-tabs > li {
    float: none;
    margin: 0 0 0 -1px
}

.nav-tabs-right .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: .125rem;
    -webkit-border-radius: 0 .25rem .25rem 0;
    -moz-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0;
    white-space: nowrap
}

.nav-tabs-right .nav-tabs > li.active > a,
.nav-tabs-right .nav-tabs > li.active > a:focus,
.nav-tabs-right .nav-tabs > li.active > a:hover,
.nav-tabs-right .nav-tabs > li > a.active,
.nav-tabs-right .nav-tabs > li > a.active:focus,
.nav-tabs-right .nav-tabs > li > a.active:hover,
.nav-tabs-right .nav-item.show .nav-link,
.nav-tabs-right .nav-link.active {
    border: 1px solid #dadade;
    border-left-color: transparent
}

.nav-tabs-right .nav-tabs > li > a:hover {
    border-color: #EFEFF4 #EFEFF4 #EFEFF4 #dadade
}

.nav-tabs-bottom .nav-tabs {
    border-top: 1px solid #dadade;
    border-bottom: none
}

.nav-tabs-bottom .tab-content.tab-content-bordered {
    padding: .9375rem;
    border: 1px solid #dadade;
    border-bottom: none
}

.nav-tabs-bottom .nav-tabs > li > a {
    -webkit-border-radius: 0 0 .25rem .25rem;
    -moz-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
    margin-bottom: 0;
    margin-top: -1px
}

.nav-tabs-bottom .nav-tabs > li > a:hover {
    border-color: #dadade #EFEFF4 #EFEFF4
}

.nav-tabs-bottom .nav-tabs > li.active > a,
.nav-tabs-bottom .nav-tabs > li.active > a:focus,
.nav-tabs-bottom .nav-tabs > li.active > a:hover {
    border: 1px solid #dadade;
    border-top-color: transparent
}

.page-notification-container {
    position: fixed;
    top: 3.6875rem;
    right: .9375rem;
    width: 20rem;
    z-index: 8
}

.page-notification-container .page-notification {
    -webkit-box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, 0.15)
}

.page-notification {
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    background: #f0f0f0;
    display: table;
    width: 100%;
    margin-bottom: .625rem
}

.page-notification .notification-media,
.page-notification .notification-info,
.page-notification .notification-btn {
    display: table-cell;
    vertical-align: middle
}

.page-notification .notification-media {
    padding: .9375rem .625rem .9375rem .9375rem;
    text-align: center;
    vertical-align: middle;
    width: 3.8125rem
}

.page-notification .notification-media img {
    max-width: 2.25rem;
    max-height: 2.25rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.page-notification .notification-media i {
    text-align: center;
    display: block;
    line-height: 1.75rem;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    line-height: 2.25rem;
    text-align: center;
    overflow: hidden;
    color: #000;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
    top: 0
}

.page-notification .notification-info {
    padding: .9375rem
}

.page-notification .notification-media + .notification-info {
    padding-left: 0
}

.page-notification .notification-title,
.page-notification .notification-desc {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12.5rem
}

.page-notification .notification-media + .notification-info .notification-title,
.page-notification .notification-media + .notification-info .notification-desc {
    max-width: 10.5625rem
}

.page-notification .notification-title {
    font-size: .8125rem;
    font-weight: 600;
    margin-top: .125rem
}

.page-notification .notification-desc {
    font-weight: 500;
    font-size: .6875rem;
    margin-top: .125rem
}

.page-notification .notification-title,
.page-notification .notification-title a,
.page-notification .notification-desc,
.page-notification .notification-desc a {
    color: #504e4d
}

.page-notification .notification-btn {
    vertical-align: middle;
    width: 4.6875rem;
    border-left: 1px solid #dbdbdb
}

.page-notification .notification-btn.single-btn a {
    padding: 1.5625rem .9375rem
}

.page-notification .notification-btn a {
    padding: .625rem .9375rem;
    display: block;
    color: #737171;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    text-align: center
}

.page-notification .notification-btn a:hover,
.page-notification .notification-btn a:focus,
.page-notification .notification-btn a:active,
.page-notification.page-notification-inverse .notification-btn a:hover,
.page-notification.page-notification-inverse .notification-btn a:focus,
.page-notification.page-notification-inverse .notification-btn a:active {
    color: #007aff
}

.page-notification .notification-btn a + a {
    border-top: 1px solid #dbdbdb
}

.page-notification.page-notification-inverse {
    background: #212121;
    color: #C8C7CC
}

.page-notification.page-notification-inverse .notification-btn,
.page-notification.page-notification-inverse .notification-btn a + a {
    border-color: #444
}

.page-notification.page-notification-inverse .notification-title,
.page-notification.page-notification-inverse .notification-title a,
.page-notification.page-notification-inverse .notification-desc,
.page-notification.page-notification-inverse .notification-desc a,
.page-notification.page-notification-inverse .notification-btn a {
    color: #C8C7CC
}

.page-notification.page-notification-inverse .notification-media i {
    background: rgba(255, 255, 255, 0.25);
    color: #fff
}

@media (max-width: 767px) {
    .page-notification-container {
        top: 6.5625rem
    }
}

@media (max-width: 320px) {
    .page-notification-container {
        width: 19.375rem;
        right: .3125rem
    }
}

.form-control,
select.form-control:not([size]):not([multiple]) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C8C7CC;
    color: #000;
    font-size: .75rem;
    height: 2.125rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s
}

textarea.form-control,
select[multiple],
select[size] {
    height: auto
}

.input-lg,
.form-control-lg,
select.input-lg:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > .form-control {
    font-size: 1rem;
    height: 2.875rem;
    padding: .625rem 1rem;
    line-height: 1.3333333;
    border-radius: .375rem
}

.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 2.875rem;
    padding: .625rem 1rem;
    line-height: 1.3333333
}

.input-sm,
.form-control-sm,
select.input-sm:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > .form-control {
    height: 1.875rem;
    line-height: 1.875rem
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 1.875rem;
    line-height: 1.875rem
}

.form-control:focus {
    border-color: #007aff;
    outline: none;
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6)
}

.form-control.input-lg,
.form-control.form-control-lg {
    font-size: 1rem
}

.form-control.input-inverse {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff
}

.form-control.input-outline {
    background: none
}

.form-control.no-border {
    border-color: transparent
}

.form-control-static {
    min-height: 2.125rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .form-inline .form-group + .form-group {
        margin-left: .625rem
    }
    .form-inline label + .form-control {
        margin-left: .3125rem
    }
    .form-inline .form-group + .btn {
        margin-left: .625rem
    }
}

.form-grid {
    display: table;
    width: 100%
}

.form-grid .form-group {
    display: table-row
}

.form-grid .form-group + .form-group .control-label,
.form-grid .form-group + .form-group .input-container {
    border-top: 1px solid #EFEFF4
}

.form-grid .control-label,
.form-grid .input-container {
    display: table-cell;
    vertical-align: middle
}

.form-grid .form-control {
    border: none
}

.form-grid .control-label {
    width: 1%;
    white-space: nowrap;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.panel > .form-grid .control-label {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.panel > .form-grid .form-control {
    padding-right: .9375rem
}

.panel > .form-grid .checkbox,
.panel > .form-grid .radio,
.panel > .form-grid .checkbox-inline,
.panel > .form-grid .radio-inline {
    padding-left: .75rem
}

.panel > .form-grid .switcher {
    padding: .625rem .9375rem
}

label.control-label {
    color: #212121
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: .625rem;
    margin-bottom: .625rem
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
    min-height: 1rem
}

.checkbox-inline label,
.radio-inline label {
    font-weight: 400
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    display: none
}

.checkbox label,
.radio label,
.checkbox-inline label,
.radio-inline label {
    padding-left: 1.5625rem
}

.checkbox-inline,
.radio-inline {
    padding-left: 0
}

.checkbox input + label,
.radio input + label,
.checkbox-inline input + label,
.radio-inline input + label {
    position: relative;
    margin-bottom: 0;
    font-weight: 400
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -.3125rem
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: .625rem
}

.checkbox input + label:before,
.checkbox-inline input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border: 1px solid #C8C7CC;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.checkbox input:checked + label:after,
.checkbox-inline input:checked + label:after {
    content: "\e013";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.125rem;
    height: 1.125rem;
    padding-right: 1px;
    text-align: center;
    line-height: 1.125rem;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

.checkbox input:checked + label:before,
.checkbox-inline input:checked + label:before {
    background: #007aff;
    border-color: #007aff
}

.checkbox.checkbox-success input:checked + label:before,
.checkbox-inline.checkbox-success input:checked + label:before {
    background: #4ED964;
    border-color: #4ED964
}

.checkbox.checkbox-purple input:checked + label:before,
.checkbox-inline.checkbox-purple input:checked + label:before {
    background: #5856D6;
    border-color: #5856D6
}

.checkbox.checkbox-info input:checked + label:before,
.checkbox-inline.checkbox-info input:checked + label:before {
    background: #5ac8fa;
    border-color: #5ac8fa
}

.checkbox.checkbox-danger input:checked + label:before,
.checkbox-inline.checkbox-danger input:checked + label:before {
    background: #fe3b30;
    border-color: #fe3b30
}

.checkbox.checkbox-warning input:checked + label:before,
.checkbox-inline.checkbox-warning input:checked + label:before {
    background: #ff9500;
    border-color: #ff9500
}

.checkbox.checkbox-yellow input:checked + label:before,
.checkbox-inline.checkbox-yellow input:checked + label:before {
    background: #FC0;
    border-color: #FC0
}

.checkbox.checkbox-pink input:checked + label:before,
.checkbox-inline.checkbox-pink input:checked + label:before {
    background: #FF2D55;
    border-color: #FF2D55
}

.checkbox.checkbox-inverse input:checked + label:before,
.checkbox-inline.checkbox-inverse input:checked + label:before {
    background: #000;
    border-color: #000
}

.radio input + label:before,
.radio-inline input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background: #fff;
    border: 1px solid #C8C7CC;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    border-radius: 1.125rem
}

.radio input:checked + label:before,
.radio-inline input:checked + label:before {
    background: #007aff;
    border-color: #007aff
}

.radio.radio-success input:checked + label:before,
.radio-inline.radio-success input:checked + label:before {
    background: #4ED964;
    border-color: #4ED964
}

.radio.radio-purple input:checked + label:before,
.radio-inline.radio-purple input:checked + label:before {
    background: #5856D6;
    border-color: #5856D6
}

.radio.radio-info input:checked + label:before,
.radio-inline.radio-info input:checked + label:before {
    background: #5ac8fa;
    border-color: #5ac8fa
}

.radio.radio-danger input:checked + label:before,
.radio-inline.radio-danger input:checked + label:before {
    background: #fe3b30;
    border-color: #fe3b30
}

.radio.radio-warning input:checked + label:before,
.radio-inline.radio-warning input:checked + label:before {
    background: #ff9500;
    border-color: #ff9500
}

.radio.radio-yellow input:checked + label:before,
.radio-inline.radio-yellow input:checked + label:before {
    background: #FC0;
    border-color: #FC0
}

.radio.radio-pink input:checked + label:before,
.radio-inline.radio-pink input:checked + label:before {
    background: #FF2D55;
    border-color: #FF2D55
}

.radio.radio-inverse input:checked + label:before,
.radio-inline.radio-inverse input:checked + label:before {
    background: #000;
    border-color: #000
}

.radio input + label:after,
.radio-inline input + label:after {
    content: '';
    position: absolute;
    width: .5rem;
    height: .5rem;
    left: .3125rem;
    top: .3125rem;
    -webkit-border-radius: .625rem;
    -moz-border-radius: .625rem;
    border-radius: .625rem;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.radio input:checked + label:after,
.radio-inline input:checked + label:after {
    background: #fff;
    -webkit-box-shadow: 0 1px .125rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px .125rem rgba(0, 0, 0, 0.25)
}

fieldset[disabled] input[type=checkbox] + label,
fieldset[disabled] input[type=radio] + label,
input[type=checkbox].disabled + label,
input[type=checkbox][disabled] + label,
input[type=radio].disabled + label,
input[type=radio][disabled] + label {
    opacity: .5;
    cursor: not-allowed
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #379646
}

.has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #379646
}

.has-success .form-control:focus {
    border-color: #205829;
    -webkit-box-shadow: 0 0 0 .125rem rgba(55, 150, 70, 0.35);
    box-shadow: 0 0 0 .125rem rgba(55, 150, 70, 0.35)
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #ca7702
}

.has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ca7702
}

.has-warning .form-control:focus {
    border-color: #864f01;
    -webkit-box-shadow: 0 0 0 .125rem rgba(202, 119, 2, 0.35);
    box-shadow: 0 0 0 .125rem rgba(202, 119, 2, 0.35)
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #e2342a
}

.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e2342a
}

.has-error .form-control:focus {
    border-color: #b92a21;
    -webkit-box-shadow: 0 0 0 .125rem rgba(226, 52, 42, 0.35);
    box-shadow: 0 0 0 .125rem rgba(226, 52, 42, 0.35)
}

.has-success .checkbox input:not(:checked) + label:before,
.has-success .checkbox-inline input:not(:checked) + label:before {
    border-color: #379646
}

.has-warning .checkbox input:not(:checked) + label:before,
.has-warning .checkbox-inline input:not(:checked) + label:before {
    border-color: #ca7702
}

.has-error .checkbox input:not(:checked) + label:before,
.has-error .checkbox-inline input:not(:checked) + label:before {
    border-color: #e2342a
}

.has-success .radio input:not(:checked) + label:before,
.has-success .radio-inline input:not(:checked) + label:before {
    border-color: #379646
}

.has-warning .radio input:not(:checked) + label:before,
.has-warning .radio-inline input:not(:checked) + label:before {
    border-color: #ca7702
}

.has-error .radio input:not(:checked) + label:before,
.has-error .radio-inline input:not(:checked) + label:before {
    border-color: #e2342a
}

.has-feedback {
    position: relative
}

.form-control-feedback,
.form-control-feedback.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    line-height: 2.125rem;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem
}

.has-feedback label~.form-control-feedback {
    top: 1.375rem
}

.input-group-addon {
    line-height: 1.3333;
    font-size: .875rem
}

.has-success .input-group-addon {
    background: #e5ffe9;
    border-color: #379646;
    color: #379646
}

.has-warning .input-group-addon {
    background: #fff5e6;
    border-color: #ca7702;
    color: #ca7702
}

.has-error .input-group-addon {
    background: #ffe8e7;
    border-color: #e2342a;
    color: #e2342a
}

[class^="ti-"],
[class*=" ti-"] {
    position: relative
}

.vertical-box {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100%;
    width: 100%
}

.vertical-box-column {
    display: table-cell;
    vertical-align: top;
    height: 100%
}

.vertical-box-row {
    display: table-row;
    height: 100%
}

.vertical-box-row > .vertical-box-cell {
    position: relative;
    height: 100%;
    width: 100%;
    float: none
}

.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

.panel-expand .vertical-box .vertical-box-column {
    display: table-cell
}

.vertical-box.with-border .vertical-box-column {
    border-left: 1px solid #C8C7CC;
    border-right: 1px solid #C8C7CC
}

.vertical-box.with-border .wrapper + .vertical-box-row > .vertical-box-cell,
.vertical-box.with-border .vertical-box-row + .wrapper {
    border-top: 1px solid #C8C7CC
}

.vertical-box.with-border .vertical-box-column:first-child {
    border-left: none
}

.vertical-box.with-border .vertical-box-column:last-child {
    border-right: none
}

.vertical-box.with-border .vertical-box-column + div {
    border-left: none
}

@media (max-width: 767px) {
    .vertical-box,
    .vertical-box-column,
    .vertical-box-row,
    .vertical-box-cell,
    .vertical-box-inner-cell {
        display: block!important;
        width: auto!important;
        height: auto!important;
        position: initial!important;
        overflow: initial!important;
        border-left: none!important;
        border-right: none!important
    }
    .vertical-box.with-border .vertical-box-column + .vertical-box-column {
        border-top: 1px solid #C8C7CC
    }
}

.modal-dialog.modal-full {
    max-width: 100%;
    width: 100%
}

.modal-dialog.modal-full .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 37.5rem;
        max-width: 37.5rem
    }
    .modal-sm {
        width: 18.75rem;
        max-width: 18.75rem
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 56.25rem;
        max-width: 56.25rem
    }
}

.close {
    text-shadow: none
}

.modal.modal-inverse .close {
    color: #fff
}

.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.modal.modal-inverse .modal-content {
    background: #3a3a3a;
    color: #fff
}

.modal.modal-transparent .modal-content {
    background: rgba(255, 255, 255, 0.95)
}

.modal.modal-inverse.modal-transparent .modal-content {
    background: rgba(255, 255, 255, 0.95)
}

.modal.modal-inverse .modal-header,
.modal.modal-inverse .modal-footer {
    border-color: #666
}

.modal-header .close {
    margin: 0;
    padding: 0
}

.modal.modal-cover .modal-dialog {
    display: table;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.modal.modal-cover .modal-content {
    display: table-cell;
    vertical-align: middle;
    background: none
}

.modal.modal-cover {
    background: rgba(255, 255, 255, 0.95)
}

.modal.modal-inverse.modal-cover {
    background: rgba(0, 0, 0, 0.95)
}

.modal.modal-cover .modal-header,
.modal.modal-cover .modal-footer {
    border: none
}

.modal.modal-cover .modal-header + .modal-body {
    padding-top: 0
}

.modal.modal-cover .modal-body + .modal-footer {
    padding-top: 0
}

.section-title {
    color: #8A8A8F;
    font-weight: 600;
    font-size: .625rem;
    padding: 0 .625rem;
    margin: .625rem 0
}

.list-inline > li {
    display: inline-block;
    padding-right: .3125rem;
    padding-left: .3125rem
}

.tooltip {
    font-size: .75rem
}

.media + .media {
    margin-top: .9375rem
}

.media-left,
.media > .pull-left {
    padding-right: .625rem
}

.media-right,
.media > .pull-right {
    padding-left: .625rem
}

pre {
    display: block;
    padding: .625rem;
    margin: 0 0 .625rem;
    font-size: .8125rem;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: .25rem
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: .3125rem;
    font-weight: 700
}

.popover {
    display: none
}

.nav > li > a {
    position: relative;
    display: block;
    text-decoration: none
}

.carousel-inner > .item >a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}


/*
    Hide by Prdeep
    @font-face {
    font-family: 'Glyphicons Halflings';
    src: url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.eot);
    src: url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.woff) format("woff"), url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(http://seantheme.com/infinite-admin/admin/assets/plugins/bootstrap/bootstrap3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}*/

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

.slimScrollBar {
    background: none!important;
    width: .5rem!important;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    right: 0!important
}

.slimScrollDiv .slimScrollBar:hover,
.slimScrollDiv .slimScrollBar:focus,
.slimScrollDiv .slimScrollBar:active {
    opacity: .75!important;
    width: .625rem!important
}

.slimScrollBar:before {
    content: '';
    position: absolute;
    top: .125rem;
    left: 0;
    right: .125rem;
    bottom: .125rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem;
    background: #000;
    opacity: .5
}

.ui-autocomplete-header {
    font-size: .625rem;
    color: #999;
    padding: .3125rem .9375rem;
    margin-top: -.3125rem
}

.ui-autocomplete {
    border: none!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, 0.3);
    font-size: .75rem;
    padding: .9375rem 0
}

.search-bar-autocomplete.ui-autocomplete {
    z-index: 1020
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: .3125rem .9375rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: none;
    background: #EFEFF4;
    color: #000
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-focus,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    margin: 0
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    left: 0;
    background: #007aff
}

.jvectormap-zoomin {
    top: 0
}

.jvectormap-zoomout {
    top: 1.25rem
}

.jvectormap-tip {
    background: #666;
    border: none;
    padding: .1875rem .375rem
}

.jvectormap-full .jvectormap-zoomin,
.jvectormap-full .jvectormap-zoomout,
.jvectormap-full .jvectormap-goback {
    left: .9375rem
}

.jvectormap-full .jvectormap-zoomin {
    top: .9375rem
}

.jvectormap-full .jvectormap-zoomout {
    top: 2.1875rem
}

.content-cover .jvectormap-zoomin,
.content-cover .jvectormap-zoomout,
.content-cover .jvectormap-goback {
    margin-top: 5rem;
    margin-left: .9375rem
}

body .jvectormap-zoomin,
body .jvectormap-zoomout {
    width: 1.25rem;
    height: 1.25rem;
    line-height: .875rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    box-sizing: border-box;
    font-size: .875rem
}

body .jvectormap-zoomout {
    top: 2.1875rem
}

body .jvectormap-tip {
    border: none!important;
    padding: .3125rem .4375rem!important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: .75rem
}

body .jvectormap-zoomin,
body .jvectormap-zoomout,
body .jvectormap-goback {
    background: #007aff
}

body .jvectormap-legend-title {
    font-size: .625rem;
    margin: -.625rem -.625rem .625rem;
    padding: .3125rem .625rem;
    background: #666;
    -webkit-border-radius: .375rem .375rem 0 0;
    -moz-border-radius: .375rem .375rem 0 0;
    border-radius: .375rem .375rem 0 0
}

body .jvectormap-legend {
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

body .jvectormap-legend-cnt-v .jvectormap-legend {
    padding: .625rem
}

body .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 1.25rem
}

body .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    font-size: .6875rem;
    padding-left: .625rem;
    position: relative
}

body .jvectormap-legend-cnt-v {
    bottom: 1.5625rem;
    left: 1.5625rem;
    top: auto;
    right: auto
}

.content-cover .jvectormap-legend-cnt-v {
    margin-top: 3.4375rem
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1020;
    font-size: .75rem
}

.chartjs-tooltip-key {
    display: inline-block;
    width: .625rem;
    height: .625rem;
    margin-right: .3125rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem;
    border-radius: .3125rem;
    float: left;
    margin-top: .25rem
}

.jstooltip {
    width: auto;
    height: auto
}

.wizard .wizard-header {
    white-space: nowrap;
    border-bottom: 1px solid #C8C7CC
}

.wizard .wizard-header .nav > li > a {
    font-size: .625rem;
    color: #8A8A8F;
    font-weight: 700;
    -webkit-border-radius: .375rem .375rem 0 0;
    -moz-border-radius: .375rem .375rem 0 0;
    border-radius: .375rem .375rem 0 0;
    border: 1px solid transparent;
    margin-bottom: -1px;
    padding: .75rem .9375rem .625rem
}

.wizard .wizard-header .nav > li.active > a,
.wizard .wizard-header .nav > li.active > a:hover,
.wizard .wizard-header .nav > li.active > a:focus,
.wizard .wizard-header .nav > li.active > a:active,
.wizard .wizard-header .nav > li > a.active,
.wizard .wizard-header .nav > li > a.active:hover,
.wizard .wizard-header .nav > li > a.active:focus,
.wizard .wizard-header .nav > li > a.active:active {
    background: #fff;
    color: #000;
    border-color: #C8C7CC;
    border-bottom-color: #fff
}

.wizard .wizard-header .nav > li > a:hover,
.wizard .wizard-header .nav > li > a:focus,
.wizard .wizard-header .nav > li > a:active {
    background: none;
    color: #000
}

.wizard .wizard-content {
    padding: 0;
    position: relative;
    border: 1px solid #C8C7CC;
    border-top: none;
    -webkit-border-radius: 0 0 .375rem .375rem;
    -moz-border-radius: 0 0 .375rem .375rem;
    border-radius: 0 0 .375rem .375rem
}

.wizard .wizard-content .tab-pane {
    padding: 1.5625rem;
    background: #fff
}

.wizard .wizard-footer {
    padding: 1.25rem 1.5625rem;
    background: #EFEFF4;
    border-top: 1px solid #EFEFF4;
    -webkit-border-radius: 0 0 .375rem .375rem;
    -moz-border-radius: 0 0 .375rem .375rem;
    border-radius: 0 0 .375rem .375rem
}

.wizard .wizard-next-btn {
    float: right
}

.wizard .wizard-prev-btn {
    float: left
}

.wizard .wizard-next-btn,
.wizard .wizard-prev-btn {
    min-width: 7.5rem
}

.wizard .wizard-footer:before,
.wizard .wizard-footer:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 768px) {
    .wizard .wizard-header {
        overflow: scroll
    }
    .wizard .wizard-header .nav {
        display: block
    }
    .wizard .wizard-header .nav > li {
        display: inline-block;
        float: none
    }
}

body .datepicker-dropdown.dropdown-menu {
    margin-top: .625rem!important;
    overflow: initial;
    width: 18.75rem!important;
    padding: 0 1px 0 0;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem
}

body .datepicker-dropdown.datepicker-orient-left:before,
body .datepicker-dropdown.datepicker-orient-left:after {
    border-width: .625rem;
    top: -.625rem;
    left: .9375rem;
    right: auto
}

body .datepicker-dropdown.datepicker-orient-right:before,
body .datepicker-dropdown.datepicker-orient-right:after {
    border-width: .625rem;
    top: -.625rem;
    right: .9375rem;
    left: auto
}

body .datepicker-dropdown.datepicker-orient-right:after,
body .datepicker-dropdown.datepicker-orient-left:after {
    top: -.5625rem
}

body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:after,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:after {
    top: auto;
    bottom: -.625rem
}

body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:before,
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:before {
    top: auto;
    bottom: -.6875rem;
    border-top-color: rgba(0, 0, 0, 0.1)
}

body .datepicker .datepicker-switch,
body .datepicker .prev,
body .datepicker .next,
body .datepicker tfoot tr th {
    padding: .625rem .3125rem;
    background: none!important;
    min-width: 2.6875rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body .datepicker td {
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f5f5f5
}

body .datepicker table tr td span {
    background: #f5f5f5;
    width: 25%;
    margin: 0;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

body .datepicker-years .table-condensed > tbody > tr > td,
body .datepicker-months .table-condensed > tbody > tr > td,
body .datepicker-decades .table-condensed > tbody > tr > td,
body .datepicker-centuries .table-condensed > tbody > tr > td {
    padding: 0
}

body .datepicker table tr td span.focused,
body .datepicker table tr td span:hover {
    background: #8A8A8F;
    color: #fff
}

body .datepicker table tr td.day.focused,
body .datepicker table tr td.day:hover {
    background: #8A8A8F;
    color: #fff
}

body .datepicker table {
    width: 100%;
    font-size: .875rem
}

body .datepicker-dropdown:before {
    border-bottom-color: rgba(0, 0, 0, 0.1)
}

body .datepicker th.dow {
    color: #000;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase
}

body .datepicker table tr td.active:hover,
body .datepicker table tr td.active:hover:hover,
body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active.disabled:hover:hover,
body .datepicker table tr td.active:active,
body .datepicker table tr td.active:hover:active,
body .datepicker table tr td.active.disabled:active,
body .datepicker table tr td.active.disabled:hover:active,
body .datepicker table tr td.active.active,
body .datepicker table tr td.active:hover.active,
body .datepicker table tr td.active.disabled.active,
body .datepicker table tr td.active.disabled:hover.active,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active:hover.disabled,
body .datepicker table tr td.active.disabled.disabled,
body .datepicker table tr td.active.disabled:hover.disabled,
body .datepicker table tr td.active[disabled],
body .datepicker table tr td.active:hover[disabled],
body .datepicker table tr td.active.disabled[disabled],
body .datepicker table tr td.active.disabled:hover[disabled],
body .datepicker table tr td span.active.active,
body .datepicker table tr td span.active.disabled,
body .datepicker table tr td span.active.disabled.active,
body .datepicker table tr td span.active.disabled.disabled,
body .datepicker table tr td span.active.disabled:active,
body .datepicker table tr td span.active.disabled:hover,
body .datepicker table tr td span.active.disabled:hover.active,
body .datepicker table tr td span.active.disabled:hover.disabled,
body .datepicker table tr td span.active.disabled:hover:active,
body .datepicker table tr td span.active.disabled:hover:hover,
body .datepicker table tr td span.active.disabled:hover[disabled],
body .datepicker table tr td span.active.disabled[disabled],
body .datepicker table tr td span.active:active,
body .datepicker table tr td span.active:hover,
body .datepicker table tr td span.active:hover.active,
body .datepicker table tr td span.active:hover.disabled,
body .datepicker table tr td span.active:hover:active,
body .datepicker table tr td span.active:hover:hover,
body .datepicker table tr td span.active:hover[disabled],
body .datepicker table tr td span.active[disabled] {
    background: #FF3B30;
    border-color: #fff;
    text-shadow: none;
    color: #fff
}

body .datepicker thead + tbody > tr:first-child {
    padding-top: .625rem
}

body .datepicker .datepicker-switch {
    font-weight: 300;
    font-size: 1.25rem;
    color: #FF3B30;
    width: 100%
}

body .datepicker-inline {
    width: 100%
}

@media (max-width: 480px) {
    body .datepicker-dropdown.dropdown-menu {
        left: .9375rem!important;
        right: .9375rem!important;
        width: auto!important
    }
}

body .bootstrap-timepicker-widget.dropdown-menu {
    padding: .3125rem;
    width: 10rem
}

body .bootstrap-timepicker-widget.timepicker-orient-top:before,
body .bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -1.25rem
}

body .bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -1.3125rem;
    border-bottom-color: rgba(0, 0, 0, 0.1)
}

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -.625rem
}

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -.6875rem;
    border-top-color: rgba(0, 0, 0, 0.1)
}

body .bootstrap-timepicker-widget.dropdown-menu:before,
body .bootstrap-timepicker-widget.dropdown-menu:after {
    border-width: .625rem
}

body .bootstrap-timepicker-widget.timepicker-orient-bottom:before,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    top: auto
}

body .bootstrap-timepicker-widget.timepicker-orient-left:before,
body .bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: .9375rem
}

body .bootstrap-timepicker-widget.timepicker-orient-right:before,
body .bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: .9375rem
}

body .bootstrap-timepicker-widget table td {
    height: auto;
    padding: 0
}

body .bootstrap-timepicker-widget table td.separator {
    padding: 0 .1875rem
}

body .bootstrap-timepicker-widget table td input {
    border: 1px solid #C8C7CC;
    height: 2.125rem;
    padding: .375rem .5rem;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    margin: .1875rem 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s
}

body .bootstrap-timepicker-widget table td input:focus {
    border-color: #007aff;
    outline: none;
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6)
}

body .bootstrap-timepicker-widget table td a {
    padding: 0;
    outline: 0;
    color: #000;
    display: block;
    line-height: 1.5rem;
    width: auto
}

body .bootstrap-timepicker-widget table td a:hover {
    background: #EFEFF4;
    border-color: #EFEFF4
}

body .colorpicker {
    padding: .3125rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem
}

body .colorpicker-saturation,
body .colorpicker-alpha,
body .colorpicker-hue,
body .colorpicker-color div,
body .colorpicker-selectors i {
    -webkit-border-radius: .125rem;
    -moz-border-radius: .125rem;
    border-radius: .125rem
}

body .colorpicker-element .add-on i,
body .colorpicker-element .input-group-addon i {
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    margin: 0 -.125rem
}

body .colorpicker:before,
body .colorpicker:after {
    border-width: .625rem;
    top: -1.25rem;
    left: .9375rem
}

body .colorpicker:before {
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -1.3125rem
}

body .colorpicker.colorpicker-right:before,
body .colorpicker.colorpicker-right:after {
    right: .9375rem;
    left: auto
}

body .colorpicker.colorpicker-bottom:before,
body .colorpicker.colorpicker-bottom:after {
    top: auto;
    bottom: -.625rem
}

body .colorpicker.colorpicker-bottom:before {
    bottom: -.6875rem
}

body .typeahead .dropdown-item strong {
    color: #000;
    background: #ff0;
    font-weight: 400
}

body .bootstrap-select .dropdown-toggle {
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

body .bootstrap-select .dropdown-toggle:focus {
    border-color: #007aff!important;
    outline: none!important;
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, .6)
}

body .bootstrap-select.btn-group .dropdown-menu.inner {
    margin: 0!important;
    display: block
}

body .bootstrap-select.btn-group > .dropdown-menu {
    overflow: initial!important
}

body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:before,
body .bootstrap-select.btn-group > .dropdown-menu .dropdown-menu:after {
    border: none
}

body .bs-actionsbox,
body .bs-donebutton,
body .bs-searchbox {
    padding: 0 .5rem .5rem
}

body .bootstrap-select .notify {
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    padding: .3125rem .625rem!important;
    background: #FC0!important
}

body .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-top: -.4375rem
}

body .bootstrap-tagsinput {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #C8C7CC;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, background ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
    color: #000;
    position: relative;
    display: block
}

body .bootstrap-tagsinput .tag {
    font-size: .625rem
}

body .bootstrap-tagsinput .tag.label-info {
    background: #8A8A8F
}

body .bootstrap-tagsinput .tag [data-role="remove"] {
    margin-right: -.125rem;
    margin-left: .25rem
}

body .bootstrap-tagsinput .tag [data-role="remove"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75)
}

body .slider.slider-horizontal {
    height: 1.5rem;
    width: 100%
}

body .slider.slider-disabled .slider-track {
    opacity: .5
}

body .slider.slider-disabled .slider-handle {
    -webkit-box-shadow: 0 1px .1875rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px .1875rem rgba(0, 0, 0, 0.15)
}

body .slider-track {
    -webkit-box-shadow: none;
    box-shadow: none
}

body .slider.slider-horizontal .slider-track {
    height: .125rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dfdfdf;
    margin-top: -1px
}

body .slider.slider-vertical .slider-track {
    left: 50%;
    margin-left: -1px
}

body .slider-selection {
    background: #007aff;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

body .slider-handle,
body .slider.slider-disabled .slider-handle {
    background: #fff;
    -webkit-box-shadow: 0 1px .1875rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px .1875rem rgba(0, 0, 0, 0.25);
    width: 1.5rem;
    height: 1.5rem
}

body .slider.slider-vertical .slider-track {
    width: .125rem
}

body .slider.slider-vertical {
    width: 1.5rem
}

body .pwstrength_viewport_progress.inline {
    display: inline-block;
    position: relative;
    top: .125rem;
    height: .75rem;
    min-width: 11.25rem;
    margin-left: .625rem;
    white-space: pre
}

body .pwstrength_viewport_progress.inline .password-verdict {
    display: block;
    height: .75rem
}

body .pwstrength_viewport_progress .progress {
    margin: 0;
    display: block
}

body table.dataTable {
    margin: .625rem 0!important
}

body div.dataTables_wrapper {
    padding: 0!important
}

body div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    margin: 0 .3125rem
}

body table.dataTable > thead > tr > th:focus,
body table.dataTable > thead > tr > th:active {
    outline: none
}

body .table > tfoot > tr > th {
    border-bottom: none
}

body table.dataTable thead .sorting:before,
body table.dataTable thead .sorting_asc:before,
body table.dataTable thead .sorting_desc:before,
body table.dataTable thead .sorting_asc_disabled:before,
body table.dataTable thead .sorting_desc_disabled:before {
    content: ''!important
}

body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_asc_disabled:after,
body table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: .5
}

body table.dataTable.table-condensed .sorting:after,
body table.dataTable.table-condensed .sorting_asc:after,
body table.dataTable.table-condensed .sorting_desc:after {
    top: .375rem;
    right: .375rem
}

body table.dataTable thead .sorting:after {
    opacity: 0
}

body table.dataTable thead .sorting:hover:after,
body table.dataTable thead .sorting:focus:after,
body table.dataTable thead .sorting:active:after {
    opacity: .5
}

body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_asc:hover:after,
body table.dataTable thead .sorting_asc:focus:after,
body table.dataTable thead .sorting_asc:active:after,
body table.dataTable thead .sorting_desc:hover:after,
body table.dataTable thead .sorting_desc:focus:after,
body table.dataTable thead .sorting_desc:active:after {
    opacity: 1!important
}

body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_desc:after {
    content: '\e259'
}

body table.dataTable thead .sorting_asc:after {
    content: '\e260'
}

body div.DTCR_pointer {
    width: .125rem;
    background: #007aff
}

body div.dt-autofill-select,
body div.dt-autofill-handle {
    background: #007aff
}

body div.dt-autofill-handle {
    width: .4375rem;
    height: .4375rem
}

body div.dt-autofill-select.top {
    margin-top: 0
}

body div.dt-autofill-select.bottom {
    margin-top: -.125rem
}

body div.dt-autofill-select.left {
    margin-left: -1px
}

body div.dt-autofill-select.right {
    margin-left: -.125rem
}

body div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
    height: .125rem
}

body div.dt-autofill-select.left,
div.dt-autofill-select.right {
    width: .125rem
}

body div.dt-autofill-list {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0
}

body div.dt-autofill-list div.dt-autofill-question {
    padding: .3125rem .9375rem;
    border-color: #e0e0e0
}

body div.dt-autofill-list div.dt-autofill-button {
    width: 1%;
    padding: .3125rem
}

body div.dt-autofill-list ul li {
    display: table
}

body div.dt-autofill-list ul li:first-child {
    -webkit-border-radius: .375rem .375rem 0 0;
    -moz-border-radius: .375rem .375rem 0 0;
    border-radius: .375rem .375rem 0 0
}

body div.dt-autofill-list ul li:last-child {
    -webkit-border-radius: 0 0 .375rem .375rem;
    -moz-border-radius: 0 0 .375rem .375rem;
    border-radius: 0 0 .375rem .375rem
}

body table.dataTable th.focus,
table.dataTable td.focus {
    outline: .125rem solid #007aff
}

body table.dataTable.collapsed {
    border-right: none
}

body table.dataTable.collapsed td.child {
    border-right: 1px solid #e0e0e0
}

body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    content: '\e61a';
    border: none;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    top: .5rem;
    width: 1.875rem;
    text-align: center;
    left: 0
}

body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '\e622';
    border: none;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    top: .5rem;
    width: 1.875rem;
    text-align: center;
    left: 0
}

body table.dt-rowReorder-float {
    outline: .125rem solid #007aff
}

body tr.dt-rowReorder-moving {
    outline: .125rem solid #222;
    outline-offset: -1px
}

body table.dataTable tbody > tr.selected,
body table.dataTable tbody > tr > .selected {
    background-color: #007aff;
    outline: .125rem solid #007aff;
    outline-offset: -1px
}

body table.dataTable tbody > tr.selected td,
body table.dataTable tbody > tr > .selected {
    border-color: #007aff
}

body div.dt-button-info {
    border: none;
    -webkit-box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 .625rem 0 rgba(0, 0, 0, 0.35);
    top: 3.6875rem;
    right: .9375rem;
    left: auto;
    text-align: left;
    width: 20rem;
    margin: 0;
    padding: .9375rem .9375rem .9375rem 3.8125rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    background: #f0f0f0;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body div.dt-button-info h2 {
    color: #504e4d;
    font-size: .875rem;
    font-weight: 600;
    background: none;
    padding: 0;
    border: none
}

body div.dt-button-info p {
    font-weight: 500;
    color: #504e4d
}

body div.dt-button-info > div {
    padding: 0
}

body div.dt-button-info:before {
    content: "\e6a3";
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: .9375rem;
    top: .9375rem;
    text-align: center;
    display: block;
    line-height: 1.75rem;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    line-height: 2.25rem;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 1.5rem;
    background: #8E8E93
}

@media (max-width: 767px) {
    body .dataTables_wrapper > .row .pull-right {
        float: none!important;
        margin: 0!important
    }
}

.note-editor.note-frame {
    border: none!important;
    margin: 0!important
}

.panel-heading.note-toolbar {
    padding: .3125rem .625rem .625rem .9375rem !important;
    background: #f5f5f5!important;
    border-bottom: 1px solid #eaeaea
}

.panel .panel .panel-heading.note-toolbar {
    border-top: 1px solid #eaeaea
}

.note-editor.note-frame .note-editing-area {
    padding: .3125rem
}

.note-btn.dropdown-toggle:after {
    display: none
}

.note-btn-group .btn-group {
    display: inline-block
}

.row.row-space-0 {
    margin: 0
}

.row.row-space-2 {
    margin: 0 -1px
}

.row.row-space-4 {
    margin: 0 -2px
}

.row.row-space-6 {
    margin: 0 -3px
}

.row.row-space-8 {
    margin: 0 -4px
}

.row.row-space-10 {
    margin: 0 -5px
}

.row.row-space-12 {
    margin: 0 -6px
}

.row.row-space-14 {
    margin: 0 -7px
}

.row.row-space-16 {
    margin: 0 -8px
}

.row.row-space-18 {
    margin: 0 -9px
}

.row.row-space-20 {
    margin: 0 -10px
}

.row.row-space-22 {
    margin: 0 -11px
}

.row.row-space-24 {
    margin: 0 -12px
}

.row.row-space-26 {
    margin: 0 -13px
}

.row.row-space-28 {
    margin: 0 -14px
}

.row.row-space-30 {
    margin: 0 -15px
}

.row.row-space-0 > [class*="col-"] {
    padding: 0
}

.row.row-space-2 > [class*="col-"] {
    padding: 0 1px
}

.row.row-space-4 > [class*="col-"] {
    padding: 0 2px
}

.row.row-space-6 > [class*="col-"] {
    padding: 0 3px
}

.row.row-space-8 > [class*="col-"] {
    padding: 0 4px
}

.row.row-space-10 > [class*="col-"] {
    padding: 0 5px
}

.row.row-space-12 > [class*="col-"] {
    padding: 0 6px
}

.row.row-space-14 > [class*="col-"] {
    padding: 0 7px
}

.row.row-space-16 > [class*="col-"] {
    padding: 0 8px
}

.row.row-space-18 > [class*="col-"] {
    padding: 0 9px
}

.row.row-space-20 > [class*="col-"] {
    padding: 0 10px
}

.row.row-space-22 > [class*="col-"] {
    padding: 0 11px
}

.row.row-space-24 > [class*="col-"] {
    padding: 0 12px
}

.row.row-space-26 > [class*="col-"] {
    padding: 0 13px
}

.row.row-space-28 > [class*="col-"] {
    padding: 0 14px
}

.row.row-space-30 > [class*="col-"] {
    padding: 0 15px
}

.row.row-border > [class*="col-"] + [class*="col-"] {
    border-left: 1px solid #EFEFF4
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

.no-bg {
    background: none!important
}

.bg-danger {
    background: #FF3B30!important;
    color: #fff!important
}

.bg-danger-transparent-9 {
    background: rgba(255, 59, 48, 0.9)!important;
    color: #fff!important
}

.bg-danger-transparent-8 {
    background: rgba(255, 59, 48, 0.8)!important;
    color: #fff!important
}

.bg-danger-transparent-7 {
    background: rgba(255, 59, 48, 0.7)!important;
    color: #fff!important
}

.bg-danger-transparent-6 {
    background: rgba(255, 59, 48, 0.6)!important;
    color: #fff!important
}

.bg-danger-transparent-5 {
    background: rgba(255, 59, 48, 0.5)!important;
    color: #fff!important
}

.bg-danger-transparent-4 {
    background: rgba(255, 59, 48, 0.4)!important;
    color: #fff!important
}

.bg-danger-transparent-3 {
    background: rgba(255, 59, 48, 0.3)!important;
    color: #fff!important
}

.bg-danger-transparent-2 {
    background: rgba(255, 59, 48, 0.2)!important;
    color: #fff!important
}

.bg-danger-transparent-1 {
    background: rgba(255, 59, 48, 0.1)!important;
    color: #fff!important
}

.bg-warning {
    background: #FF9500!important;
    color: #fff!important
}

.bg-warning-transparent-9 {
    background: rgba(255, 149, 0, 0.9)!important;
    color: #fff!important
}

.bg-warning-transparent-8 {
    background: rgba(255, 149, 0, 0.8)!important;
    color: #fff!important
}

.bg-warning-transparent-7 {
    background: rgba(255, 149, 0, 0.7)!important;
    color: #fff!important
}

.bg-warning-transparent-6 {
    background: rgba(255, 149, 0, 0.6)!important;
    color: #fff!important
}

.bg-warning-transparent-5 {
    background: rgba(255, 149, 0, 0.5)!important;
    color: #fff!important
}

.bg-warning-transparent-4 {
    background: rgba(255, 149, 0, 0.4)!important;
    color: #fff!important
}

.bg-warning-transparent-3 {
    background: rgba(255, 149, 0, 0.3)!important;
    color: #fff!important
}

.bg-warning-transparent-2 {
    background: rgba(255, 149, 0, 0.2)!important;
    color: #fff!important
}

.bg-warning-transparent-1 {
    background: rgba(255, 149, 0, 0.1)!important;
    color: #fff!important
}

.bg-yellow {
    background: #FC0!important;
    color: #000!important
}

.bg-yellow-transparent-9 {
    background: rgba(255, 204, 0, 0.9)!important;
    color: #fff!important
}

.bg-yellow-transparent-8 {
    background: rgba(255, 204, 0, 0.8)!important;
    color: #fff!important
}

.bg-yellow-transparent-7 {
    background: rgba(255, 204, 0, 0.7)!important;
    color: #fff!important
}

.bg-yellow-transparent-6 {
    background: rgba(255, 204, 0, 0.6)!important;
    color: #fff!important
}

.bg-yellow-transparent-5 {
    background: rgba(255, 204, 0, 0.5)!important;
    color: #fff!important
}

.bg-yellow-transparent-4 {
    background: rgba(255, 204, 0, 0.4)!important;
    color: #fff!important
}

.bg-yellow-transparent-3 {
    background: rgba(255, 204, 0, 0.3)!important;
    color: #fff!important
}

.bg-yellow-transparent-2 {
    background: rgba(255, 204, 0, 0.2)!important;
    color: #fff!important
}

.bg-yellow-transparent-1 {
    background: rgba(255, 204, 0, 0.1)!important;
    color: #fff!important
}

.bg-success {
    background: #4CD964!important;
    color: #fff!important
}

.bg-success-transparent-9 {
    background: rgba(76, 217, 100, 0.9)!important;
    color: #fff!important
}

.bg-success-transparent-8 {
    background: rgba(76, 217, 100, 0.8)!important;
    color: #fff!important
}

.bg-success-transparent-7 {
    background: rgba(76, 217, 100, 0.7)!important;
    color: #fff!important
}

.bg-success-transparent-6 {
    background: rgba(76, 217, 100, 0.6)!important;
    color: #fff!important
}

.bg-success-transparent-5 {
    background: rgba(76, 217, 100, 0.5)!important;
    color: #fff!important
}

.bg-success-transparent-4 {
    background: rgba(76, 217, 100, 0.4)!important;
    color: #fff!important
}

.bg-success-transparent-3 {
    background: rgba(76, 217, 100, 0.3)!important;
    color: #fff!important
}

.bg-success-transparent-2 {
    background: rgba(76, 217, 100, 0.2)!important;
    color: #fff!important
}

.bg-success-transparent-1 {
    background: rgba(76, 217, 100, 0.1)!important;
    color: #fff!important
}

.bg-info {
    background: #5AC8FA!important;
    color: #fff!important
}

.bg-info-transparent-9 {
    background: rgba(90, 200, 250, 0.9)!important;
    color: #fff!important
}

.bg-info-transparent-8 {
    background: rgba(90, 200, 250, 0.8)!important;
    color: #fff!important
}

.bg-info-transparent-7 {
    background: rgba(90, 200, 250, 0.7)!important;
    color: #fff!important
}

.bg-info-transparent-6 {
    background: rgba(90, 200, 250, 0.6)!important;
    color: #fff!important
}

.bg-info-transparent-5 {
    background: rgba(90, 200, 250, 0.5)!important;
    color: #fff!important
}

.bg-info-transparent-4 {
    background: rgba(90, 200, 250, 0.4)!important;
    color: #fff!important
}

.bg-info-transparent-3 {
    background: rgba(90, 200, 250, 0.3)!important;
    color: #fff!important
}

.bg-info-transparent-2 {
    background: rgba(90, 200, 250, 0.2)!important;
    color: #fff!important
}

.bg-info-transparent-1 {
    background: rgba(90, 200, 250, 0.1)!important;
    color: #fff!important
}

.bg-primary {
    background: #007AFF!important;
    color: #fff!important
}

.bg-primary-transparent-9 {
    background: rgba(0, 122, 255, 0.9)!important;
    color: #fff!important
}

.bg-primary-transparent-8 {
    background: rgba(0, 122, 255, 0.8)!important;
    color: #fff!important
}

.bg-primary-transparent-7 {
    background: rgba(0, 122, 255, 0.7)!important;
    color: #fff!important
}

.bg-primary-transparent-6 {
    background: rgba(0, 122, 255, 0.6)!important;
    color: #fff!important
}

.bg-primary-transparent-5 {
    background: rgba(0, 122, 255, 0.5)!important;
    color: #fff!important
}

.bg-primary-transparent-4 {
    background: rgba(0, 122, 255, 0.4)!important;
    color: #fff!important
}

.bg-primary-transparent-3 {
    background: rgba(0, 122, 255, 0.3)!important;
    color: #fff!important
}

.bg-primary-transparent-2 {
    background: rgba(0, 122, 255, 0.2)!important;
    color: #fff!important
}

.bg-primary-transparent-1 {
    background: rgba(0, 122, 255, 0.1)!important;
    color: #fff!important
}

.bg-purple {
    background: #5856D6!important;
    color: #fff!important
}

.bg-purple-transparent-9 {
    background: rgba(88, 86, 214, 0.9)!important;
    color: #fff!important
}

.bg-purple-transparent-8 {
    background: rgba(88, 86, 214, 0.8)!important;
    color: #fff!important
}

.bg-purple-transparent-7 {
    background: rgba(88, 86, 214, 0.7)!important;
    color: #fff!important
}

.bg-purple-transparent-6 {
    background: rgba(88, 86, 214, 0.6)!important;
    color: #fff!important
}

.bg-purple-transparent-5 {
    background: rgba(88, 86, 214, 0.5)!important;
    color: #fff!important
}

.bg-purple-transparent-4 {
    background: rgba(88, 86, 214, 0.4)!important;
    color: #fff!important
}

.bg-purple-transparent-3 {
    background: rgba(88, 86, 214, 0.3)!important;
    color: #fff!important
}

.bg-purple-transparent-2 {
    background: rgba(88, 86, 214, 0.2)!important;
    color: #fff!important
}

.bg-purple-transparent-1 {
    background: rgba(88, 86, 214, 0.1)!important;
    color: #fff!important
}

.bg-pink {
    background: #FF2D55!important;
    color: #fff!important
}

.bg-pink-transparent-9 {
    background: rgba(255, 45, 85, 0.9)!important;
    color: #fff!important
}

.bg-pink-transparent-8 {
    background: rgba(255, 45, 85, 0.8)!important;
    color: #fff!important
}

.bg-pink-transparent-7 {
    background: rgba(255, 45, 85, 0.7)!important;
    color: #fff!important
}

.bg-pink-transparent-6 {
    background: rgba(255, 45, 85, 0.6)!important;
    color: #fff!important
}

.bg-pink-transparent-5 {
    background: rgba(255, 45, 85, 0.5)!important;
    color: #fff!important
}

.bg-pink-transparent-4 {
    background: rgba(255, 45, 85, 0.4)!important;
    color: #fff!important
}

.bg-pink-transparent-3 {
    background: rgba(255, 45, 85, 0.3)!important;
    color: #fff!important
}

.bg-pink-transparent-2 {
    background: rgba(255, 45, 85, 0.2)!important;
    color: #fff!important
}

.bg-pink-transparent-1 {
    background: rgba(255, 45, 85, 0.1)!important;
    color: #fff!important
}

.bg-grey {
    background: #8a8a8f!important;
    color: #fff!important
}

.bg-grey-transparent-9 {
    background: rgba(138, 138, 143, 0.9)!important;
    color: #fff!important
}

.bg-grey-transparent-8 {
    background: rgba(138, 138, 143, 0.8)!important;
    color: #fff!important
}

.bg-grey-transparent-7 {
    background: rgba(138, 138, 143, 0.7)!important;
    color: #fff!important
}

.bg-grey-transparent-6 {
    background: rgba(138, 138, 143, 0.6)!important;
    color: #fff!important
}

.bg-grey-transparent-5 {
    background: rgba(138, 138, 143, 0.5)!important;
    color: #fff!important
}

.bg-grey-transparent-4 {
    background: rgba(138, 138, 143, 0.4)!important;
    color: #fff!important
}

.bg-grey-transparent-3 {
    background: rgba(138, 138, 143, 0.3)!important;
    color: #fff!important
}

.bg-grey-transparent-2 {
    background: rgba(138, 138, 143, 0.2)!important;
    color: #fff!important
}

.bg-grey-transparent-1 {
    background: rgba(138, 138, 143, 0.1)!important;
    color: #fff!important
}

.bg-muted {
    background: #C7C7CC!important;
    color: #fff!important
}

.bg-muted-transparent-9 {
    background: rgba(200, 199, 204, 0.9)!important;
    color: #fff!important
}

.bg-muted-transparent-8 {
    background: rgba(200, 199, 204, 0.8)!important;
    color: #fff!important
}

.bg-muted-transparent-7 {
    background: rgba(200, 199, 204, 0.7)!important;
    color: #fff!important
}

.bg-muted-transparent-6 {
    background: rgba(200, 199, 204, 0.6)!important;
    color: #fff!important
}

.bg-muted-transparent-5 {
    background: rgba(200, 199, 204, 0.5)!important;
    color: #fff!important
}

.bg-muted-transparent-4 {
    background: rgba(200, 199, 204, 0.4)!important;
    color: #fff!important
}

.bg-muted-transparent-3 {
    background: rgba(200, 199, 204, 0.3)!important;
    color: #fff!important
}

.bg-muted-transparent-2 {
    background: rgba(200, 199, 204, 0.2)!important;
    color: #fff!important
}

.bg-muted-transparent-1 {
    background: rgba(200, 199, 204, 0.1)!important;
    color: #fff!important
}

.bg-inverse {
    background: #000!important;
    color: #fff!important
}

.bg-inverse-transparent-9 {
    background: rgba(0, 0, 0, 0.9)!important;
    color: #fff!important
}

.bg-inverse-transparent-8 {
    background: rgba(0, 0, 0, 0.8)!important;
    color: #fff!important
}

.bg-inverse-transparent-7 {
    background: rgba(0, 0, 0, 0.7)!important;
    color: #fff!important
}

.bg-inverse-transparent-6 {
    background: rgba(0, 0, 0, 0.6)!important;
    color: #fff!important
}

.bg-inverse-transparent-5 {
    background: rgba(0, 0, 0, 0.5)!important;
    color: #fff!important
}

.bg-inverse-transparent-4 {
    background: rgba(0, 0, 0, 0.4)!important;
    color: #fff!important
}

.bg-inverse-transparent-3 {
    background: rgba(0, 0, 0, 0.3)!important;
    color: #fff!important
}

.bg-inverse-transparent-2 {
    background: rgba(0, 0, 0, 0.2)!important;
    color: #fff!important
}

.bg-inverse-transparent-1 {
    background: rgba(0, 0, 0, 0.1)!important;
    color: #fff!important
}

.bg-white {
    background: #fff!important;
    color: #000!important
}

.bg-white-transparent-9 {
    background: rgba(255, 255, 255, 0.9)!important;
    color: #fff!important
}

.bg-white-transparent-8 {
    background: rgba(255, 255, 255, 0.8)!important;
    color: #fff!important
}

.bg-white-transparent-7 {
    background: rgba(255, 255, 255, 0.7)!important;
    color: #fff!important
}

.bg-white-transparent-6 {
    background: rgba(255, 255, 255, 0.6)!important;
    color: #fff!important
}

.bg-white-transparent-5 {
    background: rgba(255, 255, 255, 0.5)!important;
    color: #fff!important
}

.bg-white-transparent-4 {
    background: rgba(255, 255, 255, 0.4)!important;
    color: #fff!important
}

.bg-white-transparent-3 {
    background: rgba(255, 255, 255, 0.3)!important;
    color: #fff!important
}

.bg-white-transparent-2 {
    background: rgba(255, 255, 255, 0.2)!important;
    color: #fff!important
}

.bg-white-transparent-1 {
    background: rgba(255, 255, 255, 0.1)!important;
    color: #fff!important
}

.bg-gradient-red {
    color: #fff!important;
    background: #ff5160!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #ff5160 0%, #ff2c55 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5160), color-stop(100%, #ff2c55))!important;
    background: -webkit-linear-gradient(top, #ff5160 0%, #ff2c55 100%)!important;
    background: -o-linear-gradient(top, #ff5160 0%, #ff2c55 100%)!important;
    background: -ms-linear-gradient(top, #ff5160 0%, #ff2c55 100%)!important;
    background: linear-gradient(to bottom, #ff5160 0%, #ff2c55 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5160', endColorstr='#ff2c55', GradientType=0)!important
}

.bg-gradient-pink {
    color: #fff!important;
    background: #fe74b2!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #fe74b2 0%, #f32d20 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe74b2), color-stop(100%, #f32d20))!important;
    background: -webkit-linear-gradient(top, #fe74b2 0%, #f32d20 100%)!important;
    background: -o-linear-gradient(top, #fe74b2 0%, #f32d20 100%)!important;
    background: -ms-linear-gradient(top, #fe74b2 0%, #f32d20 100%)!important;
    background: linear-gradient(to bottom, #fe74b2 0%, #f32d20 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe74b2', endColorstr='#f32d20', GradientType=0)!important
}

.bg-gradient-red-orange {
    color: #fff!important;
    background: #e61c34!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #e61c34 0%, #f2bb20 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e61c34), color-stop(100%, #f2bb20))!important;
    background: -webkit-linear-gradient(top, #e61c34 0%, #f2bb20 100%)!important;
    background: -o-linear-gradient(top, #e61c34 0%, #f2bb20 100%)!important;
    background: -ms-linear-gradient(top, #e61c34 0%, #f2bb20 100%)!important;
    background: linear-gradient(to bottom, #e61c34 0%, #f2bb20 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e61c34', endColorstr='#f2bb20', GradientType=0)!important
}

.bg-gradient-yellow {
    color: #000!important;
    background: #fdd444!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #fdd444 0%, #f89516 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdd444), color-stop(100%, #f89516))!important;
    background: -webkit-linear-gradient(top, #fdd444 0%, #f89516 100%)!important;
    background: -o-linear-gradient(top, #fdd444 0%, #f89516 100%)!important;
    background: -ms-linear-gradient(top, #fdd444 0%, #f89516 100%)!important;
    background: linear-gradient(to bottom, #fdd444 0%, #f89516 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdd444', endColorstr='#f89516', GradientType=0)!important
}

.bg-gradient-orange {
    color: #fff!important;
    background: #f7b90c!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #f7b90c 0%, #f68213 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7b90c), color-stop(100%, #f68213))!important;
    background: -webkit-linear-gradient(top, #f7b90c 0%, #f68213 100%)!important;
    background: -o-linear-gradient(top, #f7b90c 0%, #f68213 100%)!important;
    background: -ms-linear-gradient(top, #f7b90c 0%, #f68213 100%)!important;
    background: linear-gradient(to bottom, #f7b90c 0%, #f68213 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7b90c', endColorstr='#f68213', GradientType=0)!important
}

.bg-gradient-orange-dark {
    color: #fff!important;
    background: #ffa600!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #ffa600 0%, #f76a23 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa600), color-stop(100%, #f76a23))!important;
    background: -webkit-linear-gradient(top, #ffa600 0%, #f76a23 100%)!important;
    background: -o-linear-gradient(top, #ffa600 0%, #f76a23 100%)!important;
    background: -ms-linear-gradient(top, #ffa600 0%, #f76a23 100%)!important;
    background: linear-gradient(to bottom, #ffa600 0%, #f76a23 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa600', endColorstr='#f76a23', GradientType=0)!important
}

.bg-gradient-green {
    color: #fff!important;
    background: #68fb86!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #68fb86), color-stop(100%, #0aad2e))!important;
    background: -webkit-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
    background: -o-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
    background: -ms-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
    background: linear-gradient(to bottom, #68fb86 1%, #0aad2e 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#68fb86', endColorstr='#0aad2e', GradientType=0)!important
}

.bg-gradient-green-light {
    color: #fff!important;
    background: #8bf577!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #8bf577 0%, #17cf23 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bf577), color-stop(100%, #17cf23))!important;
    background: -webkit-linear-gradient(top, #8bf577 0%, #17cf23 100%)!important;
    background: -o-linear-gradient(top, #8bf577 0%, #17cf23 100%)!important;
    background: -ms-linear-gradient(top, #8bf577 0%, #17cf23 100%)!important;
    background: linear-gradient(to bottom, #8bf577 0%, #17cf23 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8bf577', endColorstr='#17cf23', GradientType=0)!important
}

.bg-gradient-green-dark {
    background: #47d464!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #47d464 0%, #113c11 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47d464), color-stop(100%, #113c11))!important;
    background: -webkit-linear-gradient(top, #47d464 0%, #113c11 100%)!important;
    background: -o-linear-gradient(top, #47d464 0%, #113c11 100%)!important;
    background: -ms-linear-gradient(top, #47d464 0%, #113c11 100%)!important;
    background: linear-gradient(to bottom, #47d464 0%, #113c11 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#47d464', endColorstr='#113c11', GradientType=0)!important
}

.bg-gradient-green-aqua {
    color: #fff!important;
    background: #4bcbaa!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4bcbaa), color-stop(100%, #56c9f6))!important;
    background: -webkit-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%)!important;
    background: -o-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%)!important;
    background: -ms-linear-gradient(top, #4bcbaa 0%, #56c9f6 100%)!important;
    background: linear-gradient(to bottom, #4bcbaa 0%, #56c9f6 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4bcbaa', endColorstr='#56c9f6', GradientType=0)!important
}

.bg-gradient-aqua {
    color: #fff!important;
    background: #05dfeb!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05dfeb), color-stop(100%, #0a8cbd))!important;
    background: -webkit-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%)!important;
    background: -o-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%)!important;
    background: -ms-linear-gradient(top, #05dfeb 0%, #0a8cbd 100%)!important;
    background: linear-gradient(to bottom, #05dfeb 0%, #0a8cbd 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#05dfeb', endColorstr='#0a8cbd', GradientType=0)!important
}

.bg-gradient-blue {
    color: #fff!important;
    background: #24d0f4!important;
    background: -moz-linear-gradient(top, #24d0f4 0%, #007aff 100%)!important;
    background: -webkit-linear-gradient(top, #24d0f4 0%, #007aff 100%)!important;
    background: linear-gradient(to bottom, #24d0f4 0%, #007aff 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24d0f4', endColorstr='#007aff', GradientType=0)!important
}

.bg-gradient-blue-inverse {
    color: #fff!important;
    background: #1c55d8!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #1c55d8 0%, #27e1f8 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c55d8), color-stop(100%, #27e1f8))!important;
    background: -webkit-linear-gradient(top, #1c55d8 0%, #27e1f8 100%)!important;
    background: -o-linear-gradient(top, #1c55d8 0%, #27e1f8 100%)!important;
    background: -ms-linear-gradient(top, #1c55d8 0%, #27e1f8 100%)!important;
    background: linear-gradient(to bottom, #1c55d8 0%, #27e1f8 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c55d8', endColorstr='#27e1f8', GradientType=0)!important
}

.bg-gradient-blue-dark {
    color: #fff!important;
    background: #24d0f4!important;
    background: -moz-linear-gradient(top, #24d0f4 0%, #007aff 100%)!important;
    background: -webkit-linear-gradient(top, #24d0f4 0%, #007aff 100%)!important;
    background: linear-gradient(to bottom, #24d0f4 0%, #007aff 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#24d0f4', endColorstr='#007aff', GradientType=0)!important
}

.bg-gradient-dark-blue-light {
    color: #fff!important;
    background: #55acef!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #55acef 0%, #358bbc 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55acef), color-stop(100%, #358bbc))!important;
    background: -webkit-linear-gradient(top, #55acef 0%, #358bbc 100%)!important;
    background: -o-linear-gradient(top, #55acef 0%, #358bbc 100%)!important;
    background: -ms-linear-gradient(top, #55acef 0%, #358bbc 100%)!important;
    background: linear-gradient(to bottom, #55acef 0%, #358bbc 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#55acef', endColorstr='#358bbc', GradientType=0)!important
}

.bg-gradient-dark-blue {
    color: #fff!important;
    background: #6286d2!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #6286d2 0%, #254e86 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6286d2), color-stop(100%, #254e86))!important;
    background: -webkit-linear-gradient(top, #6286d2 0%, #254e86 100%)!important;
    background: -o-linear-gradient(top, #6286d2 0%, #254e86 100%)!important;
    background: -ms-linear-gradient(top, #6286d2 0%, #254e86 100%)!important;
    background: linear-gradient(to bottom, #6286d2 0%, #254e86 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6286d2', endColorstr='#254e86', GradientType=0)!important
}

.bg-gradient-purple {
    color: #fff!important;
    background: #d26ffd!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #d26ffd 0%, #7237b8 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d26ffd), color-stop(100%, #7237b8))!important;
    background: -webkit-linear-gradient(top, #d26ffd 0%, #7237b8 100%)!important;
    background: -o-linear-gradient(top, #d26ffd 0%, #7237b8 100%)!important;
    background: -ms-linear-gradient(top, #d26ffd 0%, #7237b8 100%)!important;
    background: linear-gradient(to bottom, #d26ffd 0%, #7237b8 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d26ffd', endColorstr='#7237b8', GradientType=0)!important
}

.bg-gradient-purple-inverse {
    background: #111339!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #111339 0%, #7443b9 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111339), color-stop(100%, #7443b9))!important;
    background: -webkit-linear-gradient(top, #111339 0%, #7443b9 100%)!important;
    background: -o-linear-gradient(top, #111339 0%, #7443b9 100%)!important;
    background: -ms-linear-gradient(top, #111339 0%, #7443b9 100%)!important;
    background: linear-gradient(to bottom, #111339 0%, #7443b9 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#111339', endColorstr='#7443b9', GradientType=0)!important
}

.bg-gradient-silver {
    color: #fff!important;
    background: #dedee0!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #dedee0 0%, #808f94 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedee0), color-stop(100%, #808f94))!important;
    background: -webkit-linear-gradient(top, #dedee0 0%, #808f94 100%)!important;
    background: -o-linear-gradient(top, #dedee0 0%, #808f94 100%)!important;
    background: -ms-linear-gradient(top, #dedee0 0%, #808f94 100%)!important;
    background: linear-gradient(to bottom, #dedee0 0%, #808f94 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dedee0', endColorstr='#808f94', GradientType=0)!important
}

.bg-gradient-black {
    color: #fff!important;
    background: #141416!important;
    background: url(data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
    background: -moz-linear-gradient(top, #141416 0%, #414143 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141416), color-stop(100%, #414143))!important;
    background: -webkit-linear-gradient(top, #141416 0%, #414143 100%)!important;
    background: -o-linear-gradient(top, #141416 0%, #414143 100%)!important;
    background: -ms-linear-gradient(top, #141416 0%, #414143 100%)!important;
    background: linear-gradient(to bottom, #141416 0%, #414143 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#141416', endColorstr='#414143', GradientType=0)!important
}

.m-auto {
    margin: 0 auto!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: 1px!important
}

.m-2 {
    margin: 2px!important
}

.m-3 {
    margin: 3px!important
}

.m-4 {
    margin: 4px!important
}

.m-5 {
    margin: 5px!important
}

.m-10 {
    margin: 10px!important
}

.m-15 {
    margin: 15px!important
}

.m-20 {
    margin: 20px!important
}

.m-25 {
    margin: 25px!important
}

.m-30 {
    margin: 30px!important
}

.m-35 {
    margin: 35px!important
}

.m-40 {
    margin: 40px!important
}

.m-xs {
    margin: .3125rem!important
}

.m-sm {
    margin: .625rem!important
}

.m-md {
    margin: .9375rem!important
}

.m-lg {
    margin: 1.25rem!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-t-1 {
    margin-top: 1px!important
}

.m-t-2 {
    margin-top: 2px!important
}

.m-t-3 {
    margin-top: 3px!important
}

.m-t-4 {
    margin-top: 4px!important
}

.m-t-5 {
    margin-top: 5px!important
}

.m-t-10 {
    margin-top: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.m-t-20 {
    margin-top: 20px!important
}

.m-t-25 {
    margin-top: 25px!important
}

.m-t-30 {
    margin-top: 30px!important
}

.m-t-35 {
    margin-top: 35px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.m-t-xs {
    margin-top: .3125rem!important
}

.m-t-sm {
    margin-top: .625rem!important
}

.m-t-md {
    margin-top: .9375rem!important
}

.m-t-lg {
    margin-top: 1.25rem!important
}

.m-r-0 {
    margin-right: 0!important
}

.m-r-1 {
    margin-right: 1px!important
}

.m-r-2 {
    margin-right: 2px!important
}

.m-r-3 {
    margin-right: 3px!important
}

.m-r-4 {
    margin-right: 4px!important
}

.m-r-5 {
    margin-right: 5px!important
}

.m-r-10 {
    margin-right: 10px!important
}

.m-r-15 {
    margin-right: 15px!important
}

.m-r-20 {
    margin-right: 20px!important
}

.m-r-25 {
    margin-right: 25px!important
}

.m-r-30 {
    margin-right: 30px!important
}

.m-r-35 {
    margin-right: 35px!important
}

.m-r-40 {
    margin-right: 40px!important
}

.m-r-xs {
    margin-right: .3125rem!important
}

.m-r-sm {
    margin-right: .625rem!important
}

.m-r-md {
    margin-right: .9375rem!important
}

.m-r-lg {
    margin-right: 1.25rem!important
}

.m-b-0 {
    margin-bottom: 0!important
}

.m-b-1 {
    margin-bottom: 1px!important
}

.m-b-2 {
    margin-bottom: 2px!important
}

.m-b-3 {
    margin-bottom: 3px!important
}

.m-b-4 {
    margin-bottom: 4px!important
}

.m-b-5 {
    margin-bottom: 5px!important
}

.m-b-10 {
    margin-bottom: 10px!important
}

.m-b-15 {
    margin-bottom: 15px!important
}

.m-b-20 {
    margin-bottom: 20px!important
}

.m-b-25 {
    margin-bottom: 25px!important
}

.m-b-30 {
    margin-bottom: 30px!important
}

.m-b-35 {
    margin-bottom: 35px!important
}

.m-b-40 {
    margin-bottom: 40px!important
}

.m-b-xs {
    margin-bottom: .3125rem!important
}

.m-b-sm {
    margin-bottom: .625rem!important
}

.m-b-md {
    margin-bottom: .9375rem!important
}

.m-b-lg {
    margin-bottom: 1.25rem!important
}

.m-l-0 {
    margin-left: 0!important
}

.m-l-1 {
    margin-left: 1px!important
}

.m-l-2 {
    margin-left: 2px!important
}

.m-l-3 {
    margin-left: 3px!important
}

.m-l-4 {
    margin-left: 4px!important
}

.m-l-5 {
    margin-left: 5px!important
}

.m-l-10 {
    margin-left: 10px!important
}

.m-l-15 {
    margin-left: 15px!important
}

.m-l-20 {
    margin-left: 20px!important
}

.m-l-25 {
    margin-left: 25px!important
}

.m-l-30 {
    margin-left: 30px!important
}

.m-l-35 {
    margin-left: 35px!important
}

.m-l-40 {
    margin-left: 40px!important
}

.m-l-xs {
    margin-left: .3125rem!important
}

.m-l-sm {
    margin-left: .625rem!important
}

.m-l-md {
    margin-left: .9375rem!important
}

.m-l-lg {
    margin-left: 1.25rem!important
}

.no-padding {
    padding: 0!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: 1px!important
}

.p-2 {
    padding: 2px!important
}

.p-3 {
    padding: 3px!important
}

.p-4 {
    padding: 4px!important
}

.p-5 {
    padding: 5px!important
}

.p-10 {
    padding: 10px!important
}

.p-15,
.wrapper {
    padding: 15px!important
}

.p-20 {
    padding: 20px!important
}

.p-25 {
    padding: 25px!important
}

.p-30 {
    padding: 30px!important
}

.p-35 {
    padding: 35px!important
}

.p-40 {
    padding: 40px!important
}

.p-xs {
    padding: .3125rem!important
}

.p-sm {
    padding: .625rem!important
}

.p-md {
    padding: .9375rem!important
}

.p-lg {
    padding: 1.25rem!important
}

.p-t-0 {
    padding-top: 0!important
}

.p-t-1 {
    padding-top: 1px!important
}

.p-t-2 {
    padding-top: 2px!important
}

.p-t-3 {
    padding-top: 3px!important
}

.p-t-4 {
    padding-top: 4px!important
}

.p-t-5 {
    padding-top: 5px!important
}

.p-t-10 {
    padding-top: 10px!important
}

.p-t-15 {
    padding-top: 15px!important
}

.p-t-20 {
    padding-top: 20px!important
}

.p-t-25 {
    padding-top: 25px!important
}

.p-t-30 {
    padding-top: 30px!important
}

.p-t-35 {
    padding-top: 35px!important
}

.p-t-40 {
    padding-top: 40px!important
}

.p-t-xs {
    padding-top: .3125rem!important
}

.p-t-sm {
    padding-top: .625rem!important
}

.p-t-md {
    padding-top: .9375rem!important
}

.p-t-lg {
    padding-top: 1.25rem!important
}

.p-r-0 {
    padding-right: 0!important
}

.p-r-1 {
    padding-right: 1px!important
}

.p-r-2 {
    padding-right: 2px!important
}

.p-r-3 {
    padding-right: 3px!important
}

.p-r-4 {
    padding-right: 4px!important
}

.p-r-5 {
    padding-right: 5px!important
}

.p-r-10 {
    padding-right: 10px!important
}

.p-r-15 {
    padding-right: 15px!important
}

.p-r-20 {
    padding-right: 20px!important
}

.p-r-25 {
    padding-right: 25px!important
}

.p-r-30 {
    padding-right: 30px!important
}

.p-r-35 {
    padding-right: 35px!important
}

.p-r-40 {
    padding-right: 40px!important
}

.p-r-xs {
    padding-right: .3125rem!important
}

.p-r-sm {
    padding-right: .625rem!important
}

.p-r-md {
    padding-right: .9375rem!important
}

.p-r-lg {
    padding-right: 1.25rem!important
}

.p-b-0 {
    padding-bottom: 0!important
}

.p-b-1 {
    padding-bottom: 1px!important
}

.p-b-2 {
    padding-bottom: 2px!important
}

.p-b-3 {
    padding-bottom: 3px!important
}

.p-b-4 {
    padding-bottom: 4px!important
}

.p-b-5 {
    padding-bottom: 5px!important
}

.p-b-10 {
    padding-bottom: 10px!important
}

.p-b-15 {
    padding-bottom: 15px!important
}

.p-b-20 {
    padding-bottom: 20px!important
}

.p-b-25 {
    padding-bottom: 25px!important
}

.p-b-30 {
    padding-bottom: 30px!important
}

.p-b-35 {
    padding-bottom: 35px!important
}

.p-b-40 {
    padding-bottom: 40px!important
}

.p-b-xs {
    padding-bottom: .3125rem!important
}

.p-b-sm {
    padding-bottom: .625rem!important
}

.p-b-md {
    padding-bottom: .9375rem!important
}

.p-b-lg {
    padding-bottom: 1.25rem!important
}

.p-l-0 {
    padding-left: 0!important
}

.p-l-1 {
    padding-left: 1px!important
}

.p-l-2 {
    padding-left: 2px!important
}

.p-l-3 {
    padding-left: 3px!important
}

.p-l-4 {
    padding-left: 4px!important
}

.p-l-5 {
    padding-left: 5px!important
}

.p-l-10 {
    padding-left: 10px!important
}

.p-l-15 {
    padding-left: 15px!important
}

.p-l-20 {
    padding-left: 20px!important
}

.p-l-25 {
    padding-left: 25px!important
}

.p-l-30 {
    padding-left: 30px!important
}

.p-l-35 {
    padding-left: 35px!important
}

.p-l-40 {
    padding-left: 40px!important
}

.p-l-xs {
    padding-left: .3125rem!important
}

.p-l-sm {
    padding-left: .625rem!important
}

.p-l-md {
    padding-left: .9375rem!important
}

.p-l-lg {
    padding-left: 1.25rem!important
}

.f-s-8 {
    font-size: 8px!important
}

.f-s-9 {
    font-size: 9px!important
}

.f-s-10 {
    font-size: 10px!important
}

.f-s-11 {
    font-size: 11px!important
}

.f-s-12 {
    font-size: 12px!important
}

.f-s-13 {
    font-size: 13px!important
}

.f-s-14 {
    font-size: 14px!important
}

.f-s-15 {
    font-size: 15px!important
}

.f-s-16 {
    font-size: 16px!important
}

.f-s-17 {
    font-size: 17px!important
}

.f-s-18 {
    font-size: 18px!important
}

.f-s-19 {
    font-size: 19px!important
}

.f-s-20 {
    font-size: 20px!important
}

.f-s-5rem {
    font-size: 5rem!important
}

.f-s-4rem {
    font-size: 4rem!important
}

.f-s-3rem {
    font-size: 3rem!important
}

.f-s-2rem {
    font-size: 2rem!important
}

.f-s-1rem {
    font-size: 1rem!important
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-ellipsis {
    white-space: nowrap!important;
    text-overflow: ellipsis;
    overflow: hidden
}

.text-underline {
    text-decoration: underline!important
}

.line-height-1 {
    line-height: 1!important
}

.f-w-100 {
    font-weight: 100!important
}

.f-w-200 {
    font-weight: 200!important
}

.f-w-300 {
    font-weight: 300!important
}

.f-w-400 {
    font-weight: 400!important
}

.f-w-500 {
    font-weight: 500!important
}

.f-w-600 {
    font-weight: 600!important
}

.f-w-700 {
    font-weight: 700!important
}

.rounded-corner {
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.pull-left {
    float: left!important
}

.pull-right {
    float: right!important
}

.pull-none {
    float: none!important
}

.table-valign-middle th,
.table-valign-middle td {
    vertical-align: middle!important
}

.table-th-valign-middle th,
.table-td-valign-middle td {
    vertical-align: middle!important
}

.table-valign-top th,
.table-valign-top td {
    vertical-align: top!important
}

.table-th-valign-top th,
.table-td-valign-top td {
    vertical-align: top!important
}

.table-valign-bottom th,
.table-valign-bottom td {
    vertical-align: bottom!important
}

.table-th-valign-bottom th,
.table-td-valign-bottom td {
    vertical-align: bottom!important
}

.table-th-without-border th {
    border-left: none!important;
    border-right: none!important
}

.table-td-without-border td {
    border: none!important
}

.valign-middle {
    vertical-align: middle!important
}

.valign-top {
    vertical-align: top!important
}

.valign-bottom {
    vertical-align: bottom!important
}

.height-xs {
    height: 150px!important
}

.height-sm {
    height: 300px!important
}

.height-md {
    height: 450px!important
}

.height-lg {
    height: 600px!important
}

.height-full {
    height: 100%!important
}

.height-50 {
    height: 50px!important
}

.height-100 {
    height: 100px!important
}

.height-150 {
    height: 150px!important
}

.height-200 {
    height: 200px!important
}

.height-250 {
    height: 250px!important
}

.height-300 {
    height: 300px!important
}

.height-350 {
    height: 350px!important
}

.height-400 {
    height: 400px!important
}

.height-450 {
    height: 450px!important
}

.height-500 {
    height: 500px!important
}

.height-550 {
    height: 550px!important
}

.height-600 {
    height: 600px!important
}

.width-xs {
    width: 150px!important
}

.width-sm {
    width: 300px!important
}

.width-md {
    width: 450px!important
}

.width-lg {
    width: 600px!important
}

.width-full {
    width: 100%!important
}

.width-50 {
    width: 50px!important
}

.width-100 {
    width: 100px!important
}

.width-150 {
    width: 150px!important
}

.width-200 {
    width: 200px!important
}

.width-250 {
    width: 250px!important
}

.width-300 {
    width: 300px!important
}

.width-350 {
    width: 350px!important
}

.width-400 {
    width: 400px!important
}

.width-450 {
    width: 450px!important
}

.width-500 {
    width: 500px!important
}

.width-550 {
    width: 550px!important
}

.width-600 {
    width: 600px!important
}

.width-lg {
    width: 70%
}

.text-muted {
    color: #8A8A8F!important
}

.text-muted-transparent-9 {
    color: rgba(138, 138, 143, 0.9)!important
}

.text-muted-transparent-8 {
    color: rgba(138, 138, 143, 0.8)!important
}

.text-muted-transparent-7 {
    color: rgba(138, 138, 143, 0.7)!important
}

.text-muted-transparent-6 {
    color: rgba(138, 138, 143, 0.6)!important
}

.text-muted-transparent-5 {
    color: rgba(138, 138, 143, 0.5)!important
}

.text-muted-transparent-4 {
    color: rgba(138, 138, 143, 0.4)!important
}

.text-muted-transparent-3 {
    color: rgba(138, 138, 143, 0.3)!important
}

.text-muted-transparent-2 {
    color: rgba(138, 138, 143, 0.2)!important
}

.text-muted-transparent-1 {
    color: rgba(138, 138, 143, 0.1)!important
}

.text-primary {
    color: #007AFF!important
}

.text-primary-transparent-9 {
    color: rgba(0, 122, 255, 0.9)!important
}

.text-primary-transparent-8 {
    color: rgba(0, 122, 255, 0.8)!important
}

.text-primary-transparent-7 {
    color: rgba(0, 122, 255, 0.7)!important
}

.text-primary-transparent-6 {
    color: rgba(0, 122, 255, 0.6)!important
}

.text-primary-transparent-5 {
    color: rgba(0, 122, 255, 0.5)!important
}

.text-primary-transparent-4 {
    color: rgba(0, 122, 255, 0.4)!important
}

.text-primary-transparent-3 {
    color: rgba(0, 122, 255, 0.3)!important
}

.text-primary-transparent-2 {
    color: rgba(0, 122, 255, 0.2)!important
}

.text-primary-transparent-1 {
    color: rgba(0, 122, 255, 0.1)!important
}

.text-success {
    color: #4CD964!important
}

.text-success-transparent-9 {
    color: rgba(76, 217, 100, 0.9)!important
}

.text-success-transparent-8 {
    color: rgba(76, 217, 100, 0.8)!important
}

.text-success-transparent-7 {
    color: rgba(76, 217, 100, 0.7)!important
}

.text-success-transparent-6 {
    color: rgba(76, 217, 100, 0.6)!important
}

.text-success-transparent-5 {
    color: rgba(76, 217, 100, 0.5)!important
}

.text-success-transparent-4 {
    color: rgba(76, 217, 100, 0.4)!important
}

.text-success-transparent-3 {
    color: rgba(76, 217, 100, 0.3)!important
}

.text-success-transparent-2 {
    color: rgba(76, 217, 100, 0.2)!important
}

.text-success-transparent-1 {
    color: rgba(76, 217, 100, 0.1)!important
}

.text-info {
    color: #5AC8FA!important
}

.text-info-transparent-9 {
    color: rgba(90, 200, 250, 0.9)!important
}

.text-info-transparent-8 {
    color: rgba(90, 200, 250, 0.8)!important
}

.text-info-transparent-7 {
    color: rgba(90, 200, 250, 0.7)!important
}

.text-info-transparent-6 {
    color: rgba(90, 200, 250, 0.6)!important
}

.text-info-transparent-5 {
    color: rgba(90, 200, 250, 0.5)!important
}

.text-info-transparent-4 {
    color: rgba(90, 200, 250, 0.4)!important
}

.text-info-transparent-3 {
    color: rgba(90, 200, 250, 0.3)!important
}

.text-info-transparent-2 {
    color: rgba(90, 200, 250, 0.2)!important
}

.text-info-transparent-1 {
    color: rgba(90, 200, 250, 0.1)!important
}

.text-warning {
    color: #FF9500!important
}

.text-warning-transparent-9 {
    color: rgba(255, 149, 0, 0.9)!important
}

.text-warning-transparent-8 {
    color: rgba(255, 149, 0, 0.8)!important
}

.text-warning-transparent-7 {
    color: rgba(255, 149, 0, 0.7)!important
}

.text-warning-transparent-6 {
    color: rgba(255, 149, 0, 0.6)!important
}

.text-warning-transparent-5 {
    color: rgba(255, 149, 0, 0.5)!important
}

.text-warning-transparent-4 {
    color: rgba(255, 149, 0, 0.4)!important
}

.text-warning-transparent-3 {
    color: rgba(255, 149, 0, 0.3)!important
}

.text-warning-transparent-2 {
    color: rgba(255, 149, 0, 0.2)!important
}

.text-warning-transparent-1 {
    color: rgba(255, 149, 0, 0.1)!important
}

.text-danger {
    color: #FF3B30!important
}

.text-danger-transparent-9 {
    color: rgba(255, 59, 48, 0.9)!important
}

.text-danger-transparent-8 {
    color: rgba(255, 59, 48, 0.8)!important
}

.text-danger-transparent-7 {
    color: rgba(255, 59, 48, 0.7)!important
}

.text-danger-transparent-6 {
    color: rgba(255, 59, 48, 0.6)!important
}

.text-danger-transparent-5 {
    color: rgba(255, 59, 48, 0.5)!important
}

.text-danger-transparent-4 {
    color: rgba(255, 59, 48, 0.4)!important
}

.text-danger-transparent-3 {
    color: rgba(255, 59, 48, 0.3)!important
}

.text-danger-transparent-2 {
    color: rgba(255, 59, 48, 0.2)!important
}

.text-danger-transparent-1 {
    color: rgba(255, 59, 48, 0.1)!important
}

.text-pink {
    color: #FF2D55!important
}

.text-pink-transparent-9 {
    color: rgba(255, 45, 85, 0.9)!important
}

.text-pink-transparent-8 {
    color: rgba(255, 45, 85, 0.8)!important
}

.text-pink-transparent-7 {
    color: rgba(255, 45, 85, 0.7)!important
}

.text-pink-transparent-6 {
    color: rgba(255, 45, 85, 0.6)!important
}

.text-pink-transparent-5 {
    color: rgba(255, 45, 85, 0.5)!important
}

.text-pink-transparent-4 {
    color: rgba(255, 45, 85, 0.4)!important
}

.text-pink-transparent-3 {
    color: rgba(255, 45, 85, 0.3)!important
}

.text-pink-transparent-2 {
    color: rgba(255, 45, 85, 0.2)!important
}

.text-pink-transparent-1 {
    color: rgba(255, 45, 85, 0.1)!important
}

.text-purple {
    color: #5856D6!important
}

.text-purple-transparent-9 {
    color: rgba(88, 86, 214, 0.9)!important
}

.text-purple-transparent-8 {
    color: rgba(88, 86, 214, 0.8)!important
}

.text-purple-transparent-7 {
    color: rgba(88, 86, 214, 0.7)!important
}

.text-purple-transparent-6 {
    color: rgba(88, 86, 214, 0.6)!important
}

.text-purple-transparent-5 {
    color: rgba(88, 86, 214, 0.5)!important
}

.text-purple-transparent-4 {
    color: rgba(88, 86, 214, 0.4)!important
}

.text-purple-transparent-3 {
    color: rgba(88, 86, 214, 0.3)!important
}

.text-purple-transparent-2 {
    color: rgba(88, 86, 214, 0.2)!important
}

.text-purple-transparent-1 {
    color: rgba(88, 86, 214, 0.1)!important
}

.text-yellow {
    color: #FC0!important
}

.text-yellow-transparent-9 {
    color: rgba(255, 204, 0, 0.9)!important
}

.text-yellow-transparent-8 {
    color: rgba(255, 204, 0, 0.8)!important
}

.text-yellow-transparent-7 {
    color: rgba(255, 204, 0, 0.7)!important
}

.text-yellow-transparent-6 {
    color: rgba(255, 204, 0, 0.6)!important
}

.text-yellow-transparent-5 {
    color: rgba(255, 204, 0, 0.5)!important
}

.text-yellow-transparent-4 {
    color: rgba(255, 204, 0, 0.4)!important
}

.text-yellow-transparent-3 {
    color: rgba(255, 204, 0, 0.3)!important
}

.text-yellow-transparent-2 {
    color: rgba(255, 204, 0, 0.2)!important
}

.text-yellow-transparent-1 {
    color: rgba(255, 204, 0, 0.1)!important
}

.text-inverse {
    color: #000!important
}

.text-inverse-transparent-9 {
    color: rgba(0, 0, 0, 0.9)!important
}

.text-inverse-transparent-8 {
    color: rgba(0, 0, 0, 0.8)!important
}

.text-inverse-transparent-7 {
    color: rgba(0, 0, 0, 0.7)!important
}

.text-inverse-transparent-6 {
    color: rgba(0, 0, 0, 0.6)!important
}

.text-inverse-transparent-5 {
    color: rgba(0, 0, 0, 0.5)!important
}

.text-inverse-transparent-4 {
    color: rgba(0, 0, 0, 0.4)!important
}

.text-inverse-transparent-3 {
    color: rgba(0, 0, 0, 0.3)!important
}

.text-inverse-transparent-2 {
    color: rgba(0, 0, 0, 0.2)!important
}

.text-inverse-transparent-1 {
    color: rgba(0, 0, 0, 0.1)!important
}

.text-white {
    color: #fff!important
}

.text-white-transparent-9 {
    color: rgba(255, 255, 255, 0.9)!important
}

.text-white-transparent-8 {
    color: rgba(255, 255, 255, 0.8)!important
}

.text-white-transparent-7 {
    color: rgba(255, 255, 255, 0.7)!important
}

.text-white-transparent-6 {
    color: rgba(255, 255, 255, 0.6)!important
}

.text-white-transparent-5 {
    color: rgba(255, 255, 255, 0.5)!important
}

.text-white-transparent-4 {
    color: rgba(255, 255, 255, 0.4)!important
}

.text-white-transparent-3 {
    color: rgba(255, 255, 255, 0.3)!important
}

.text-white-transparent-2 {
    color: rgba(255, 255, 255, 0.2)!important
}

.text-white-transparent-1 {
    color: rgba(255, 255, 255, 0.1)!important
}

.opacity-10 {
    opacity: 1!important
}

.opacity-9 {
    opacity: .9!important
}

.opacity-8 {
    opacity: .8!important
}

.opacity-7 {
    opacity: .7!important
}

.opacity-6 {
    opacity: .6!important
}

.opacity-5 {
    opacity: .5!important
}

.opacity-4 {
    opacity: .4!important
}

.opacity-3 {
    opacity: .3!important
}

.opacity-2 {
    opacity: .2!important
}

.opacity-1 {
    opacity: .1!important
}

.opacity-0 {
    opacity: 0!important
}

.fade.in {
    opacity: 1
}

.text-gradient {
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important
}

.with-shadow {
    -webkit-box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, 0.08)!important;
    -moz-box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, 0.08)!important;
    box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, 0.08)!important
}

.hide {
    display: none!important
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: .375rem
}

.img-circle {
    border-radius: 50%
}

.gallery-menu {
    list-style-type: none;
    margin: 0;
    padding: .625rem 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5rem
}

.gallery-menu > li > a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: .1875rem .625rem .1875rem 1.25rem;
    font-size: .8125rem
}

.gallery-menu > li > a i {
    margin-right: .3125rem;
    font-size: .875rem
}

.gallery-menu > li.gallery-menu-header {
    font-size: .6875rem;
    padding: .9375rem .625rem .3125rem;
    color: #666;
    font-weight: 600
}

.gallery-menu > li.active > a {
    background: #C8C7CC
}

.gallery-content {
    margin-left: 12.5rem
}

.gallery {
    padding: .9375rem;
    background: #fff
}

.gallery + .gallery {
    border-top: 1px solid #eaeaea
}

.gallery .gallery-title {
    font-size: .875rem;
    color: #000;
    padding-bottom: .625rem;
    line-height: 1rem;
    margin-top: -1px
}

.gallery .gallery-title a {
    color: #000;
    text-decoration: none
}

.gallery .gallery-title a i {
    font-size: .5625rem;
    top: 0
}

.gallery .gallery-title small {
    display: block;
    color: #8A8A8F;
    font-size: .6875rem;
    font-weight: 500;
    margin-top: -1px
}

.gallery .gallery-title-btn {
    list-style-type: none
}

.gallery-image-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.gallery-image-list:before,
.gallery-image-list:after {
    content: '';
    display: table;
    clear: both
}

.gallery-image-list > li {
    float: left;
    position: relative;
    padding-top: 7.5%;
    width: 10%
}

.gallery-image-list > li:hover {
    z-index: 10
}

.gallery-image-list > li a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #EFEFF4
}

.gallery-image-list > li a:hover {
    left: -20%;
    right: -20%;
    top: -20%;
    bottom: -20%
}

.gallery-image-list > li img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%
}

.img-portrait {
    height: 100%!important;
    width: auto!important;
    max-height: 100%!important;
    max-width: inherit!important
}

@media (max-width: 767px) {
    .img-portrait-xs {
        height: 100%!important;
        width: auto!important;
        max-height: 100%!important;
        max-width: inherit!important
    }
    .gallery-image-list {
        margin: 0 -.9375rem
    }
    .gallery-image-list > li {
        width: 25%;
        padding-top: 18.75%
    }
    .gallery-content {
        margin: 0;
        padding-bottom: 2.75rem
    }
    .gallery-menu {
        white-space: nowrap;
        position: relative;
        width: auto;
        padding: 0;
        white-space: nowrap;
        overflow: scroll
    }
    .gallery-menu .gallery-menu-header {
        display: none
    }
    .gallery-menu > li {
        display: inline-block
    }
    .gallery-menu > li.active a {
        background: #fff
    }
    .gallery-menu > li a {
        padding: .625rem .9375rem
    }
}

.post {
    background: #fff;
    padding: .9375rem;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    margin: 0 auto .9375rem
}

.post .post-header:before,
.post .post-header:after,
.post-content:before,
.post-content:after {
    content: '';
    display: table;
    clear: both
}

.post .post-header .post-header-img {
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem;
    background: #EFEFF4
}

.post .post-header .post-header-img img {
    max-width: 100%
}

.post .post-header .post-header-info {
    margin-left: 2.875rem;
    padding-top: .1875rem
}

.post .post-header .post-header-info h4 {
    margin: 0;
    font-size: .75rem;
    font-weight: 600
}

.post .post-header .post-header-info .time {
    color: #8A8A8F;
    font-size: .6875rem;
    font-weight: 500
}

.post .post-header + .post-content {
    margin-top: .9375rem
}

.post-content .img-list {
    list-style-type: none;
    margin: -1px;
    padding: 0
}

.post-content .img-list > li {
    float: left;
    width: 25%;
    padding: 1px
}

.post-content .img-list > li.main {
    width: 50%
}

.post-content .img-list > li a {
    display: block;
    padding-top: 60%;
    overflow: hidden;
    position: relative
}

.post-content .img-list > li a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%
}

.post-content .img-list > li.with-number .number {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-top: -.75rem;
    text-align: center
}

.post-content .img-list > li.with-number .number:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35)
}

.post.loading .empty-block {
    width: 11.25rem;
    height: .3125rem;
    background: #EFEFF4;
    display: inline-block
}

.post.loading .time .empty-block {
    width: 5.625rem
}

.post.loading .post-content .empty-block {
    width: 30rem;
    display: block
}

.post.loading .post-content .empty-block.short {
    width: 15rem
}

.profile-info-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.profile-info-list > li.title {
    font-size: .625rem;
    font-weight: 700;
    color: #8A8A8F;
    padding: 0 0 .3125rem
}

.profile-info-list > li + li.title {
    padding-top: 1.5625rem
}

.profile-info-list > li {
    padding: .625rem 0
}

.profile-info-list > li .field {
    font-weight: 700
}

.profile-info-list > li .value {
    color: #666
}

.profile-info-list > li.img-list a {
    display: inline-block
}

.profile-info-list > li.img-list a img {
    max-width: 2.25rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.table.table-profile th {
    border: none;
    color: #000;
    padding-bottom: .3125rem;
    padding-top: 0
}

.table.table-profile td {
    border-color: #C8C7CC
}

.table.table-profile tbody + thead > tr > th {
    padding-top: 1.5625rem
}

.table.table-profile .field {
    color: #666;
    font-weight: 600;
    width: 25%;
    text-align: right
}

.table.table-profile .value {
    font-weight: 500
}

.img-grid-list {
    list-style-type: none;
    margin: -1px;
    padding: 0
}

.img-grid-list > li {
    float: left;
    width: 20%;
    padding: 1px
}

.img-grid-list > li a {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    display: block
}

.img-grid-list > li a img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%
}

.friend-list {
    list-style-type: none;
    margin: -1px;
    padding: 0
}

.friend-list > li {
    float: left;
    width: 50%
}

.friend-list > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: .625rem;
    margin: 1px;
    background: #fff
}

.friend-list > li > a:before,
.friend-list > li > a:after {
    content: '';
    display: table;
    clear: both
}

.friend-list .friend-img {
    float: left;
    width: 3rem;
    height: 3rem;
    overflow: hidden;
    background: #EFEFF4
}

.friend-list .friend-img img {
    max-width: 100%
}

.friend-list .friend-info {
    margin-left: 3.625rem
}

.friend-list .friend-info h4 {
    margin: .3125rem 0;
    font-size: .875rem;
    font-weight: 600
}

.friend-list .friend-info p {
    color: #666;
    margin: 0
}

.profile-header {
    position: relative;
    overflow: hidden
}

.profile-header .profile-header-cover {
    background: url(../img/profile-cover.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 100%)
}

.profile-header .profile-header-content,
.profile-header .profile-header-tab {
    position: relative
}

.profile-header .profile-header-tab {
    background: #fff;
    list-style-type: none;
    margin: -1.25rem 0 0;
    padding: 0 0 0 8.75rem;
    border-bottom: 1px solid #C8C7CC;
    white-space: nowrap
}

.profile-header .profile-header-tab > li {
    display: inline-block;
    margin: 0
}

.profile-header .profile-header-tab > li > a {
    display: block;
    color: #000;
    line-height: 1.25rem;
    padding: .625rem 1.25rem;
    text-decoration: none;
    font-weight: 700;
    font-size: .75rem;
    border: none
}

.profile-header .profile-header-tab > li.active > a,
.profile-header .profile-header-tab > li > a.active {
    color: #007aff
}

.profile-header .profile-header-content:before,
.profile-header .profile-header-content:after {
    content: '';
    display: table;
    clear: both
}

.profile-header .profile-header-content {
    color: #fff;
    padding: 1.25rem
}

.profile-header-img {
    float: left;
    width: 7.5rem;
    height: 7.5rem;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 1.25rem -1.25rem 0;
    padding: .1875rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    background: #fff
}

.profile-header-img img {
    max-width: 100%
}

.profile-header-info h4 {
    font-weight: 500;
    margin-bottom: .3125rem
}

.profile-container {
    padding: 1.5625rem
}

@media (max-width: 967px) {
    .profile-header-img {
        width: 5.625rem;
        height: 5.625rem;
        margin: 0
    }
    .profile-header-info {
        margin-left: 6.5625rem;
        padding-bottom: .9375rem
    }
    .profile-header .profile-header-tab {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .profile-header .profile-header-cover {
        background-position: top
    }
    .profile-header-img {
        width: 3.75rem;
        height: 3.75rem;
        margin: 0
    }
    .profile-header-info {
        margin-left: 4.6875rem;
        padding-bottom: .9375rem
    }
    .profile-header-info h4 {
        margin: 0 0 .3125rem
    }
    .profile-header .profile-header-tab {
        white-space: nowrap;
        overflow: scroll;
        padding: 0
    }
    .profile-container {
        padding: .9375rem .9375rem 3.6875rem
    }
    .friend-list > li {
        float: none;
        width: auto
    }
}

body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #000
}

body .fc-toolbar h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: .3125rem;
    margin-bottom: -.3125rem
}

body .fc-state-default {
    background: #fff;
    border-color: #C8C7CC;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .fc-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings'!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem
}

body .fc-icon-left-single-arrow:after,
body .fc-icon-right-single-arrow:after {
    font-size: .75rem
}

body .fc-icon-left-single-arrow:after {
    content: '\e257'
}

body .fc-icon-right-single-arrow:after {
    content: '\e258'
}

body .fc-state-active,
.fc-state-down {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f3f3f3
}

body .fc-unthemed .fc-content,
body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-list-view,
body .fc-unthemed .fc-popover,
body .fc-unthemed .fc-row,
body .fc-unthemed tbody,
body .fc-unthemed td,
body .fc-unthemed th,
body .fc-unthemed thead {
    border-color: #e0e0e0
}

body .fc button:focus {
    outline: none
}

body .fc button {
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    padding: .3125rem .5rem;
    line-height: .875rem
}

body .fc-state-disabled {
    opacity: .25
}

body .fc th a,
body .fc-widget-header a {
    color: #000
}

body .fc-head,
body .fc-body,
body .fc-list-table {
    background: #fff
}

body .fc-unthemed .fc-divider,
body .fc-unthemed .fc-list-heading td,
body .fc-unthemed .fc-popover .fc-header {
    background: #F9F9F9
}

body .fc-event,
body .fc-event-dot {
    background: #8A8A8F;
    border: none
}

body a.fc-event:not([href]):not([tabindex]),
body a.fc-event:not([href]):not([tabindex]):hover,
body .ui-widget a.fc-event:not([href]):not([tabindex]) {
    color: #fff
}

body .fc-event.fc-external-event {
    display: inline-block;
    padding: .3125rem .5rem;
    cursor: pointer;
    margin: 0 0 .1875rem
}

body .fc-event.fc-external-event:hover {
    opacity: .75
}

body .fc-event.fc-external-event:active {
    opacity: .5
}

.setting-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.setting-list > li {
    border-top: 1px solid #C8C7CC;
    border-bottom: 1px solid #C8C7CC
}

.setting-list > li + li {
    margin-top: -1px
}

.setting-list > li.setting-title {
    background: #8A8A8F;
    color: #fff;
    padding: .1875rem .375rem;
    margin-top: -1px;
    font-weight: 700;
    font-size: .625rem;
    position: relative;
    border: none
}

.setting-list > li + li.setting-title,
.setting-list > li.setting-title + li {
    border-top: none
}

.setting-list > li .field,
.setting-list > li .value,
.setting-list > li .action {
    display: table-cell;
    padding: .5rem .9375rem;
    vertical-align: top
}

.setting-list > li .field {
    width: 12.5rem
}

.setting-list > li .action {
    width: 1%
}

@media (max-width: 767px) {
    .setting-list {
        margin: 0 -.9375rem
    }
    .setting-list > li.setting-title {
        padding: .3125rem .9375rem
    }
    .setting-list > li .field,
    .setting-list > li .value,
    .setting-list > li .action {
        display: block;
        padding: .625rem .9375rem
    }
    .setting-list > li .field {
        font-weight: 700;
        padding-bottom: 0
    }
    .setting-list > li .value {
        padding-top: 0
    }
}

.register {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff
}

.register-cover {
    background: url(../img/register-cover.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.register-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%)
}

.register-content {
    width: 45rem;
    position: absolute;
    left: 50%;
    margin-left: -22.5rem;
    top: 3.125rem;
    padding: 1.25rem
}

.inverse-mode .register-brand a,
.inverse-mode .register-brand a:hover,
.inverse-mode .register-brand a:focus,
.register-brand a,
.register-brand a:hover,
.register-brand a:focus {
    display: block;
    color: #fff;
    text-decoration: none
}

.register-brand {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.875rem
}

.register-brand i {
    float: left;
    width: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-right: .625rem
}

.register .form-control,
.inverse-mode .register .form-control,
.register select.form-control:not([size]):not([multiple]),
.inverse-mode .register select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    color: #fff
}

.register .control-label {
    color: #fff
}

.register .form-control:focus {
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, 1);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, 1)
}

.checkbox input + label:before,
.checkbox-inline input + label:before {
    background: none
}

.register-desc {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: .3125rem
}

.register h3 span {
    border-bottom: .125rem solid rgba(255, 255, 255, 0.25);
    padding-bottom: .3125rem
}

.register .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.register .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.register .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.register .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

@media (max-width: 1024px) {
    .register-cover {
        background-size: auto 100%
    }
}

@media (max-width: 767px) {
    .register-content {
        width: 30rem;
        margin-left: -15rem
    }
}

@media (max-width: 480px) {
    .register-content {
        width: auto;
        left: 0;
        margin-left: 0;
        right: 0;
        top: 0;
        padding: 1.25rem
    }
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff
}

.login-cover {
    background: url(../img/banner-img-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.login-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%)
}

.login-content {
    width: 20rem;
    position: absolute;
    left: 50%;
    margin-left: -10rem;
    top: 50%;
    margin-top: -10rem
}

.login-brand a,
.login-brand a:hover,
.login-brand a:focus {
    display: block;
    color: #fff;
    text-decoration: none
}

.login-brand {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: .9375rem
}

.login-brand i {
    float: left;
    width: 1.75rem;
    line-height: 1.75rem;
    font-size: 1.75rem;
    margin-right: .625rem
}

.login .form-control,
.inverse-mode .login .form-control,
.login select.form-control:not([size]):not([multiple]),
.inverse-mode .login select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, 0.3);
    border-color: transparent;
    color: #fff
}

.login .control-label {
    color: #fff
}

.login .form-control:focus {
    -webkit-box-shadow: 0 0 0 .125rem rgba(102, 175, 233, 1);
    box-shadow: 0 0 0 .125rem rgba(102, 175, 233, 1)
}

.checkbox input + label:before,
.checkbox-inline input + label:before {
    background: none
}

.login-desc {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: .3125rem
}

.login .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.login .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.login .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

.login .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75)
}

@media (max-width: 480px) {
    .login-content {
        width: auto;
        margin-left: 0;
        padding: 0 1.25rem;
        left: 0;
        right: 0
    }
    .login-cover {
        background-size: auto 100%
    }
}

.mail-box-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12.5rem;
    border-right: 1px solid #d1d1d4
}

.mail-box-content {
    position: absolute;
    top: 0;
    left: 12.5rem;
    right: 0;
    bottom: 0;
    background: #fff
}

.mail-box-container {
    position: absolute;
    top: 3.1875rem;
    left: 0;
    right: 0;
    bottom: 0
}

.mail-box-header {
    border-bottom: 1px solid #d1d1d4
}

.mail-box-sidebar .title {
    margin: 0 0 .3125rem;
    font-size: .625rem;
    font-weight: 700;
    color: #8A8A8F;
    padding: .9375rem .9375rem 0
}

.mail-box-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mail-box-menu > li > a {
    display: block;
    color: #666;
    font-weight: 500;
    padding: .1875rem 1.5625rem;
    text-decoration: none;
    line-height: 1.25rem
}

.mail-box-menu > li > a i {
    float: left;
    font-size: 1rem;
    margin-right: .625rem;
    line-height: 1.25rem;
    width: 1.25rem;
    text-align: center;
    top: 0
}

.mail-box-menu > li > a b {
    float: right;
    background: #007aff;
    color: #fff;
    padding: 0 .375rem 1px;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    font-size: .625rem;
    line-height: 1rem;
    margin-top: 1px
}

.mail-box-menu > li > a .email-label {
    float: left;
    width: .75rem;
    height: .75rem;
    margin-left: .25rem;
    margin-top: .25rem;
    margin-right: .875rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.mail-box-menu > li > a:hover,
.mail-box-menu > li > a:focus {
    color: #000
}

.mail-box-menu > li.active > a,
.mail-box-menu > li.active > a:hover,
.mail-box-menu > li.active > a:focus {
    color: #007aff
}

.mail-box-header > a {
    display: block;
    color: #222;
    padding: .9375rem;
    text-decoration: none;
    line-height: 1.25rem
}

.mail-box-header > a:hover,
.mail-box-header > a:focus {
    color: #007aff
}

.mail-box-header > a i {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: .3125rem;
    text-align: center;
    line-height: 1.25rem;
    top: 0;
    font-size: 1rem
}

.mail-box-header > a .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: .625rem
}

.mail-box-header .dropdown-menu {
    margin-top: -.3125rem!important
}

.mail-box-header .dropdown-menu:before,
.mail-box-header .dropdown-menu:after {
    left: 1.0625rem;
    border-width: .4375rem;
    top: -.875rem
}

.mail-box-header .dropdown-menu:before {
    top: -.9375rem
}

.mail-box-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.1875rem;
    border-bottom: 1px solid #d1d1d4;
    padding: .625rem 1.25rem
}

.mail-box-toolbar:before,
.mail-box-toolbar:after {
    content: '';
    display: table;
    clear: both
}

@media (max-width: 767px) {
    .mail-box {
        padding-bottom: 2.75rem
    }
    .mail-box-sidebar {
        display: none
    }
    .mail-box-content,
    .mail-box-container,
    .mail-box-toolbar {
        position: relative;
        left: 0;
        top: 0;
        height: auto
    }
    .mail-box-toolbar {
        padding: .625rem .9375rem
    }
}

.email-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff
}

.email-list .email-checkbox,
.email-list .email-message {
    padding: .625rem 1.25rem
}

.email-list .email-checkbox {
    float: left
}

.email-list .email-message {
    margin-left: 3.625rem
}

.email-list .email-checkbox label {
    padding-left: 1.125rem
}

.email-list > li:before,
.email-list > li:after {
    content: '';
    display: table;
    clear: both
}

.email-list > li + li {
    border-top: 1px solid #d1d1d4
}

.email-list > li:hover {
    background: #f9f9f9
}

.email-list > li:last-child {
    border-bottom: 1px solid #d1d1d4
}

.email-list .email-message > a {
    display: block;
    color: #000;
    margin: -.625rem -1.25rem;
    padding: .625rem 1.25rem;
    text-decoration: none;
    position: relative
}

.email-message .email-sender {
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.email-list .unread .email-sender {
    font-weight: 600
}

.email-message .email-time {
    float: right;
    font-size: .75rem;
    font-weight: 400;
    color: #666;
    margin-left: .625rem
}

.email-message .email-desc {
    color: #8A8A8F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative
}

.email-list .unread a:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1px;
    width: .5rem;
    height: .5rem;
    background: #007aff;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.email-list .has-attachment a:after {
    content: '\e647';
    position: absolute;
    top: 1rem;
    left: -.125rem;
    width: .625rem;
    height: .625rem;
    font-size: .875rem;
    color: #8A8A8F;
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: .625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.email-list .unread.has-attachment a:after {
    top: 2.125rem
}

@media (max-width: 767px) {
    .email-list .email-checkbox,
    .email-list .email-message {
        padding: .625rem .9375rem
    }
    .email-list .email-message {
        margin-left: 3.125rem
    }
}

.email-form {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.email-form-header {
    padding: .9375rem
}

.email-detail-header {
    padding: .9375rem 1.25rem;
    background: #f5f5f5
}

.email-detail-header .email-subject {
    margin: 0 0 .625rem
}

.email-sender-img {
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    border-radius: 1.125rem;
    overflow: hidden;
    margin-right: .625rem;
    margin-top: .1875rem
}

.email-sender-img img {
    display: block;
    max-width: 100%
}

.email-sender-info {
    margin-left: 2.875rem
}

.email-sender-info .title {
    margin: 0 0 .125rem;
    font-weight: 500;
    font-size: .875rem
}

.email-sender-info .time {
    color: #8A8A8F;
    font-size: .625rem;
    font-weight: 500
}

.email-detail-content {
    padding: 1.25rem;
    border-top: 1px solid #d1d1d4
}

.email-detail-attachment:before,
.email-detail-attachment:after {
    content: '';
    display: table;
    clear: both
}

.email-detail-attachment .email-attachment {
    background: #EFEFF4;
    float: left;
    width: 7.5rem;
    height: 4.6875rem;
    overflow: hidden;
    margin-right: .625rem;
    margin-bottom: .625rem
}

.email-detail-attachment .email-attachment a {
    display: block;
    text-decoration: none
}

.email-detail-attachment .email-attachment .document-file {
    height: 3.4375rem;
    overflow: hidden;
    text-align: center;
    background: #C8C7CC
}

.email-detail-attachment .email-attachment .document-file i {
    display: block;
    line-height: 3.4375rem;
    font-size: 1.75rem;
    color: #8A8A8F
}

.email-detail-attachment .email-attachment .document-file img {
    max-width: 100%
}

.email-detail-attachment .email-attachment .document-name {
    height: 1.25rem;
    line-height: 1.25rem;
    color: #666;
    padding: 0 .625rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .email-form {
        position: relative
    }
}

.coming-soon,
.coming-soon a {
    color: #fff
}

.coming-soon a:hover,
.coming-soon a:focus {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none
}

.coming-soon-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../img/coming-soon-cover.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width: 768px) {
    .coming-soon-cover {
        background-size: auto 100%
    }
}

.coming-soon-cover img {
    max-width: 100%
}

.coming-soon-cover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%)
}

.coming-soon .container,
.coming-soon .container-fluid {
    position: relative
}

.coming-soon-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: .9375rem
}

.coming-soon .brand {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.coming-soon .brand a {
    color: #fff;
    text-decoration: none;
    line-height: 1.75rem
}

.coming-soon .brand .logo {
    display: block;
    width: 8rem;
    height: 4rem;
    margin: 0 auto
}

.coming-soon .brand .logo i {
    display: block;
    line-height: 4rem;
    text-align: center;
    font-size: 6rem;
    top: 0;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.coming-soon-content {
    padding: 6.25rem;
    position: relative;
    text-align: center;
    max-width: 53.75rem;
    margin: 0 auto
}

.coming-soon .social-list {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.coming-soon .social-list a + a {
    margin-left: .625rem
}

.coming-soon-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .9375rem;
    text-align: center
}

.coming-soon-link {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.coming-soon-link > li {
    display: inline-block
}

.coming-soon-link > li.divider {
    height: .75rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 .625rem;
    position: relative;
    top: .125rem
}

.coming-soon-content p {
    font-size: .875rem
}

.is-countdown {
    background: none!important;
    border: none!important;
    margin: 1.5625rem 0!important;
    padding: 1.5625rem 0!important;
    border-top: 1px solid rgba(255, 255, 255, 0.25)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)!important
}

.is-countdown:before,
.is-countdown:after {
    content: '';
    display: table;
    clear: both
}

.countdown-row {
    display: block;
    padding: 0
}

.countdown-show4 .countdown-section {
    width: 25%!important
}

.countdown-amount {
    font-size: 2.25rem!important
}

.countdown-period {
    font-size: 1rem!important
}

@media (max-width: 1024px) {
    .coming-soon-cover {
        background-size: auto 100%
    }
}

@media (max-width: 767px) {
    .coming-soon-content {
        padding: 3.125rem
    }
    .coming-soon .brand .logo i {
        font-size: 4.5rem
    }
    .coming-soon h1 {
        font-size: 1.5rem
    }
}

@media (max-width: 480px) {
    .coming-soon-content {
        padding: 1.5625rem
    }
    .countdown-amount {
        font-size: 1.5rem!important
    }
    .countdown-period,
    .coming-soon-content p {
        font-size: .75rem!important
    }
}

.error-page {
    max-width: 45rem;
    margin: 0 auto;
    position: relative;
    padding: 6.25rem 0;
    font-size: .875rem;
    text-align: center
}

.error-page .error-icon i {
    font-size: 8rem;
    opacity: .25
}

.error-page h1 {
    font-size: 4.5rem;
    font-weight: 700
}

.error-page h3 {
    font-size: 1.125rem;
    font-weight: 400
}

.link-divider {
    width: .25rem;
    height: .25rem;
    display: inline-block;
    background: #C8C7CC;
    position: relative;
    top: -.125rem;
    margin: 0 .625rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.search-input {
    position: relative;
    max-width: 32.5rem;
    margin-bottom: .9375rem
}

.search-close {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.6875rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.125rem;
    color: #fff;
    background: #C8C7CC;
    -webkit-border-radius: 1.125rem;
    -moz-border-radius: 1.125rem;
    border-radius: 1.125rem
}

.search-close:hover,
.search-close:focus {
    text-decoration: none;
    background: #8A8A8F;
    color: #fff
}

.search-tab {
    list-style-type: none;
    margin: 0 -1.5625rem;
    padding: 0 1.5625rem;
    border-bottom: 1px solid #C8C7CC;
    white-space: nowrap
}

.search-tab > li {
    display: inline-block
}

.search-tab > li a {
    display: block;
    padding: .625rem;
    color: #666;
    text-decoration: none;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    font-weight: 600
}

.search-tab > li.active a {
    color: #000;
    border-bottom-color: #000
}

.search-tab > li a:hover,
.search-tab > li a:focus {
    border-bottom-color: #000
}

.search-result-list {
    list-style-type: none;
    margin: -1px 0 0;
    padding: 0;
    color: #333
}

.search-result-list > li {
    padding: 1.25rem 0;
    margin: 0;
    border-top: 1px solid #C8C7CC;
    border-bottom: 1px solid #C8C7CC
}

.search-result-list > li:before,
.search-result-list > li:after {
    content: '';
    display: table;
    clear: both
}

.search-result-list > li + li {
    margin-top: -1px
}

.search-result-list .search-result-media {
    width: 10rem;
    height: 7.5rem;
    float: left;
    text-align: center
}

.search-result-list .search-result-media img {
    max-width: 100%;
    max-height: 100%
}

.search-result-list .search-result-media + .search-result-content {
    margin-left: 11.25rem
}

.search-result-list h3 {
    margin: 0 0 .3125rem;
    font-size: 1rem;
    font-weight: 600
}

.search-result-list h3 a {
    color: #000
}

@media (max-width: 767px) {
    .search-tab {
        margin: 0 -.9375rem;
        padding: 0 .9375rem
    }
    .search-result-list .search-result-media {
        width: 5.625rem;
        height: 4.6875rem
    }
    .search-result-list .search-result-media + .search-result-content {
        margin-left: 6.5625rem
    }
}

.widget {
    background: #fff;
    margin-bottom: .75rem;
    display: block;
    position: relative
}

a.widget {
    text-decoration: none
}

.widget-content,
.widget-footer {
    padding: .625rem;
    background: #fff;
    position: relative
}

.widget .widget-header {
    padding: .75rem .9375rem
}

.widget .widget-title {
    font-size: .75rem;
    color: #777;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}

.widget .widget-title-icon {
    float: left;
    width: 1.125rem;
    height: 1.125rem;
    text-align: center;
    line-height: 1.125rem;
    font-size: .875rem;
    color: #fff;
    background: #cdced2;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 .25rem 0 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.widget-desc,
.widget-desc a {
    font-size: .625rem;
    color: #8A8A8F;
    font-weight: 500
}

.inverse-mode .widget-desc,
.inverse-mode .widget-desc a {
    color: rgba(255, 255, 255, 0.75)
}

.widget .widget-body {
    padding: .9375rem;
    position: relative
}

.widget .widget-value {
    font-size: 1.5rem
}

.widget .widget-btn {
    font-size: .75rem;
    display: inline-block;
    padding: .3125rem .625rem;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem
}

.widget.widget-inverse {
    background: #121212;
    color: #fff
}

.widget.widget-inverse .widget-title {
    color: #fff
}

.widget.widget-inverse .widget-title-icon {
    background: rgba(0, 0, 0, 0.25)
}

.widget-value .label {
    position: relative;
    top: -.1875rem;
    font-size: .5625rem
}

.widget.widget-card.widget-card-rowspan2 {
    padding-top: calc(55% + 0.3125rem)
}

a.widget-title-link,
.widget-title-link {
    padding: .125rem .375rem;
    font-size: .5625rem;
    font-weight: 700;
    float: right;
    text-decoration: none;
    color: #000;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}

.widget-title-link:hover,
.widget-title-link:focus {
    background: rgba(0, 0, 0, 0.5);
    color: #000
}

@media (min-width: 768px) {
    .widget.icon.icon-lg {
        -webkit-border-radius: .625rem;
        -moz-border-radius: .625rem;
        border-radius: .625rem
    }
    .widget.icon.icon-lg i {
        font-size: 2.25rem
    }
}

@media (max-width: 767px) {
    .widget.icon.icon-lg i {
        font-size: 1.5rem
    }
}

.project {
    padding: .9375rem
}

.project .project-title {
    margin: 0 0 .125rem;
    font-size: .875rem
}

.project .project-desc {
    font-size: .6875rem;
    margin: 0 0 .625rem;
    color: #8A8A8F
}

.project .progress {
    margin: 0 0 .125rem
}

.project .progress-text {
    font-size: .625rem
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none
}

.progress-bar.progress-bar-primary {
    background: #007aff
}

.project .project-left {
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    text-align: center;
    color: #fff
}

.project .project-left i {
    line-height: 2.75rem;
    font-size: 1.75rem;
    display: block
}

.project .project-left + .project-info {
    margin-left: 3.6875rem
}

.widget.widget-card {
    display: block;
    padding-top: 55%;
    position: relative
}

.widget.widget-card.with-min-height {
    min-height: 9rem
}

.widget.widget-card.widget-card-rowspan2.with-min-height {
    min-height: 18.75rem
}

.inverse-mode .widget.widget-card,
.widget.widget-card.inverse-mode {
    color: #fff
}

.widget.widget-card.square {
    padding-top: 100%
}

.widget.widget-card .widget-card-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.widget.widget-card .widget-card-cover .cover-bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5
}

.widget.widget-card .widget-card-cover .cover-bg.with-gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0)
}

.widget.widget-card .widget-card-cover img {
    max-width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.widget.widget-card .widget-card-cover .img-portrait {
    max-width: inherit;
    max-height: 100%
}

.widget.widget-card.widget-cover-animate:hover .widget-card-cover img,
.widget.widget-card.widget-cover-animate:focus .widget-card-cover img {
    max-width: 110%;
    margin-left: -5%
}

.widget.widget-card.widget-cover-animate:hover .widget-card-cover .img-portrait,
.widget.widget-card.widget-cover-animate:focus .widget-card-cover .img-portrait {
    max-width: inherit;
    max-height: 110%!important;
    height: 110%!important;
    margin-top: -5%
}

.widget.widget-card .widget-card-content {
    padding: .9375rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.widget.widget-card .widget-card-content.bottom {
    top: auto;
    bottom: 0
}

.widget.widget-card .widget-card-content.full-height {
    bottom: 0
}

.widget.inverse-mode {
    color: #fff;
    background: #000
}

.widget-inline-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
    font-size: .625rem;
    font-weight: 500
}

.widget-inline-list > li {
    display: inline-block;
    position: relative
}

.widget-inline-list > li + li {
    margin-left: .9375rem
}

.widget-inline-list > li + li:before {
    content: '';
    position: absolute;
    left: -.6875rem;
    top: .375rem;
    width: .25rem;
    height: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    background: rgba(0, 0, 0, 0.5)
}

.inverse-mode .widget-inline-list > li + li:before {
    background: rgba(255, 255, 255, 0.5)
}

.inverse-mode .widget-inline-list {
    color: rgba(255, 255, 255, 0.8)
}

.widget .widget-title,
.widget .widget-title a {
    font-size: .75rem;
    color: #000;
    line-height: 1rem
}

.inverse-mode .widget-title a {
    color: #fff
}

.widget .dropdown > a {
    text-decoration: none
}

.widget.inverse-mode .dropdown > a {
    color: #fff
}

.widget.inverse-mode .widget-title {
    color: #fff
}

.widget-card-icon,
.widget-card-img {
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 1.625rem;
    text-align: center;
    padding: .3125rem;
    font-size: 1.25rem;
    margin-bottom: -.125rem;
    margin-top: -.125rem;
    margin-right: .5rem;
    overflow: hidden;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-card-icon.widget-card-icon-lg,
.widget-card-img.widget-card-img-lg {
    float: left;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 3.25rem;
    text-align: center;
    padding: .625rem;
    font-size: 2.5rem;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem
}

.widget-card-img {
    padding: 0
}

.widget-card-img img {
    max-width: 100%;
    max-height: 100%
}

.widget-card-icon.pull-right {
    margin-right: 0;
    margin-left: .5rem
}

.widget-card-icon + .widget-card-info {
    margin-left: 2.75rem
}

.widget-card-icon.pull-right + .widget-card-info {
    margin-left: 0;
    margin-right: 2.75rem
}

.widget-img {
    text-align: center
}

.widget-lead {
    font-size: 1.125rem;
    font-weight: 600;
    margin: .625rem 0 .3125rem
}

.widget-img img {
    max-width: 100%
}

.widget.widget-product {
    padding: .625rem
}

.valign-middle-container {
    display: table;
    height: 100%;
    width: 100%
}

.valign-middle-inner-container {
    display: table-cell;
    vertical-align: middle
}

.widget.widget-card.dynamic {
    padding: 0
}

.widget.widget-card.dynamic .widget-card-content {
    position: relative
}

.widget-map-container iframe {
    display: block
}

.widget-header-icon {
    float: left;
    width: 1.0625rem;
    height: 1.0625rem;
    background: #8A8A8F;
    color: #fff;
    margin: -.125rem .3125rem 0 0;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-header-icon i {
    display: block;
    text-align: center;
    line-height: 1rem
}

.inverse-mode .widget-title {
    color: #fff
}

@media (max-width: 768px) {
    .widget.widget-card.dynamic-xs {
        padding-top: 0!important
    }
    .widget.widget-card.dynamic-xs .widget-card-content {
        position: relative
    }
}

.widget.widget-list {
    list-style-type: none;
    margin: 0 0 .75rem;
    padding: 0
}

.widget.widget-list > li + li {
    border-top: 1px solid #EFEFF4
}

.inverse-mode.widget.widget-list > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.25)
}

a.widget-list-container,
.widget-list-container {
    display: block;
    text-decoration: none
}

.widget-list-container > div {
    display: table-cell;
    padding: .625rem;
    vertical-align: middle
}

.widget-list-container.widget-list-container-sm > div {
    padding: .375rem
}

.widget-list-container > div + div {
    padding-left: 0
}

.widget-list-container .widget-list-media {
    width: 6.25rem;
    position: relative
}

.widget-list-container .widget-list-media.icon {
    width: 2.25rem
}

.widget-list-container .widget-list-media.icon i {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 2.25rem;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-list-container .widget-list-media.icon.icon-sm i {
    height: 1.5rem;
    width: 1.5rem;
    font-size: .875rem;
    line-height: 1.5rem
}

.widget-list-container .widget-list-media .widget-list-media-icon {
    position: absolute;
    right: .5625rem;
    bottom: .5625rem;
    width: .75rem;
    height: .75rem;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem
}

.widget-list-container .widget-list-media .widget-list-media-icon i {
    display: block;
    text-align: center;
    line-height: .75rem;
    font-size: .5rem
}

.widget-list-container .widget-list-media.square {
    width: 2.25rem
}

.widget-list-container .widget-list-media .img-container {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-list-container .widget-list-media img {
    max-width: 100%
}

.widget-list-container .widget-list-media.contact {
    width: 3.5rem
}

.widget-list-container .widget-list-media.contact img {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden
}

.widget-list-container .widget-list-media.rounded img,
.widget-list-container .widget-list-media.rounded i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.widget-list-container .widget-list-action {
    width: 1%
}

.widget-list-container .widget-list-action.arrow {
    color: #C8C7CC
}

.widget-rating-star {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .5625rem;
    color: #C8C7CC;
    line-height: .875rem
}

.widget-rating-star > li {
    display: inline-block
}

.widget-rating-star > li + li {
    margin-left: -1px
}

.widget-rating-star > li.active {
    color: #FF9500
}

.widget-rating-star > li.text {
    color: #8A8A8F
}

.invese-mode .widget-rating-star > li.text {
    color: rgba(255, 255, 255, 0.75)
}

.widget-price,
.widget-price a {
    padding: 1px .3125rem;
    font-size: .75rem;
    line-height: 1.5;
    border: 1px solid #007aff;
    color: #007aff;
    -webkit-border-radius: .1875rem;
    -moz-border-radius: .1875rem;
    border-radius: .1875rem
}

.inverse-mode .widget-price {
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75)
}

.dropdown-icon > a,
.dropdown-icon.dropdown > a {
    text-decoration: none
}

.dropdown.dropdown-icon .dropdown-menu {
    margin-left: -1.5625rem
}

.dropdown.dropdown-icon .dropdown-menu.dropdown-menu-right {
    margin-right: -1.5625rem
}

.circle {
    display: inline-block;
    width: .375rem;
    height: .375rem;
    border: .1875rem solid;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem
}

.circle.circle-sm {
    width: .5rem;
    height: .5rem;
    border-width: .25rem
}

.circle.circle-md {
    width: .75rem;
    height: .75rem;
    border-width: .375rem
}

.circle.circle-lg {
    width: 1rem;
    height: 1rem;
    border-width: .5rem
}

.widget-list-content {
    color: #000
}

.inverse-mode .widget-list-content {
    color: #fff
}

.widget-user-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden
}

.widget-user-list > li {
    display: inline-block
}

.widget-user-list > li + li {
    margin-left: -1.125rem
}

.widget-user-list > li a {
    display: block;
    border: .125rem solid #fff;
    overflow: hidden;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: -.3125rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2.25rem;
    -moz-border-radius: 2.25rem;
    border-radius: 2.25rem
}

.widget-user-list > li a img {
    display: block;
    max-width: 100%
}

.widget-user-list > li.number a {
    background: #C7C7CC;
    color: #fff
}

.widget-chat {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget-chat > li {
    display: table;
    width: 100%
}

.widget-chat > li + li {
    margin-top: .625rem
}

.widget-chat-date {
    font-size: .625rem;
    font-weight: 600;
    color: #8A8A8F;
    padding: .3125rem .625rem;
    text-align: center
}

.widget-chat-media,
.widget-chat-content {
    display: table-cell;
    vertical-align: bottom
}

.widget-chat-media {
    width: 1.5rem
}

.widget-chat-media img {
    max-width: 1.5rem;
    display: block;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem
}

.widget-chat-media + .widget-chat-content {
    padding-left: .625rem
}

.widget-chat-message {
    background: #eae9ef;
    color: #000;
    padding: .375rem .625rem;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem
}

.widget-chat-message + .widget-chat-message {
    margin-top: .125rem
}

.widget-chat-message:before,
.widget-chat-message:after {
    content: '';
    display: table;
    clear: both
}

.widget-chat-name,
.widget-chat-status {
    font-size: .5625rem;
    font-weight: 500;
    color: #8A8A8F;
    line-height: 1rem
}

.reply .widget-chat-content {
    text-align: right
}

.reply .widget-chat-message {
    background: #007aff;
    color: #fff
}

.widget-chat-message.last:before {
    content: '';
    border: .3125rem solid transparent;
    border-bottom-color: #eae9ef;
    border-right-color: #eae9ef;
    position: absolute;
    left: -.25rem;
    bottom: .1875rem
}

.reply .widget-chat-message.last:before {
    border: .3125rem solid transparent;
    border-top-width: .25rem;
    border-left-width: .625rem;
    border-top-color: #007aff;
    border-left-color: #007aff;
    left: auto;
    right: -.4375rem
}

.widget-header.with-bg,
.widget-footer.with-bg {
    background: #EFEFF4
}

.widget-header.with-border {
    border-bottom: 1px solid #EFEFF4
}

.widget-footer.with-border {
    border-top: 1px solid #EFEFF4
}

.widget-reminder-header {
    background: #EFEFF4;
    padding: .625rem;
    font-size: .625rem;
    font-weight: 700;
    color: #8A8A8F
}

.widget-reminder-container {
    position: relative
}

.widget-reminder-container + .widget-reminder-container {
    border-top: 1px solid #EFEFF4
}

.inverse-mode .widget-reminder-container + .widget-reminder-container {
    border-color: #333
}

.inverse-mode .widget-reminder-header {
    background: #212121
}

.widget-reminder-container:before,
.widget-reminder-container:after {
    content: '';
    display: table;
    clear: both
}

.widget-reminder-time,
.widget-reminder-content {
    padding: .625rem
}

.widget-reminder-time {
    width: 5rem;
    float: left;
    text-align: right;
    font-size: .625rem
}

.widget-reminder-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5rem;
    width: .125rem;
    background: #EFEFF4
}

.widget-reminder-content {
    margin-left: 5.125rem
}

.widget .widget-header {
    padding: .625rem
}

.widget-header-title {
    margin: 0;
    font-size: .75rem;
    font-weight: 500
}

a.widget-header-title {
    color: #000;
    text-decoration: none;
    display: block;
    margin: -.625rem;
    padding: .625rem
}

.widget.widget-img-list {
    list-style-type: none;
    margin: 0;
    padding: .5px
}

.widget.widget-img-list:before,
.widget.widget-img-list:after {
    content: '';
    display: table;
    clear: both
}

.widget.widget-img-list .widget-header {
    margin: -.5px;
    background: #fff;
    width: 100%;
    padding: .625rem
}

.inverse-mode.widget.widget-img-list .widget-header,
.inverse-mode .widget.widget-img-list .widget-header {
    background: #000
}

.widget.widget-img-list > li {
    float: left;
    padding: .5px;
    width: 20%
}

.widget-img-container a {
    display: block;
    text-decoration: none;
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.widget-img-container a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%
}

.widget-media.square {
    display: block;
    padding-top: 100%;
    position: relative;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-media.square.icon i {
    position: absolute;
    top: 50%;
    font-size: 4rem;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -2rem;
    line-height: 4rem
}

.widget-media.square img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%
}

.widget-media .widget-media-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-media .widget-media-icon {
    position: absolute;
    right: .3125rem;
    bottom: .3125rem;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    background: rgba(144, 144, 144, 0.85);
    color: #fff;
    z-index: 20;
    -webkit-border-radius: .75rem;
    -moz-border-radius: .75rem;
    border-radius: .75rem
}

.widget-media .widget-media-icon i {
    display: block;
    line-height: 1.5rem;
    font-size: .875rem;
    top: 0
}

.widget-media-cover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10
}

.widget-list-media-img {
    width: 3rem;
    height: 3rem;
    position: relative;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-list-media-img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%
}

.widget.widget-stats,
a.widget.widget-stats {
    padding: .625rem;
    text-decoration: none;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget.widget-stats.widget-stats-lg,
a.widget.widget-stats.widget-stats-lg {
    padding: .9375rem
}

.widget.widget-stats .widget-content {
    padding: 0;
    background: none
}

.widget.widget-stats:before,
.widget.widget-stats:after {
    content: '';
    display: table;
    clear: both
}

.widget.widget-stats .widget-stats-left {
    float: left;
    padding-right: .3125rem;
    max-width: 50%
}

.widget.widget-stats .widget-stats-right {
    float: right;
    padding-left: .3125rem;
    text-align: right;
    max-width: 50%
}

.widget-stats-title {
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1rem
}

.widget-stats-value {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.25rem
}

.widget-stats-float-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem
}

.widget-stats-float-icon i {
    line-height: .5;
    font-size: 7.25rem;
    position: absolute;
    right: 0;
    bottom: 0
}

.widget.widget-chart {
    padding: .9375rem .9375rem .625rem
}

.widget-divider {
    margin: .9375rem 0;
    background: #EFEFF4;
    height: 1px
}

.inverse-mode .widget-divider {
    background: rgba(255, 255, 255, 0.25)
}

.widget-divider:before,
.widget-divider:after {
    content: '';
    display: table;
    clear: both
}