body {
    font-family: sans-serif;
    font-size: 14px;
}

.container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.school-select {
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 5px 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border-color: #ddd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #07a3dd;
    border-color: #07a3dd;
    color: #fff;
    padding: 5px 5px 4px;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.school {
    padding: 15px 5px;
    margin: 10px 0;
    border-top: 1px solid #ddd;
}

.school .district {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

.school .section {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px dotted #ddd;
}

.school h2 {
    text-align: center;
}

ul.tabs {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    background: #f3f3f1;
}

ul.tabs li {
    display: inline-block;
    width: 50%;
}

ul.tabs li a {
    display: block;
    text-align: center;
    padding: 15px 30px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

ul.tabs li a:hover {
    cursor: pointer;
}

ul.tabs li a.active {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}

.school .tab-content {
    display: none;
}
/*
.school .box-wrapper {
    display: flex;
}

.school .box {
    width: 50%;
    padding-left: 20px;
    border-left: 1px solid #ddd;
}

.school .box:first-child {
    padding-left: 0;
    padding-right: 20px;
    border-left: none;
}*/

.school .subject-title {
    font-size: 16px;
    margin:0 0 10px;
    padding: 0 0 10px;
}

.school .participation {
    float:right;
    margin: 0 0 15px 15px;
}

.school .show-data:hover {
    cursor: pointer;
}

.school .graph {
    width: 100%;
    white-space: nowrap;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQImWNgQANnzpz5T3UBBgYGAHgbEPDHqFRvAAAAAElFTkSuQmCC);
    margin: 40px 0;
}

.school .graph .block {
    display: inline-block;
    position: relative;
    background: #333;
    font-size: 14px;
    padding: 10px 0;
}

.school .graph.old .block {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAASklEQVQoU2NUX5fwnwEN3AxawIgsBFLDiK4QmyKQJhSFuBShKMSnCK6QkCKwQnSPYPMchkJcikA2wk3EpwhuIiFFGMGD7F50DwIApAcxQ2lsFqsAAAAASUVORK5CYII=) !important;
}

.school .graph .block.part {
  background: #f1c40f !important;
  padding: 0;
}

.school .graph .block .text {
    color: #333;
    position: absolute;
    width: 100%;
    top: -24px;
    padding: 5px;
    line-height: 1;
    border-left: 1px solid #ddd;
    font-size: 14px;
}

.school .graph .block.part > .text {
    position: absolute;
    top: auto;
    bottom: -24px;
    right: 0px;
    width: 100%;
    padding: 5px;
    line-height: 1;
    border-right: 1px solid #ddd;
    border-left: none;
    text-align: right;
}

.school .graph .block:nth-child(even) .text {
    top:auto;
    bottom: -24px;
}


.school span.circle {
    border-radius: 200px;
    padding: 0 6px;
    margin-right: 10px;
    background: #333;
}

table.subject-table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

table.subject-table tr td,
table.subject-table tr th {
    text-align: right;
    font-size: 12px;
    padding: 10px 10px 8px;
    border-top: 1px solid #ddd;
}

table.subject-table tr th {
    text-align: left;
    font-size: 14px;
    border-top: none;
}

table.subject-table tr td:first-child {
    text-align: left;
}

table.subject-table tbody tr:nth-child(odd) {
    background: #f3f3f1;
}

/* responsive table */
/*
@media screen and (max-width: 480px) {

    table,
    thead,
    tbody {
        display: block;
        width: 100%;
    }

    table tr,
    table th,
    table td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    table tbody tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    table th[data-title]:before,
    table td[data-title]:before {
        content: attr(data-title) ":\00A0";
        font-weight: bold;
    }

    table td {
        border: none;
        color: #444;
    }

    table td:empty { display: none; }

    table > tbody > tr > td:first-child {
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        border-top: none;
    }

    table td:first-child:before { content: ''; }

    .dataTables_scrollHead:before,
    table:before {
      display: block;
      padding: 10px 8px;
      border-top: 1px solid #ddd;
      content:"Sort by:\00A0";
    }

    table.table-bordered {
      border: none;
    }

    .table-bordered thead > tr > th {
      border: none;
    }

    .table-bordered > thead:first-child > tr:first-child > th {
      border-top: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th:last-child {
      border-bottom: 1px solid #ddd;
    }

    .table-bordered > tbody > tr > td {
      font-size: 12px;
      border-right: none;
      padding:10px 8px;
      text-align: left;
    }

    div.dataTables_wrapper div.dataTables_info {
      white-space: normal;
    }

}
*/
