

.filtros .item{
    margin-bottom: 10px;
}
.chart_activegrade{
  background: white !important;
  color: black !important;
}
.chart_filtertabs button.chart_tabpill{
    background: white;
    color: black;
    border: 1px solid black;
}
.chart_filtertabs button.chart_tabactive{
    background: #2f9bc1;
    color: white;
    border-color: #2f9bc1;
}
.chart_filtertabs div.chartpill_tab{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 380px;
    max-height: 380px;
    overflow-x: auto;
    overflow-y: auto;
    display: none;
}

div.chartpill_tab canvas{
  width: 100%;
}
#userFilterTable{
  padding: 0;
}
#pills-classreport .dataTables_processing {
  border: 0;
  background: none;
  box-shadow: none;
}
.chart_filtertabs div.chart_tabactive{
    display: grid;
}

.chart_unitplanned,.chart_unitnotplanned{
    width: 46%;
    float: left;
    border: 1px solid black;
    height: 380px;
    max-height: 380px;
    overflow-y: auto;
    padding: 5px;
}
#sel_usergradecalendar{
  padding-top: 5px;
  padding-bottom: 5px;
}
#myChart2{
  margin-top: 70px;
}
.reportactionicon{
  font-size: 15px;
}
.reportactionicon:hover{
  cursor: pointer;
}
#report_searchbyuser{
  padding-top: 8px;
  padding-bottom: 8px;
}
#report_calendar{
  margin: 0 auto;
}
#report_calendar .fc-title{
    font-size: 1.2em;
}
#manageevent_modal2 .modal-body button{
    /* display: None; */
}
.report_calendardiv{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
.semclass{
  margin-top: 20px;
  border: 1px solid gray;
  border-radius: 5px;
  width: 100%;
  overflow: auto;
  max-height: 380px;
  padding: 5px;
}
.ganttchart th,.ganttchart td{
  border-left: 1px solid #f0f0ed !important;
  border-right: 1px solid #f0f0ed !important;
  border-top: 1px solid #f0f0ed !important;
}

#div_report_content{
  width: 100%;background: white;padding: 2px;float: left;padding-right: 35px;
  min-height: 650px;
}
