/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 26, 2014, 11:26:08 AM
    Author     : victor
*/

.titulo_principal{
    //border:1px solid #5bc0de;
    background: #5bc0de;
    vertical-align: middle;
    padding: 10px 0px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    height: 35px;
    margin: 0px 0px 15px 5px;
    font-size: 1.3em;
    //width: 102%;
    margin-left: -10px;
}

.titulo_alumno{    
    background: #de795b;
    vertical-align: middle;
    padding: 10px 0px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    height: 35px;
    margin: 0px 0px 15px 5px;
    font-size: 1.3em;
    //width: 102%;
    margin-left: -10px;
}

.doughnut-legend{
  list-style: none;
  position: absolute;
  right: -70px;
  top: 0;
}
.doughnut-legend li , .bar-legend li{
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 2px 8px 2px 28px;
  font-size: 14px;
  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}
.doughnut-legend li:hover {
  background-color: #fafafa;
}
.doughnut-legend li span , .bar-legend li span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-radius: 5px;
}

.labeled-chart-container {
  padding-right: 150px;
  min-height: 180px;
  position: relative;
}