/**************** Dashboard Container Styles *****************/
.dashboard-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: hidden;
    z-index: 1;
}
.dashboard-header {
    height: 30px;
    background-color: #073455;
    width: calc(100% - 4px);
    box-sizing: border-box;
    padding: 0px 0 0 0px;
    color: white;
    position: relative;
    left: 4px;
}
.dashboard-header .header-item {
    color: #e9eaea;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 100%;
    padding-top: 2px;
    font-size: 15px;
    box-sizing: border-box;
    border-top: 3px solid #ECECEC;
}
.dashboard-header .header-item:hover {
    color: white;
    background-color: #244965;
}
.dashboard-header .header-item.active {
    padding-top: 4px;
    background-color: #14578A;
    color: white;
    border-top: none;
    height: 31px;
}
.dashboard-header .header-item.summary {
    width: 90px;    
}
.dashboard-header .header-item.data {
    width: 63px;
}
.dashboard-header .filler {
    border-top: 3px solid #ECECEC;
    box-sizing: border-box;
    float: left;
    height: 100%;
    width: calc(100% - 153px);
}
/************* End of Dashboard Container Styles *************/

/************** Dashboard Summary Styles ***************/
.dashboard-summary {
    height: calc(100% - 30px);
    overflow-y: auto;
    z-index: 1;
    width: 100%;
}
.dashboard-summary .inner {
    padding: 10px 20px 50px 20px;
}
.dashboard-summary .summary-panel {
    margin: 2px 0 6px 0;
    border: 2px solid #eaeaea;
    padding: 0 15px 5px 15px;
    border-radius: 5px;
}
.dashboard-summary .panel-toggle {
    font-size: 14px;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 11px;
}
.dashboard-summary .panel-caption {
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
}
.dashboard-summary .panel-body {
    margin-top: 1px;
    overflow: hidden !important;
    padding: 0 13px 0 13px;
    border-top: 2px solid #eaeaea;
}
.dashboard-summary .test-item {
    height: 30px;
    background-color: #e3e3e3;
    margin-bottom: 1px;
}
.dashboard-summary .performance-section {
    margin-top: 20px;
    overflow: hidden;
}
.dashboard-summary .group-by-dashboardName .performance-section {
    margin-top: 10px;
}
.dashboard-summary .group-by-dashboardName .performance-section:first-child {
    margin-top: 20px;
}
.dashboard-summary .performance-section .section-title {
    font-size: 22px;
    padding: 7px 0 0 0;
    float: left;
    box-sizing: border-box;
    width: 150px;
    margin: 0;
}
.dashboard-summary .section-separator {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #eaeaea;
}
.dashboard-summary .group-by-dashboardName .performance-section:last-child .section-separator {
    display: none;
}
/********** End of Dashboard Summary Styles ************/

/************** Performance by Resource Styles ***************/
.performance-by-resource .chartBloc {
    margin-top: 0;
    height: 149px;
    white-space: nowrap;
    margin-left: 150px;
}
.performance-by-resource .chart {
    width: 150px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
}
.performance-by-resource .section-separator {
    top: 8px;
}
.performance-by-resource .group-by-dashboardName .section-separator {
    top: 0;    
}
/********** End of Performance by Resource Styles ***********/

/********************** Chart Styles ************************/
.chart-inner-container {
    overflow: hidden;
}
.chart .batch-scroll .nav-control {
    width: 12px;
}
.chart .batch-scroll .nav-control .nav-icon {
    font-size: 13px;
    left: 0;
}
.chart .batch-scroll .scroll-viewport {
    left: 12px;
    right: 12px;
}
.chart .batch-scroll .visible-content {
    border-top: 1px solid #5a5a55;
    transition: all 0.1s linear;
}
/* Resource Range Chart Styles */
.resource-range-chart {
    overflow: hidden;
}
/* End of Resource Range Chart */
/******************* End of Chart Styles  *******************/

/************** Performance by Student Styles ***************/
.performance-by-student .left-side {
    display: inline-block;
    float: left;
}
.performance-by-student .performance-section .section-title {
    float: none;
}
.performance-by-student .chart-legend {
    display: inline-block;
    margin-top: 20px;
    float: left;
}
.performance-by-student .chart-legend-item {
    overflow: hidden;
    margin-bottom: 3px;
}
.performance-by-student .chart-legend-item .color {
    width: 17px;
    height: 17px;
    position: relative;
    background-color: gray;
    float: left;
    top: 3px;
}
.performance-by-student .chart-legend-item:nth-child(1) .color {
    background-color: #1c77b4;
}
.performance-by-student .chart-legend-item:nth-child(2) .color {
    background-color: #aec7e8;
}
.performance-by-student .chart-legend-item:nth-child(3) .color {
    background-color: #f48153;
}
.performance-by-student .chart-legend-item:nth-child(4) .color {
    background-color: #910C07;
}
.performance-by-student .chart-legend-item .text {
    float: left;
    margin-left: 10px;
    font-size: 15px;
}
.performance-by-student .chartBloc {
    margin-top: 1px;
    height: 196px;
    white-space: nowrap;
    margin-left: 150px;
}
.performance-by-student .chart {
    width: 175px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    height: 195px;
}
.performance-by-student .batch-scroll .nav-control .nav-icon {
    top: 56%;
}
.performance-by-student .section-separator {
    top: 6px;
}
.performance-by-student .group-by-dashboardName .section-separator {
    top: 0;    
    margin-top: 10px;
}
/********** End of Performance by Student Styles ************/

/************** Resource Range Chart Styles ****************/ 
.resource-range-chart svg {
    filter: url('#dropshadow');
}

.resource-range-chart path {
    cursor: pointer;
    stroke-width: 0px;
}
.resource-range-chart path.selected {
    stroke-width: 5px;
}
.resource-range-chart text {
    font-size: 11px;
    pointer-events: none;
}
.resource-range-chart text.selected {
    font-size: 14px;
}
.resource-range-chart.no-attempts path {
    cursor: default;
}
.resource-range-chart .text_label text {
    font-size: 12pt;
    font-family: Arial;
    fill:#333;
}
.resource-range-chart .center-text {
    font-size: 20px;
    line-height: 20px;
    margin-top: 65px;
}
.resource-range-chart.no-attempts .center-text {
    font-size: 16px;
    white-space: normal;
    width: 79px;
    margin-left: 35px;
    margin-top: 51px;
    height: 62px;
    line-height: 20px;
    font-family: sans-serif;
}
/*********** End of Resource Range Chart Styles ************/ 
