
html {
    font-size: 16px
}
@media (min-width: 1680px) {
    html {
        font-size: 18px
    }
}
@media (min-width: 1920px) {
    html {
        font-size: 20px
    }
}
#page-container,
body,
html {
    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(.3, .5, .6, 1);
    -moz-transition: color .2s cubic-bezier(.3, .5, .6, 1);
    -ms-transition: color .2s cubic-bezier(.3, .5, .6, 1);
    -o-transition: color .2s cubic-bezier(.3, .5, .6, 1);
    transition: color .2s cubic-bezier(.3, .5, .6, 1)
}
a:focus,
a:hover {
    color: #1d62f0;
    outline: 0
}
.bg-gradient-blue-purple,
.bg-theme,
.media-list.media-stat .media .media-icon,
.navbar .with-label:before,
.pace .pace-progress,
.widget.with-cover .widget-cover-bg {
    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
}
.h1,
.h1 small,
.h2,
.h2 small,
.h3,
.h3 small,
.h4,
.h4 small,
.h5,
.h5 small,
.h6,
.h6 small,
h1,
h1 small,
h2,
h2 small,
h3,
h3 small,
h4,
h4 small,
h5,
h5 small,
h6,
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:focus,
.inverse-mode a:hover {
    color: #7bc5ff
}
.inverse-mode .widget-title-link:focus,
.inverse-mode .widget-title-link:hover {
    background: rgba(255, 255, 255, .5);
    color: #fff
}
.inverse-mode .widget-title-link {
    background: rgba(255, 255, 255, .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, .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: 0;
    -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, .5)
}
.inverse-mode .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .5)
}
.inverse-mode .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5)
}
.inverse-mode .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .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, -.25rem);
    -moz-transform: rotate(3deg) translate(0, -.25rem);
    -ms-transform: rotate(3deg) translate(0, -.25rem);
    -o-transform: rotate(3deg) translate(0, -.25rem);
    transform: rotate(3deg) translate(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 .4s linear infinite;
    -moz-animation: pace-spinner .4s linear infinite;
    -ms-animation: pace-spinner .4s linear infinite;
    -o-animation: pace-spinner .4s linear infinite;
    animation: pace-spinner .4s linear infinite
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0);
        transform: rotate(0)
    }
    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, .08);
    box-shadow: 0 .125rem 2.5rem 0 rgba(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-default .navbar-nav>li>a,
.header.navbar.navbar-default .navbar-brand {
    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: 0 0
}
@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, .35);
    color: rgba(255, 255, 255, .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, .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, .9);
    z-index: 1000
}
.navbar-toggle,
.navbar-toggle:active,
.navbar-toggle:focus,
.navbar-toggle:hover {
    position: relative;
    float: right;
    border: none;
    background: 0 0!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, .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, .2);
        box-shadow: 0 -17.75rem 0 18.75rem rgba(0, 0, 0, .2)
    }
    .navbar-nav .open .dropdown-menu:after,
    .navbar-nav .open .dropdown-menu:before {
        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:after,
.sidebar .nav>li.nav-profile:before {
    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:focus,
.sidebar .nav>li.active>a:hover,
.sidebar.sidebar-inverse .nav>li.active>a,
.sidebar.sidebar-inverse .nav>li.active>a:focus,
.sidebar.sidebar-inverse .nav>li.active>a:hover {
    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%)
}
.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:active,
.sidebar .nav>li.has-sub .sub-menu>li>a:focus,
.sidebar .nav>li.has-sub .sub-menu>li>a:hover {
    color: #000;
    text-decoration: none
}
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    background: rgba(0, 0, 0, .075)
}
.sidebar.sidebar-inverse .nav>li>a:focus,
.sidebar.sidebar-inverse .nav>li>a:hover {
    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:active,
.sidebar.sidebar-inverse .nav>li.has-sub .sub-menu>li>a:focus,
.sidebar.sidebar-inverse .nav>li.has-sub .sub-menu>li>a:hover {
    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, .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, .5)
}
.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, .5);
    margin-top: -.1875rem
}
.sidebar .nav-project .progress {
    margin: 0;
    background: rgba(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, .5)
}
.sidebar.sidebar-inverse .nav-project .progress {
    background: rgba(255, 255, 255, .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, .8);
    margin: 0;
    padding: .625rem 0;
    list-style-type: none;
    font-size: .75rem
}
.float-sub-menu .sub-menu>li>a,
.float-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.has-sub .sub-menu>li>a:active,
.float-sub-menu li.has-sub .sub-menu>li>a:focus,
.float-sub-menu li.has-sub .sub-menu>li>a:hover,
.float-sub-menu>li>a:active,
.float-sub-menu>li>a:focus,
.float-sub-menu>li>a:hover {
    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 .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-profile .info,
    .page-sidebar-minified .sidebar .nav>li a span {
        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, .8);
        margin: 0;
        padding: .625rem 0;
        display: block;
        visibility: hidden
    }
    .page-sidebar-minified .sidebar li.has-sub:active>.sub-menu,
    .page-sidebar-minified .sidebar li.has-sub:focus>.sub-menu,
    .page-sidebar-minified .sidebar li.has-sub:hover>.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 .breadcrumb .active,
.content.content-inverse-mode .page-header {
    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)
}
@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-fixed-footer,
.page-with-footer {
    padding-bottom: 2.875rem
}
.page-with-fixed-footer .footer {
    position: fixed
}
@media (max-width: 767px) {
    .page-with-fixed-footer,
    .page-with-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: 0 0
}
.dropdown-menu {
    border-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 .125rem .375rem 1px rgba(0, 0, 0, .1);
    box-shadow: 0 .125rem .375rem 1px rgba(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:after,
.dropdown-menu:before {
    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, .1)
}
.dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-right.dropdown-menu:after,
.dropdown-menu-right.dropdown-menu:before,
.pull-right .dropdown-menu:after,
.pull-right .dropdown-menu:before {
    left: auto;
    right: 1.25rem
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
    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, .1)
}
.navbar .dropdown-menu {
    left: 50%;
    margin-left: -5rem
}
.navbar .dropdown-menu:after,
.navbar .dropdown-menu:before {
    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:active,
.dropdown-header .dropdown-close:focus,
.dropdown-header .dropdown-close:hover {
    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-desc,
.dropdown-menu>li.notification .notification-info,
.dropdown-menu>li.notification .notification-title {
    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, .5);
    box-shadow: 0 .125rem .125rem rgba(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
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.spinner {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0 auto;
    border: .125rem solid rgba(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)
}
.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:focus,
.btn-scroll-top:hover {
    background: #007aff;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    .btn-scroll-top {
        bottom: 3.6875rem;
        right: .9375rem;
        z-index: 9999
    }
}
.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
}
.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
}
.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
}
mark {
    background: #fc0
}
.panel-inverse code {
    color: #fc0;
    background-color: #666
}
hr {
    border-color: #c8c7cc
}
.pager {
    padding-left: 0;
    margin: 1.25rem 0;
    text-align: center;
    list-style: none
}
.pager:after,
.pager:before {
    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
}
.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-dark,
.badge-inverse {
    background: #000
}
.badge-dark[href]:focus,
.badge-dark[href]:hover,
.badge-inverse[href]:focus,
.badge-inverse[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
}
.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-item.show .nav-link,
.nav-tabs-left .nav-link.active,
.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 {
    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-item.show .nav-link,
.nav-tabs-right .nav-link.active,
.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 {
    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, .15);
    box-shadow: 0 0 .625rem 0 rgba(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-btn,
.page-notification .notification-info,
.page-notification .notification-media {
    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, .15);
    top: 0
}
.page-notification .notification-info {
    padding: .9375rem
}
.page-notification .notification-media+.notification-info {
    padding-left: 0
}
.page-notification .notification-desc,
.page-notification .notification-title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 12.5rem
}
.page-notification .notification-media+.notification-info .notification-desc,
.page-notification .notification-media+.notification-info .notification-title {
    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-desc,
.page-notification .notification-desc a,
.page-notification .notification-title,
.page-notification .notification-title 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:active,
.page-notification .notification-btn a:focus,
.page-notification .notification-btn a:hover,
.page-notification.page-notification-inverse .notification-btn a:active,
.page-notification.page-notification-inverse .notification-btn a:focus,
.page-notification.page-notification-inverse .notification-btn a:hover {
    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-btn a,
.page-notification.page-notification-inverse .notification-desc,
.page-notification.page-notification-inverse .notification-desc a,
.page-notification.page-notification-inverse .notification-title,
.page-notification.page-notification-inverse .notification-title a {
    color: #c8c7cc
}
.page-notification.page-notification-inverse .notification-media i {
    background: rgba(255, 255, 255, .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
    }
}
label.control-label {
    color: #212121
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: .625rem;
    margin-bottom: .625rem
}
.checkbox label,
.checkbox-inline label,
.radio 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,
.checkbox-inline label,
.radio label,
.radio-inline label {
    padding-left: 1.5625rem
}
.checkbox-inline,
.radio-inline {
    padding-left: 0
}
.checkbox input+label,
.checkbox-inline input+label,
.radio 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: "";
    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-inline.checkbox-success input:checked+label:before,
.checkbox.checkbox-success input:checked+label:before {
    background: #4ed964;
    border-color: #4ed964
}
.checkbox-inline.checkbox-purple input:checked+label:before,
.checkbox.checkbox-purple input:checked+label:before {
    background: #5856d6;
    border-color: #5856d6
}
.checkbox-inline.checkbox-info input:checked+label:before,
.checkbox.checkbox-info input:checked+label:before {
    background: #5ac8fa;
    border-color: #5ac8fa
}
.checkbox-inline.checkbox-danger input:checked+label:before,
.checkbox.checkbox-danger input:checked+label:before {
    background: #fe3b30;
    border-color: #fe3b30
}
.checkbox-inline.checkbox-warning input:checked+label:before,
.checkbox.checkbox-warning input:checked+label:before {
    background: #ff9500;
    border-color: #ff9500
}
.checkbox-inline.checkbox-yellow input:checked+label:before,
.checkbox.checkbox-yellow input:checked+label:before {
    background: #fc0;
    border-color: #fc0
}
.checkbox-inline.checkbox-pink input:checked+label:before,
.checkbox.checkbox-pink input:checked+label:before {
    background: #ff2d55;
    border-color: #ff2d55
}
.checkbox-inline.checkbox-inverse input:checked+label:before,
.checkbox.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-inline.radio-success input:checked+label:before,
.radio.radio-success input:checked+label:before {
    background: #4ed964;
    border-color: #4ed964
}
.radio-inline.radio-purple input:checked+label:before,
.radio.radio-purple input:checked+label:before {
    background: #5856d6;
    border-color: #5856d6
}
.radio-inline.radio-info input:checked+label:before,
.radio.radio-info input:checked+label:before {
    background: #5ac8fa;
    border-color: #5ac8fa
}
.radio-inline.radio-danger input:checked+label:before,
.radio.radio-danger input:checked+label:before {
    background: #fe3b30;
    border-color: #fe3b30
}
.radio-inline.radio-warning input:checked+label:before,
.radio.radio-warning input:checked+label:before {
    background: #ff9500;
    border-color: #ff9500
}
.radio-inline.radio-yellow input:checked+label:before,
.radio.radio-yellow input:checked+label:before {
    background: #fc0;
    border-color: #fc0
}
.radio-inline.radio-pink input:checked+label:before,
.radio.radio-pink input:checked+label:before {
    background: #ff2d55;
    border-color: #ff2d55
}
.radio-inline.radio-inverse input:checked+label:before,
.radio.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, .25);
    box-shadow: 0 1px .125rem rgba(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, .35);
    box-shadow: 0 0 0 .125rem rgba(55, 150, 70, .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, .35);
    box-shadow: 0 0 0 .125rem rgba(202, 119, 2, .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, .35);
    box-shadow: 0 0 0 .125rem rgba(226, 52, 42, .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 .vertical-box-row+.wrapper,
.vertical-box.with-border .wrapper+.vertical-box-row>.vertical-box-cell {
    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-cell,
    .vertical-box-column,
    .vertical-box-inner-cell,
    .vertical-box-row {
        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, .95)
}
.modal.modal-inverse.modal-transparent .modal-content {
    background: rgba(255, 255, 255, .95)
}
.modal.modal-inverse .modal-footer,
.modal.modal-inverse .modal-header {
    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: 0 0
}
.modal.modal-cover {
    background: rgba(255, 255, 255, .95)
}
.modal.modal-inverse.modal-cover {
    background: rgba(0, 0, 0, .95)
}
.modal.modal-cover .modal-footer,
.modal.modal-cover .modal-header {
    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
}
.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, .3);
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .3);
    font-size: .75rem;
    padding: .9375rem 0
}
.search-bar-autocomplete.ui-autocomplete {
    z-index: 1020
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper,
.ui-menu .ui-menu-item a {
    padding: .3125rem .9375rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}
.ui-state-active,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: none;
    background: #efeff4;
    color: #000
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    margin: 0
}
.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
    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-goback,
.jvectormap-full .jvectormap-zoomin,
.jvectormap-full .jvectormap-zoomout {
    left: .9375rem
}
.jvectormap-full .jvectormap-zoomin {
    top: .9375rem
}
.jvectormap-full .jvectormap-zoomout {
    top: 2.1875rem
}
.content-cover .jvectormap-goback,
.content-cover .jvectormap-zoomin,
.content-cover .jvectormap-zoomout {
    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-goback,
body .jvectormap-zoomin,
body .jvectormap-zoomout {
    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:active,
.wizard .wizard-header .nav>li.active>a:focus,
.wizard .wizard-header .nav>li.active>a:hover,
.wizard .wizard-header .nav>li>a.active,
.wizard .wizard-header .nav>li>a.active:active,
.wizard .wizard-header .nav>li>a.active:focus,
.wizard .wizard-header .nav>li>a.active:hover {
    background: #fff;
    color: #000;
    border-color: #c8c7cc;
    border-bottom-color: #fff
}
.wizard .wizard-header .nav>li>a:active,
.wizard .wizard-header .nav>li>a:focus,
.wizard .wizard-header .nav>li>a:hover {
    background: 0 0;
    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:after,
.wizard .wizard-footer:before {
    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:after,
body .datepicker-dropdown.datepicker-orient-left:before {
    border-width: .625rem;
    top: -.625rem;
    left: .9375rem;
    right: auto
}
body .datepicker-dropdown.datepicker-orient-right:after,
body .datepicker-dropdown.datepicker-orient-right:before {
    border-width: .625rem;
    top: -.625rem;
    right: .9375rem;
    left: auto
}
body .datepicker-dropdown.datepicker-orient-left:after,
body .datepicker-dropdown.datepicker-orient-right:after {
    top: -.5625rem
}
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:after,
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:after {
    top: auto;
    bottom: -.625rem
}
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:before,
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:before {
    top: auto;
    bottom: -.6875rem;
    border-top-color: rgba(0, 0, 0, .1)
}
body .datepicker .datepicker-switch,
body .datepicker .next,
body .datepicker .prev,
body .datepicker tfoot tr th {
    padding: .625rem .3125rem;
    background: 0 0!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-centuries .table-condensed>tbody>tr>td,
body .datepicker-decades .table-condensed>tbody>tr>td,
body .datepicker-months .table-condensed>tbody>tr>td,
body .datepicker-years .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, .1)
}
body .datepicker th.dow {
    color: #000;
    font-size: .625rem;
    font-weight: 700;
    text-transform: uppercase
}
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],
body .datepicker table tr td.active.active,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active.disabled.active,
body .datepicker table tr td.active.disabled.disabled,
body .datepicker table tr td.active.disabled:active,
body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active.disabled:hover.active,
body .datepicker table tr td.active.disabled:hover.disabled,
body .datepicker table tr td.active.disabled:hover:active,
body .datepicker table tr td.active.disabled:hover:hover,
body .datepicker table tr td.active.disabled:hover[disabled],
body .datepicker table tr td.active.disabled[disabled],
body .datepicker table tr td.active:active,
body .datepicker table tr td.active:hover,
body .datepicker table tr td.active:hover.active,
body .datepicker table tr td.active:hover.disabled,
body .datepicker table tr td.active:hover:active,
body .datepicker table tr td.active:hover:hover,
body .datepicker table tr td.active:hover[disabled],
body .datepicker table tr td.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:after,
body .bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -1.25rem
}
body .bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -1.3125rem;
    border-bottom-color: rgba(0, 0, 0, .1)
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -.625rem
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -.6875rem;
    border-top-color: rgba(0, 0, 0, .1)
}
body .bootstrap-timepicker-widget.dropdown-menu:after,
body .bootstrap-timepicker-widget.dropdown-menu:before {
    border-width: .625rem
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:after,
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    top: auto
}
body .bootstrap-timepicker-widget.timepicker-orient-left:after,
body .bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: .9375rem
}
body .bootstrap-timepicker-widget.timepicker-orient-right:after,
body .bootstrap-timepicker-widget.timepicker-orient-right:before {
    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: 0;
    -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-alpha,
body .colorpicker-color div,
body .colorpicker-hue,
body .colorpicker-saturation,
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:after,
body .colorpicker:before {
    border-width: .625rem;
    top: -1.25rem;
    left: .9375rem
}
body .colorpicker:before {
    border-bottom-color: rgba(0, 0, 0, .1);
    top: -1.3125rem
}
body .colorpicker.colorpicker-right:after,
body .colorpicker.colorpicker-right:before {
    right: .9375rem;
    left: auto
}
body .colorpicker.colorpicker-bottom:after,
body .colorpicker.colorpicker-bottom:before {
    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: 0!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:after,
body .bootstrap-select.btn-group>.dropdown-menu .dropdown-menu:before {
    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, .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, .15);
    box-shadow: 0 1px .1875rem rgba(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, .25);
    box-shadow: 0 1px .1875rem rgba(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
}
@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
}
.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: 0 0!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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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
}
.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 td,
.table-valign-middle th {
    vertical-align: middle!important
}
.table-td-valign-middle td,
.table-th-valign-middle th {
    vertical-align: middle!important
}
.table-valign-top td,
.table-valign-top th {
    vertical-align: top!important
}
.table-td-valign-top td,
.table-th-valign-top th {
    vertical-align: top!important
}
.table-valign-bottom td,
.table-valign-bottom th {
    vertical-align: bottom!important
}
.table-td-valign-bottom td,
.table-th-valign-bottom th {
    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
}
.width-lg {
    width: 70%
}
.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, .08)!important;
    -moz-box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, .08)!important;
    box-shadow: 0 .125rem 2.5rem 0 rgba(0, 0, 0, .08)!important
}
.hide {
    display: none!important
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }
    td.visible-xs,
    th.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
    }
    td.visible-sm,
    th.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
    }
    td.visible-md,
    th.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
    }
    td.visible-lg,
    th.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
    }
    td.visible-print,
    th.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%
}
.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
}
.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:after,
.friend-list>li>a:before {
    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, .25) 0, rgba(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:after,
.profile-header .profile-header-content:before {
    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'
}
.fc-state-down,
body .fc-state-active {
    -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: 0
}
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-body,
body .fc-head,
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 .ui-widget a.fc-event:not([href]):not([tabindex]),
body a.fc-event:not([href]):not([tabindex]),
body a.fc-event:not([href]):not([tabindex]):hover {
    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 .action,
.setting-list>li .field,
.setting-list>li .value {
    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 .action,
    .setting-list>li .field,
    .setting-list>li .value {
        display: block;
        padding: .625rem .9375rem
    }
    .setting-list>li .field {
        font-weight: 700;
        padding-bottom: 0
    }
    .setting-list>li .value {
        padding-top: 0
    }
}
.inverse-mode .register-brand a,
.inverse-mode .register-brand a:focus,
.inverse-mode .register-brand a:hover,
.register-brand a,
.register-brand a:focus,
.register-brand a:hover {
    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
}
.inverse-mode .register .form-control,
.inverse-mode .register select.form-control:not([size]):not([multiple]),
.register .form-control,
.register select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, .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: 0 0
}
.register-desc {
    color: rgba(255, 255, 255, .5);
    margin-bottom: .3125rem
}
.register h3 span {
    border-bottom: .125rem solid rgba(255, 255, 255, .25);
    padding-bottom: .3125rem
}
.register .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .75)
}
.register .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .75)
}
.register .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .75)
}
.register .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .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(../images/login-cover.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, .3) 0, rgba(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:focus,
.login-brand a:hover {
    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
}
.inverse-mode .login .form-control,
.inverse-mode .login select.form-control:not([size]):not([multiple]),
.login .form-control,
.login select.form-control:not([size]):not([multiple]) {
    background: rgba(255, 255, 255, .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: 0 0
}
.login-desc {
    color: rgba(255, 255, 255, .5);
    margin-bottom: .3125rem
}
.login .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .75)
}
.login .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .75)
}
.login .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .75)
}
.login .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .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%
    }
}
.coming-soon,
.coming-soon a {
    color: #fff
}
.coming-soon a:focus,
.coming-soon a:hover {
    color: rgba(255, 255, 255, .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, .1) 0, rgba(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, .25);
    margin: 0 .625rem;
    position: relative;
    top: .125rem
}
.coming-soon-content p {
    font-size: .875rem
}
.is-countdown {
    background: 0 0!important;
    border: none!important;
    margin: 1.5625rem 0!important;
    padding: 1.5625rem 0!important;
    border-top: 1px solid rgba(255, 255, 255, .25)!important;
    border-bottom: 1px solid rgba(255, 255, 255, .25)!important
}
.is-countdown:after,
.is-countdown:before {
    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
    }
    .coming-soon-content p,
    .countdown-period {
        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:focus,
.search-close:hover {
    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:focus,
.search-tab>li a:hover {
    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:after,
.search-result-list>li:before {
    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, .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, .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, .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, .25)
}
.widget-value .label {
    position: relative;
    top: -.1875rem;
    font-size: .5625rem
}
.widget.widget-card.widget-card-rowspan2 {
    padding-top: calc(55% + .3125rem)
}
.widget-title-link,
a.widget-title-link {
    padding: .125rem .375rem;
    font-size: .5625rem;
    font-weight: 700;
    float: right;
    text-decoration: none;
    color: #000;
    background: rgba(0, 0, 0, .25);
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    border-radius: 2.5rem
}
.widget-title-link:focus,
.widget-title-link:hover {
    background: rgba(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%)
}
.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:focus .widget-card-cover img,
.widget.widget-card.widget-cover-animate:hover .widget-card-cover img {
    max-width: 110%;
    margin-left: -5%
}
.widget.widget-card.widget-cover-animate:focus .widget-card-cover .img-portrait,
.widget.widget-card.widget-cover-animate:hover .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, .5)
}
.inverse-mode .widget-inline-list>li+li:before {
    background: rgba(255, 255, 255, .5)
}
.inverse-mode .widget-inline-list {
    color: rgba(255, 255, 255, .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, .25)
}
.widget-list-container,
a.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 i,
.widget-list-container .widget-list-media.rounded img {
    -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, .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, .75);
    border-color: rgba(255, 255, 255, .75)
}
.dropdown-icon.dropdown>a,
.dropdown-icon>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-content,
.widget-chat-media {
    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:after,
.widget-chat-message:before {
    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-footer.with-bg,
.widget-header.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:after,
.widget-reminder-container:before {
    content: '';
    display: table;
    clear: both
}
.widget-reminder-content,
.widget-reminder-time {
    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:after,
.widget.widget-img-list:before {
    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, .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, .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: 0 0
}
.widget.widget-stats:after,
.widget.widget-stats:before {
    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, .25)
}
.widget-divider:after,
.widget-divider:before {
    content: '';
    display: table;
    clear: both
}
.loader {
    margin-left: 50%;
    position: absolute;
    border: 10px solid #f3f3f3;
    border-radius: 60%;
    border-top: 10px solid #cacaca;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.mensajeGlobal {
    position: fixed;
    z-index: 10000;
    float: left;
    margin-left: 10px
}
.animationload {
    background-color: #0006;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    display: none
}
.osahanloading {
    animation: 1.5s linear 0s normal none infinite running osahanloading;
    background: #000 none repeat scroll 0 0;
    border-radius: 80px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px
}
.osahanloading::after {
    animation: 1.5s linear 0s normal none infinite running osahanloading_after;
    border-color: #000 transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px
}
@keyframes osahanloading {
    0% {
        transform: rotate(0)
    }
    50% {
        background: #000 none repeat scroll 0 0;
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.ui-autocomplete {
    z-index: 215000000!important
}
.ui-dialog {
    z-index: 215000000!important
}
.ui-datepicker {
    z-index: 215000000!important
}
.bc-primary {
    color: #007bff;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-secondary {
    color: #6c757d;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-success {
    color: #28a745;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-info {
    color: #17a2b8;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-warning {
    color: #ffc107;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-danger {
    color: #dc3545;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-dark {
    color: #343a40;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.bc-light {
    color: #f8f9fa;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0
}
.tamanio {
    width: 70px!important
}
.fa-red {
    color: red
}
.fa-blue {
    color: #00f
}
.fa-green {
    color: green
}
.mi-iframe {
    width: 100%;
    height: 50px
}
@media (min-width: 320px) {
    .mi-iframe {
        width: 100%;
        height: 150px
    }
}
@media (min-width: 768px) {
    .mi-iframe {
        width: 100%;
        height: 350px
    }
}
@media (min-width: 576px) {
    .heidenFormat {
        height: 405px;
        background: #000
    }
}
.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
}
.bg-inverse {
    background: #000!important;
    color: #fff!important
}
.tooltip_erp {
    display: none;
    background: #fff;
    border: 3px solid #dadada;
    padding: 10px;
    position: absolute;
    word-wrap: break-word;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2em;
    z-index: 215000000!important
}
.tooltip_erp:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 30px;
    width: 0;
    height: 0;
    border-color: transparent transparent #dadada transparent;
    border-style: solid;
    border-width: 10px
}
.tooltip_erp label {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite
}
@-moz-keyframes parpadeo {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes parpadeo {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes parpadeo {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}