File: /home/imensosw/public_html/imenso.co/demo/mps-bi/css/style.css
/*!
Project Name: Client Analytics MPS
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
html {
scroll-behavior: smooth;
}
body {
font-family: 'Segoe UI', sans-serif;
background-color: #FFF;
}
a:hover {
text-decoration: none;
}
.navbar-brand {
width: 200px;
padding-top: 0;
}
.navbar {
padding: 0.2em 1em;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.bg-light {
background-color: #FFF !important;
}
.navbar-nav .nav-link {
text-transform: uppercase;
font-size: 0.85em;
padding: .5rem 1rem !important;
font-weight: 600;
letter-spacing: 1px;
}
.navbar-nav .active > .nav-link {
color: #465daa !important;
font-weight: bold !important;
}
.user-area {
text-align: right;
}
.user-area a {
color: #000;
}
.user-area .dropdown-menu {
border-color: #EEE;
border-radius: 0;
top:125%;
left: -100px;
}
.burger {
padding: 50px 0;
}
.masthead {
background: rgba(0,0,0,0) linear-gradient(135deg,#7884bd,#5bb7d2) repeat scroll 0 0;
padding: 30px;
border-radius: 6px;
color: #FFF;
}
.masthead h1 {
font-size: 2em;
font-weight: 600;
border-right: 4px solid #42c5e4;
color: #FFF;
}
.masthead p {
opacity: 0.7;
font-size: 0.9em;
margin-bottom: 0;
}
.subheading {
font-weight: bold;
position: relative;
}
.subheading span {
display: inline-block;
background-color: #F0F4F7;
padding-right: 10px;
font-size: 28px;
line-height: 28px;
}
/*.subheading:after {
height: 1px;
background-color: #333;
content: "";
position: absolute;
left: 0;
top: 60%;
z-index: -1;
width: 100%;
}*/
.stats {
text-align: center;
background-color: #FFF;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
padding: 25px 10px;
min-width: 180px;
}
.nav-tabs {
margin-top: 20px;
}
.nav-tabs .nav-item {
width: 20%;
text-align: center;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border:none;
border-right: 1px solid #DDD;
background: #5bb7d2;
color: #FFF;
}
.subheading small {
font-size: 14px;
}
.stats h3 {
font-weight: bold;
font-size: 26px;
}
.stats small {
font-size: 14px;
font-weight: 600;
margin-left: 5px;
}
.text-up {
color: #42c5e4;
}
.text-down {
color: #fd5667;
}
.stats span {
opacity: 0.9;
text-transform: uppercase;
font-size: 0.7em;
font-weight: 600;
}
.table-bill th {
background-color: rgba(66,197,228,0.085);
}
.cheese {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
padding: 25px 20px;
border-radius: 4px;
}
.ps-sidebar {
left: 0;
position: fixed;
width: 185px;
z-index: 99;
padding-top: 18%;
padding-bottom: 100px;
}
.ps-sidebar-up {
background-color: #222;
}
.ps-sidebar-up ul {
margin: 0;
padding: 0;
list-style: none;
}
.ps-sidebar-up .ps-active::after {
border-bottom: 15px solid transparent;
border-left: 20px solid #c3c3c3;
border-top: 15px solid transparent;
content: "";
position: absolute;
right: -16px;
top: 6px;
}
.ps-sidebar-up li a {
color: #c3c3c3;
display: block;
padding: 9px 14px;
border-bottom: 1px solid #000;
font-weight: 600;
font-size: 14px;
}
.ps-sidebar-up .ps-active {
background-color: #c3c3c3;
position: relative;
color: #000;
}
.offset {
padding-top: 60px;
}
.table-bill {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.content-area {
margin-top: -100px;
}
.filters {
position: fixed;
background-color: #000;
border: 2px solid #FFF;
right: -25px;
top: 40%;
padding: 10px 15px;
color: #FFF;
text-transform: uppercase;
transform: rotate(90deg);
font-weight: 600;
cursor: pointer;
}
.bg-dark {
background:rgba(0,0,0,0) linear-gradient(135deg,#7884bd,#5bb7d2) repeat scroll 0 0 !important;
}
.nav-tabs .nav-link {
background: #FFF;
border-right: 1px solid #DDD;
border-radius: 0;
color: #000;
background: #E4EDED;
}
.max-score {
font-size: 14px !important;
}
.tree {
margin: 18px;
padding: 0;
}
.tree:not(:empty):before, .tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
display: block;
position: absolute;
content: "";
}
.tree ul,
.tree li {
position: relative;
margin: 0;
padding: 0;
}
.tree li {
list-style: none;
}
.tree.cascade li {
margin-left: 24px;
}
.tree.cascade li div {
margin-top: 12px;
}
.tree.cascade li:before {
border-left: 1px solid #ddd;
height: 100%;
width: 0;
top: 0;
left: -12px;
}
.tree.cascade li:after {
border-top: 1px solid #ddd;
width: 12px;
left: -12px;
top: 24px;
}
.tree.cascade li:last-child:before {
height: 24px;
top: 0;
}
.tree.cascade > li:first-child:before {
top: 24px;
}
.tree.cascade > li:only-child {
margin-left: 0;
}
.tree.cascade > li:only-child:before, .tree.cascade > li:only-child:after {
content: none;
}
.tree.horizontal li {
display: flex;
align-items: center;
margin-left: 24px;
}
.tree.horizontal li div {
margin: 6px 0;
}
.tree.horizontal li:before {
border-left: 1px solid #ddd;
height: 100%;
width: 0;
top: 0;
left: -12px;
}
.tree.horizontal li:first-child:before {
height: 50%;
top: 50%;
}
.tree.horizontal li:last-child:before {
height: 50%;
bottom: 50%;
top: auto;
}
.tree.horizontal li:after,
.tree.horizontal li ul:after {
border-top: 1px solid #ddd;
height: 0;
width: 12px;
top: 50%;
left: -12px;
}
.tree.horizontal li:only-child:before {
content: none;
}
.tree.horizontal li ul:after {
left: 0;
}
.tree.horizontal > li:only-child {
margin-left: 0;
}
.tree.horizontal > li:only-child:before, .tree.horizontal > li:only-child:after {
content: none;
}
.tree.vertical {
display: flex;
justify-content: center;
}
.tree.vertical ul {
display: flex;
justify-content: center;
}
.tree.vertical li {
display: flex;
flex-direction: column;
align-items: center;
}
.tree.vertical li div {
margin: 30px 6px;
}
.tree.vertical li:before {
border-left: 2px solid #5bb7d2;
height: 30px;
width: 0;
top: 0;
}
.tree.vertical li:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 100%;
}
.tree.vertical li:first-child:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 50%;
left: 50%;
}
.tree.vertical li:last-child:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 50%;
right: 50%;
}
.tree.vertical li:only-child:after {
content: none;
}
.tree.vertical li ul:before {
border-left: 2px solid #5bb7d2;
height: 30px;
width: 0;
top: -30px;
}
.tree.vertical > li:only-child:before, .tree.vertical > li:only-child:after {
content: none;
}
.tree.vertical h4 {
font-weight: bold;
font-size: 20px;
}
.tree.vertical h4 small {
font-size: 16px;
}
.box-1 {
width: 300px;
background-color: #FFF;
border: 2px solid #8ab5df;
margin: 0 auto;
display: flex;
justify-content: space-around;
color: #454fb5;
font-weight: bold;
}
.b1-left {
width: 50%;
padding: 5px;
text-align: center;
}
.b1-right {
width: 80%;
background:linear-gradient(-30deg,#8ab5df 70%,#fff 30%);
padding: 5px;
text-align: center;
color: #FFF;
}
.box-2 {
width: 300px;
background-color: #FFF;
border: 1px solid #8ab5df;
margin: 0 auto;
color: #454fb5;
}
.b2-top {
border-bottom: 1px solid #8ab5df;
display: block;
text-align: center;
color: #8ab5df;
font-weight: bold;
padding: 2px;
}
.b2-inner {
display: flex;
justify-content: center;
}
.b2-left {
width: 70%;
padding: 20px;
text-align: center;
color: #454fb5;
font-weight: bold;
font-size: 40px;
}
.b2-right {
width: 31%;
background:#8ab5df;
padding: 10px;
text-align: center;
color: #FFF;
}
.big-fnt {
font-size: 40px;
color: #FFF;
font-weight: bold;
line-height: 1;
}