div.dgskillchart {
  margin: 0 auto;
  width: 100%; }
  div.dgskillchart .sccountinfo {
    text-align: right; }
  div.dgskillchart .companytitle {
    font-weight: bold;
    font-size: 24px; }
  div.dgskillchart select#yearselect {
    display: inline;
    margin-left: 50px; }
  div.dgskillchart table {
    clear: both;
    width: 100%;
    font-size: 12px; }
    div.dgskillchart table tr.clickable td {
      background-color: #f9dddd;
      cursor: pointer; }
    div.dgskillchart table .arrow {
      position: relative;
      padding: 0 0 0 16px;
      display: inline;
      margin-left: 3px; }
    div.dgskillchart table .arrow-asc::before {
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      border: 6px solid transparent;
      border-bottom: 7px solid #fff; }
    div.dgskillchart table .arrow-asc.active::before {
      border-bottom-color: #ff0000; }
    div.dgskillchart table .arrow-desc::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      border: 6px solid transparent;
      border-top: 7px solid #fff; }
    div.dgskillchart table .arrow-desc.active::before {
      border-top-color: #ff0000; }
    div.dgskillchart table th {
      background-color: #253761;
      color: #ffffff;
      padding: 5px 18px 5px 0;
      position: relative;
      line-height: 1rem; }
      div.dgskillchart table th.email {
        width: 150px; }
      div.dgskillchart table th a {
        display: block;
        position: absolute;
        top: 12px;
        right: 0px; }
      div.dgskillchart table th.group {
        width: 100px; }
      div.dgskillchart table th.name {
        width: 100px; }
      div.dgskillchart table th.numvalue {
        width: 70px;
        font-size: 11px; }
    div.dgskillchart table th, div.dgskillchart table td {
      border: 1px solid #b7b7b7; }
      div.dgskillchart table th.score, div.dgskillchart table td.score {
        text-align: center; }
      div.dgskillchart table th.value-1, div.dgskillchart table td.value-1 {
        background-color: #acc6f5; }
      div.dgskillchart table th.value-2, div.dgskillchart table td.value-2 {
        background-color: #dce7fa; }
      div.dgskillchart table th.value-3, div.dgskillchart table td.value-3 {
        background-color: #fae9c4; }
      div.dgskillchart table th.value-4, div.dgskillchart table td.value-4 {
        background-color: #fda4a4; }
      div.dgskillchart table th.value-5, div.dgskillchart table td.value-5 {
        background-color: #ff8080; }
    div.dgskillchart table td {
      padding: 5px 5px 5px 5px;
      line-height: 1.1rem; }
      div.dgskillchart table td.group {
        font-size: 14px; }
      div.dgskillchart table td.name {
        font-size: 14px; }
      div.dgskillchart table td.score {
        font-size: 20px; }
  div.dgskillchart .nodatablock {
    text-align: center;
    font-size: 30px;
    color: #b62f2f;
    margin-top: 30px; }

div.dgskillchartdetail {
  margin: 0 auto 200px;
  max-width: 900px; }
  div.dgskillchartdetail .metadatatable {
    margin-top: 20px; }
  div.dgskillchartdetail table {
    clear: both;
    width: 100%; }
    div.dgskillchartdetail table th, div.dgskillchartdetail table td {
      border: 1px solid #b7b7b7;
      padding: 5px 5px 5px 5px; }
    div.dgskillchartdetail table th {
      background-color: #d0daf1; }
      div.dgskillchartdetail table th.metalabel {
        width: 100px; }
      div.dgskillchartdetail table th.scorelabel {
        width: 200px; }
    div.dgskillchartdetail table td.metafield {
      background-color: #d0daf1; }
    div.dgskillchartdetail table td.companyname {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
    div.dgskillchartdetail table td.userinfo {
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
    div.dgskillchartdetail table td .userid {
      font-size: 12px;
      padding-left: 20px;
      font-weight: normal; }
    div.dgskillchartdetail table td.score {
      text-align: center; }
    div.dgskillchartdetail table td.value-1 {
      background-color: #acc6f5; }
    div.dgskillchartdetail table td.value-2 {
      background-color: #dce7fa; }
    div.dgskillchartdetail table td.value-3 {
      background-color: #fae9c4; }
    div.dgskillchartdetail table td.value-4 {
      background-color: #fda4a4; }
    div.dgskillchartdetail table td.value-5 {
      background-color: #ff8080; }
    div.dgskillchartdetail table .entryyearbutton {
      background-color: #edf1fa;
      padding: 1px 20px;
      margin: 2px 5px 2px 5px;
      border-radius: 5px;
      font-size: 20px; }
      div.dgskillchartdetail table .entryyearbutton.active {
        background-color: #81a2ee;
        color: #fff; }
      div.dgskillchartdetail table .entryyearbutton:hover {
        opacity: 0.5; }
  div.dgskillchartdetail .onecoltable {
    margin-bottom: 30px; }
    div.dgskillchartdetail .onecoltable td {
      padding: 10px; }
    div.dgskillchartdetail .onecoltable .canvas-container {
      width: 600px;
      height: 500px;
      margin: 0 auto 50px; }
      @media screen and (max-width: 640px) {
        div.dgskillchartdetail .onecoltable .canvas-container {
          width: 100%;
          height: auto; } }
    div.dgskillchartdetail .onecoltable .buttonarea {
      width: 100%;
      text-align: center;
      padding: 10px 0 40px 0; }

div.paginate {
  clear: both;
  padding: 0.625em 0px 1em;
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  color: #999;
  margin-top: 40px; }

div.paginate .ditto_currentpage {
  margin: 0 1px;
  padding: 7px 10px;
  border: 1px solid #ccc; }

div.paginate .ditto_page {
  margin: 0 1px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #f2f2f2; }

div.paginate a.ditto_page:hover {
  background: #fff; }

.template_core #dg-entry-form form table.tbl-std {
  font-size: 1rem; }
  .template_core #dg-entry-form form table.tbl-std th, .template_core #dg-entry-form form table.tbl-std td {
    font-size: 1rem; }
  .template_core #dg-entry-form form table.tbl-std input[type=text], .template_core #dg-entry-form form table.tbl-std textarea {
    font-size: 1rem; }
  .template_core #dg-entry-form form table.tbl-std select {
    padding: 0.5rem; }
  .template_core #dg-entry-form form table.tbl-std th {
    width: 30%; }
  @media screen and (max-width: 640px) {
    .template_core #dg-entry-form form table.tbl-std td .w-xxl {
      width: 100% !important; }
    .template_core #dg-entry-form form table.tbl-std td .w-md, .template_core #dg-entry-form form table.tbl-std td .w-lg {
      width: 100% !important; }
    .template_core #dg-entry-form form table.tbl-std td input[type=text] {
      display: block; } }
  .template_core #dg-entry-form form table.tbl-std span.tag {
    font-size: 14px; }

/*# sourceMappingURL=dnvgl2023.css.map */
