333 lines
5.8 KiB
CSS
333 lines
5.8 KiB
CSS
/* MOCKUP REMOVE THIS SECTION LATER */
|
|
div.pv-mock-opt {
|
|
background-position: top center;
|
|
background-repeat: no-repeat;
|
|
font-weight: bold;
|
|
display: inline-block;
|
|
height: 120px;
|
|
margin-top: 10px;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 105px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
div.pv-mock-opt > div {
|
|
/*bottom: 0;*/
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
div.pv-mock-back {
|
|
background-image: url('../../images/amCharts/Mocks/Prevu-Back-Fake.png');
|
|
background-position: top left;
|
|
height: 200%;
|
|
left: -3px;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
div.pv-mock-opt32 {
|
|
background-image: url('../../images/amCharts/Mocks/opt32sized.png');
|
|
}
|
|
|
|
div.pv-mock-opt77 {
|
|
background-image: url('../../images/amCharts/Mocks/opt77sized.png');
|
|
}
|
|
/* Variables ------------------------------------------------------------------------------------------*/
|
|
/* added 50 demo */
|
|
/* added 50 demo */
|
|
/* General Selectors ------------------------------------------------------------------------------*/
|
|
.pv-row [class*="col-"] {
|
|
padding: 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.sprite {
|
|
background-image: url("../../images/amCharts/sprite.png");
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.pv-abs {
|
|
position: absolute !important;
|
|
}
|
|
|
|
.pv-bold {
|
|
font-weight: bold;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
|
|
div.pv-card {
|
|
/*background-color: #ffffff;
|
|
border: 1px solid #d6d6d6;*/
|
|
margin: 7px;
|
|
}
|
|
|
|
div.pv-card .modal-title {
|
|
float: left;
|
|
margin-left: 52px;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
div.pv-card .pv-menu {
|
|
background-color: transparent !important;
|
|
border: 0;
|
|
}
|
|
|
|
.pv-menu-grid {
|
|
min-height: 940px;
|
|
}
|
|
|
|
|
|
div.pv-card .k-dropdown-wrap {
|
|
background-image: url("../../images/amCharts/sprite.png");
|
|
background-position: 75px 1px !important;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
|
|
div.pv-back-arrow {
|
|
background-position: -2px -90px !important;
|
|
cursor: pointer;
|
|
display: none;
|
|
height: 43px;
|
|
margin-left: 0 !important;
|
|
position: absolute;
|
|
margin-top: 0 !important;
|
|
width: 43px;
|
|
z-index: 9000;
|
|
}
|
|
|
|
div.pv-chart {
|
|
background-color: transparent;
|
|
background-repeat: no-repeat;
|
|
width: 100%;
|
|
}
|
|
|
|
div.pv-transparent {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
div.pv-menu {
|
|
cursor: pointer;
|
|
height: 22px;
|
|
position: absolute;
|
|
right: 2px;
|
|
width: 140px;
|
|
z-index: 90;
|
|
}
|
|
|
|
div.pv-row {
|
|
margin: 0 !important;
|
|
margin-left: -6px !important;
|
|
}
|
|
|
|
div.pv-title {
|
|
font-family: 'Open Sans', Arial, sans-serif;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
width: 100%;
|
|
margin-top: 7px;
|
|
}
|
|
|
|
#pv-projsumm tr {
|
|
height: 30px;
|
|
}
|
|
|
|
#legenddiv {
|
|
overflow-y: auto !important;
|
|
overflow-x: hidden !important;
|
|
max-height: 118px;
|
|
position: relative;
|
|
}
|
|
|
|
#pv-projsumm tr {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
#pv-projsumm td {
|
|
padding-top: 4px;
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
.summary-table-value-cell {
|
|
text-align: right;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.summary-table-label-cell {
|
|
text-align: left;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
/*===============DASHBOARD STYLES================*/
|
|
/*#criteria-container {
|
|
margin-right: 7px;
|
|
}*/
|
|
|
|
.dashboard {
|
|
margin-right: -7px;
|
|
}
|
|
|
|
.dashboard .pv-menu .btn-group .switcher {
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
width: 90%;
|
|
}
|
|
|
|
#cardDonut1 .dropdown-menu{
|
|
width: 220px;
|
|
text-align: left;
|
|
}
|
|
|
|
#cardStacked1 .dropdown-menu {
|
|
width: 205px;
|
|
text-align: left;
|
|
}
|
|
|
|
#cardBubble1 .dropdown-menu {
|
|
width: 215px;
|
|
text-align: left;
|
|
}
|
|
|
|
#perfomrmanceChartsContainer .dropdown-menu {
|
|
width: 180px;
|
|
}
|
|
|
|
#perfomrmanceChartsContainer .dropdown-menu {
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
/*#cardDonut1 .dropdown-menu li {
|
|
margin-top: 5px;
|
|
}*/
|
|
|
|
#cardDonut1 .switcher {
|
|
width: 85px;
|
|
/*float: right;*/
|
|
}
|
|
|
|
#cardStacked1 .switcher {
|
|
width: 90px;
|
|
/*float: right;*/
|
|
}
|
|
|
|
#perfomrmanceChartsContainer .switcher {
|
|
width: 85px;
|
|
float: left;
|
|
}
|
|
|
|
#cardBubble1 .switcher {
|
|
width: 85px;
|
|
/*float: right;*/
|
|
}
|
|
|
|
#cardDonut1 .switcher {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
#cardDonut1 .dropdown-menu li:first-child {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#cardDonut1 .blockOverlay {
|
|
z-index: 1000 !important;
|
|
}
|
|
|
|
#perfomrmanceChartsContainer .switcherLbl, #cardDonut1 .switcherLbl, #cardStacked1 .switcherLbl, #cardBubble1 .switcherLbl {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
/*#perfomrmanceChartsContainer .switcher {
|
|
width: auto !important;
|
|
}*/
|
|
|
|
#cardBar1 .dropdown-menu label {
|
|
float: left;
|
|
}
|
|
|
|
.dashboard-widget-height {
|
|
height: 420px;
|
|
}
|
|
|
|
.dashboard-widget-height-first-row {
|
|
height: 3.5in;
|
|
}
|
|
|
|
.full-screen {
|
|
text-align: right;
|
|
}
|
|
|
|
.dashboard-widget-static-width {
|
|
width: 265px;
|
|
/*min-width: 265px;*/
|
|
}
|
|
|
|
.dashboard-widget-non-static-width-big {
|
|
/*min-width: 570px;*/
|
|
width: calc(100% - 294px);
|
|
}
|
|
|
|
.dashboard-widget-non-static-width-midle {
|
|
/*min-width: 260px;*/
|
|
width: calc(50% - 154px);
|
|
}
|
|
|
|
.summary-table-label-cel-big {
|
|
width: 450px;
|
|
}
|
|
|
|
.summary-table-label-cel-smal {
|
|
width: 150px;
|
|
}
|
|
|
|
#cardBubble1.minimized {
|
|
margin-top: -427px !important;
|
|
}
|
|
|
|
#cardBar1 {
|
|
height: 854px;
|
|
}
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
.dashboard-widget-non-static-width-midle {
|
|
width: calc(50% - 14px);
|
|
}
|
|
|
|
#cardBubble1.minimized {
|
|
width: calc(100% - 14px);
|
|
margin-top: 7px !important;
|
|
}
|
|
|
|
#cardBar1 {
|
|
width: calc(100% - 14px);
|
|
height: 320px;
|
|
}
|
|
|
|
.chart-bar {
|
|
/*width: 33% !important;*/
|
|
float: left;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
/* for printing out - assume 8.5x11inches */
|
|
|
|
.chart-bar {
|
|
/*float: left;
|
|
width: 200px !important;
|
|
max-height: 612px;
|
|
max-width: 200px;*/
|
|
}
|
|
} |