﻿body {
    font-family: 'Century Gothic', Calibri;
    font-size: 12px;
    margin: 0px;
}

.divAdd {
    text-align: right;
    margin-left: 25px; 
    margin-right: 25px; 
    margin-bottom: 25px; 
}

.menuImage {
    position: fixed; 
    z-index: 9999; 
    cursor: pointer;
}

.menu-panel {
    font-family: 'Century Gothic', Calibri;
    display: none;
    width: 260px;
    padding: 20px;
    background-color: #333;
    color: #fff;
    box-shadow: inset 0 0 5px 5px #222;
    position: fixed;
    top: 0px;
    height: 100%;
    left: -260px;
    z-index: 99999;
}

    .menu-panel h2 {
        font-size: 18px;
    }

    .menu-panel a {
        font-size: 12px;
    }

.pageTitle {   
    font-family: 'Century Gothic', Calibri;
    font-size: x-large; 
    margin-top: 35px; 
    margin-bottom: 75px;
    text-align: center;
}

.logoImage {
    margin-left: 25px; 
    margin-top: 25px;
}

.opiniomat_table_links {
    text-decoration: none;
    color: #333333;
}

.quickStatsWrapper {
    height: 110px; 
    width: 450px; 
    float: right; 
    margin-right: 25px; 
    margin-top: 25px; 
    text-align: left;
}

.statsSumarry {
    font-size: 18px; 
    float: left; 
    margin-top: 27px;
    font-family: 'Century Gothic', Calibri;
}

.averageGrade {
    float: right;
    width: 75px;
    height: 75px;
    padding-top: 23px;
    font-weight: bold;
    font-size: 24px;
}

.quickPieChart {
    width: 75px; 
    height: 75px; 
    float: right;
}

.tableLabel {
    padding-left: 25px; 
    text-align: left; 
    font-family: 'Century Gothic', Calibri;
    font-size: x-large; 
    margin-top: 25px; 
    margin-bottom: 50px;
    margin-left: 10px;
}

.tableWrapper {
    margin-left: 25px; 
    margin-right: 25px; 
    margin-bottom: 25px; 
}

/* overwrite DataTable styels */
.ui-corner-br, .ui-corner-bl, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0px;
}

/* add indicator style */
.chart {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 75px;
  z-index: 2;
  font-family: 'Century Gothic', Calibri;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}


.form-group {
    position: relative !important;
    display: table !important;
    border-collapse: separate !important;
}

