File Manager
Viewing File: style.css
/*
Template Name: Infinite Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.7
Version: 1.0.0
Author: Sean Ngu
Website: http://www.seantheme.com/infinite-admin/admin/html/
*/
.navbar .with-label:before,
.sidebar:before,
.switcher input:checked+label:before,
.switcher label:after,
.switcher label:before {
content: ''
}
.caret,
.dropup .caret,
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#page-container,
body,
html {
height: 100%
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
text-rendering: optimizeLegibility;
background: #eaeaea;
font-size: 12px;
color: #000
}
#page-container {
padding-top: 44px
}
a {
color: #007aff;
-webkit-transition: color .2s cubic-bezier(.3, .5, .6, 1);
-moz-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 .navbar-brand .navbar-logo,
.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;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7e68f8', endColorstr='#609cfc', GradientType=1)!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
}
.text-lg {
font-size: 14px
}
.desc {
color: #8c8c8c
}
.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: #4B0082
}
.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: #007aff transparent transparent #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;
box-shadow: 0 0 0 2px 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: 3px
}
.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1;
-webkit-transform: rotate(3deg) translate(0, -4px);
-moz-transform: rotate(3deg) translate(0, -4px);
-ms-transform: rotate(3deg) translate(0, -4px);
-o-transform: rotate(3deg) translate(0, -4px);
transform: rotate(3deg) translate(0, -4px)
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 59px;
right: 15px;
width: 20px;
height: 20px;
border: 2px solid transparent;
border-top-color: #4B0082;
border-left-color: #000;
border-radius: 10px;
-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)
}
100% {
transform: rotate(360deg)
}
}
.header.navbar {
border: none;
min-height: 44px;
box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .08);
position: absolute;
left: 0;
right: 0;
top: 0;
border-radius: 0
}
.header.navbar.navbar-fixed-top {
position: fixed
}
.header.navbar.navbar-inverse {
background: #4B0082
}
.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 .navbar-brand .navbar-logo {
font-size: 18px;
float: left;
line-height: 26px;
height: 24px;
width: 28px;
margin-right: 8px;
text-align: center;
border-radius: 4px;
margin-top: -3px
}
.navbar .navbar-brand {
color: #fff;
font-size: 16px;
font-weight: 300;
width: 230px;
padding-top: 12px;
padding-bottom: 12px;
height: 44px
}
.navbar .navbar-brand img {
max-height: 20px
}
.navbar.navbar-inverse .navbar-brand,
.navbar.navbar-inverse .navbar-nav>li>a {
color: #fff
}
.navbar .navbar-language .flag-icon img {
height: 20px;
float: left;
margin-right: 5px
}
.navbar .navbar-project .project-desc {
font-size: 10px;
line-height: 12px;
opacity: .5;
font-weight: 600
}
.navbar .navbar-project .project-title {
color: #fff;
font-weight: 600
}
.navbar .navbar-project {
padding-top: 7px;
padding-bottom: 5px;
position: relative
}
.navbar .navbar-project .project-icon {
float: left;
background: linear-gradient(#42a1ec, #0070c9);
color: #fff;
padding: 5px;
border-radius: 18px;
width: 30px;
text-align: center;
line-height: 20px;
font-size: 20px;
margin-right: 8px
}
.navbar .navbar-project .project-icon+.project-info {
margin-left: 38px
}
.navbar-right .dropdown-menu {
left: auto;
right: 50%;
margin-left: 0;
margin-right: -80px
}
.navbar-right .dropdown-menu.dropdown-lg {
margin-right: -150px
}
.navbar-right .dropdown-menu.dropdown-md {
margin-right: -120px
}
.navbar .navbar-icon {
min-width: 42px;
font-size: 18px;
color: #fff
}
.navbar .navbar-icon i {
display: block;
line-height: 20px
}
.navbar .navbar-user-img {
height: 28px;
width: 28px;
margin-top: -4px;
margin-bottom: -4px;
float: left;
border-radius: 30px;
overflow: hidden
}
.navbar .navbar-user-img i {
display: block;
text-align: center;
height: 28px;
border-radius: 28px;
width: 28px;
font-size: 24px;
line-height: 38px;
background: rgba(255, 255, 255, .35);
color: rgba(255, 255, 255, .35)
}
.navbar .navbar-user-img+span {
margin-left: 8px
}
.navbar .navbar-user-img.pull-right+span {
margin-left: 0;
margin-right: 8px
}
.navbar .navbar-user-img img {
max-width: 100%;
max-height: 100%;
display: block
}
.navbar .with-label {
position: relative
}
.navbar .with-label:before {
position: absolute;
top: 12px;
right: 13px;
width: 8px;
height: 8px;
border-radius: 40px
}
.navbar .divider {
width: 1px;
height: 44px;
background: rgba(255, 255, 255, .15)
}
.navbar-nav>li>a {
padding: 12px
}
.header-search-bar {
position: absolute;
left: 0;
top: -44px;
right: 0;
height: 44px;
overflow: hidden;
padding: 0 274px;
background: #333;
display: none
}
.header-search-bar.active {
top: 0;
display: block;
animation: searchBarActive .2s
}
.header-search-bar.inactive {
top: -44px;
display: block;
animation: searchBarInactive .2s
}
@-webkit-keyframes searchBarActive {
from {
top: -44px
}
to {
top: 0
}
}
@keyframes searchBarActive {
from {
top: -44px
}
to {
top: 0
}
}
@-webkit-keyframes searchBarInactive {
from {
top: 0
}
to {
top: -44px
}
}
@keyframes searchBarInactive {
from {
top: 0
}
to {
top: -50px
}
}
.header-search-bar .form-control {
box-shadow: none;
border: none;
height: 44px;
border-radius: 0;
font-weight: 300;
padding: 0;
line-height: 44px;
background: #333;
color: #fff;
font-size: 14px
}
.header-search-bar .form-control:focus {
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: 44px;
height: 44px;
font-size: 18px;
line-height: 44px;
text-align: center;
position: absolute;
top: 0;
left: 0;
display: block;
color: #ccc;
text-decoration: none
}
.header-search-bar .left-icon {
left: 230px
}
.header-search-bar .right-icon {
left: auto;
right: 230px
}
.header-search-bar .left-icon i:before,
.header-search-bar .right-icon i:before {
display: block;
line-height: 44px
}
.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 {
border: none;
background: 0 0!important;
margin: 0;
padding: 18px 15px!important
}
.navbar-toggle .icon-bar {
width: 24px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
.navbar-toggle.active .icon-bar {
width: 20px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
top: 3px
}
.navbar-toggle.active .icon-bar+.icon-bar {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
top: auto;
bottom: 3px
}
@media (min-width:768px) {
.navbar-right {
float: right!important;
margin-right: -12px
}
}
@media (max-width:768px) {
.header-search-bar {
padding: 0 44px!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;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff
}
.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: -8px
}
body .navbar .navbar-user-img {
float: none!important;
margin: -4px auto;
display: block
}
.navbar-nav .open .dropdown-menu {
position: fixed;
top: auto;
bottom: 59px;
left: 15px!important;
right: 15px!important;
margin: 0!important;
width: auto!important;
background: #fff;
box-shadow: 0 -284px 0 300px 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: '';
transition: all .3s linear;
position: absolute;
border: 10px solid transparent;
bottom: 60px;
left: 50%;
margin-left: -10px;
z-index: 1020;
opacity: 0
}
.navbar-nav li.dropdown.open>a:after {
border-top-color: #fff;
opacity: 1;
bottom: 40px;
-webkit-transition-delay: .2s;
transition-delay: .2s
}
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 10px 15px
}
.navbar-nav .open .dropdown-menu>li>a {
padding: 3px 15px
}
.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
}
}
.page-sidebar-fixed .sidebar,
.sidebar:before {
bottom: 0;
position: fixed
}
.sidebar,
.sidebar:before {
top: 44px;
background: #fff;
width: 230px
}
.sidebar {
position: absolute;
left: 0
}
.page-sidebar-minified .sidebar:before {
width: 60px
}
.page-full-width .sidebar {
-webkit-transition: all .2s ease;
-moz-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: 230px
}
.page-sidebar-right.page-sidebar-minified .content {
margin-right: 60px
}
.sidebar .nav {
list-style-type: none;
margin: 0;
padding: 0
}
.sidebar .nav>li.nav-header {
padding: 15px 15px 5px;
font-size: 10px;
font-weight: 700;
color: #888
}
.sidebar .nav>li>a {
display: block;
color: #000;
padding: 5px 15px;
font-size: 12px;
line-height: 20px
}
.sidebar .nav>li.active>a,
.sidebar .nav>li.active>a:focus,
.sidebar .nav>li.active>a:hover {
color: #000;
background: rgba(0, 0, 0, .15)
}
.sidebar .nav>li.active>a i {
opacity: 1
}
.sidebar .nav>li>a i {
float: left;
width: 18px;
height: 18px;
font-size: 18px;
text-align: center;
line-height: 18px;
margin-right: 8px;
opacity: .35
}
.sidebar .nav>li>a .caret {
margin-top: 10px
}
.nav .nav-divider {
background: #ccc
}
.sidebar .nav>li.nav-divider+li.nav-header {
padding-top: 5px
}
.sidebar .nav>li>a .notification {
font-size: 9px;
font-weight: 700;
color: #555;
border: 1px solid #ccc;
padding: 2px 3px;
margin-left: 5px;
border-radius: 3px
}
.sidebar .nav>li.has-sub .sub-menu {
display: none;
list-style-type: none;
margin: 0;
padding: 5px 0
}
.sidebar .nav>li.has-sub>.sub-menu {
margin-left: 41px;
font-size: 12px
}
.sidebar li.has-sub .sub-menu>li>a {
color: #999;
display: block;
padding-right: 15px;
line-height: 20px
}
.sidebar .sub-menu li.has-sub .sub-menu {
margin-left: 30px
}
.sidebar .nav>li.has-sub.active>.sub-menu,
.sidebar .sub-menu li.has-sub.active .sub-menu {
display: block
}
.sidebar li.has-sub .sub-menu>li>a .caret {
margin-top: 7px
}
.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.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,
.sidebar.sidebar-inverse:before {
background: #222
}
.sidebar.sidebar-inverse .nav .nav-divider {
background: #333
}
.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,
.sidebar.sidebar-inverse .nav>li.active>a:active,
.sidebar.sidebar-inverse .nav>li.active>a:focus,
.sidebar.sidebar-inverse .nav>li.active>a:hover {
background: rgba(255, 255, 255, .25);
color: #fff
}
.sidebar.sidebar-inverse .nav>li.expand>a,
.sidebar.sidebar-inverse .nav>li>a:active,
.sidebar.sidebar-inverse .nav>li>a:focus,
.sidebar.sidebar-inverse .nav>li>a:hover {
background: rgba(0, 0, 0, .25)
}
.inverse-mode .slimScrollBar:before {
background: #fff
}
.sidebar.sidebar-inverse .slimScrollBar:before {
background: #fff!important
}
.sidebar .nav-project {
padding: 10px 15px
}
.sidebar .nav>li.nav-project>a {
display: block;
padding: 10px 15px;
margin: -10px -15px;
text-decoration: none
}
.sidebar .nav-project .project-icon {
width: 18px;
height: 18px;
float: left;
text-align: center;
border-radius: 4px
}
.sidebar .nav-project .project-info {
margin-left: 26px
}
.sidebar .nav-project .project-title {
font-size: 12px;
margin: 0 0 5px
}
.sidebar .nav-project .project-percentage {
font-size: 10px;
color: rgba(0, 0, 0, .5);
margin-top: -3px
}
.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: 5px
}
.sidebar .nav-copyright {
font-size: 12px;
padding: 15px;
color: #999
}
.float-sub-menu {
position: fixed;
width: 230px;
background: rgba(0, 0, 0, .8);
margin: 0;
padding: 10px 0;
list-style-type: none;
font-size: 12px
}
.float-sub-menu .sub-menu>li>a,
.float-sub-menu>li>a {
color: #999;
display: block;
padding-right: 15px;
padding-left: 15px;
line-height: 20px
}
.float-sub-menu li.has-sub .sub-menu {
list-style-type: none;
margin: 0 0 0 30px;
padding: 5px 0
}
.float-sub-menu .sub-menu>li>a .caret,
.float-sub-menu li>a .caret {
margin-top: 7px
}
.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: 5px 0
}
.page-sidebar-minified .sidebar .slimScrollDiv .slimScrollBar {
display: none!important
}
.page-sidebar-minified .sidebar .nav-copyright,
.page-sidebar-minified .sidebar .nav-project .project-info {
display: none
}
.page-sidebar-minified .sidebar .nav-project .project-icon {
float: none;
width: auto
}
@media (min-width:768px) {
.page-sidebar-minified .sidebar {
width: 60px;
overflow: visible!important;
z-index: 1020
}
.page-sidebar-minified .sidebar .nav>li.nav-header {
padding-left: 5px;
padding-right: 5px;
text-align: center;
overflow: hidden
}
.page-sidebar-minified .sidebar .nav>li a span {
display: none
}
.page-sidebar-minified .sidebar .nav>li a i {
float: none;
width: auto;
display: block;
margin: 0;
height: 20px
}
.page-sidebar-minified .sidebar .nav>li a .caret {
position: absolute;
right: 7px;
top: 5px
}
.page-sidebar-minified .sidebar .nav>li.has-sub .sub-menu {
position: absolute;
left: 100%;
width: 230px;
top: 0;
background: rgba(0, 0, 0, .8);
margin: 0;
padding: 10px 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: 15px
}
.page-sidebar-minified .content {
margin-left: 60px
}
}
@media (max-width:767px) {
.sidebar {
width: auto;
left: -100%;
right: 100%;
top: 44px;
bottom: 44px;
z-index: 1020;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
transition: all .2s ease
}
}
@media (min-width:767px) {
.page-full-width .sidebar {
left: -230px;
z-index: 1020
}
}
.content {
margin-left: 230px;
padding: 25px;
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: 54px;
right: 0;
bottom: 0;
-webkit-transform: translateZ(0)
}
.panel-expand .page-content-full-height .content {
-webkit-transform: none
}
@media (min-width:1280px) {
.page-with-bg {
background: url(../img/bg.jpg) top center no-repeat fixed;
background-size: 100%
}
.page-boxed-layout {
background: #eaeaea
}
.page-boxed-layout,
.page-boxed-layout .header {
max-width: 1280px;
margin: 0 auto
}
.page-boxed-layout .sidebar {
left: auto
}
.page-boxed-layout.page-with-fixed-footer .footer {
width: 1050px;
left: auto;
right: auto;
margin-left: 230px
}
.page-boxed-layout.page-with-fixed-footer.page-sidebar-minified .footer {
margin-left: 60px;
width: 1220px
}
.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: 15px 15px 59px;
overflow: initial;
height: auto
}
.content-cover {
bottom: 44px;
top: 44px;
position: fixed
}
}
.footer {
position: absolute;
left: 230px;
right: 0;
bottom: 0;
line-height: 15px;
padding: 15px 25px;
background: #eaeaea;
border-top: 1px solid #C8C7CC
}
.page-full-width .footer {
left: 0
}
.page-sidebar-minified .footer {
left: 60px
}
.page-with-fixed-footer,
.page-with-footer {
padding-bottom: 46px
}
.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 15px;
font-size: 18px;
font-weight: 500
}
.page-header small {
font-size: 14px;
font-size: 12px;
color: #777
}
.breadcrumb {
font-weight: 700;
font-size: 10px;
margin-bottom: 10px;
padding: 0;
border-radius: 0;
background: 0 0
}
.dropdown-menu,
.navbar-nav>li>.dropdown-menu {
border-radius: 8px
}
.dropdown-menu {
border-color: rgba(0, 0, 0, .05);
box-shadow: 0 2px 6px 1px rgba(0, 0, 0, .1);
float: none;
left: 0;
right: auto;
margin-top: 0;
padding: 8px 0;
font-size: 12px
}
.dropdown .dropdown-menu {
min-width: 160px;
opacity: 0;
transform: scale(.4);
transform-origin: 10% top;
max-height: 0;
display: block;
overflow: hidden;
transition: 0s max-height .15s linear, .1s opacity cubic-bezier(.4, .5, .5, 1), .15s transform cubic-bezier(.1, 1.2, .8, 1)
}
.dropdown-menu>li>a {
padding: 3px 15px
}
.dropdown-menu.dropdown-lg {
width: 300px
}
.dropdown-menu.dropdown-md {
width: 240px
}
.dropdown-menu:after,
.dropdown-menu:before {
content: '';
position: absolute;
top: -20px;
left: 20px;
border: 10px solid transparent;
border-bottom-color: #fff
}
.dropdown-menu:before {
top: -21px;
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: 20px
}
.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
border-color: #fff transparent transparent;
top: auto;
bottom: -20px
}
.dropup .dropdown-menu:before {
bottom: -21px;
border-top-color: rgba(0, 0, 0, .1)
}
.navbar .dropdown-menu {
left: 50%;
margin-left: -80px
}
.navbar .dropdown-menu:after,
.navbar .dropdown-menu:before {
left: 50%;
margin-left: -10px
}
.navbar .dropdown-menu.dropdown-lg {
margin-left: -150px
}
.navbar .dropdown-menu.dropdown-md {
margin-left: -120px
}
.open .dropdown-menu {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: .2s;
transition-delay: .2s;
-webkit-transition-duration: 0s, .2s, .2s;
transition-duration: 0s, .2s, .2s;
max-height: inherit;
opacity: 1;
margin-top: 10px!important;
overflow: initial
}
.dropdown-menu .setting .setting-icon img,
.dropdown-menu>li.notification .notification-icon img {
max-width: 100%;
max-height: 100%
}
.open.dropup .dropdown-menu {
margin-top: 0!important;
margin-bottom: 10px!important
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
background: #007aff
}
.dropdown-menu .divider {
margin: 8px 0;
height: 1px;
width: auto;
background: #e8e8e8
}
.dropdown-header {
border-bottom: 1px solid #e8e8e8;
font-size: 12px;
color: #000;
padding: 10px 15px
}
.dropdown-header .dropdown-close {
float: right;
background: #8A8A8F;
color: #fff!important;
border-radius: 40px;
padding: 0!important;
font-size: 16px;
line-height: 16px!important;
height: 18px;
width: 18px;
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 {
border-radius: 8px 8px 0 0
}
.dropdown-menu>li:last-child {
border-radius: 0 0 8px 8px
}
.dropdown-menu>li.notification a {
display: block;
padding: 10px 0 10px 15px!important
}
.dropdown-menu>li.notification .notification-info {
margin-left: 28px
}
.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: 18px;
height: 18px;
border-radius: 6px;
line-height: 18px;
text-align: center;
overflow: hidden;
color: #fff
}
.dropdown-menu>li.notification a .notification-info {
padding-right: 15px
}
.dropdown-menu>li.notification .notification-icon i {
display: block;
line-height: 18px;
text-align: center
}
.dropdown-menu>li.notification+li.notification .notification-info {
border-top: 1px solid #e8e8e8;
margin-top: -10px;
padding-top: 10px
}
.dropdown-menu>li.notification .notification-title {
margin: 0 0 2px;
font-size: 12px;
font-weight: 500
}
.dropdown-menu>li.notification .notification-time {
font-size: 10px;
font-weight: 400;
color: #999
}
.dropdown-menu>li.notification .notification-desc {
font-size: 11px;
margin: 0
}
.dropdown-menu .setting {
padding: 10px 0 10px 15px
}
.dropdown-menu .setting+.setting .setting-info {
border-top: 1px solid #e5e5e5;
margin-top: -10px;
padding-top: 10px
}
.dropdown-menu .setting .setting-icon {
float: left;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
border-radius: 6px;
color: #fff
}
.dropdown-menu .setting .setting-icon i {
display: block;
line-height: 24px;
text-align: center;
font-size: 16px
}
.dropdown-menu .setting .setting-info {
margin-left: 34px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 15px
}
.form-horizontal .form-group>[class*=col-],
.row>[class*=col-] {
padding-left: 6px;
padding-right: 6px
}
.dropdown-menu .setting .setting-info .switcher {
float: right;
margin-left: 10px
}
.switcher {
display: inline-block
}
.switcher label {
display: block;
margin: 0;
width: 42px;
height: 24px;
position: relative
}
.form-horizontal .form-group,
.row {
margin-left: -6px;
margin-right: -6px
}
.switcher input {
display: none
}
.switcher label:before {
display: block;
width: 42px;
height: 24px;
background: #EFEFF4;
border: 2px solid #f1f1f1;
border-radius: 40px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-transition: all .2s linear
}
.switcher label:after {
height: 20px;
width: 20px;
position: absolute;
left: 2px;
top: 2px;
border-radius: 40px;
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, .5);
-webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-transition: all .1s linear
}
.switcher input:checked+label:before {
background: #007AFF;
border: 2px solid #007AFF
}
.switcher.switcher-success input:checked+label:before {
background: #4cd964;
border: 2px solid #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: 20px
}
.panel {
margin-bottom: 12px;
border-radius: 0;
box-shadow: none;
border: none
}
.panel.panel-default .panel-heading {
border-color: #eaeaea;
background: #fff
}
.panel .panel-heading-btn {
float: right
}
.panel .panel-heading-btn a:not(.btn) {
font-size: 11px;
color: #666;
text-decoration: none;
font-weight: 600
}
.panel .panel-heading {
border-radius: 0;
color: #000
}
.panel .panel-title {
font-size: 12px;
line-height: 20px;
font-weight: 700
}
.panel.panel-bg {
border: none;
padding: 1px
}
.panel.panel-table {
display: table;
width: 100%
}
.panel-column {
display: table-cell;
padding: 15px;
vertical-align: top
}
.panel-column .panel-heading {
padding: 0 0 15px
}
.panel-column .panel-body {
padding: 15px 0
}
.panel.panel-inverse {
color: #fff;
background: #212121
}
.panel.panel-inverse .panel-heading,
.panel.panel-inverse .panel-heading-btn a {
color: #fff
}
.panel.panel-inverse .panel-heading-btn .dropdown a {
color: #666
}
.panel .panel-heading.panel-heading-connect {
padding-bottom: 0;
border: none
}
.panel .panel-heading-btn .btn {
float: left;
padding: 0;
line-height: 20px;
width: 20px;
height: 20px;
text-align: center;
border-radius: 40px;
font-size: 12px;
border-color: transparent
}
.panel .panel-heading-btn .btn:not([class*=btn-]) {
color: #8A8A8F
}
.panel .panel-heading-btn .btn:not([class*=btn-]):active,
.panel .panel-heading-btn .btn:not([class*=btn-]):focus,
.panel .panel-heading-btn .btn:not([class*=btn-]):hover {
color: #000
}
.panel.panel-inverse .panel-heading-btn .btn:not([class*=btn-]):active,
.panel.panel-inverse .panel-heading-btn .btn:not([class*=btn-]):focus,
.panel.panel-inverse .panel-heading-btn .btn:not([class*=btn-]):hover {
color: #fff
}
.panel .panel-heading-btn>div,
.panel .panel-heading-btn>span {
float: left
}
.panel .panel-heading-btn .btn+.btn,
.panel .panel-heading-btn>btn+div,
.panel .panel-heading-btn>btn+span,
.panel .panel-heading-btn>div+.btn,
.panel .panel-heading-btn>span+.btn {
margin-left: 5px
}
.panel .panel-heading {
border: none;
padding: 15px 15px 8px
}
.panel .panel-heading+.panel-body {
padding-top: 0
}
.panel.panel-bordered {
border: 1px solid #dadade
}
.panel.panel-bordered .panel-heading {
padding: 8px 15px;
background: 0 0
}
.panel .accordion-link {
text-decoration: none;
margin: -8px -15px;
padding: 8px 15px;
display: block
}
.panel .panel-footer {
border-color: #EFEFF4
}
.panel.panel-expand {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10000;
margin: 0
}
.panel {
position: relative
}
.panel .panel-loading {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, .85)
}
@-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: 28px;
height: 28px;
margin: 0 auto;
border: 2px solid rgba(0, 0, 0, .2);
border-right-color: #000;
border-radius: 28px;
-webkit-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
-moz-animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67);
animation: spin 1s infinite cubic-bezier(.17, .67, .83, .67)
}
.panel .panel-loading .spinner {
position: absolute;
top: 50%;
left: 50%;
margin-top: -14px;
margin-left: -14px
}
.panel-heading .progress {
width: 120px;
margin-top: 4px
}
.panel-title .badge,
.panel-title .label {
position: relative;
top: -1px
}
.panel>.alert {
border: none;
margin: 0;
padding: 10px 15px;
border-radius: 0
}
.panel .panel-toolbar {
border-top: 1px solid #EFEFF4;
border-bottom: 1px solid #EFEFF4;
background: #f5f5f5;
padding: 10px 15px
}
.panel.panel-with-tabs .panel-heading .nav.nav-tabs {
border: none;
margin-top: -7px
}
.panel.panel-with-tabs .panel-heading {
border-bottom: 1px solid #dadade
}
.panel.panel-with-tabs .panel-heading .nav.nav-tabs>li>a {
font-size: 10px;
font-weight: 600
}
.panel.panel-danger .panel-heading,
.panel.panel-info .panel-heading,
.panel.panel-success .panel-heading,
.panel.panel-warning .panel-heading {
background: 0 0
}
.panel.panel-info {
box-shadow: 0 0 0 1px #5ac8fa
}
.panel.panel-warning {
box-shadow: 0 0 0 1px #ff9500
}
.panel.panel-success {
box-shadow: 0 0 0 1px #4ED964
}
.panel.panel-danger {
box-shadow: 0 0 0 1px #fe3b30
}
.panel.panel-purple {
box-shadow: 0 0 0 1px #5856D6
}
.panel.panel-yellow {
box-shadow: 0 0 0 1px #FC0
}
.panel.panel-pink {
box-shadow: 0 0 0 1px #FF2D55
}
.btn-scroll-top {
position: fixed;
bottom: 25px;
right: 25px;
width: 36px;
height: 36px;
border-radius: 18px;
z-index: 1000;
background: #666;
color: #fff;
text-align: center;
line-height: 36px;
text-decoration: none
}
.btn-scroll-top:focus,
.btn-scroll-top:hover {
background: #007aff;
color: #fff;
text-decoration: none
}
.table {
font-size: 12px
}
.table.table-inverse {
color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px 8px
}
.table-striped>thead>tr>th {
border-bottom: none
}
.table-striped>tbody>tr:nth-of-type(odd) {
background: #eee
}
.table-inverse.table-striped>tbody>tr:nth-of-type(odd) {
background: #212121;
color: #fff
}
.panel.panel-inverse>.panel-body+.table,
.panel.panel-inverse>.panel-body+.table-responsive,
.panel.panel-inverse>.table+.panel-body,
.panel.panel-inverse>.table-responsive+.panel-body,
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
border: none
}
.panel>.table td:first-child,
.panel>.table th:first-child,
.table.table-panel td:first-child,
.table.table-panel th:first-child {
padding-left: 15px
}
.panel>.table td:last-child,
.panel>.table th:last-child,
.table.table-panel td:last-child,
.table.table-panel th:last-child {
padding-right: 15px
}
td.btn-col .btn {
margin-top: -5px;
margin-bottom: -5px
}
td.btn-col .btn.btn-xs {
margin-top: -6px
}
.table-hover>tbody>tr:hover {
background: #efeff4
}
.table-bordered,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
border-color: #e0e0e0
}
.checkbox-col .checkbox {
margin-top: 0;
margin-bottom: -3px
}
.checkbox-col .checkbox-inline {
margin-top: -2px;
margin-bottom: -8px
}
.radio-col .radio {
margin-top: 0;
margin-bottom: -2px
}
.radio-col .radio-inline {
margin-top: -1px;
margin-bottom: -7px
}
.switcher-col .switcher {
margin-top: -3px;
margin-bottom: -8px
}
.form-col .form-control {
margin-top: -4px;
margin-bottom: -4px
}
.img-col img {
margin-top: -6px;
margin-bottom: -6px;
display: block;
border-radius: 4px;
max-height: 60px;
max-width: 120px
}
.img-col img.img-lg {
max-height: 120px;
max-width: 240px
}
.img-col img.img-sm {
max-height: 30px;
max-width: 60px
}
.table.table-inverse>tbody>tr>td,
.table.table-inverse>tbody>tr>th,
.table.table-inverse>tfoot>tr>td,
.table.table-inverse>tfoot>tr>th,
.table.table-inverse>thead>tr>td,
.table.table-inverse>thead>tr>th {
border-color: #000
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
background: #e5ffe9
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background: #e8f7ff
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
background: #fff5e6
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background: #ffe8e7
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
background: #f9f9f9
}
.caret,
.dropup .caret {
font-family: themify;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
border: none;
font-size: 10px;
min-width: 10px
}
.caret:before {
content: "\e64b";
position: relative;
top: -3px
}
.dropup .caret:before {
content: "\e648";
position: relative;
top: -3px
}
.btn-xs .caret:before {
top: -5px
}
.btn:active,
.btn:focus,
.btn:hover {
outline: 0
}
.btn.btn-lg {
border-radius: 4px
}
.btn.btn-rounded {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px
}
.btn.btn-danger.btn-outline,
.btn.btn-default.btn-outline,
.btn.btn-grey.btn-outline,
.btn.btn-info.btn-outline,
.btn.btn-outline,
.btn.btn-pink.btn-outline,
.btn.btn-primary.btn-outline,
.btn.btn-purple.btn-outline,
.btn.btn-success.btn-outline,
.btn.btn-warning.btn-outline,
.btn.btn-yellow.btn-outline {
background: 0 0
}
.btn.no-border {
border: none
}
.btn.btn-icon {
border-radius: 40px
}
.btn-default,
.btn-default.active,
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default:active,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.open>.dropdown-toggle.btn-default,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
border-color: #dfdfe0;
color: #212121;
background: #fff
}
.btn-default.active {
background: #fff
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.btn-outline:active,
.btn-default.btn-outline:focus,
.btn-default.btn-outline:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
background: #f3f3f3;
border-color: #dfdfe0
}
.btn-white,
.btn-white.active,
.btn-white.disabled.focus,
.btn-white.disabled:focus,
.btn-white.disabled:hover,
.btn-white:active,
.btn-white[disabled].focus,
.btn-white[disabled]:focus,
.btn-white[disabled]:hover,
.open>.dropdown-toggle.btn-white,
fieldset[disabled] .btn-white.focus,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:hover {
border-color: #fff;
color: #000;
background: #fff
}
.btn-white.btn-outline {
color: #fff
}
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white.btn-outline.active,
.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover,
.btn-white:active,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white:focus,
.btn-white:hover,
.open>.dropdown-toggle.btn-white.focus,
.open>.dropdown-toggle.btn-white:focus,
.open>.dropdown-toggle.btn-white:hover {
border-color: rgba(255, 255, 255, .85);
background: rgba(255, 255, 255, .85);
color: #000
}
.btn-primary,
.btn-primary.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.open>.dropdown-toggle.btn-primary,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
border-color: #007AFF;
color: #fff;
background: #007AFF
}
.btn-primary.btn-outline {
color: #007AFF
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.btn-outline.active,
.btn-primary.btn-outline:active,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
border-color: #1D62F0;
background: #1D62F0;
color: #fff
}
.btn-success,
.btn-success.active,
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:active,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
.open>.dropdown-toggle.btn-success,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
border-color: #4CD964;
color: #fff;
background: #4CD964
}
.btn-success.btn-outline,
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover {
color: #4CD964
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.btn-outline.active,
.btn-success.btn-outline:active,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
background: #45c35a;
border-color: #45c35a;
color: #fff
}
.btn-info,
.btn-info.active,
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:active,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
.open>.dropdown-toggle.btn-info,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
border-color: #5AC8FA;
color: #fff;
background: #5AC8FA
}
.btn-info.btn-outline {
color: #5AC8FA
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.btn-outline.active,
.btn-info.btn-outline:active,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:hover,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
background: #50b3e0;
border-color: #50b3e0;
color: #fff
}
.btn-warning,
.btn-warning.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
.open>.dropdown-toggle.btn-warning,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
border-color: #FF9500;
color: #fff;
background: #FF9500
}
.btn-warning.btn-outline {
color: #FF9500
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.btn-outline.active,
.btn-warning.btn-outline:active,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:hover,
.btn-warning:active,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
background: #e68701;
border-color: #e68701;
color: #fff
}
.btn-danger,
.btn-danger.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
.open>.dropdown-toggle.btn-danger,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
border-color: #FF3B30;
color: #fff;
background: #FF3B30
}
.btn-danger.btn-outline {
color: #FF3B30
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.btn-outline.active,
.btn-danger.btn-outline:active,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:hover,
.btn-danger:active,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
background: #e4352b;
border-color: #e4352b;
color: #fff
}
.btn-link {
color: #007AFF
}
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
color: #1D62F0
}
.btn-purple,
.btn-purple.active,
.btn-purple.disabled.focus,
.btn-purple.disabled:focus,
.btn-purple.disabled:hover,
.btn-purple:active,
.btn-purple[disabled].focus,
.btn-purple[disabled]:focus,
.btn-purple[disabled]:hover,
.open>.dropdown-toggle.btn-purple,
fieldset[disabled] .btn-purple.focus,
fieldset[disabled] .btn-purple:focus,
fieldset[disabled] .btn-purple:hover {
border-color: #5856D6;
color: #fff;
background: #5856D6
}
.btn-purple.btn-outline {
color: #5856D6
}
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple.btn-outline.active,
.btn-purple.btn-outline:active,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:hover,
.btn-purple:active,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.btn-purple:focus,
.btn-purple:hover,
.open>.dropdown-toggle.btn-purple.focus,
.open>.dropdown-toggle.btn-purple:focus,
.open>.dropdown-toggle.btn-purple:hover {
background: #4c4bb7;
border-color: #4c4bb7;
color: #fff
}
.btn-pink,
.btn-pink.active,
.btn-pink.disabled.focus,
.btn-pink.disabled:focus,
.btn-pink.disabled:hover,
.btn-pink:active,
.btn-pink[disabled].focus,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:hover,
.open>.dropdown-toggle.btn-pink,
fieldset[disabled] .btn-pink.focus,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:hover {
border-color: #FF2D55;
color: #fff;
background: #FF2D55
}
.btn-pink.btn-outline {
color: #FF2D55
}
.btn-pink.active.focus,
.btn-pink.active:focus,
.btn-pink.active:hover,
.btn-pink.btn-outline.active,
.btn-pink.btn-outline:active,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:hover,
.btn-pink:active,
.btn-pink:active.focus,
.btn-pink:active:focus,
.btn-pink:active:hover,
.btn-pink:focus,
.btn-pink:hover,
.open>.dropdown-toggle.btn-pink.focus,
.open>.dropdown-toggle.btn-pink:focus,
.open>.dropdown-toggle.btn-pink:hover {
background: #de2649;
border-color: #de2649;
color: #fff
}
.btn-yellow,
.btn-yellow.active,
.btn-yellow.disabled.focus,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:hover,
.btn-yellow:active,
.btn-yellow[disabled].focus,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:hover,
.open>.dropdown-toggle.btn-yellow,
fieldset[disabled] .btn-yellow.focus,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:hover {
border-color: #FC0;
color: #fff;
background: #FC0
}
.btn-yellow.btn-outline {
color: #FC0
}
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow.btn-outline.active,
.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:hover,
.btn-yellow:active,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.btn-yellow:focus,
.btn-yellow:hover,
.open>.dropdown-toggle.btn-yellow.focus,
.open>.dropdown-toggle.btn-yellow:focus,
.open>.dropdown-toggle.btn-yellow:hover {
background: #e6b801;
border-color: #e6b801;
color: #fff
}
.btn-grey,
.btn-grey.active,
.btn-grey.disabled.focus,
.btn-grey.disabled:focus,
.btn-grey.disabled:hover,
.btn-grey:active,
.btn-grey[disabled].focus,
.btn-grey[disabled]:focus,
.btn-grey[disabled]:hover,
.open>.dropdown-toggle.btn-grey,
fieldset[disabled] .btn-grey.focus,
fieldset[disabled] .btn-grey:focus,
fieldset[disabled] .btn-grey:hover {
border-color: #8A8A8F;
color: #fff;
background: #8A8A8F
}
.btn-grey.btn-outline {
color: #8A8A8F
}
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey.btn-outline.active,
.btn-grey.btn-outline:active,
.btn-grey.btn-outline:focus,
.btn-grey.btn-outline:hover,
.btn-grey:active,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.btn-grey:focus,
.btn-grey:hover,
.open>.dropdown-toggle.btn-grey.focus,
.open>.dropdown-toggle.btn-grey:focus,
.open>.dropdown-toggle.btn-grey:hover {
background: #737377;
border-color: #737377;
color: #fff
}
.btn-inverse,
.btn-inverse.disabled.focus,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:hover,
.btn-inverse[disabled].focus,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:hover,
.open>.dropdown-toggle.btn-inverse,
fieldset[disabled] .btn-inverse.focus,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:hover {
border-color: #000;
color: #fff;
background: #000
}
.btn-inverse.btn-outline {
color: #000
}
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse.btn-outline.active,
.btn-inverse.btn-outline:active,
.btn-inverse.btn-outline:focus,
.btn-inverse.btn-outline:hover,
.btn-inverse:active,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse.focus,
.open>.dropdown-toggle.btn-inverse:focus,
.open>.dropdown-toggle.btn-inverse:hover {
background: #333;
border-color: #333;
color: #fff
}
mark {
background: #FC0
}
.panel-inverse code {
color: #fc0;
background-color: #666
}
hr {
border-color: #C8C7CC
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background: 0 0;
border-color: #8A8A8F;
color: #000
}
.pagination>li>a,
.pagination>li>span {
color: #000;
border-color: transparent;
border-radius: 6px!important;
background: 0 0
}
.progress,
.progress-bar {
border-radius: 40px
}
.pagination>li+li>a,
.pagination>li+li>span {
margin-left: 3px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
color: #000;
background: 0 0;
border-color: #C8C7CC
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
border-color: transparent;
background: 0 0;
color: #8A8A8F
}
.label-default {
background: #8A8A8F
}
.label-default[href]:focus,
.label-default[href]:hover {
background: #737377
}
.label-primary {
background: #007AFF
}
.label-primary[href]:focus,
.label-primary[href]:hover {
background: #1D62F0
}
.label-success {
background: #4CD964
}
.label-success[href]:focus,
.label-success[href]:hover {
background: #45c35a
}
.label-info {
background: #5AC8FA
}
.label-info[href]:focus,
.label-info[href]:hover {
background: #50b3e0
}
.label-warning {
background: #FF9500
}
.label-warning[href]:focus,
.label-warning[href]:hover {
background: #e68701
}
.label-danger {
background: #FF3B30
}
.label-danger[href]:focus,
.label-danger[href]:hover {
background: #e4352b
}
.label-purple {
background: #5856D6
}
.label-purple[href]:focus,
.label-purple[href]:hover {
background: #4c4bb7
}
.label-pink {
background: #FF2D55
}
.label-pink[href]:focus,
.label-pink[href]:hover {
background: #de2649
}
.label-yellow {
background: #FC0
}
.label-yellow[href]:focus,
.label-yellow[href]:hover {
background: #e6b801
}
.label-inverse {
background: #000
}
.label-inverse[href]:focus,
.label-inverse[href]:hover {
background: #333
}
.badge {
background: #8A8A8F
}
.btn-primary .badge,
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
color: #007AFF
}
.nav {
font-size: 14px
}
.nav>li>a:focus,
.nav>li>a:hover {
background: #EFEFF4
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
border-color: #007aff
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
background: #007aff
}
.alert {
padding: 10px
}
.alert.alert-outline {
background: 0 0
}
.alert-success {
color: #379646;
background-color: #e5ffe9;
border-color: #4CD964
}
.alert-success .alert-link {
color: #40b353
}
.alert-info {
color: #398cb3;
background-color: #e8f7ff;
border-color: #5ac8fa
}
.alert-info .alert-link {
color: #50b0dc
}
.alert-warning {
color: #ca7702;
background-color: #fff5e6;
border-color: #ff9500
}
.alert-warning .alert-link {
color: #e28502
}
.alert-danger,
.alert-danger .alert-link {
color: #e2342a
}
.alert-danger {
background-color: #ffe8e7;
border-color: #fe3b30
}
.alert-inverse {
color: #000;
background-color: #f5f5f5;
border-color: #000
}
.jumbotron {
padding-left: 60px;
padding-right: 60px
}
@media (max-width:767px) {
.btn-scroll-top {
bottom: 59px;
right: 15px;
z-index: 9999
}
.jumbotron {
padding: 30px
}
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
border-color: #007aff
}
.progress-bar {
background: #007aff;
box-shadow: none
}
.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: 12px
}
.progress.progress-sm .progress-bar {
line-height: 12px;
font-size: 9px
}
.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 {
box-shadow: none;
background: #f5f5f5;
border-color: #dadade
}
.nav-tabs {
border-bottom: 1px solid #dadade
}
.tab-content.tab-content-bordered {
padding: 15px;
border: 1px solid #dadade;
border-top: none
}
.tab-content {
padding: 15px
}
.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
}
.nav-tabs-left .tab-content {
display: table-cell;
border: 1px solid #dadade;
border-left: none
}
.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: 2px;
border-radius: 4px 0 0 4px;
white-space: nowrap
}
.nav-tabs-left .nav-tabs>li.active>a,
.nav-tabs-left .nav-tabs>li.active>a:focus,
.nav-tabs-left .nav-tabs>li.active>a:hover {
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
}
.nav-tabs-right .tab-content {
display: table-cell;
border: 1px solid #dadade;
border-right: none
}
.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: 2px;
border-radius: 0 4px 4px 0;
white-space: nowrap
}
.nav-tabs-right .nav-tabs>li.active>a,
.nav-tabs-right .nav-tabs>li.active>a:focus,
.nav-tabs-right .nav-tabs>li.active>a:hover {
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: 15px;
border: 1px solid #dadade;
border-bottom: none
}
.nav-tabs-bottom .nav-tabs>li>a {
border-radius: 0 0 4px 4px;
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: 59px;
right: 15px;
width: 320px
}
.page-notification-container .page-notification {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}
.page-notification {
border-radius: 8px;
background: #f0f0f0;
display: table;
width: 100%;
margin-bottom: 10px
}
.page-notification .notification-btn,
.page-notification .notification-info,
.page-notification .notification-media {
display: table-cell;
vertical-align: middle
}
.page-notification .notification-media {
padding: 15px 10px 15px 15px;
text-align: center;
vertical-align: middle;
width: 61px
}
.page-notification .notification-media img {
max-width: 36px;
max-height: 36px;
border-radius: 6px
}
.page-notification .notification-media i {
display: block;
width: 36px;
height: 36px;
border-radius: 6px;
line-height: 36px;
text-align: center;
overflow: hidden;
color: #000;
font-size: 24px;
background: rgba(0, 0, 0, .15);
top: 0
}
.page-notification .notification-info {
padding: 15px
}
.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: 200px
}
.page-notification .notification-media+.notification-info .notification-desc,
.page-notification .notification-media+.notification-info .notification-title {
max-width: 169px
}
.page-notification .notification-title {
font-size: 13px;
font-weight: 600;
margin-top: 2px
}
.page-notification .notification-desc {
font-weight: 500;
font-size: 11px;
margin-top: 2px
}
.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: 75px;
border-left: 1px solid #dbdbdb
}
.page-notification .notification-btn.single-btn a {
padding: 25px 15px
}
.page-notification .notification-btn a {
padding: 10px 15px;
display: block;
color: #737171;
font-size: 12px;
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:320px) {
.page-notification-container {
width: 310px;
right: 5px
}
}
.form-control {
box-shadow: none;
border-color: #C8C7CC;
color: #000;
font-size: 12px;
-webkit-transition: border-color ease-in-out .15s, -webkit-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
}
.form-control.input-lg,
.input-lg {
font-size: 16px
}
.form-control:focus {
border-color: #007aff;
outline: 0;
box-shadow: 0 0 0 2px rgba(102, 175, 233, .6)
}
.form-control.input-inverse {
border-color: rgba(255, 255, 255, .5);
color: #fff
}
.form-control.input-outline {
background: 0 0
}
.form-control.no-border {
border-color: transparent
}
@media (min-width:768px) {
.form-inline .form-group+.form-group {
margin-left: 10px
}
.form-inline label+.form-control {
margin-left: 5px
}
.form-inline .form-group+.btn {
margin-left: 10px
}
}
.form-grid {
display: table;
width: 100%
}
.form-grid .form-group {
display: table-row
}
.form-grid .form-group+.form-group .control-label,
.form-grid .form-group+.form-group .input-container {
border-top: 1px solid #EFEFF4
}
.form-grid .control-label,
.form-grid .input-container {
display: table-cell;
vertical-align: middle
}
.form-grid .form-control {
border: none
}
.form-grid .control-label {
width: 1%;
white-space: nowrap;
padding-top: 8px;
padding-bottom: 8px
}
.panel>.form-grid .control-label {
padding-left: 15px;
padding-right: 15px
}
.panel>.form-grid .form-control {
padding-right: 15px
}
.panel>.form-grid .checkbox,
.panel>.form-grid .checkbox-inline,
.panel>.form-grid .radio,
.panel>.form-grid .radio-inline {
padding-left: 12px
}
.panel>.form-grid .switcher {
padding: 10px 15px
}
label.control-label {
color: #212121
}
.checkbox label,
.checkbox-inline label,
.radio label,
.radio-inline label {
min-height: 16px;
padding-left: 25px
}
.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-inline,
.radio-inline {
padding-left: 0
}
.checkbox input+label,
.checkbox-inline input+label,
.radio input+label,
.radio-inline input+label {
position: relative
}
.checkbox input+label:before,
.checkbox-inline input+label:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 18px;
border: 1px solid #C8C7CC;
border-radius: 4px;
transition: all .2s linear
}
.checkbox input:checked+label:after,
.checkbox-inline input:checked+label:after {
content: "\e013";
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
padding-right: 1px;
text-align: center;
line-height: 18px;
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: 18px;
height: 18px;
background: #fff;
border: 1px solid #C8C7CC;
transition: all .2s linear;
border-radius: 18px
}
.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: 8px;
height: 8px;
left: 5px;
top: 5px;
border-radius: 10px;
transition: all .2s linear
}
.radio input:checked+label:after,
.radio-inline input:checked+label:after {
background: #fff;
box-shadow: 0 1px 2px 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 {
box-shadow: none;
border-color: #379646
}
.has-success .form-control:focus {
border-color: #205829;
box-shadow: 0 0 0 2px 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 {
box-shadow: none;
border-color: #ca7702
}
.has-warning .form-control:focus {
border-color: #864f01;
box-shadow: 0 0 0 2px 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 {
box-shadow: none;
border-color: #e2342a
}
.has-error .form-control:focus {
border-color: #b92a21;
box-shadow: 0 0 0 2px 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 label~.form-control-feedback {
top: 22px
}
.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;
top: 1px
}
.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-column+div,
.vertical-box.with-border .vertical-box-column:first-child {
border-left: none
}
.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:last-child {
border-right: 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 {
width: 100%
}
.modal-dialog.modal-full .modal-content {
border-radius: 0
}
.close {
text-shadow: none
}
.modal.modal-inverse .close {
color: #fff
}
.modal .modal-content {
box-shadow: none;
border: none
}
.modal.modal-inverse .modal-content {
background: #3a3a3a;
color: #fff
}
.modal.modal-inverse.modal-transparent .modal-content,
.modal.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
}
.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-body+.modal-footer,
.modal.modal-cover .modal-header+.modal-body {
padding-top: 0
}
.section-title {
color: #8A8A8F;
font-weight: 600;
font-size: 10px;
padding: 0 10px;
margin: 10px 0
}
.slimScrollBar {
background: 0 0!important;
width: 8px!important;
-webkit-transition: opacity .2s linear;
-moz-transition: opacity .2s linear;
transition: opacity .2s linear;
opacity: 0!important;
right: 0!important
}
.slimScrollDiv:active .slimScrollBar,
.slimScrollDiv:focus .slimScrollBar,
.slimScrollDiv:hover .slimScrollBar {
display: block!important;
opacity: .5!important
}
.slimScrollDiv .slimScrollBar:active,
.slimScrollDiv .slimScrollBar:focus,
.slimScrollDiv .slimScrollBar:hover {
opacity: .75!important;
width: 10px!important
}
.slimScrollBar:before {
content: '';
position: absolute;
top: 2px;
left: 0;
right: 2px;
bottom: 2px;
border-radius: 40px;
background: #000;
opacity: .5
}
.ui-autocomplete-header {
font-size: 10px;
color: #999;
padding: 5px 15px;
margin-top: -5px
}
.ui-autocomplete {
border: none;
border-radius: 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
font-size: 12px;
padding: 15px 0
}
.search-bar-autocomplete.ui-autocomplete {
z-index: 1020
}
.ui-menu .ui-menu-item a {
padding: 5px 10px;
border-radius: 4px;
margin: 0 30px
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
border: none;
background: #EFEFF4;
color: #000
}
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
margin: 0 30px
}
.jvectormap-goback,
.jvectormap-zoomin,
.jvectormap-zoomout {
left: 0;
background: #007aff
}
.jvectormap-zoomin {
top: 0
}
.jvectormap-zoomout {
top: 20px
}
.jvectormap-tip {
background: #666;
border: none;
padding: 3px 6px
}
.jvectormap-full .jvectormap-goback,
.jvectormap-full .jvectormap-zoomin,
.jvectormap-full .jvectormap-zoomout {
left: 15px
}
.jvectormap-full .jvectormap-zoomin {
top: 15px
}
.jvectormap-full .jvectormap-zoomout,
body .jvectormap-zoomout {
top: 35px
}
.content-cover .jvectormap-goback,
.content-cover .jvectormap-zoomin,
.content-cover .jvectormap-zoomout {
margin-top: 80px;
margin-left: 15px
}
body .jvectormap-zoomin,
body .jvectormap-zoomout {
width: 20px;
height: 20px;
line-height: 14px;
border-radius: 6px;
box-sizing: border-box;
font-size: 14px
}
body .jvectormap-tip {
border: none!important;
padding: 5px 7px!important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 12px
}
body .jvectormap-goback,
body .jvectormap-zoomin,
body .jvectormap-zoomout {
background: #007aff
}
body .jvectormap-legend-title {
font-size: 10px;
margin: -10px -10px 10px;
padding: 5px 10px;
background: #666;
border-radius: 6px 6px 0 0
}
#chartjs-tooltip,
body .jvectormap-legend {
border-radius: 6px
}
body .jvectormap-legend-cnt-v .jvectormap-legend {
padding: 10px
}
body .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
height: 20px
}
body .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
font-size: 11px;
padding-left: 10px;
position: relative
}
body .jvectormap-legend-cnt-v {
bottom: 25px;
left: 25px;
top: auto;
right: auto
}
.content-cover .jvectormap-legend-cnt-v {
margin-top: 55px
}
#chartjs-tooltip {
opacity: 1;
position: absolute;
background: rgba(0, 0, 0, .7);
color: #fff;
-webkit-transition: all .1s ease;
transition: all .1s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
z-index: 1020;
font-size: 12px
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 5px;
border-radius: 5px;
float: left;
margin-top: 4px
}
.jstooltip {
width: auto;
height: auto
}
.wizard .wizard-header {
white-space: nowrap;
border-bottom: 1px solid #C8C7CC
}
.wizard .wizard-header .nav>li>a {
font-size: 10px;
color: #8A8A8F;
font-weight: 700;
border-radius: 6px 6px 0 0;
border: 1px solid transparent;
margin-bottom: -1px;
padding: 12px 15px 10px
}
.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 {
background: #fff;
color: #000;
border-color: #C8C7CC #C8C7CC #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;
border-radius: 0 0 6px 6px
}
.wizard .wizard-content .tab-pane {
padding: 25px;
background: #fff
}
.wizard .wizard-footer {
padding: 20px 25px;
background: #EFEFF4;
border-top: 1px solid #EFEFF4;
border-radius: 0 0 6px 6px
}
.wizard .wizard-next-btn {
float: right
}
.wizard .wizard-prev-btn {
float: left
}
.wizard .wizard-next-btn,
.wizard .wizard-prev-btn {
min-width: 120px
}
.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>li {
display: inline-block;
float: none
}
}
body .datepicker-dropdown.dropdown-menu {
margin-top: 10px!important;
overflow: initial;
width: 300px!important;
padding: 0 1px 0 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px
}
body .datepicker-dropdown.datepicker-orient-left:after,
body .datepicker-dropdown.datepicker-orient-left:before {
border-width: 10px;
top: -10px;
left: 15px
}
body .datepicker-dropdown.datepicker-orient-right:after,
body .datepicker-dropdown.datepicker-orient-right:before {
border-width: 10px;
top: -10px;
right: 15px
}
body .datepicker-dropdown.datepicker-orient-left:after,
body .datepicker-dropdown.datepicker-orient-right:after {
top: -9px
}
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:after,
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:after {
top: auto;
bottom: -10px
}
body .datepicker-dropdown.datepicker-orient-left.datepicker-orient-top:before,
body .datepicker-dropdown.datepicker-orient-right.datepicker-orient-top:before {
top: auto;
bottom: -11px;
border-top-color: rgba(0, 0, 0, .1)
}
body .datepicker .datepicker-switch,
body .datepicker .next,
body .datepicker .prev,
body .datepicker tfoot tr th {
padding: 10px 5px;
border-radius: 0;
background: 0 0!important;
min-width: 43px
}
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,
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: 14px
}
body .datepicker-dropdown:before {
border-bottom-color: rgba(0, 0, 0, .1)
}
body .datepicker th.dow {
color: #000;
font-size: 10px;
font-weight: 700;
text-transform: uppercase
}
body div.dt-button-info:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
font-family: themify;
text-transform: none;
speak: none;
font-style: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
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: 10px
}
body .datepicker .datepicker-switch {
font-weight: 300;
font-size: 20px;
color: #FF3B30;
width: 100%
}
body .datepicker-inline {
width: 100%
}
body .bootstrap-timepicker-widget.dropdown-menu {
padding: 5px;
width: 160px
}
body .bootstrap-timepicker-widget.timepicker-orient-top:after,
body .bootstrap-timepicker-widget.timepicker-orient-top:before {
top: -20px
}
body .bootstrap-timepicker-widget.timepicker-orient-top:before {
top: -21px;
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: -10px;
top: auto
}
body .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
bottom: -11px;
border-top-color: rgba(0, 0, 0, .1)
}
body .bootstrap-timepicker-widget.dropdown-menu:after,
body .bootstrap-timepicker-widget.dropdown-menu:before {
border-width: 10px
}
body .bootstrap-timepicker-widget.timepicker-orient-left:after,
body .bootstrap-timepicker-widget.timepicker-orient-left:before {
left: 15px
}
body .bootstrap-timepicker-widget.timepicker-orient-right:after,
body .bootstrap-timepicker-widget.timepicker-orient-right:before {
right: 15px
}
body .bootstrap-timepicker-widget table td {
height: auto;
padding: 0
}
body .bootstrap-timepicker-widget table td.separator {
padding: 0 3px
}
body .bootstrap-timepicker-widget table td input {
border: 1px solid #C8C7CC;
height: 34px;
padding: 6px 8px;
line-height: 1.42857143;
display: block;
width: 100%;
margin: 3px 0;
-webkit-transition: border-color ease-in-out .15s, -webkit-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;
box-shadow: 0 0 0 2px rgba(102, 175, 233, .6)
}
body .bootstrap-timepicker-widget table td a {
padding: 0;
outline: 0;
color: #000;
display: block;
line-height: 24px;
width: auto
}
body .bootstrap-timepicker-widget table td a:hover {
background: #EFEFF4;
border-color: #EFEFF4
}
body .colorpicker {
padding: 5px;
border-radius: 8px
}
body .colorpicker-alpha,
body .colorpicker-color div,
body .colorpicker-hue,
body .colorpicker-saturation,
body .colorpicker-selectors i {
border-radius: 2px
}
body .colorpicker-element .add-on i,
body .colorpicker-element .input-group-addon i {
border-radius: 3px;
margin: 0 -2px
}
body .colorpicker:after,
body .colorpicker:before {
border-width: 10px;
top: -20px;
left: 15px
}
body .colorpicker:before {
border-bottom-color: rgba(0, 0, 0, .1);
top: -21px
}
body .colorpicker.colorpicker-right:after,
body .colorpicker.colorpicker-right:before {
right: 15px;
left: auto
}
body .colorpicker.colorpicker-bottom:after,
body .colorpicker.colorpicker-bottom:before {
top: auto;
bottom: -10px
}
body .colorpicker.colorpicker-bottom:before {
bottom: -11px
}
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;
-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;
box-shadow: 0 0 0 2px rgba(102, 175, 233, .6)
}
body .fc button:focus,
body table.dataTable>thead>tr>th:active,
body table.dataTable>thead>tr>th:focus {
outline: 0
}
body .bootstrap-select.btn-group .dropdown-menu.inner {
margin: 0!important
}
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 8px 8px
}
body .bootstrap-select .notify {
border: none!important;
box-shadow: none!important;
border-radius: 4px;
padding: 5px 10px!important;
background: #FC0!important
}
body .bootstrap-tagsinput {
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;
-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: 10px
}
body .bootstrap-tagsinput .tag.label-info {
background: #8A8A8F
}
body .bootstrap-tagsinput .tag [data-role=remove] {
margin-right: -2px;
margin-left: 4px
}
body .bootstrap-tagsinput .tag [data-role=remove]:hover {
box-shadow: none;
color: rgba(0, 0, 0, .75)
}
body .slider.slider-horizontal {
height: 24px;
width: 100%
}
body .slider.slider-disabled .slider-track {
opacity: .5
}
body .slider-track {
box-shadow: none
}
body .slider.slider-horizontal .slider-track {
height: 2px;
box-shadow: none;
background: #dfdfdf;
margin-top: -1px
}
body .slider-selection {
background: #007aff;
box-shadow: none!important
}
body .slider-handle,
body .slider.slider-disabled .slider-handle {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
width: 24px;
height: 24px
}
body .slider.slider-vertical .slider-track {
left: 50%;
margin-left: -1px;
width: 2px
}
body .slider.slider-vertical {
width: 24px
}
body .pwstrength_viewport_progress.inline {
display: inline-block;
position: relative;
top: 2px;
min-width: 180px;
margin-left: 10px
}
body .pwstrength_viewport_progress .progress {
margin: 0
}
body table.dataTable {
margin: 10px 0!important
}
body div.dataTables_wrapper div.dataTables_length select {
width: auto;
margin: 0 5px
}
body table.dataTable th.focus,
body table.dt-rowReorder-float,
table.dataTable td.focus {
outline: #007aff solid 2px
}
body .table>tfoot>tr>th {
border-bottom: none
}
body table.dataTable thead .sorting:after {
opacity: 0
}
body table.dataTable thead .sorting:active:after,
body table.dataTable thead .sorting:focus:after,
body table.dataTable thead .sorting:hover:after {
opacity: .5
}
.opacity-10,
body table.dataTable thead .sorting_asc:active:after,
body table.dataTable thead .sorting_asc:after,
body table.dataTable thead .sorting_asc:focus:after,
body table.dataTable thead .sorting_asc:hover:after,
body table.dataTable thead .sorting_desc:active:after,
body table.dataTable thead .sorting_desc:after,
body table.dataTable thead .sorting_desc:focus:after,
body table.dataTable thead .sorting_desc:hover:after {
opacity: 1!important
}
body table.dataTable thead .sorting:after,
body table.dataTable thead .sorting_desc:after {
content: '\e259'
}
body table.dataTable thead .sorting_asc:after {
content: '\e260'
}
body div.DTCR_pointer {
width: 2px;
background: #007aff
}
body div.dt-autofill-handle,
body div.dt-autofill-select {
background: #007aff
}
body div.dt-autofill-handle {
width: 7px;
height: 7px
}
body div.dt-autofill-select.top {
margin-top: 0
}
body div.dt-autofill-select.bottom {
margin-top: -2px
}
body div.dt-autofill-select.left {
margin-left: -1px
}
body div.dt-autofill-select.right {
margin-left: -2px
}
body div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
height: 2px
}
body div.dt-autofill-select.left,
div.dt-autofill-select.right {
width: 2px
}
body div.dt-autofill-list {
box-shadow: none;
border: none;
padding: 0
}
body div.dt-autofill-list div.dt-autofill-question {
padding: 5px 15px;
border-color: #e0e0e0
}
body div.dt-autofill-list div.dt-autofill-button {
width: 1%;
padding: 5px
}
body div.dt-autofill-list ul li {
display: table
}
body div.dt-autofill-list ul li:first-child {
border-radius: 6px 6px 0 0
}
body div.dt-autofill-list ul li:last-child {
border-radius: 0 0 6px 6px
}
body table.dataTable.collapsed {
border-right: none
}
body table.dataTable.collapsed td.child {
border-right: 1px solid #e0e0e0
}
body table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
content: '\e61a';
border: none;
font-weight: 400;
line-height: 1;
background: 0 0;
box-shadow: none;
color: #000;
top: 8px;
width: 30px;
text-align: center;
left: 0
}
body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
body table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
content: '\e622';
border: none;
font-weight: 400;
line-height: 1;
background: 0 0;
box-shadow: none;
color: #000;
top: 8px;
width: 30px;
text-align: center;
left: 0
}
body tr.dt-rowReorder-moving {
outline: #222 solid 2px;
outline-offset: -1px
}
body table.dataTable tbody>tr.selected,
body table.dataTable tbody>tr>.selected {
background-color: #007aff;
outline: #007aff solid 2px;
outline-offset: -1px
}
body table.dataTable tbody>tr.selected td,
body table.dataTable tbody>tr>.selected {
border-color: #007aff
}
body div.dt-button-info {
border: none;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .35);
top: 59px;
right: 15px;
left: auto;
text-align: left;
width: 320px;
margin: 0;
padding: 15px 15px 15px 61px;
border-radius: 8px;
background: #f0f0f0;
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
body div.dt-button-info h2 {
color: #504e4d;
font-size: 14px;
font-weight: 600;
background: 0 0;
padding: 0;
border: none
}
body div.dt-button-info p {
font-weight: 500;
color: #504e4d
}
body div.dt-button-info>div {
padding: 0
}
body div.dt-button-info:before {
content: "\e6a3";
font-weight: 400;
position: absolute;
left: 15px;
top: 15px;
display: block;
width: 36px;
height: 36px;
border-radius: 6px;
line-height: 36px;
text-align: center;
overflow: hidden;
color: #fff;
font-size: 24px;
background: #8E8E93
}
@media (max-width:767px) {
body .dataTables_wrapper>.row .pull-right {
float: none!important;
margin: 0!important
}
}
.note-editor.note-frame {
border: none!important;
margin: 0!important
}
.gallery+.gallery,
.panel .panel .panel-heading.note-toolbar {
border-top: 1px solid #eaeaea
}
.panel-heading.note-toolbar {
padding: 5px 10px 10px 15px!important;
background: #f5f5f5!important;
border-bottom: 1px solid #eaeaea
}
.note-editor.note-frame .note-editing-area {
padding: 5px
}
.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
}
.no-bg {
background: 0 0!important
}
.bg-danger {
background: #FF3B30!important;
color: #fff!important
}
.bg-danger-transparent-9 {
background: rgba(255, 59, 48, .9)!important;
color: #fff!important
}
.bg-danger-transparent-8 {
background: rgba(255, 59, 48, .8)!important;
color: #fff!important
}
.bg-danger-transparent-7 {
background: rgba(255, 59, 48, .7)!important;
color: #fff!important
}
.bg-danger-transparent-6 {
background: rgba(255, 59, 48, .6)!important;
color: #fff!important
}
.bg-danger-transparent-5 {
background: rgba(255, 59, 48, .5)!important;
color: #fff!important
}
.bg-danger-transparent-4 {
background: rgba(255, 59, 48, .4)!important;
color: #fff!important
}
.bg-danger-transparent-3 {
background: rgba(255, 59, 48, .3)!important;
color: #fff!important
}
.bg-danger-transparent-2 {
background: rgba(255, 59, 48, .2)!important;
color: #fff!important
}
.bg-danger-transparent-1 {
background: rgba(255, 59, 48, .1)!important;
color: #fff!important
}
.bg-warning {
background: #FF9500!important;
color: #fff!important
}
.bg-warning-transparent-9 {
background: rgba(255, 149, 0, .9)!important;
color: #fff!important
}
.bg-warning-transparent-8 {
background: rgba(255, 149, 0, .8)!important;
color: #fff!important
}
.bg-warning-transparent-7 {
background: rgba(255, 149, 0, .7)!important;
color: #fff!important
}
.bg-warning-transparent-6 {
background: rgba(255, 149, 0, .6)!important;
color: #fff!important
}
.bg-warning-transparent-5 {
background: rgba(255, 149, 0, .5)!important;
color: #fff!important
}
.bg-warning-transparent-4 {
background: rgba(255, 149, 0, .4)!important;
color: #fff!important
}
.bg-warning-transparent-3 {
background: rgba(255, 149, 0, .3)!important;
color: #fff!important
}
.bg-warning-transparent-2 {
background: rgba(255, 149, 0, .2)!important;
color: #fff!important
}
.bg-warning-transparent-1 {
background: rgba(255, 149, 0, .1)!important;
color: #fff!important
}
.bg-yellow {
background: #FC0!important;
color: #000!important
}
.bg-yellow-transparent-9 {
background: rgba(255, 204, 0, .9)!important;
color: #fff!important
}
.bg-yellow-transparent-8 {
background: rgba(255, 204, 0, .8)!important;
color: #fff!important
}
.bg-yellow-transparent-7 {
background: rgba(255, 204, 0, .7)!important;
color: #fff!important
}
.bg-yellow-transparent-6 {
background: rgba(255, 204, 0, .6)!important;
color: #fff!important
}
.bg-yellow-transparent-5 {
background: rgba(255, 204, 0, .5)!important;
color: #fff!important
}
.bg-yellow-transparent-4 {
background: rgba(255, 204, 0, .4)!important;
color: #fff!important
}
.bg-yellow-transparent-3 {
background: rgba(255, 204, 0, .3)!important;
color: #fff!important
}
.bg-yellow-transparent-2 {
background: rgba(255, 204, 0, .2)!important;
color: #fff!important
}
.bg-yellow-transparent-1 {
background: rgba(255, 204, 0, .1)!important;
color: #fff!important
}
.bg-success {
background: #4CD964!important;
color: #fff!important
}
.bg-success-transparent-9 {
background: rgba(76, 217, 100, .9)!important;
color: #fff!important
}
.bg-success-transparent-8 {
background: rgba(76, 217, 100, .8)!important;
color: #fff!important
}
.bg-success-transparent-7 {
background: rgba(76, 217, 100, .7)!important;
color: #fff!important
}
.bg-success-transparent-6 {
background: rgba(76, 217, 100, .6)!important;
color: #fff!important
}
.bg-success-transparent-5 {
background: rgba(76, 217, 100, .5)!important;
color: #fff!important
}
.bg-success-transparent-4 {
background: rgba(76, 217, 100, .4)!important;
color: #fff!important
}
.bg-success-transparent-3 {
background: rgba(76, 217, 100, .3)!important;
color: #fff!important
}
.bg-success-transparent-2 {
background: rgba(76, 217, 100, .2)!important;
color: #fff!important
}
.bg-success-transparent-1 {
background: rgba(76, 217, 100, .1)!important;
color: #fff!important
}
.bg-info {
background: #5AC8FA!important;
color: #fff!important
}
.bg-info-transparent-9 {
background: rgba(90, 200, 250, .9)!important;
color: #fff!important
}
.bg-info-transparent-8 {
background: rgba(90, 200, 250, .8)!important;
color: #fff!important
}
.bg-info-transparent-7 {
background: rgba(90, 200, 250, .7)!important;
color: #fff!important
}
.bg-info-transparent-6 {
background: rgba(90, 200, 250, .6)!important;
color: #fff!important
}
.bg-info-transparent-5 {
background: rgba(90, 200, 250, .5)!important;
color: #fff!important
}
.bg-info-transparent-4 {
background: rgba(90, 200, 250, .4)!important;
color: #fff!important
}
.bg-info-transparent-3 {
background: rgba(90, 200, 250, .3)!important;
color: #fff!important
}
.bg-info-transparent-2 {
background: rgba(90, 200, 250, .2)!important;
color: #fff!important
}
.bg-info-transparent-1 {
background: rgba(90, 200, 250, .1)!important;
color: #fff!important
}
.bg-primary {
background: #007AFF!important;
color: #fff!important
}
.bg-primary-transparent-9 {
background: rgba(0, 122, 255, .9)!important;
color: #fff!important
}
.bg-primary-transparent-8 {
background: rgba(0, 122, 255, .8)!important;
color: #fff!important
}
.bg-primary-transparent-7 {
background: rgba(0, 122, 255, .7)!important;
color: #fff!important
}
.bg-primary-transparent-6 {
background: rgba(0, 122, 255, .6)!important;
color: #fff!important
}
.bg-primary-transparent-5 {
background: rgba(0, 122, 255, .5)!important;
color: #fff!important
}
.bg-primary-transparent-4 {
background: rgba(0, 122, 255, .4)!important;
color: #fff!important
}
.bg-primary-transparent-3 {
background: rgba(0, 122, 255, .3)!important;
color: #fff!important
}
.bg-primary-transparent-2 {
background: rgba(0, 122, 255, .2)!important;
color: #fff!important
}
.bg-primary-transparent-1 {
background: rgba(0, 122, 255, .1)!important;
color: #fff!important
}
.bg-purple {
background: #5856D6!important;
color: #fff!important
}
.bg-purple-transparent-9 {
background: rgba(88, 86, 214, .9)!important;
color: #fff!important
}
.bg-purple-transparent-8 {
background: rgba(88, 86, 214, .8)!important;
color: #fff!important
}
.bg-purple-transparent-7 {
background: rgba(88, 86, 214, .7)!important;
color: #fff!important
}
.bg-purple-transparent-6 {
background: rgba(88, 86, 214, .6)!important;
color: #fff!important
}
.bg-purple-transparent-5 {
background: rgba(88, 86, 214, .5)!important;
color: #fff!important
}
.bg-purple-transparent-4 {
background: rgba(88, 86, 214, .4)!important;
color: #fff!important
}
.bg-purple-transparent-3 {
background: rgba(88, 86, 214, .3)!important;
color: #fff!important
}
.bg-purple-transparent-2 {
background: rgba(88, 86, 214, .2)!important;
color: #fff!important
}
.bg-purple-transparent-1 {
background: rgba(88, 86, 214, .1)!important;
color: #fff!important
}
.bg-pink {
background: #FF2D55!important;
color: #fff!important
}
.bg-pink-transparent-9 {
background: rgba(255, 45, 85, .9)!important;
color: #fff!important
}
.bg-pink-transparent-8 {
background: rgba(255, 45, 85, .8)!important;
color: #fff!important
}
.bg-pink-transparent-7 {
background: rgba(255, 45, 85, .7)!important;
color: #fff!important
}
.bg-pink-transparent-6 {
background: rgba(255, 45, 85, .6)!important;
color: #fff!important
}
.bg-pink-transparent-5 {
background: rgba(255, 45, 85, .5)!important;
color: #fff!important
}
.bg-pink-transparent-4 {
background: rgba(255, 45, 85, .4)!important;
color: #fff!important
}
.bg-pink-transparent-3 {
background: rgba(255, 45, 85, .3)!important;
color: #fff!important
}
.bg-pink-transparent-2 {
background: rgba(255, 45, 85, .2)!important;
color: #fff!important
}
.bg-pink-transparent-1 {
background: rgba(255, 45, 85, .1)!important;
color: #fff!important
}
.bg-grey {
background: #8a8a8f!important;
color: #fff!important
}
.bg-grey-transparent-9 {
background: rgba(138, 138, 143, .9)!important;
color: #fff!important
}
.bg-grey-transparent-8 {
background: rgba(138, 138, 143, .8)!important;
color: #fff!important
}
.bg-grey-transparent-7 {
background: rgba(138, 138, 143, .7)!important;
color: #fff!important
}
.bg-grey-transparent-6 {
background: rgba(138, 138, 143, .6)!important;
color: #fff!important
}
.bg-grey-transparent-5 {
background: rgba(138, 138, 143, .5)!important;
color: #fff!important
}
.bg-grey-transparent-4 {
background: rgba(138, 138, 143, .4)!important;
color: #fff!important
}
.bg-grey-transparent-3 {
background: rgba(138, 138, 143, .3)!important;
color: #fff!important
}
.bg-grey-transparent-2 {
background: rgba(138, 138, 143, .2)!important;
color: #fff!important
}
.bg-grey-transparent-1 {
background: rgba(138, 138, 143, .1)!important;
color: #fff!important
}
.bg-muted {
background: #C7C7CC!important;
color: #fff!important
}
.bg-muted-transparent-9 {
background: rgba(200, 199, 204, .9)!important;
color: #fff!important
}
.bg-muted-transparent-8 {
background: rgba(200, 199, 204, .8)!important;
color: #fff!important
}
.bg-muted-transparent-7 {
background: rgba(200, 199, 204, .7)!important;
color: #fff!important
}
.bg-muted-transparent-6 {
background: rgba(200, 199, 204, .6)!important;
color: #fff!important
}
.bg-muted-transparent-5 {
background: rgba(200, 199, 204, .5)!important;
color: #fff!important
}
.bg-muted-transparent-4 {
background: rgba(200, 199, 204, .4)!important;
color: #fff!important
}
.bg-muted-transparent-3 {
background: rgba(200, 199, 204, .3)!important;
color: #fff!important
}
.bg-muted-transparent-2 {
background: rgba(200, 199, 204, .2)!important;
color: #fff!important
}
.bg-muted-transparent-1 {
background: rgba(200, 199, 204, .1)!important;
color: #fff!important
}
.bg-inverse {
background: #000!important;
color: #fff!important
}
.bg-inverse-transparent-9 {
background: rgba(0, 0, 0, .9)!important;
color: #fff!important
}
.bg-inverse-transparent-8 {
background: rgba(0, 0, 0, .8)!important;
color: #fff!important
}
.bg-inverse-transparent-7 {
background: rgba(0, 0, 0, .7)!important;
color: #fff!important
}
.bg-inverse-transparent-6 {
background: rgba(0, 0, 0, .6)!important;
color: #fff!important
}
.bg-inverse-transparent-5 {
background: rgba(0, 0, 0, .5)!important;
color: #fff!important
}
.bg-inverse-transparent-4 {
background: rgba(0, 0, 0, .4)!important;
color: #fff!important
}
.bg-inverse-transparent-3 {
background: rgba(0, 0, 0, .3)!important;
color: #fff!important
}
.bg-inverse-transparent-2 {
background: rgba(0, 0, 0, .2)!important;
color: #fff!important
}
.bg-inverse-transparent-1 {
background: rgba(0, 0, 0, .1)!important;
color: #fff!important
}
.bg-white {
background: #fff!important;
color: #000!important
}
.bg-white-transparent-9 {
background: rgba(255, 255, 255, .9)!important;
color: #fff!important
}
.bg-white-transparent-8 {
background: rgba(255, 255, 255, .8)!important;
color: #fff!important
}
.bg-white-transparent-7 {
background: rgba(255, 255, 255, .7)!important;
color: #fff!important
}
.bg-white-transparent-6 {
background: rgba(255, 255, 255, .6)!important;
color: #fff!important
}
.bg-white-transparent-5 {
background: rgba(255, 255, 255, .5)!important;
color: #fff!important
}
.bg-white-transparent-4 {
background: rgba(255, 255, 255, .4)!important;
color: #fff!important
}
.bg-white-transparent-3 {
background: rgba(255, 255, 255, .3)!important;
color: #fff!important
}
.bg-white-transparent-2 {
background: rgba(255, 255, 255, .2)!important;
color: #fff!important
}
.bg-white-transparent-1 {
background: rgba(255, 255, 255, .1)!important;
color: #fff!important
}
.bg-gradient-pink,
.bg-gradient-red {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important;
color: #fff!important
}
.bg-gradient-red {
background: -moz-linear-gradient(top, #ff5160 0, #ff2c55 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff5160), color-stop(100%, #ff2c55))!important;
background: -webkit-linear-gradient(top, #ff5160 0, #ff2c55 100%)!important;
background: -o-linear-gradient(top, #ff5160 0, #ff2c55 100%)!important;
background: -ms-linear-gradient(top, #ff5160 0, #ff2c55 100%)!important;
background: linear-gradient(to bottom, #ff5160 0, #ff2c55 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5160', endColorstr='#ff2c55', GradientType=0)!important
}
.bg-gradient-pink {
background: -moz-linear-gradient(top, #fe74b2 0, #f32d20 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe74b2), color-stop(100%, #f32d20))!important;
background: -webkit-linear-gradient(top, #fe74b2 0, #f32d20 100%)!important;
background: -o-linear-gradient(top, #fe74b2 0, #f32d20 100%)!important;
background: -ms-linear-gradient(top, #fe74b2 0, #f32d20 100%)!important;
background: linear-gradient(to bottom, #fe74b2 0, #f32d20 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fe74b2', endColorstr='#f32d20', GradientType=0)!important
}
.bg-gradient-red-orange,
.bg-gradient-yellow {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important
}
.bg-gradient-red-orange {
color: #fff!important;
background: -moz-linear-gradient(top, #e61c34 0, #f2bb20 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e61c34), color-stop(100%, #f2bb20))!important;
background: -webkit-linear-gradient(top, #e61c34 0, #f2bb20 100%)!important;
background: -o-linear-gradient(top, #e61c34 0, #f2bb20 100%)!important;
background: -ms-linear-gradient(top, #e61c34 0, #f2bb20 100%)!important;
background: linear-gradient(to bottom, #e61c34 0, #f2bb20 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e61c34', endColorstr='#f2bb20', GradientType=0)!important
}
.bg-gradient-yellow {
color: #000!important;
background: -moz-linear-gradient(top, #fdd444 0, #f89516 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdd444), color-stop(100%, #f89516))!important;
background: -webkit-linear-gradient(top, #fdd444 0, #f89516 100%)!important;
background: -o-linear-gradient(top, #fdd444 0, #f89516 100%)!important;
background: -ms-linear-gradient(top, #fdd444 0, #f89516 100%)!important;
background: linear-gradient(to bottom, #fdd444 0, #f89516 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdd444', endColorstr='#f89516', GradientType=0)!important
}
.bg-gradient-orange,
.bg-gradient-orange-dark {
color: #fff!important;
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important
}
.bg-gradient-orange {
background: -moz-linear-gradient(top, #f7b90c 0, #f68213 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7b90c), color-stop(100%, #f68213))!important;
background: -webkit-linear-gradient(top, #f7b90c 0, #f68213 100%)!important;
background: -o-linear-gradient(top, #f7b90c 0, #f68213 100%)!important;
background: -ms-linear-gradient(top, #f7b90c 0, #f68213 100%)!important;
background: linear-gradient(to bottom, #f7b90c 0, #f68213 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7b90c', endColorstr='#f68213', GradientType=0)!important
}
.bg-gradient-orange-dark {
background: -moz-linear-gradient(top, #ffa600 0, #f76a23 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa600), color-stop(100%, #f76a23))!important;
background: -webkit-linear-gradient(top, #ffa600 0, #f76a23 100%)!important;
background: -o-linear-gradient(top, #ffa600 0, #f76a23 100%)!important;
background: -ms-linear-gradient(top, #ffa600 0, #f76a23 100%)!important;
background: linear-gradient(to bottom, #ffa600 0, #f76a23 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#f76a23', GradientType=0)!important
}
.bg-gradient-#4B0082,
.bg-gradient-#4B0082-light {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important;
color: #fff!important
}
.bg-gradient-#4B0082 {
background: -moz-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #68fb86), color-stop(100%, #0aad2e))!important;
background: -webkit-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
background: -o-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
background: -ms-linear-gradient(top, #68fb86 1%, #0aad2e 100%)!important;
background: linear-gradient(to bottom, #68fb86 1%, #0aad2e 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#68fb86', endColorstr='#0aad2e', GradientType=0)!important
}
.bg-gradient-#4B0082-light {
background: -moz-linear-gradient(top, #8bf577 0, #17cf23 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8bf577), color-stop(100%, #17cf23))!important;
background: -webkit-linear-gradient(top, #8bf577 0, #17cf23 100%)!important;
background: -o-linear-gradient(top, #8bf577 0, #17cf23 100%)!important;
background: -ms-linear-gradient(top, #8bf577 0, #17cf23 100%)!important;
background: linear-gradient(to bottom, #8bf577 0, #17cf23 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8bf577', endColorstr='#17cf23', GradientType=0)!important
}
.bg-gradient-#4B0082-aqua,
.bg-gradient-#4B0082-dark {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important
}
.bg-gradient-#4B0082-dark {
background: -moz-linear-gradient(top, #47d464 0, #113c11 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #47d464), color-stop(100%, #113c11))!important;
background: -webkit-linear-gradient(top, #47d464 0, #113c11 100%)!important;
background: -o-linear-gradient(top, #47d464 0, #113c11 100%)!important;
background: -ms-linear-gradient(top, #47d464 0, #113c11 100%)!important;
background: linear-gradient(to bottom, #47d464 0, #113c11 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#47d464', endColorstr='#113c11', GradientType=0)!important
}
.bg-gradient-#4B0082-aqua {
color: #fff!important;
background: -moz-linear-gradient(top, #4bcbaa 0, #56c9f6 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4bcbaa), color-stop(100%, #56c9f6))!important;
background: -webkit-linear-gradient(top, #4bcbaa 0, #56c9f6 100%)!important;
background: -o-linear-gradient(top, #4bcbaa 0, #56c9f6 100%)!important;
background: -ms-linear-gradient(top, #4bcbaa 0, #56c9f6 100%)!important;
background: linear-gradient(to bottom, #4bcbaa 0, #56c9f6 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4bcbaa', endColorstr='#56c9f6', GradientType=0)!important
}
.bg-gradient-aqua {
color: #fff!important;
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important;
background: -moz-linear-gradient(top, #05dfeb 0, #0a8cbd 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #05dfeb), color-stop(100%, #0a8cbd))!important;
background: -webkit-linear-gradient(top, #05dfeb 0, #0a8cbd 100%)!important;
background: -o-linear-gradient(top, #05dfeb 0, #0a8cbd 100%)!important;
background: -ms-linear-gradient(top, #05dfeb 0, #0a8cbd 100%)!important;
background: linear-gradient(to bottom, #05dfeb 0, #0a8cbd 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05dfeb', endColorstr='#0a8cbd', GradientType=0)!important
}
.bg-gradient-blue {
color: #fff!important;
background: #24d0f4!important;
background: -moz-linear-gradient(top, #24d0f4 0, #007aff 100%)!important;
background: -webkit-linear-gradient(top, #24d0f4 0, #007aff 100%)!important;
background: linear-gradient(to bottom, #24d0f4 0, #007aff 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff', GradientType=0)!important
}
.bg-gradient-blue-inverse,
.bg-gradient-dark-blue-light {
color: #fff!important;
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important
}
.bg-gradient-blue-inverse {
background: -moz-linear-gradient(top, #1c55d8 0, #27e1f8 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1c55d8), color-stop(100%, #27e1f8))!important;
background: -webkit-linear-gradient(top, #1c55d8 0, #27e1f8 100%)!important;
background: -o-linear-gradient(top, #1c55d8 0, #27e1f8 100%)!important;
background: -ms-linear-gradient(top, #1c55d8 0, #27e1f8 100%)!important;
background: linear-gradient(to bottom, #1c55d8 0, #27e1f8 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1c55d8', endColorstr='#27e1f8', GradientType=0)!important
}
.bg-gradient-blue-dark {
color: #fff!important;
background: #24d0f4!important;
background: -moz-linear-gradient(top, #24d0f4 0, #007aff 100%)!important;
background: -webkit-linear-gradient(top, #24d0f4 0, #007aff 100%)!important;
background: linear-gradient(to bottom, #24d0f4 0, #007aff 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#24d0f4', endColorstr='#007aff', GradientType=0)!important
}
.bg-gradient-dark-blue-light {
background: -moz-linear-gradient(top, #55acef 0, #358bbc 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #55acef), color-stop(100%, #358bbc))!important;
background: -webkit-linear-gradient(top, #55acef 0, #358bbc 100%)!important;
background: -o-linear-gradient(top, #55acef 0, #358bbc 100%)!important;
background: -ms-linear-gradient(top, #55acef 0, #358bbc 100%)!important;
background: linear-gradient(to bottom, #55acef 0, #358bbc 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#55acef', endColorstr='#358bbc', GradientType=0)!important
}
.bg-gradient-dark-blue,
.bg-gradient-purple {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important;
color: #fff!important
}
.bg-gradient-dark-blue {
background: -moz-linear-gradient(top, #6286d2 0, #254e86 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6286d2), color-stop(100%, #254e86))!important;
background: -webkit-linear-gradient(top, #6286d2 0, #254e86 100%)!important;
background: -o-linear-gradient(top, #6286d2 0, #254e86 100%)!important;
background: -ms-linear-gradient(top, #6286d2 0, #254e86 100%)!important;
background: linear-gradient(to bottom, #6286d2 0, #254e86 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6286d2', endColorstr='#254e86', GradientType=0)!important
}
.bg-gradient-purple {
background: -moz-linear-gradient(top, #d26ffd 0, #7237b8 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d26ffd), color-stop(100%, #7237b8))!important;
background: -webkit-linear-gradient(top, #d26ffd 0, #7237b8 100%)!important;
background: -o-linear-gradient(top, #d26ffd 0, #7237b8 100%)!important;
background: -ms-linear-gradient(top, #d26ffd 0, #7237b8 100%)!important;
background: linear-gradient(to bottom, #d26ffd 0, #7237b8 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d26ffd', endColorstr='#7237b8', GradientType=0)!important
}
.bg-gradient-purple-inverse,
.bg-gradient-silver {
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important
}
.bg-gradient-purple-inverse {
background: -moz-linear-gradient(top, #111339 0, #7443b9 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #111339), color-stop(100%, #7443b9))!important;
background: -webkit-linear-gradient(top, #111339 0, #7443b9 100%)!important;
background: -o-linear-gradient(top, #111339 0, #7443b9 100%)!important;
background: -ms-linear-gradient(top, #111339 0, #7443b9 100%)!important;
background: linear-gradient(to bottom, #111339 0, #7443b9 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#111339', endColorstr='#7443b9', GradientType=0)!important
}
.bg-gradient-silver {
color: #fff!important;
background: -moz-linear-gradient(top, #dedee0 0, #808f94 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dedee0), color-stop(100%, #808f94))!important;
background: -webkit-linear-gradient(top, #dedee0 0, #808f94 100%)!important;
background: -o-linear-gradient(top, #dedee0 0, #808f94 100%)!important;
background: -ms-linear-gradient(top, #dedee0 0, #808f94 100%)!important;
background: linear-gradient(to bottom, #dedee0 0, #808f94 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dedee0', endColorstr='#808f94', GradientType=0)!important
}
.bg-gradient-black {
color: #fff!important;
background: url('data:image/svg+xml !important;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+')!important;
background: -moz-linear-gradient(top, #141416 0, #414143 100%)!important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #141416), color-stop(100%, #414143))!important;
background: -webkit-linear-gradient(top, #141416 0, #414143 100%)!important;
background: -o-linear-gradient(top, #141416 0, #414143 100%)!important;
background: -ms-linear-gradient(top, #141416 0, #414143 100%)!important;
background: linear-gradient(to bottom, #141416 0, #414143 100%)!important;
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#141416', endColorstr='#414143', GradientType=0)!important
}
.m-auto {
margin: 0 auto!important
}
.m-0 {
margin: 0!important
}
.m-1 {
margin: 1px!important
}
.m-2 {
margin: 2px!important
}
.m-3 {
margin: 3px!important
}
.m-4 {
margin: 4px!important
}
.m-5 {
margin: 5px!important
}
.m-10 {
margin: 10px!important
}
.m-15 {
margin: 15px!important
}
.m-20 {
margin: 20px!important
}
.m-25 {
margin: 25px!important
}
.m-30 {
margin: 30px!important
}
.m-35 {
margin: 35px!important
}
.m-40 {
margin: 40px!important
}
.m-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-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-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-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
}
.no-padding,
.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-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-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-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-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
}
.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
}
.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 {
border-radius: 40px
}
.pull-left {
float: left!important
}
.pull-right {
float: right!important
}
.pull-none {
float: none!important
}
.table-td-valign-middle td,
.table-th-valign-middle th,
.table-valign-middle td,
.table-valign-middle th {
vertical-align: middle!important
}
.table-td-valign-top td,
.table-th-valign-top th,
.table-valign-top td,
.table-valign-top th {
vertical-align: top!important
}
.table-td-valign-bottom td,
.table-th-valign-bottom th,
.table-valign-bottom td,
.table-valign-bottom th {
vertical-align: bottom!important
}
.valign-middle {
vertical-align: middle!important
}
.valign-top {
vertical-align: top!important
}
.valign-bottom {
vertical-align: bottom!important
}
.height-xs {
height: 150px!important
}
.height-sm {
height: 300px!important
}
.height-md {
height: 450px!important
}
.height-lg {
height: 600px!important
}
.height-full {
height: 100%!important
}
.height-50 {
height: 50px!important
}
.height-100 {
height: 100px!important
}
.height-150 {
height: 150px!important
}
.height-200 {
height: 200px!important
}
.height-250 {
height: 250px!important
}
.height-300 {
height: 300px!important
}
.height-350 {
height: 350px!important
}
.height-400 {
height: 400px!important
}
.height-450 {
height: 450px!important
}
.height-500 {
height: 500px!important
}
.height-550 {
height: 550px!important
}
.height-600 {
height: 600px!important
}
.width-xs {
width: 150px!important
}
.width-sm {
width: 300px!important
}
.width-md {
width: 450px!important
}
.width-lg {
width: 600px!important
}
.width-full {
width: 100%!important
}
.width-50 {
width: 50px!important
}
.width-100 {
width: 100px!important
}
.width-150 {
width: 150px!important
}
.width-200 {
width: 200px!important
}
.width-250 {
width: 250px!important
}
.width-300 {
width: 300px!important
}
.width-350 {
width: 350px!important
}
.width-400 {
width: 400px!important
}
.width-450 {
width: 450px!important
}
.width-500 {
width: 500px!important
}
.width-550 {
width: 550px!important
}
.width-600 {
width: 600px!important
}
.text-muted {
color: #8A8A8F!important
}
.text-muted-transparent-9 {
color: rgba(138, 138, 143, .9)!important
}
.text-muted-transparent-8 {
color: rgba(138, 138, 143, .8)!important
}
.text-muted-transparent-7 {
color: rgba(138, 138, 143, .7)!important
}
.text-muted-transparent-6 {
color: rgba(138, 138, 143, .6)!important
}
.text-muted-transparent-5 {
color: rgba(138, 138, 143, .5)!important
}
.text-muted-transparent-4 {
color: rgba(138, 138, 143, .4)!important
}
.text-muted-transparent-3 {
color: rgba(138, 138, 143, .3)!important
}
.text-muted-transparent-2 {
color: rgba(138, 138, 143, .2)!important
}
.text-muted-transparent-1 {
color: rgba(138, 138, 143, .1)!important
}
.text-primary {
color: #007AFF!important
}
.text-primary-transparent-9 {
color: rgba(0, 122, 255, .9)!important
}
.text-primary-transparent-8 {
color: rgba(0, 122, 255, .8)!important
}
.text-primary-transparent-7 {
color: rgba(0, 122, 255, .7)!important
}
.text-primary-transparent-6 {
color: rgba(0, 122, 255, .6)!important
}
.text-primary-transparent-5 {
color: rgba(0, 122, 255, .5)!important
}
.text-primary-transparent-4 {
color: rgba(0, 122, 255, .4)!important
}
.text-primary-transparent-3 {
color: rgba(0, 122, 255, .3)!important
}
.text-primary-transparent-2 {
color: rgba(0, 122, 255, .2)!important
}
.text-primary-transparent-1 {
color: rgba(0, 122, 255, .1)!important
}
.text-success {
color: #4CD964!important
}
.text-success-transparent-9 {
color: rgba(76, 217, 100, .9)!important
}
.text-success-transparent-8 {
color: rgba(76, 217, 100, .8)!important
}
.text-success-transparent-7 {
color: rgba(76, 217, 100, .7)!important
}
.text-success-transparent-6 {
color: rgba(76, 217, 100, .6)!important
}
.text-success-transparent-5 {
color: rgba(76, 217, 100, .5)!important
}
.text-success-transparent-4 {
color: rgba(76, 217, 100, .4)!important
}
.text-success-transparent-3 {
color: rgba(76, 217, 100, .3)!important
}
.text-success-transparent-2 {
color: rgba(76, 217, 100, .2)!important
}
.text-success-transparent-1 {
color: rgba(76, 217, 100, .1)!important
}
.text-info {
color: #5AC8FA!important
}
.text-info-transparent-9 {
color: rgba(90, 200, 250, .9)!important
}
.text-info-transparent-8 {
color: rgba(90, 200, 250, .8)!important
}
.text-info-transparent-7 {
color: rgba(90, 200, 250, .7)!important
}
.text-info-transparent-6 {
color: rgba(90, 200, 250, .6)!important
}
.text-info-transparent-5 {
color: rgba(90, 200, 250, .5)!important
}
.text-info-transparent-4 {
color: rgba(90, 200, 250, .4)!important
}
.text-info-transparent-3 {
color: rgba(90, 200, 250, .3)!important
}
.text-info-transparent-2 {
color: rgba(90, 200, 250, .2)!important
}
.text-info-transparent-1 {
color: rgba(90, 200, 250, .1)!important
}
.text-warning {
color: #FF9500!important
}
.text-warning-transparent-9 {
color: rgba(255, 149, 0, .9)!important
}
.text-warning-transparent-8 {
color: rgba(255, 149, 0, .8)!important
}
.text-warning-transparent-7 {
color: rgba(255, 149, 0, .7)!important
}
.text-warning-transparent-6 {
color: rgba(255, 149, 0, .6)!important
}
.text-warning-transparent-5 {
color: rgba(255, 149, 0, .5)!important
}
.text-warning-transparent-4 {
color: rgba(255, 149, 0, .4)!important
}
.text-warning-transparent-3 {
color: rgba(255, 149, 0, .3)!important
}
.text-warning-transparent-2 {
color: rgba(255, 149, 0, .2)!important
}
.text-warning-transparent-1 {
color: rgba(255, 149, 0, .1)!important
}
.text-danger {
color: #FF3B30!important
}
.text-danger-transparent-9 {
color: rgba(255, 59, 48, .9)!important
}
.text-danger-transparent-8 {
color: rgba(255, 59, 48, .8)!important
}
.text-danger-transparent-7 {
color: rgba(255, 59, 48, .7)!important
}
.text-danger-transparent-6 {
color: rgba(255, 59, 48, .6)!important
}
.text-danger-transparent-5 {
color: rgba(255, 59, 48, .5)!important
}
.text-danger-transparent-4 {
color: rgba(255, 59, 48, .4)!important
}
.text-danger-transparent-3 {
color: rgba(255, 59, 48, .3)!important
}
.text-danger-transparent-2 {
color: rgba(255, 59, 48, .2)!important
}
.text-danger-transparent-1 {
color: rgba(255, 59, 48, .1)!important
}
.text-pink {
color: #FF2D55!important
}
.text-pink-transparent-9 {
color: rgba(255, 45, 85, .9)!important
}
.text-pink-transparent-8 {
color: rgba(255, 45, 85, .8)!important
}
.text-pink-transparent-7 {
color: rgba(255, 45, 85, .7)!important
}
.text-pink-transparent-6 {
color: rgba(255, 45, 85, .6)!important
}
.text-pink-transparent-5 {
color: rgba(255, 45, 85, .5)!important
}
.text-pink-transparent-4 {
color: rgba(255, 45, 85, .4)!important
}
.text-pink-transparent-3 {
color: rgba(255, 45, 85, .3)!important
}
.text-pink-transparent-2 {
color: rgba(255, 45, 85, .2)!important
}
.text-pink-transparent-1 {
color: rgba(255, 45, 85, .1)!important
}
.text-purple {
color: #5856D6!important
}
.text-purple-transparent-9 {
color: rgba(88, 86, 214, .9)!important
}
.text-purple-transparent-8 {
color: rgba(88, 86, 214, .8)!important
}
.text-purple-transparent-7 {
color: rgba(88, 86, 214, .7)!important
}
.text-purple-transparent-6 {
color: rgba(88, 86, 214, .6)!important
}
.text-purple-transparent-5 {
color: rgba(88, 86, 214, .5)!important
}
.text-purple-transparent-4 {
color: rgba(88, 86, 214, .4)!important
}
.text-purple-transparent-3 {
color: rgba(88, 86, 214, .3)!important
}
.text-purple-transparent-2 {
color: rgba(88, 86, 214, .2)!important
}
.text-purple-transparent-1 {
color: rgba(88, 86, 214, .1)!important
}
.text-yellow {
color: #FC0!important
}
.text-yellow-transparent-9 {
color: rgba(255, 204, 0, .9)!important
}
.text-yellow-transparent-8 {
color: rgba(255, 204, 0, .8)!important
}
.text-yellow-transparent-7 {
color: rgba(255, 204, 0, .7)!important
}
.text-yellow-transparent-6 {
color: rgba(255, 204, 0, .6)!important
}
.text-yellow-transparent-5 {
color: rgba(255, 204, 0, .5)!important
}
.text-yellow-transparent-4 {
color: rgba(255, 204, 0, .4)!important
}
.text-yellow-transparent-3 {
color: rgba(255, 204, 0, .3)!important
}
.text-yellow-transparent-2 {
color: rgba(255, 204, 0, .2)!important
}
.text-yellow-transparent-1 {
color: rgba(255, 204, 0, .1)!important
}
.text-inverse {
color: #000!important
}
.text-inverse-transparent-9 {
color: rgba(0, 0, 0, .9)!important
}
.text-inverse-transparent-8 {
color: rgba(0, 0, 0, .8)!important
}
.text-inverse-transparent-7 {
color: rgba(0, 0, 0, .7)!important
}
.text-inverse-transparent-6 {
color: rgba(0, 0, 0, .6)!important
}
.text-inverse-transparent-5 {
color: rgba(0, 0, 0, .5)!important
}
.text-inverse-transparent-4 {
color: rgba(0, 0, 0, .4)!important
}
.text-inverse-transparent-3 {
color: rgba(0, 0, 0, .3)!important
}
.text-inverse-transparent-2 {
color: rgba(0, 0, 0, .2)!important
}
.text-inverse-transparent-1 {
color: rgba(0, 0, 0, .1)!important
}
.text-white {
color: #fff!important
}
.text-white-transparent-9 {
color: rgba(255, 255, 255, .9)!important
}
.text-white-transparent-8 {
color: rgba(255, 255, 255, .8)!important
}
.text-white-transparent-7 {
color: rgba(255, 255, 255, .7)!important
}
.text-white-transparent-6 {
color: rgba(255, 255, 255, .6)!important
}
.text-white-transparent-5 {
color: rgba(255, 255, 255, .5)!important
}
.text-white-transparent-4 {
color: rgba(255, 255, 255, .4)!important
}
.text-white-transparent-3 {
color: rgba(255, 255, 255, .3)!important
}
.text-white-transparent-2 {
color: rgba(255, 255, 255, .2)!important
}
.text-white-transparent-1 {
color: rgba(255, 255, 255, .1)!important
}
.opacity-9 {
opacity: .9!important
}
.opacity-8 {
opacity: .8!important
}
.opacity-7 {
opacity: .7!important
}
.opacity-6 {
opacity: .6!important
}
.opacity-5 {
opacity: .5!important
}
.opacity-4 {
opacity: .4!important
}
.opacity-3 {
opacity: .3!important
}
.opacity-2 {
opacity: .2!important
}
.opacity-1 {
opacity: .1!important
}
.opacity-0 {
opacity: 0!important
}
.gallery-menu {
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
left: 0;
top: 0;
width: 200px
}
.gallery-menu>li>a {
display: block;
color: #000;
text-decoration: none;
padding: 3px 10px 3px 20px;
font-size: 13px
}
.gallery-menu>li>a i {
margin-right: 5px;
font-size: 14px
}
.gallery-menu>li.gallery-menu-header {
font-size: 11px;
padding: 15px 10px 5px;
color: #666;
font-weight: 600
}
.gallery-menu>li.active>a {
background: #C8C7CC
}
.gallery-content {
margin-left: 200px
}
.gallery {
padding: 15px;
background: #fff
}
.gallery .gallery-title {
font-size: 14px;
color: #000;
padding-bottom: 10px;
line-height: 16px;
margin-top: -1px
}
.gallery .gallery-title a {
color: #000;
text-decoration: none
}
.gallery .gallery-title a i {
font-size: 9px;
top: 0
}
.gallery .gallery-title small {
display: block;
color: #8A8A8F;
font-size: 11px;
font-weight: 500;
margin-top: -1px
}
.gallery .gallery-title-btn {
list-style-type: none
}
.gallery-image-list {
list-style-type: none;
margin: 0;
padding: 0
}
.gallery-image-list:after,
.gallery-image-list:before {
content: '';
display: table;
clear: both
}
.gallery-image-list>li {
float: left;
position: relative;
padding-top: 7.5%;
width: 10%
}
.gallery-image-list>li:hover {
z-index: 10
}
.gallery-image-list>li a {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
overflow: hidden;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background: #EFEFF4
}
.gallery-image-list>li a:hover {
left: -20%;
right: -20%;
top: -20%;
bottom: -20%
}
.gallery-image-list>li img {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%
}
.img-portrait {
height: 100%!important;
width: auto!important;
max-height: 100%!important;
max-width: inherit!important
}
@media (max-width:767px) {
.img-portrait-xs {
height: 100%!important;
width: auto!important;
max-height: 100%!important;
max-width: inherit!important
}
.gallery-image-list {
margin: 0 -15px
}
.gallery-image-list>li {
width: 25%;
padding-top: 18.75%
}
.gallery-content {
margin: 0;
padding-bottom: 44px
}
.gallery-menu {
position: relative;
width: auto;
padding: 0;
white-space: nowrap;
overflow: scroll
}
.gallery-menu .gallery-menu-header {
display: none
}
.gallery-menu>li {
display: inline-block
}
.gallery-menu>li.active a {
background: #fff
}
.gallery-menu>li a {
padding: 10px 15px
}
}
.post {
background: #fff;
padding: 15px;
border-radius: 3px;
margin: 0 auto 15px
}
.post .post-header:after,
.post .post-header:before,
.post-content:after,
.post-content:before {
content: '';
display: table;
clear: both
}
.post .post-header .post-header-img {
float: left;
width: 36px;
height: 36px;
overflow: hidden;
border-radius: 3px;
background: #EFEFF4
}
.post .post-header .post-header-img img {
max-width: 100%
}
.post .post-header .post-header-info {
margin-left: 46px;
padding-top: 3px
}
.post .post-header .post-header-info h4 {
margin: 0;
font-size: 12px;
font-weight: 600
}
.post .post-header .post-header-info .time {
color: #8A8A8F;
font-size: 11px;
font-weight: 500
}
.post .post-header+.post-content {
margin-top: 15px
}
.post-content .img-list {
list-style-type: none;
margin: -1px;
padding: 0
}
.post-content .img-list>li {
float: left;
width: 25%;
padding: 1px
}
.post-content .img-list>li.main {
width: 50%
}
.post-content .img-list>li a {
display: block;
padding-top: 60%;
overflow: hidden;
position: relative
}
.post-content .img-list>li a img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 100%
}
.post-content .img-list>li.with-number .number {
position: absolute;
top: 50%;
left: 0;
right: 0;
color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 24px;
margin-top: -12px;
text-align: center
}
.post-content .img-list>li.with-number .number:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, .35)
}
.post.loading .empty-block {
width: 180px;
height: 5px;
background: #EFEFF4;
display: inline-block
}
.post.loading .time .empty-block {
width: 90px
}
.post.loading .post-content .empty-block {
width: 480px;
display: block
}
.post.loading .post-content .empty-block.short {
width: 240px
}
.profile-info-list {
padding: 0;
margin: 0;
list-style-type: none
}
.friend-list,
.img-grid-list {
margin: -1px;
list-style-type: none
}
.profile-info-list>li.title {
font-size: 10px;
font-weight: 700;
color: #8A8A8F;
padding: 0 0 5px
}
.profile-info-list>li+li.title {
padding-top: 25px
}
.profile-info-list>li {
padding: 10px 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: 36px;
border-radius: 40px
}
.coming-soon-cover img,
.email-detail-attachment .email-attachment .document-file img,
.email-sender-img img,
.friend-list .friend-img img,
.profile-header-img img {
max-width: 100%
}
.table.table-profile th {
border: none;
color: #000;
padding-bottom: 5px;
padding-top: 0
}
.table.table-profile td {
border-color: #C8C7CC
}
.table.table-profile tbody+thead>tr>th {
padding-top: 25px
}
.table.table-profile .field {
color: #666;
font-weight: 600;
width: 25%;
text-align: right
}
.table.table-profile .value {
font-weight: 500
}
.img-grid-list {
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 {
padding: 0
}
.friend-list>li {
float: left;
width: 50%
}
.friend-list>li>a {
display: block;
text-decoration: none;
color: #000;
padding: 10px;
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: 48px;
height: 48px;
overflow: hidden;
background: #EFEFF4
}
.friend-list .friend-info {
margin-left: 58px
}
.friend-list .friend-info h4 {
margin: 5px 0;
font-size: 14px;
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) center no-repeat;
background-size: 100% auto;
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,
.profile-header-img,
body .fc-icon {
position: relative
}
.profile-header .profile-header-tab {
background: #fff;
list-style-type: none;
margin: -20px 0 0;
padding: 0 0 0 140px;
border-bottom: 1px solid #C8C7CC;
white-space: nowrap
}
.profile-header .profile-header-tab>li {
display: inline-block
}
.profile-header .profile-header-tab>li>a {
display: block;
color: #000;
line-height: 20px;
padding: 10px 20px;
text-decoration: none;
font-weight: 700
}
.profile-header .profile-header-tab>li.active>a {
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: 20px
}
body .fc th a,
body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number,
body .fc-widget-header a {
color: #000
}
.profile-header-img {
float: left;
width: 120px;
height: 120px;
overflow: hidden;
z-index: 10;
margin: 0 20px -20px 0;
padding: 3px;
border-radius: 4px;
background: #fff
}
.profile-header-info h4 {
font-weight: 500;
margin-bottom: 5px
}
.profile-container {
padding: 25px
}
@media (max-width:967px) {
.profile-header-img {
width: 90px;
height: 90px;
margin: 0
}
.profile-header-info {
margin-left: 105px;
padding-bottom: 15px
}
.profile-header .profile-header-tab {
padding-left: 0
}
}
@media (max-width:767px) {
.profile-header .profile-header-cover {
background-position: top
}
.profile-header-img {
width: 60px;
height: 60px;
margin: 0
}
.profile-header-info {
margin-left: 75px;
padding-bottom: 15px
}
.profile-header-info h4 {
margin: 0 0 5px
}
.profile-header .profile-header-tab {
white-space: nowrap;
overflow: scroll;
padding: 0
}
.profile-container {
padding: 15px 15px 59px
}
.friend-list>li {
float: none;
width: auto
}
}
body .fc-toolbar h2 {
font-size: 16px;
font-weight: 500;
margin-top: 5px;
margin-bottom: -5px
}
body .fc-icon,
body .fc-icon-left-single-arrow:after,
body .fc-icon-right-single-arrow:after {
font-size: 12px
}
body .fc-state-default {
background: #fff;
border-color: #C8C7CC;
box-shadow: none
}
body .fc-icon {
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
}
.register,
.register-cover,
.register-cover:before {
top: 0;
left: 0;
right: 0;
bottom: 0
}
body .fc-icon-left-single-arrow:after {
content: '\e257'
}
body .fc-icon-right-single-arrow:after {
content: '\e258'
}
.email-list .unread a:before,
.email-list>li:after,
.email-list>li:before,
.login-cover:before,
.register-cover:before {
content: ''
}
.fc-state-down,
body .fc-state-active {
box-shadow: none;
background: #f3f3f3
}
.login .form-control:focus,
.register .form-control:focus {
box-shadow: 0 0 0 2px rgba(102, 175, 233, 1)
}
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 {
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
height: auto;
padding: 5px 8px;
line-height: 14px
}
body .fc-state-disabled {
opacity: .25
}
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 .fc-event.fc-external-event {
display: inline-block;
padding: 5px 8px;
cursor: pointer;
margin: 0 0 3px
}
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: 3px 6px;
margin-top: -1px;
font-weight: 700;
font-size: 10px;
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: 8px 15px;
vertical-align: top
}
.setting-list>li .field {
width: 200px
}
.setting-list>li .action {
width: 1%
}
@media (max-width:767px) {
.setting-list {
margin: 0 -15px
}
.setting-list>li.setting-title {
padding: 5px 15px
}
.setting-list>li .action,
.setting-list>li .field,
.setting-list>li .value {
display: block;
padding: 10px 15px
}
.setting-list>li .field {
font-weight: 700;
padding-bottom: 0
}
.setting-list>li .value {
padding-top: 0
}
}
.login-brand i,
.register-brand i {
line-height: 28px;
margin-right: 10px;
float: left
}
.register {
position: absolute;
color: #fff
}
.register-cover {
background: url(../img/register-cover.jpg) center center no-repeat fixed;
background-size: 100%;
position: fixed
}
.register-cover:before {
display: block;
position: absolute;
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .85) 100%)
}
.register-content {
width: 720px;
position: absolute;
left: 50%;
margin-left: -360px;
top: 50px;
padding: 20px
}
.login,
.login-cover,
.login-cover:before {
top: 0;
left: 0;
right: 0;
bottom: 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: 16px;
line-height: 28px;
margin-bottom: 30px
}
.register-brand i {
width: 28px;
font-size: 28px
}
.inverse-mode .register .form-control,
.register .form-control {
background: rgba(255, 255, 255, .3);
border-color: transparent;
color: #fff
}
.register .control-label {
color: #fff
}
.register-desc {
color: rgba(255, 255, 255, .5);
margin-bottom: 5px
}
.register h3 span {
border-bottom: 2px solid rgba(255, 255, 255, .25);
padding-bottom: 5px
}
.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: 480px;
margin-left: -240px
}
}
@media (max-width:480px) {
.register-content {
width: auto;
left: 0;
margin-left: 0;
right: 0;
top: 0;
padding: 20px
}
}
.login {
position: absolute;
color: #fff
}
.login-cover {
background: url(../img/login-cover.jpg) center center no-repeat fixed;
background-size: 100%;
position: fixed
}
.login-cover:before {
display: block;
position: absolute;
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .85) 100%)
}
.login-content {
width: 320px;
position: absolute;
left: 50%;
margin-left: -160px;
top: 50%;
margin-top: -160px
}
.login-brand a,
.login-brand a:focus,
.login-brand a:hover {
display: block;
color: #fff;
text-decoration: none
}
.login-brand {
font-size: 16px;
line-height: 28px;
margin-bottom: 15px
}
.login-brand i {
width: 28px;
font-size: 28px
}
.inverse-mode .login .form-control,
.login .form-control {
background: rgba(255, 255, 255, .3);
border-color: transparent;
color: #fff
}
.login .control-label {
color: #fff
}
.checkbox input+label:before,
.checkbox-inline input+label:before {
background: 0 0
}
.login-desc {
color: rgba(255, 255, 255, .5);
margin-bottom: 5px
}
.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 20px;
left: 0;
right: 0
}
.login-cover {
background-size: auto 100%
}
}
.mail-box-sidebar {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 200px;
border-right: 1px solid #d1d1d4
}
.mail-box-content {
position: absolute;
top: 0;
left: 200px;
right: 0;
bottom: 0;
background: #fff
}
.mail-box-container {
position: absolute;
top: 51px;
left: 0;
right: 0;
bottom: 0
}
.mail-box-header {
border-bottom: 1px solid #d1d1d4
}
.mail-box-sidebar .title {
margin: 0 0 5px;
font-size: 10px;
font-weight: 700;
color: #8A8A8F;
padding: 15px 15px 0
}
.mail-box-menu {
list-style-type: none;
margin: 0;
padding: 0
}
.mail-box-menu>li>a {
display: block;
color: #666;
font-weight: 500;
padding: 3px 25px;
text-decoration: none;
line-height: 20px
}
.mail-box-menu>li>a i {
float: left;
font-size: 16px;
margin-right: 10px;
line-height: 20px;
width: 20px;
text-align: center;
top: 0
}
.mail-box-menu>li>a b {
float: right;
background: #007aff;
color: #fff;
padding: 0 6px 1px;
border-radius: 6px;
font-size: 10px;
line-height: 16px;
margin-top: 1px
}
.mail-box-menu>li>a .email-label {
float: left;
width: 12px;
height: 12px;
margin-left: 4px;
margin-top: 4px;
margin-right: 14px;
border-radius: 6px
}
.mail-box-menu>li>a:focus,
.mail-box-menu>li>a:hover {
color: #000
}
.mail-box-menu>li.active>a,
.mail-box-menu>li.active>a:focus,
.mail-box-menu>li.active>a:hover {
color: #007aff
}
.mail-box-header>a {
display: block;
color: #222;
padding: 15px;
text-decoration: none;
line-height: 20px
}
.mail-box-header>a:focus,
.mail-box-header>a:hover {
color: #007aff
}
.mail-box-header>a i {
float: left;
width: 20px;
height: 20px;
margin-right: 5px;
text-align: center;
line-height: 20px;
top: 0;
font-size: 16px
}
.mail-box-header>a .text {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 10px
}
.mail-box-header .dropdown-menu {
margin-top: -5px!important
}
.mail-box-header .dropdown-menu:after,
.mail-box-header .dropdown-menu:before {
left: 17px;
border-width: 7px;
top: -14px
}
.email-list>li:last-child,
.mail-box-toolbar {
border-bottom: 1px solid #d1d1d4
}
.email-detail-content,
.email-list>li+li {
border-top: 1px solid #d1d1d4
}
.mail-box-header .dropdown-menu:before {
top: -15px
}
.mail-box-toolbar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 51px;
padding: 10px 20px
}
.mail-box-toolbar:after,
.mail-box-toolbar:before {
content: '';
display: table;
clear: both
}
@media (max-width:767px) {
.mail-box {
padding-bottom: 44px
}
.mail-box-sidebar {
display: none
}
.mail-box-container,
.mail-box-content,
.mail-box-toolbar {
position: relative;
left: 0;
top: 0;
height: auto
}
.mail-box-toolbar {
padding: 10px 15px
}
}
.email-list {
list-style-type: none;
margin: 0;
padding: 0;
background: #fff
}
.email-list .email-checkbox,
.email-list .email-message {
padding: 10px 20px
}
.email-list .email-checkbox {
float: left
}
.email-list .email-message {
margin-left: 58px
}
.email-list .email-checkbox label {
padding-left: 18px
}
.email-list>li:after,
.email-list>li:before {
display: table;
clear: both
}
.email-list>li:hover {
background: #f9f9f9
}
.email-list .email-message>a {
display: block;
color: #000;
margin: -10px -20px;
padding: 10px 20px;
text-decoration: none;
position: relative
}
.email-message .email-sender {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative
}
.email-list .unread .email-sender {
font-weight: 600
}
.email-message .email-time {
float: right;
font-size: 12px;
font-weight: 400;
color: #666;
margin-left: 10px
}
.email-message .email-desc {
color: #8A8A8F;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative
}
.email-list .unread a:before {
position: absolute;
top: 16px;
left: 1px;
width: 8px;
height: 8px;
background: #007aff;
border-radius: 6px
}
.email-list .has-attachment a:after {
content: '\e647';
position: absolute;
top: 16px;
left: -2px;
width: 10px;
height: 10px;
font-size: 14px;
color: #8A8A8F;
font-family: themify;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.email-list .unread.has-attachment a:after {
top: 34px
}
@media (max-width:767px) {
.email-list .email-checkbox,
.email-list .email-message {
padding: 10px 15px
}
.email-list .email-message {
margin-left: 50px
}
}
.email-form {
background: #f5f5f5;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.email-form-header {
padding: 15px
}
.email-detail-header {
padding: 15px 20px;
background: #f5f5f5
}
.email-detail-header .email-subject {
margin: 0 0 10px
}
.email-sender-img {
float: left;
width: 36px;
height: 36px;
border-radius: 18px;
overflow: hidden;
margin-right: 10px;
margin-top: 3px
}
.email-sender-img img {
display: block
}
.email-sender-info {
margin-left: 46px
}
.email-sender-info .title {
margin: 0 0 2px;
font-weight: 500;
font-size: 14px
}
.email-sender-info .time {
color: #8A8A8F;
font-size: 10px;
font-weight: 500
}
.email-detail-content {
padding: 20px
}
.email-detail-attachment:after,
.email-detail-attachment:before {
content: '';
display: table;
clear: both
}
.email-detail-attachment .email-attachment {
background: #EFEFF4;
float: left;
width: 120px;
height: 75px;
overflow: hidden;
margin-right: 10px;
margin-bottom: 10px
}
.email-detail-attachment .email-attachment a {
display: block;
text-decoration: none
}
.email-detail-attachment .email-attachment .document-file {
height: 55px;
overflow: hidden;
text-align: center;
background: #C8C7CC
}
.email-detail-attachment .email-attachment .document-file i {
display: block;
line-height: 55px;
font-size: 28px;
color: #8A8A8F
}
.email-detail-attachment .email-attachment .document-name {
height: 20px;
line-height: 20px;
color: #666;
padding: 0 10px;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap
}
@media (max-width:767px) {
.email-form {
position: relative
}
}
.coming-soon-cover,
.coming-soon-cover:before {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0
}
.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 {
overflow: hidden;
background: url(../img/coming-soon-cover.jpg) top center no-repeat;
background-size: 100%
}
@media (max-width:768px) {
.coming-soon-cover {
background-size: auto 100%
}
}
.coming-soon-cover:before {
content: '';
display: block;
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: 15px
}
.coming-soon .brand {
font-size: 18px;
line-height: 28px
}
.coming-soon .brand a {
color: #fff;
text-decoration: none;
line-height: 28px
}
.coming-soon .brand .logo {
display: block;
width: 128px;
height: 64px;
margin: 0 auto
}
.coming-soon .brand .logo i {
display: block;
line-height: 64px;
text-align: center;
border-radius: 6px;
font-size: 96px;
top: 0
}
.coming-soon-content {
padding: 100px;
position: relative;
text-align: center;
max-width: 1280px;
margin: 0 auto
}
.coming-soon .social-list {
font-size: 18px;
line-height: 28px
}
.coming-soon .social-list a+a {
margin-left: 10px
}
.coming-soon-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
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: 12px;
width: 1px;
background: rgba(255, 255, 255, .25);
margin: 0 10px;
position: relative;
top: 2px
}
.coming-soon-content p {
font-size: 14px
}
.is-countdown {
background: 0 0!important;
border: none!important;
margin: 25px 0!important;
padding: 25px 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
}
.link-divider,
.search-tab>li {
display: inline-block
}
.countdown-show4 .countdown-section {
width: 25%!important
}
.countdown-amount {
font-size: 36px!important
}
.countdown-period {
font-size: 16px!important
}
@media (max-width:1024px) {
.coming-soon-cover {
background-size: auto 100%
}
}
@media (max-width:767px) {
.coming-soon-content {
padding: 50px
}
.coming-soon .brand .logo i {
font-size: 72px
}
.coming-soon h1 {
font-size: 24px
}
}
@media (max-width:480px) {
.coming-soon-content {
padding: 25px
}
.countdown-amount {
font-size: 24px!important
}
.coming-soon-content p,
.countdown-period {
font-size: 12px!important
}
}
.error-page {
max-width: 720px;
margin: 0 auto;
position: relative;
padding: 100px 0;
font-size: 14px;
text-align: center
}
.error-page .error-icon i {
font-size: 128px;
opacity: .25
}
.error-page h1 {
font-size: 72px;
font-weight: 700
}
.error-page h3 {
font-size: 18px;
font-weight: 400
}
.link-divider {
width: 4px;
height: 4px;
border-radius: 4px;
background: #C8C7CC;
position: relative;
top: -2px;
margin: 0 10px
}
.search-input {
position: relative;
max-width: 520px;
margin-bottom: 15px
}
.search-close {
position: absolute;
right: 16px;
top: 50%;
margin-top: -11px;
width: 24px;
height: 24px;
border-radius: 18px;
text-align: center;
line-height: 24px;
font-size: 18px;
color: #fff;
background: #C8C7CC
}
.search-close:focus,
.search-close:hover {
text-decoration: none;
background: #8A8A8F;
color: #fff
}
.search-tab {
list-style-type: none;
margin: 0 -25px;
padding: 0 25px;
border-bottom: 1px solid #C8C7CC;
white-space: nowrap
}
.search-tab>li a {
display: block;
padding: 10px;
color: #666;
text-decoration: none;
margin-bottom: -1px;
border-bottom: 1px solid transparent;
font-weight: 600
}
.search-tab>li a:focus,
.search-tab>li a:hover,
.search-tab>li.active a {
border-bottom-color: #000
}
.search-tab>li.active a {
color: #000
}
.search-result-list {
list-style-type: none;
margin: -1px 0 0;
padding: 0;
color: #333
}
.search-result-list>li {
padding: 20px 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: 160px;
height: 120px;
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: 180px
}
.search-result-list h3 {
margin: 0 0 5px;
font-size: 16px;
font-weight: 600
}
.search-result-list h3 a {
color: #000
}
@media (max-width:767px) {
.search-tab {
margin: 0 -15px;
padding: 0 15px
}
.search-result-list .search-result-media {
width: 90px;
height: 75px
}
.search-result-list .search-result-media+.search-result-content {
margin-left: 105px
}
}
.widget {
background: #fff;
margin-bottom: 12px;
display: block
}
a.widget {
text-decoration: none
}
.widget-content,
.widget-footer {
padding: 10px;
background: #fff
}
.widget .widget-title {
margin: 0
}
.widget .widget-title-icon {
float: left;
width: 18px;
height: 18px;
text-align: center;
line-height: 18px;
border-radius: 4px;
font-size: 14px;
color: #fff;
background: #cdced2;
background: rgba(0, 0, 0, .25);
margin: 0 4px 0 0
}
.widget-desc,
.widget-desc a {
font-size: 10px;
color: #8A8A8F;
font-weight: 500
}
.inverse-mode .widget-desc,
.inverse-mode .widget-desc a {
color: rgba(255, 255, 255, .75)
}
.widget .widget-body {
padding: 15px;
position: relative
}
.widget .widget-value {
font-size: 24px
}
.widget .widget-btn {
font-size: 12px;
border-radius: 4px;
display: inline-block;
padding: 5px 10px;
background: rgba(0, 0, 0, .25);
color: #fff;
text-decoration: none
}
.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: -3px;
font-size: 9px
}
.widget.widget-card.widget-card-rowspan2 {
padding-top: calc(55% + 5px)
}
.widget-title-link,
a.widget-title-link {
padding: 2px 6px;
border-radius: 40px;
font-size: 9px;
font-weight: 700;
float: right;
text-decoration: none;
color: #000;
background: rgba(0, 0, 0, .25)
}
.widget-title-link:focus,
.widget-title-link:hover {
background: rgba(0, 0, 0, .5);
color: #000
}
@media (min-width:768px) {
.widget.icon.icon-lg {
border-radius: 10px
}
.widget.icon.icon-lg i {
font-size: 36px
}
}
@media (max-width:767px) {
.widget.icon.icon-lg i {
font-size: 24px
}
}
.project {
padding: 15px
}
.project .project-title {
margin: 0 0 2px;
font-size: 14px
}
.project .project-desc {
font-size: 11px;
margin: 0 0 10px;
color: #8A8A8F
}
.project .progress {
margin: 0 0 2px
}
.project .progress-text {
font-size: 10px
}
.progress {
box-shadow: none
}
.progress-bar.progress-bar-primary {
background: #007aff
}
.progress.progress-xs {
height: 2px
}
.project .project-left {
float: left;
width: 44px;
height: 44px;
border-radius: 6px;
text-align: center;
color: #fff
}
.project .project-left i {
line-height: 44px;
font-size: 28px;
display: block
}
.project .project-left+.project-info {
margin-left: 59px
}
.widget.widget-card {
display: block;
padding-top: 55%;
position: relative
}
.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 img {
max-width: 100%;
-webkit-transition: all .2s linear;
-moz-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-card-img img,
.widget-img img,
.widget-list-container .widget-list-media img {
max-width: 100%
}
.widget.widget-card .widget-card-content {
padding: 15px;
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: 10px;
font-weight: 500
}
.widget-inline-list>li {
display: inline-block;
position: relative
}
.widget-inline-list>li+li {
margin-left: 15px
}
.widget-inline-list>li+li:before {
content: '';
position: absolute;
left: -11px;
top: 6px;
width: 4px;
height: 4px;
border-radius: 4px;
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: 12px;
font-weight: 500;
color: #000;
line-height: 16px
}
.inverse-mode .widget-title,
.inverse-mode .widget-title a,
.widget.inverse-mode .dropdown>a,
.widget.inverse-mode .widget-title {
color: #fff
}
.widget .dropdown>a {
text-decoration: none
}
.widget-card-icon,
.widget-card-img {
float: left;
width: 36px;
height: 36px;
line-height: 26px;
border-radius: 6px;
text-align: center;
padding: 5px;
font-size: 20px;
margin-bottom: -2px;
margin-top: -2px;
margin-right: 8px;
overflow: hidden
}
.widget-card-img {
padding: 0
}
.widget-card-img img {
max-height: 100%
}
.widget-card-icon.pull-right {
margin-right: 0;
margin-left: 8px
}
.widget-card-icon+.widget-card-info {
margin-left: 44px
}
.widget-card-icon.pull-right+.widget-card-info {
margin-left: 0;
margin-right: 44px
}
.widget-img {
text-align: center
}
.widget-lead {
font-size: 18px;
margin: 10px 0 5px
}
.widget.widget-product {
padding: 10px
}
.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: 17px;
height: 17px;
border-radius: 6px;
background: #8A8A8F;
color: #fff;
margin: -2px 5px 0 0
}
.widget-header-icon i {
display: block;
text-align: center;
line-height: 16px
}
@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 12px;
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: 10px;
vertical-align: middle
}
.widget-list-container>div+div {
padding-left: 0
}
.widget-list-container .widget-list-media {
width: 100px;
position: relative
}
.widget-list-container .widget-list-media.icon {
width: 36px
}
.widget-list-container .widget-list-media.icon i {
display: block;
width: 36px;
height: 36px;
border-radius: 6px;
text-align: center;
font-size: 18px;
line-height: 36px
}
.widget-list-container .widget-list-media.icon.icon-sm i {
height: 24px;
width: 24px;
font-size: 14px;
line-height: 24px
}
.widget-list-container .widget-list-media .widget-list-media-icon {
position: absolute;
right: 9px;
bottom: 9px;
width: 12px;
height: 12px;
border-radius: 12px
}
.widget-list-container .widget-list-media .widget-list-media-icon i {
display: block;
text-align: center;
line-height: 12px;
font-size: 8px
}
.circle,
.widget-rating-star>li,
.widget-user-list>li {
display: inline-block
}
.widget-list-container .widget-list-media.square {
width: 36px
}
.widget-list-container .widget-list-media .img-container {
width: 36px;
height: 36px;
overflow: hidden;
position: relative;
border-radius: 6px
}
.widget-list-container .widget-list-media.contact {
width: 56px
}
.widget-list-container .widget-list-media.contact img {
width: 36px;
height: 36px;
overflow: hidden
}
.widget-list-container .widget-list-media.rounded i,
.widget-list-container .widget-list-media.rounded img {
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: 9px;
color: #C8C7CC;
line-height: 14px
}
.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 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
border: 1px solid #007aff;
color: #007aff
}
.widget-chat,
.widget-user-list {
padding: 0;
list-style-type: none
}
.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: -25px
}
.dropdown.dropdown-icon .dropdown-menu.dropdown-menu-right {
margin-right: -25px
}
.circle {
width: 6px;
height: 6px;
border: 3px solid;
border-radius: 4px
}
.widget-list-content {
color: #000
}
.inverse-mode .widget-list-content {
color: #fff
}
.widget-user-list {
margin: 0;
white-space: nowrap;
overflow: hidden
}
.widget-user-list>li+li {
margin-left: -18px
}
.widget-user-list>li a {
display: block;
border: 2px solid #fff;
overflow: hidden;
width: 36px;
height: 36px;
border-radius: 36px;
margin-bottom: -5px;
line-height: 32px;
text-align: center;
text-decoration: none
}
.widget-user-list>li a img {
display: block;
max-width: 100%
}
.widget-user-list>li.number a {
background: #C7C7CC;
color: #fff
}
.widget-chat {
margin: 0
}
.widget-chat>li {
display: table;
width: 100%
}
.widget-chat>li+li {
margin-top: 10px
}
.widget-chat-date {
font-size: 10px;
font-weight: 600;
color: #8A8A8F;
padding: 5px 10px;
text-align: center
}
.widget-chat-content,
.widget-chat-media {
display: table-cell;
vertical-align: bottom
}
.widget-chat-media {
width: 24px
}
.widget-chat-media img {
max-width: 24px;
border-radius: 24px;
display: block
}
.widget-chat-media+.widget-chat-content {
padding-left: 10px
}
.widget-chat-message {
background: #eae9ef;
color: #000;
border-radius: 16px;
padding: 6px 10px;
position: relative;
display: inline-block
}
.widget .widget-header,
.widget-reminder-content,
.widget-reminder-time,
a.widget-header-title {
padding: 10px
}
.widget-chat-message:after,
.widget-chat-message:before,
.widget-reminder-container:after,
.widget-reminder-container:before {
display: table;
content: '';
clear: both
}
.widget-chat-message+.widget-chat-message {
margin-top: 2px
}
.widget-chat-name,
.widget-chat-status {
font-size: 9px;
font-weight: 500;
color: #8A8A8F;
line-height: 16px
}
.reply .widget-chat-content {
text-align: right
}
.reply .widget-chat-message {
background: #007aff;
color: #fff
}
.widget-chat-message.last:before {
content: '';
border: 5px solid transparent;
border-bottom-color: #eae9ef;
border-right-color: #eae9ef;
position: absolute;
left: -4px;
bottom: 3px
}
.reply .widget-chat-message.last:before {
border: 5px solid transparent;
border-top-width: 4px;
border-left-width: 10px;
border-top-color: #007aff;
border-left-color: #007aff;
left: auto;
right: -7px
}
.widget-footer.with-border,
.widget-reminder-container+.widget-reminder-container {
border-top: 1px solid #EFEFF4
}
.widget-footer.with-bg,
.widget-header.with-bg {
background: #EFEFF4
}
.widget-header.with-border {
border-bottom: 1px solid #EFEFF4
}
.widget-reminder-header {
background: #EFEFF4;
padding: 10px;
font-size: 10px;
font-weight: 700;
color: #8A8A8F
}
.widget-reminder-container {
position: relative
}
.inverse-mode .widget-reminder-container+.widget-reminder-container {
border-color: #333
}
.inverse-mode .widget-reminder-header {
background: #212121
}
.widget-reminder-time {
width: 80px;
float: left;
text-align: right;
font-size: 10px
}
.widget-reminder-divider {
position: absolute;
top: 0;
bottom: 0;
left: 80px;
width: 2px;
background: #EFEFF4
}
.widget-reminder-content {
margin-left: 82px
}
.widget-header-title {
margin: 0;
font-size: 12px;
font-weight: 500
}
a.widget-header-title {
color: #000;
text-decoration: none;
display: block;
margin: -10px
}
.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: 10px
}
.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;
border-radius: 6px
}
.widget-media.square.icon i {
position: absolute;
top: 50%;
font-size: 64px;
text-align: center;
left: 0;
right: 0;
margin-top: -32px;
line-height: 64px
}
.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;
border-radius: 6px;
overflow: hidden;
z-index: 10
}
.widget-media .widget-media-icon {
position: absolute;
right: 5px;
bottom: 5px;
width: 24px;
height: 24px;
border-radius: 12px;
text-align: center;
line-height: 24px;
background: rgba(144, 144, 144, .85);
color: #fff;
z-index: 20
}
.widget-media .widget-media-icon i {
display: block;
line-height: 24px;
font-size: 14px;
top: 0
}
.widget-divider:after,
.widget-divider:before,
.widget.widget-stats:after,
.widget.widget-stats:before {
content: '';
display: table;
clear: both
}
.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: 48px;
height: 48px;
position: relative;
border-radius: 6px
}
.widget-list-media-img img {
position: absolute;
left: 0;
top: 0;
max-width: 100%
}
.widget.widget-stats,
a.widget.widget-stats {
padding: 10px;
border-radius: 6px;
text-decoration: none
}
.widget.widget-stats .widget-stats-left {
float: left;
padding-right: 5px;
max-width: 50%
}
.widget.widget-stats .widget-stats-right {
float: right;
padding-left: 5px;
text-align: right;
max-width: 50%
}
.widget-stats-title {
font-size: 13px;
font-weight: 600;
line-height: 16px
}
.widget-stats-value {
font-size: 32px;
font-weight: 300;
line-height: 36px
}
.widget.widget-chart {
padding: 15px 15px 10px
}
.widget-divider {
margin: 15px 0;
background: #EFEFF4;
height: 1px
}
.inverse-mode .widget-divider {
background: rgba(255, 255, 255, .25)
}