@coreui/coreui-pro
Version:
UI Kit built on top of Bootstrap 4
2,370 lines (1,960 loc) • 145 kB
CSS
@charset "UTF-8";
/*!
* CoreUI Pro - Dashboard UI Kit
* @version v2.1.14
* @link https://coreui.io/pro/
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.ps {
overflow: hidden !important;
-ms-touch-action: auto;
touch-action: auto;
-ms-overflow-style: none;
overflow-anchor: none;
}
.ps__rail-x {
position: absolute;
bottom: 0;
display: none;
height: 15px;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
}
.ps__rail-y {
position: absolute;
right: 0;
display: none;
width: 15px;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: .6;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
background-color: #eee;
opacity: .9;
}
/*
* Scrollbar thumb styles
*/
.ps__thumb-x {
position: absolute;
bottom: 2px;
height: 6px;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
}
.ps__thumb-y {
position: absolute;
right: 2px;
width: 6px;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
height: 11px;
background-color: #999;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
width: 11px;
background-color: #999;
}
@supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}
.aside-menu {
z-index: 1019;
width: 250px;
color: #2f353a;
background: #fff;
border-left: 1px solid #c8ced3;
}
.aside-menu .nav-tabs {
border-color: #c8ced3;
}
.aside-menu .nav-tabs .nav-link {
padding: 0.75rem 1rem;
color: #23282c;
border-top: 0;
border-radius: 0;
}
.aside-menu .nav-tabs .nav-link.active {
color: #20a8d8;
border-right-color: #c8ced3;
border-left-color: #c8ced3;
}
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
border-left: 0;
}
.aside-menu .tab-content {
position: relative;
overflow-x: hidden;
overflow-y: auto;
border: 0;
border-top: 1px solid #c8ced3;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.aside-menu .tab-content::-webkit-scrollbar {
width: 10px;
margin-left: -10px;
-webkit-appearance: none;
appearance: none;
}
.aside-menu .tab-content::-webkit-scrollbar-track {
background-color: white;
border-right: 1px solid #f2f2f2;
border-left: 1px solid #f2f2f2;
}
.aside-menu .tab-content::-webkit-scrollbar-thumb {
height: 50px;
background-color: #e6e6e6;
background-clip: content-box;
border-color: transparent;
border-style: solid;
border-width: 1px 2px;
}
.aside-menu .tab-content .tab-pane {
padding: 0;
}
.avatar {
position: relative;
display: inline-block;
width: 36px;
height: 36px;
}
.avatar .avatar-status {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 10px;
height: 10px;
border: 1px solid #fff;
border-radius: 50em;
}
.avatar > img {
vertical-align: initial;
}
.avatar-lg {
position: relative;
display: inline-block;
width: 72px;
height: 72px;
}
.avatar-lg .avatar-status {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 12px;
height: 12px;
border: 1px solid #fff;
border-radius: 50em;
}
.avatar-sm {
position: relative;
display: inline-block;
width: 24px;
height: 24px;
}
.avatar-sm .avatar-status {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 8px;
height: 8px;
border: 1px solid #fff;
border-radius: 50em;
}
.avatar-xs {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
}
.avatar-xs .avatar-status {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 8px;
height: 8px;
border: 1px solid #fff;
border-radius: 50em;
}
.avatars-stack .avatar {
margin-right: -18px;
transition: margin-right 0.25s;
}
.avatars-stack .avatar:hover {
margin-right: 0;
}
.avatars-stack .avatar-lg {
margin-right: -36px;
}
.avatars-stack .avatar-sm {
margin-right: -12px;
}
.avatars-stack .avatar-xs {
margin-right: -10px;
}
.badge-pill {
border-radius: 10rem;
}
.breadcrumb-menu {
margin-left: auto;
}
.breadcrumb-menu::before {
display: none;
}
.breadcrumb-menu .btn-group {
vertical-align: top;
}
.breadcrumb-menu .btn {
padding: 0 0.75rem;
color: #73818f;
vertical-align: top;
border: 0;
}
.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
color: #23282c;
background: transparent;
}
.breadcrumb-menu .open .btn {
color: #23282c;
background: transparent;
}
.breadcrumb-menu .dropdown-menu {
min-width: 180px;
line-height: 1.5;
}
*[dir="rtl"] .breadcrumb-menu {
margin-right: auto;
margin-left: initial;
}
.breadcrumb {
position: relative;
border-radius: 0;
border-bottom: 1px solid #c8ced3;
}
*[dir="rtl"] .breadcrumb-item::before {
padding-right: 0;
padding-left: 0.5rem;
}
*[dir="rtl"] .breadcrumb-item {
padding-right: 0.5rem;
padding-left: 0;
}
.brand-card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
margin-bottom: 1.5rem;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid #c8ced3;
border-radius: 0.25rem;
}
.brand-card-header {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
height: 6rem;
border-radius: 0.25rem 0.25rem 0 0;
}
.brand-card-header i {
font-size: 2rem;
color: #fff;
}
.brand-card-header .chart-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.brand-card-body {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
padding: 0.75rem 0;
text-align: center;
}
.brand-card-body > * {
-ms-flex: 1;
flex: 1;
padding: 0.1875rem 0;
}
.brand-card-body > *:not(:last-child) {
border-right: 1px solid #c8ced3;
}
*[dir="rtl"] .brand-card-body > *:not(:last-child) {
border-right: 0;
border-left: 1px solid #c8ced3;
}
.btn-brand {
border: 0;
}
.btn-brand i {
display: inline-block;
width: 2.0625rem;
margin: -0.375rem -0.75rem;
line-height: 2.0625rem;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 0.25rem;
}
.btn-brand i + span {
margin-left: 1.5rem;
}
.btn-brand.btn-lg i {
width: 2.640625rem;
margin: -0.5rem -1rem;
line-height: 2.640625rem;
border-radius: 0.3rem;
}
.btn-brand.btn-lg i + span {
margin-left: 2rem;
}
.btn-brand.btn-sm i {
width: 1.648438rem;
margin: -0.25rem -0.5rem;
line-height: 1.648438rem;
border-radius: 0.2rem;
}
.btn-brand.btn-sm i + span {
margin-left: 1rem;
}
.btn-brand.btn-square i {
border-radius: 0;
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: #3b5998;
}
.btn-facebook:hover {
color: #fff;
background-color: #30497c;
border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
color: #fff;
background-color: #3b5998;
border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
color: #fff;
background-color: #2d4373;
border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-twitter {
color: #fff;
background-color: #00aced;
border-color: #00aced;
}
.btn-twitter:hover {
color: #fff;
background-color: #0090c7;
border-color: #0087ba;
}
.btn-twitter:focus, .btn-twitter.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
color: #fff;
background-color: #00aced;
border-color: #00aced;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
color: #fff;
background-color: #0087ba;
border-color: #007ead;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}
.btn-linkedin {
color: #fff;
background-color: #4875b4;
border-color: #4875b4;
}
.btn-linkedin:hover {
color: #fff;
background-color: #3d6399;
border-color: #395d90;
}
.btn-linkedin:focus, .btn-linkedin.focus {
box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
color: #fff;
background-color: #4875b4;
border-color: #4875b4;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle {
color: #fff;
background-color: #395d90;
border-color: #365786;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-linkedin.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}
.btn-google-plus {
color: #fff;
background-color: #d34836;
border-color: #d34836;
}
.btn-google-plus:hover {
color: #fff;
background-color: #ba3929;
border-color: #b03626;
}
.btn-google-plus:focus, .btn-google-plus.focus {
box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
color: #fff;
background-color: #d34836;
border-color: #d34836;
}
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
color: #fff;
background-color: #b03626;
border-color: #a53324;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}
.btn-flickr {
color: #fff;
background-color: #ff0084;
border-color: #ff0084;
}
.btn-flickr:hover {
color: #fff;
background-color: #d90070;
border-color: #cc006a;
}
.btn-flickr:focus, .btn-flickr.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
color: #fff;
background-color: #ff0084;
border-color: #ff0084;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active,
.show > .btn-flickr.dropdown-toggle {
color: #fff;
background-color: #cc006a;
border-color: #bf0063;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus,
.show > .btn-flickr.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}
.btn-tumblr {
color: #fff;
background-color: #32506d;
border-color: #32506d;
}
.btn-tumblr:hover {
color: #fff;
background-color: #263d53;
border-color: #22364a;
}
.btn-tumblr:focus, .btn-tumblr.focus {
box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
color: #fff;
background-color: #32506d;
border-color: #32506d;
}
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active,
.show > .btn-tumblr.dropdown-toggle {
color: #fff;
background-color: #22364a;
border-color: #1e3041;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus,
.show > .btn-tumblr.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}
.btn-xing {
color: #fff;
background-color: #026466;
border-color: #026466;
}
.btn-xing:hover {
color: #fff;
background-color: #013f40;
border-color: #013334;
}
.btn-xing:focus, .btn-xing.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}
.btn-xing.disabled, .btn-xing:disabled {
color: #fff;
background-color: #026466;
border-color: #026466;
}
.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active,
.show > .btn-xing.dropdown-toggle {
color: #fff;
background-color: #013334;
border-color: #012727;
}
.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus,
.show > .btn-xing.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}
.btn-github {
color: #fff;
background-color: #4183c4;
border-color: #4183c4;
}
.btn-github:hover {
color: #fff;
background-color: #3570aa;
border-color: #3269a0;
}
.btn-github:focus, .btn-github.focus {
box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
color: #fff;
background-color: #4183c4;
border-color: #4183c4;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
color: #fff;
background-color: #3269a0;
border-color: #2f6397;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}
.btn-html5 {
color: #fff;
background-color: #e34f26;
border-color: #e34f26;
}
.btn-html5:hover {
color: #fff;
background-color: #c9401a;
border-color: #be3c18;
}
.btn-html5:focus, .btn-html5.focus {
box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}
.btn-html5.disabled, .btn-html5:disabled {
color: #fff;
background-color: #e34f26;
border-color: #e34f26;
}
.btn-html5:not(:disabled):not(.disabled):active, .btn-html5:not(:disabled):not(.disabled).active,
.show > .btn-html5.dropdown-toggle {
color: #fff;
background-color: #be3c18;
border-color: #b23917;
}
.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5:not(:disabled):not(.disabled).active:focus,
.show > .btn-html5.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}
.btn-openid {
color: #23282c;
background-color: #f78c40;
border-color: #f78c40;
}
.btn-openid:hover {
color: #fff;
background-color: #f5761b;
border-color: #f56f0f;
}
.btn-openid:focus, .btn-openid.focus {
box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}
.btn-openid.disabled, .btn-openid:disabled {
color: #23282c;
background-color: #f78c40;
border-color: #f78c40;
}
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active,
.show > .btn-openid.dropdown-toggle {
color: #fff;
background-color: #f56f0f;
border-color: #ed680a;
}
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus,
.show > .btn-openid.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}
.btn-stack-overflow {
color: #fff;
background-color: #fe7a15;
border-color: #fe7a15;
}
.btn-stack-overflow:hover {
color: #fff;
background-color: #ec6701;
border-color: #df6101;
}
.btn-stack-overflow:focus, .btn-stack-overflow.focus {
box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}
.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
color: #fff;
background-color: #fe7a15;
border-color: #fe7a15;
}
.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow:not(:disabled):not(.disabled).active,
.show > .btn-stack-overflow.dropdown-toggle {
color: #fff;
background-color: #df6101;
border-color: #d25c01;
}
.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow:not(:disabled):not(.disabled).active:focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}
.btn-youtube {
color: #fff;
background-color: #b00;
border-color: #b00;
}
.btn-youtube:hover {
color: #fff;
background-color: #950000;
border-color: #880000;
}
.btn-youtube:focus, .btn-youtube.focus {
box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
color: #fff;
background-color: #b00;
border-color: #b00;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
color: #fff;
background-color: #880000;
border-color: #7b0000;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}
.btn-css3 {
color: #fff;
background-color: #0170ba;
border-color: #0170ba;
}
.btn-css3:hover {
color: #fff;
background-color: #015994;
border-color: #015187;
}
.btn-css3:focus, .btn-css3.focus {
box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}
.btn-css3.disabled, .btn-css3:disabled {
color: #fff;
background-color: #0170ba;
border-color: #0170ba;
}
.btn-css3:not(:disabled):not(.disabled):active, .btn-css3:not(:disabled):not(.disabled).active,
.show > .btn-css3.dropdown-toggle {
color: #fff;
background-color: #015187;
border-color: #014a7b;
}
.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3:not(:disabled):not(.disabled).active:focus,
.show > .btn-css3.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}
.btn-dribbble {
color: #fff;
background-color: #ea4c89;
border-color: #ea4c89;
}
.btn-dribbble:hover {
color: #fff;
background-color: #e62a72;
border-color: #e51e6b;
}
.btn-dribbble:focus, .btn-dribbble.focus {
box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
color: #fff;
background-color: #ea4c89;
border-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
color: #fff;
background-color: #e51e6b;
border-color: #dc1a65;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}
.btn-instagram {
color: #fff;
background-color: #517fa4;
border-color: #517fa4;
}
.btn-instagram:hover {
color: #fff;
background-color: #446b8a;
border-color: #406582;
}
.btn-instagram:focus, .btn-instagram.focus {
box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
color: #fff;
background-color: #517fa4;
border-color: #517fa4;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
color: #fff;
background-color: #406582;
border-color: #3c5e79;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-pinterest {
color: #fff;
background-color: #cb2027;
border-color: #cb2027;
}
.btn-pinterest:hover {
color: #fff;
background-color: #aa1b21;
border-color: #9f191f;
}
.btn-pinterest:focus, .btn-pinterest.focus {
box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
color: #fff;
background-color: #cb2027;
border-color: #cb2027;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
color: #fff;
background-color: #9f191f;
border-color: #94171c;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}
.btn-vk {
color: #fff;
background-color: #45668e;
border-color: #45668e;
}
.btn-vk:hover {
color: #fff;
background-color: #385474;
border-color: #344d6c;
}
.btn-vk:focus, .btn-vk.focus {
box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
color: #fff;
background-color: #45668e;
border-color: #45668e;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle {
color: #fff;
background-color: #344d6c;
border-color: #304763;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-vk.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}
.btn-yahoo {
color: #fff;
background-color: #400191;
border-color: #400191;
}
.btn-yahoo:hover {
color: #fff;
background-color: #2f016b;
border-color: #2a015e;
}
.btn-yahoo:focus, .btn-yahoo.focus {
box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}
.btn-yahoo.disabled, .btn-yahoo:disabled {
color: #fff;
background-color: #400191;
border-color: #400191;
}
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
color: #fff;
background-color: #2a015e;
border-color: #240152;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}
.btn-behance {
color: #fff;
background-color: #1769ff;
border-color: #1769ff;
}
.btn-behance:hover {
color: #fff;
background-color: #0055f0;
border-color: #0050e3;
}
.btn-behance:focus, .btn-behance.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}
.btn-behance.disabled, .btn-behance:disabled {
color: #fff;
background-color: #1769ff;
border-color: #1769ff;
}
.btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active,
.show > .btn-behance.dropdown-toggle {
color: #fff;
background-color: #0050e3;
border-color: #004cd6;
}
.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus,
.show > .btn-behance.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}
.btn-dropbox {
color: #fff;
background-color: #007ee5;
border-color: #007ee5;
}
.btn-dropbox:hover {
color: #fff;
background-color: #0069bf;
border-color: #0062b2;
}
.btn-dropbox:focus, .btn-dropbox.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}
.btn-dropbox.disabled, .btn-dropbox:disabled {
color: #fff;
background-color: #007ee5;
border-color: #007ee5;
}
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active,
.show > .btn-dropbox.dropdown-toggle {
color: #fff;
background-color: #0062b2;
border-color: #005ba5;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropbox.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}
.btn-reddit {
color: #fff;
background-color: #ff4500;
border-color: #ff4500;
}
.btn-reddit:hover {
color: #fff;
background-color: #d93b00;
border-color: #cc3700;
}
.btn-reddit:focus, .btn-reddit.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
color: #fff;
background-color: #ff4500;
border-color: #ff4500;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active,
.show > .btn-reddit.dropdown-toggle {
color: #fff;
background-color: #cc3700;
border-color: #bf3400;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus,
.show > .btn-reddit.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}
.btn-spotify {
color: #fff;
background-color: #7ab800;
border-color: #7ab800;
}
.btn-spotify:hover {
color: #fff;
background-color: #619200;
border-color: #588500;
}
.btn-spotify:focus, .btn-spotify.focus {
box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}
.btn-spotify.disabled, .btn-spotify:disabled {
color: #fff;
background-color: #7ab800;
border-color: #7ab800;
}
.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify:not(:disabled):not(.disabled).active,
.show > .btn-spotify.dropdown-toggle {
color: #fff;
background-color: #588500;
border-color: #507800;
}
.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify:not(:disabled):not(.disabled).active:focus,
.show > .btn-spotify.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}
.btn-vine {
color: #fff;
background-color: #00bf8f;
border-color: #00bf8f;
}
.btn-vine:hover {
color: #fff;
background-color: #009972;
border-color: #008c69;
}
.btn-vine:focus, .btn-vine.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}
.btn-vine.disabled, .btn-vine:disabled {
color: #fff;
background-color: #00bf8f;
border-color: #00bf8f;
}
.btn-vine:not(:disabled):not(.disabled):active, .btn-vine:not(:disabled):not(.disabled).active,
.show > .btn-vine.dropdown-toggle {
color: #fff;
background-color: #008c69;
border-color: #007f5f;
}
.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine:not(:disabled):not(.disabled).active:focus,
.show > .btn-vine.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}
.btn-foursquare {
color: #fff;
background-color: #1073af;
border-color: #1073af;
}
.btn-foursquare:hover {
color: #fff;
background-color: #0d5c8c;
border-color: #0c5480;
}
.btn-foursquare:focus, .btn-foursquare.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
color: #fff;
background-color: #1073af;
border-color: #1073af;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active,
.show > .btn-foursquare.dropdown-toggle {
color: #fff;
background-color: #0c5480;
border-color: #0b4d75;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus,
.show > .btn-foursquare.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}
.btn-vimeo {
color: #23282c;
background-color: #aad450;
border-color: #aad450;
}
.btn-vimeo:hover {
color: #23282c;
background-color: #9bcc32;
border-color: #93c130;
}
.btn-vimeo:focus, .btn-vimeo.focus {
box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
color: #23282c;
background-color: #aad450;
border-color: #aad450;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
color: #23282c;
background-color: #93c130;
border-color: #8bb72d;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}
.btn-transparent {
color: #fff;
background-color: transparent;
border-color: transparent;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
display: inline-block;
margin-top: -2px;
vertical-align: middle;
}
.btn-pill {
border-radius: 50em;
}
.btn-square {
border-radius: 0;
}
.btn-ghost-primary {
color: #20a8d8;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-primary:hover {
color: #fff;
background-color: #20a8d8;
border-color: #20a8d8;
}
.btn-ghost-primary:focus, .btn-ghost-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
color: #20a8d8;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary:not(:disabled):not(.disabled).active,
.show > .btn-ghost-primary.dropdown-toggle {
color: #fff;
background-color: #20a8d8;
border-color: #20a8d8;
}
.btn-ghost-primary:not(:disabled):not(.disabled):active:focus, .btn-ghost-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}
.btn-ghost-secondary {
color: #c8ced3;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-secondary:hover {
color: #23282c;
background-color: #c8ced3;
border-color: #c8ced3;
}
.btn-ghost-secondary:focus, .btn-ghost-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}
.btn-ghost-secondary.disabled, .btn-ghost-secondary:disabled {
color: #c8ced3;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-secondary:not(:disabled):not(.disabled):active, .btn-ghost-secondary:not(:disabled):not(.disabled).active,
.show > .btn-ghost-secondary.dropdown-toggle {
color: #23282c;
background-color: #c8ced3;
border-color: #c8ced3;
}
.btn-ghost-secondary:not(:disabled):not(.disabled):active:focus, .btn-ghost-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}
.btn-ghost-success {
color: #4dbd74;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-success:hover {
color: #fff;
background-color: #4dbd74;
border-color: #4dbd74;
}
.btn-ghost-success:focus, .btn-ghost-success.focus {
box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-ghost-success.disabled, .btn-ghost-success:disabled {
color: #4dbd74;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-success:not(:disabled):not(.disabled):active, .btn-ghost-success:not(:disabled):not(.disabled).active,
.show > .btn-ghost-success.dropdown-toggle {
color: #fff;
background-color: #4dbd74;
border-color: #4dbd74;
}
.btn-ghost-success:not(:disabled):not(.disabled):active:focus, .btn-ghost-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}
.btn-ghost-info {
color: #63c2de;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-info:hover {
color: #23282c;
background-color: #63c2de;
border-color: #63c2de;
}
.btn-ghost-info:focus, .btn-ghost-info.focus {
box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-ghost-info.disabled, .btn-ghost-info:disabled {
color: #63c2de;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-info:not(:disabled):not(.disabled):active, .btn-ghost-info:not(:disabled):not(.disabled).active,
.show > .btn-ghost-info.dropdown-toggle {
color: #23282c;
background-color: #63c2de;
border-color: #63c2de;
}
.btn-ghost-info:not(:disabled):not(.disabled):active:focus, .btn-ghost-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}
.btn-ghost-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-warning:hover {
color: #23282c;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-ghost-warning:focus, .btn-ghost-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-ghost-warning.disabled, .btn-ghost-warning:disabled {
color: #ffc107;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-warning:not(:disabled):not(.disabled):active, .btn-ghost-warning:not(:disabled):not(.disabled).active,
.show > .btn-ghost-warning.dropdown-toggle {
color: #23282c;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-ghost-warning:not(:disabled):not(.disabled):active:focus, .btn-ghost-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-ghost-danger {
color: #f86c6b;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-danger:hover {
color: #fff;
background-color: #f86c6b;
border-color: #f86c6b;
}
.btn-ghost-danger:focus, .btn-ghost-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-ghost-danger.disabled, .btn-ghost-danger:disabled {
color: #f86c6b;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-danger:not(:disabled):not(.disabled):active, .btn-ghost-danger:not(:disabled):not(.disabled).active,
.show > .btn-ghost-danger.dropdown-toggle {
color: #fff;
background-color: #f86c6b;
border-color: #f86c6b;
}
.btn-ghost-danger:not(:disabled):not(.disabled):active:focus, .btn-ghost-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}
.btn-ghost-light {
color: #f0f3f5;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-light:hover {
color: #23282c;
background-color: #f0f3f5;
border-color: #f0f3f5;
}
.btn-ghost-light:focus, .btn-ghost-light.focus {
box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-ghost-light.disabled, .btn-ghost-light:disabled {
color: #f0f3f5;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-light:not(:disabled):not(.disabled):active, .btn-ghost-light:not(:disabled):not(.disabled).active,
.show > .btn-ghost-light.dropdown-toggle {
color: #23282c;
background-color: #f0f3f5;
border-color: #f0f3f5;
}
.btn-ghost-light:not(:disabled):not(.disabled):active:focus, .btn-ghost-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}
.btn-ghost-dark {
color: #2f353a;
background-color: transparent;
background-image: none;
border-color: transparent;
}
.btn-ghost-dark:hover {
color: #fff;
background-color: #2f353a;
border-color: #2f353a;
}
.btn-ghost-dark:focus, .btn-ghost-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}
.btn-ghost-dark.disabled, .btn-ghost-dark:disabled {
color: #2f353a;
background-color: transparent;
border-color: transparent;
}
.btn-ghost-dark:not(:disabled):not(.disabled):active, .btn-ghost-dark:not(:disabled):not(.disabled).active,
.show > .btn-ghost-dark.dropdown-toggle {
color: #fff;
background-color: #2f353a;
border-color: #2f353a;
}
.btn-ghost-dark:not(:disabled):not(.disabled):active:focus, .btn-ghost-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-ghost-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}
.callout {
position: relative;
padding: 0 1rem;
margin: 1rem 0;
border-left: 4px solid #c8ced3;
border-radius: 0.25rem;
}
.callout .chart-wrapper {
position: absolute;
top: 10px;
left: 50%;
float: right;
width: 50%;
}
.callout-bordered {
border: 1px solid #c8ced3;
border-left-width: 4px;
}
.callout code {
border-radius: 0.25rem;
}
.callout h4 {
margin-top: 0;
margin-bottom: .25rem;
}
.callout p:last-child {
margin-bottom: 0;
}
.callout + .callout {
margin-top: -0.25rem;
}
.callout-primary {
border-left-color: #20a8d8;
}
.callout-primary h4 {
color: #20a8d8;
}
.callout-secondary {
border-left-color: #c8ced3;
}
.callout-secondary h4 {
color: #c8ced3;
}
.callout-success {
border-left-color: #4dbd74;
}
.callout-success h4 {
color: #4dbd74;
}
.callout-info {
border-left-color: #63c2de;
}
.callout-info h4 {
color: #63c2de;
}
.callout-warning {
border-left-color: #ffc107;
}
.callout-warning h4 {
color: #ffc107;
}
.callout-danger {
border-left-color: #f86c6b;
}
.callout-danger h4 {
color: #f86c6b;
}
.callout-light {
border-left-color: #f0f3f5;
}
.callout-light h4 {
color: #f0f3f5;
}
.callout-dark {
border-left-color: #2f353a;
}
.callout-dark h4 {
color: #2f353a;
}
*[dir="rtl"] .callout {
border-right: 4px solid #c8ced3;
border-left: 0;
}
*[dir="rtl"] .callout.callout-primary {
border-right-color: #20a8d8;
}
*[dir="rtl"] .callout.callout-secondary {
border-right-color: #c8ced3;
}
*[dir="rtl"] .callout.callout-success {
border-right-color: #4dbd74;
}
*[dir="rtl"] .callout.callout-info {
border-right-color: #63c2de;
}
*[dir="rtl"] .callout.callout-warning {
border-right-color: #ffc107;
}
*[dir="rtl"] .callout.callout-danger {
border-right-color: #f86c6b;
}
*[dir="rtl"] .callout.callout-light {
border-right-color: #f0f3f5;
}
*[dir="rtl"] .callout.callout-dark {
border-right-color: #2f353a;
}
*[dir="rtl"] .callout .chart-wrapper {
left: 0;
float: left;
}
.card {
margin-bottom: 1.5rem;
}
.card.bg-primary {
border-color: #187da0;
}
.card.bg-primary .card-header {
background-color: #1e9ecb;
border-color: #187da0;
}
.card.bg-secondary {
border-color: #a5aeb7;
}
.card.bg-secondary .card-header {
background-color: #c0c6cc;
border-color: #a5aeb7;
}
.card.bg-success {
border-color: #379457;
}
.card.bg-success .card-header {
background-color: #44b76c;
border-color: #379457;
}
.card.bg-info {
border-color: #2eadd3;
}
.card.bg-info .card-header {
background-color: #56bddb;
border-color: #2eadd3;
}
.card.bg-warning {
border-color: #c69500;
}
.card.bg-warning .card-header {
background-color: #f7b900;
border-color: #c69500;
}
.card.bg-danger {
border-color: #f5302e;
}
.card.bg-danger .card-header {
background-color: #f75d5c;
border-color: #f5302e;
}
.card.bg-light {
border-color: #cad4dc;
}
.card.bg-light .card-header {
background-color: #e7ecef;
border-color: #cad4dc;
}
.card.bg-dark {
border-color: #121517;
}
.card.bg-dark .card-header {
background-color: #282d32;
border-color: #121517;
}
.card.drag,
.card .drag {
cursor: move;
}
.card-placeholder {
background: rgba(0, 0, 0, 0.025);
border: 1px dashed #c8ced3;
}
.card-header > i {
margin-right: 0.5rem;
}
.card-header .nav-tabs {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
border-bottom: 0;
}
.card-header .nav-tabs .nav-item {
border-top: 0;
}
.card-header .nav-tabs .nav-link {
padding: 0.75rem 0.625rem;
color: #73818f;
border-top: 0;
}
.card-header .nav-tabs .nav-link.active {
color: #23282c;
background: #fff;
}
*[dir="rtl"] .card-header > i {
margin-right: 0;
margin-left: 0.5rem;
}
.card-header-icon-bg {
display: inline-block;
width: 2.8125rem;
padding: 0.75rem 0;
margin: -0.75rem 1.25rem -0.75rem -1.25rem;
line-height: inherit;
color: #23282c;
text-align: center;
background: transparent;
border-right: 1px solid #c8ced3;
}
.card-header-actions {
display: inline-block;
float: right;
margin-right: -0.25rem;
}
*[dir="rtl"] .card-header-actions {
float: left;
margin-right: auto;
margin-left: -0.25rem;
}
.card-header-action {
padding: 0 0.25rem;
color: #73818f;
}
.card-header-action:hover {
color: #23282c;
text-decoration: none;
}
.card-accent-primary {
border-top-color: #20a8d8;
border-top-width: 2px;
}
.card-accent-secondary {
border-top-color: #c8ced3;
border-top-width: 2px;
}
.card-accent-success {
border-top-color: #4dbd74;
border-top-width: 2px;
}
.card-accent-info {
border-top-color: #63c2de;
border-top-width: 2px;
}
.card-accent-warning {
border-top-color: #ffc107;
border-top-width: 2px;
}
.card-accent-danger {
border-top-color: #f86c6b;
border-top-width: 2px;
}
.card-accent-light {
border-top-color: #f0f3f5;
border-top-width: 2px;
}
.card-accent-dark {
border-top-color: #2f353a;
border-top-width: 2px;
}
.card-full {
margin-top: -1rem;
margin-right: -15px;
margin-left: -15px;
border: 0;
border-bottom: 1px solid #c8ced3;
}
@media (min-width: 576px) {
.card-columns.cols-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}
.chart-wrapper canvas {
width: 100%;
}
base-chart.chart {
display: block;
}
canvas {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.chartjs-tooltip {
position: absolute;
z-index: 1021;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 0.25rem 0.5rem;
color: #fff;
pointer-events: none;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
transition: all 0.25s ease;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
border-radius: 0.25rem;
}
.chartjs-tooltip .tooltip-header {
margin-bottom: 0.5rem;
}
.chartjs-tooltip .tooltip-header-item {
font-size: 0.765625rem;
font-weight: 700;
}
.chartjs-tooltip .tooltip-body-item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 0.765625rem;
white-space: nowrap;
}
.chartjs-tooltip .tooltip-body-item-color {
display: inline-block;
width: 0.875rem;
height: 0.875rem;
margin-right: 0.875rem;
}
.chartjs-tooltip .tooltip-body-item-value {
padding-left: 1rem;
margin-left: auto;
font-weight: 700;
}
.dropdown-item {
position: relative;
padding: 10px 20px;
border-bottom: 1px solid #c8ced3;
}
.dropdown-item:last-child {
border-bottom: 0;
}
.dropdown-item i {
display: inline-block;
width: 20px;
margin-right: 10px;
margin-left: -10px;
color: #73818f;
text-align: center;
}
.dropdown-item .badge {
position: absolute;
right: 10px;
margin-top: 2px;
}
.dropdown-header {
padding: 8px 20px;
background: #e4e7ea;
border-bottom: 1px solid #c8ced3;
}
.dropdown-header .btn {
margin-top: -7px;
color: #73818f;
}
.dropdown-header .btn:hover {
color: #23282c;
}
.dropdown-header .btn.pull-right {
margin-right: -20px;
}
.dropdown-menu-lg {
width: 250px;
}
.app-header .navbar-nav .dropdown-menu {
position: absolute;
}
.app-header .navbar-nav .dropdown-menu-right {
right: 0;
left: auto;
}
.app-header .navbar-nav .dropdown-menu-left {
right: auto;
left: 0;
}
*[dir="rtl"] .dropdown-toggle::before {
margin-right: 0;
margin-left: 0.255em;
}
*[dir="rtl"] .dropdown-toggle::after {
margin-right: 0.255em;
margin-left: 0;
}
.app-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
padding: 0 1rem;
color: #23282c;
background: #f0f3f5;
border-top: 1px solid #c8ced3;
}
.row.row-equal {
padding-right: 7.5px;
padding-left: 7.5px;
margin-right: -15px;
margin-left: -15px;
}
.row.row-equal [class*="col-"] {
padding-right: 7.5px;
padding-left: 7.5px;
}
.main .container-fluid {
padding: 0 30px;
}
.app-header {
position: relative;
-ms-flex-direction: row;
flex-direction: row;
height: 55px;
padding: 0;
margin: 0;
background-color: #fff;
border-bottom: 1px solid #c8ced3;
}
.app-header .navbar-brand {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 155px;
height: 55px;
padding: 0;
margin-right: 0;
background-color: transparent;
}
.app-header .navbar-brand .navbar-brand-minimized {
display: none;
}
.app-header .navbar-toggler {
min-width: 50px;
padding: 0.25rem 0;
}
.app-header .navbar-toggler:hover .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232f353a' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.app-header .navbar-toggler-icon {
height: 23px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.app-header .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
}
.app-header .nav-item {
position: relative;
min-width: 50px;
margin: 0;
text-align: center;
}
.app-header .nav-item button {
margin: 0 auto;
}
.app-header .nav-item .nav-link {
padding-top: 0;
padding-bottom: 0;
background: 0;
border: 0;
}
.app-header .nav-item .nav-link .badge {
position: absolute;
top: 50%;
left: 50%;
margin-top: -16px;
margin-left: 0;
}
.app-header .nav-item .nav-link > .img-avatar, .app-header .nav-item .avatar.nav-link > img {
height: 35px;
margin: 0 10px;
}
.app-header .dropdown-menu {
padding-bottom: 0;
line-height: 1.5;
}
.app-header .dropdown-item {
min-width: 180px;
}
.navbar-nav .nav-link {
color: #73818f;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
color: #2f353a;
}
.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:hover, .navbar-nav .open > .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
color: #2f353a;
}
.navbar-divider {
background-color: rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
.brand-minimized .app-header .navbar-brand {
width: 50px;
background-color: transparent;
}
.brand-minimized .app-header .navbar-brand .navbar-brand-full {
display: none;
}
.brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
display: block;
}
}
.img-avatar, .avatar > img,
.img-circle {
max-width: 100%;
height: auto;
border-radius: 50em;
}
.input-group-prepend,
.input-group-append {
white-space: nowrap;
vertical-align: middle;
}
*[dir="rtl"] .input-group > .form-control,
*[dir="rtl"] .input-group > .custom-select {
border-radius: 0.25rem;
}
*[dir="rtl"] .input-group > .form-control:not(:last-child),
*[dir="rtl"] .input-group > .custom-select:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
*[dir="rtl"] .input-group > .form-control:not(:first-child),
*[dir="rtl"] .input-group > .custom-select:not(:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
*[dir="rtl"] .input-group-prepend {
margin-left: -1px;
}
*[dir="rtl"] .input-group-append {
margin-right: -1px;
}
*[dir="rtl"] .input-group > .input-group-prepend > .btn,
*[dir="rtl"] .input-group > .input-group-prepend > .input-group-text,
*[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
*[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .input-group-text,
*[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
*[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-radius: 0.25rem;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
*[dir="rtl"] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
*[dir="rtl"] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
*[dir="rtl"] .input-group > .input-group-append > .btn,
*[dir="rtl"] .input-group > .input-group-append > .input-group-text,
*[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
*[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-radius: 0.25rem;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
*[dir="rtl"] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.modal-primary .modal-content {
border-color: #20a8d8;
}
.modal-primary .modal-header {
color: #fff;
background-color: #20a8d8;
}
.modal-secondary .modal-content {
border-color: #c8ced3;
}
.modal-secondary .modal-header {
color: #fff;
background-color: #c8ced3;
}
.modal-success .modal-content {
border-color: #4dbd74;
}
.modal-success .modal-header {
color: #fff;
background-color: #4dbd74;
}
.modal-info .modal-content {
border-color: #63c2de;
}
.modal-info .modal-header {
color: #fff;
background-color: #63c2de;
}
.moda