html {
    font-family: Arial, sans-serif;
    background: radial-gradient(ellipse at bottom, #5091DD 0%, #030617 100%) no-repeat fixed;
    color: #36454F;
}

body {
    display: grid;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
    color: #36454F;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
    color: #f6f6f6;
}

a, a:link, a:hover, a:visited, a:active {
    color: #206681;
    text-decoration: none;
}

.footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
    color: #f6f6f6;
}

a:hover {
    text-decoration: underline;
}

.bold-600 {
    font-weight: 600;
}

.hidden {
    display: none;
}

.no-list-markers {
    list-style-type: none;
}

table {
    border-collapse: separate;
    background: #f4f7f8;
    width: 100%;
}

.sticky-table .sticky-column.table-row-label,
table thead {
    text-transform: uppercase;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
    background: url("/images/pattern-grey.jpg") repeat scroll 0 0 transparent;
    color: #206681;
    border-bottom: #abb1b4 solid 1px;
}

table thead tr td {
    padding: 0.6em 0.2em 0.2em 0.2em;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
}

table thead tr td:first-child {
    padding-left: 1em;
}

table thead tr td:last-child {
    padding-right: 1em;
}

table tbody tr td {
    padding: 0.6em 0.4em;
    white-space: nowrap;
}

table tbody tr td:first-child {
    padding-left: 1em;
}

table tbody tr td:last-child {
    padding-right: 1em;
}

table tbody tr:nth-child(even) {
    background-color: #F0F0F0;
}

.sticky-table {
    overflow-x: auto;
}

.advanced-search .content .search_results .sticky-table table thead tr td:nth-child(-n + 2),
.advanced-search .content .search_results .sticky-table table tbody tr td:nth-child(-n + 2),
.benchmarks .content-type-2 .table-grid .sticky-table table thead tr td:nth-child(-n + 2),
.benchmarks .content-type-2 .table-grid .sticky-table table tbody tr td:nth-child(-n + 2),
.benchmark-ranking .content .ranking .sticky-table table thead tr td:nth-child(-n + 2),
.benchmark-ranking .content .ranking .sticky-table table tbody tr td:nth-child(-n + 2),
.competition .competition-ranking .sticky-table table thead tr td:nth-child(-n + 2),
.competition .competition-ranking .sticky-table table tbody tr td:nth-child(-n + 2),
.competition-stage .ranking-box .sticky-table table thead tr td:nth-child(-n + 2),
.competition-stage .ranking-box .sticky-table table tbody tr td:nth-child(-n + 2),
.league .ranking-box .sticky-table table thead tr td:nth-child(-n + 2),
.league .ranking-box .sticky-table table tbody tr td:nth-child(-n + 2),
.global-master .ranking-box .sticky-table table thead tr td:nth-child(-n + 2),
.global-master .ranking-box .sticky-table table tbody tr td:nth-child(-n + 2),
.hardware-master .ranking-box .sticky-table table thead tr td:nth-child(-n + 2),
.hardware-master .ranking-box .sticky-table table tbody tr td:nth-child(-n + 2) {
    position: sticky;
    z-index: 2;
}

.advanced-search .content .search_results .sticky-table table thead tr td:nth-child(1),
.advanced-search .content .search_results .sticky-table table tbody tr td:nth-child(1),
.benchmarks .content-type-2 .table-grid .sticky-table table thead tr td:nth-child(1),
.benchmarks .content-type-2 .table-grid .sticky-table table tbody tr td:nth-child(1),
.benchmark-ranking .content .ranking .sticky-table table thead tr td:nth-child(1),
.benchmark-ranking .content .ranking .sticky-table table tbody tr td:nth-child(1),
.competition .competition-ranking .sticky-table table thead tr td:nth-child(1),
.competition .competition-ranking .sticky-table table tbody tr td:nth-child(1),
.competition-stage .ranking-box .sticky-table table thead tr td:nth-child(1),
.competition-stage .ranking-box .sticky-table table tbody tr td:nth-child(1),
.league .ranking-box .sticky-table table thead tr td:nth-child(1),
.league .ranking-box .sticky-table table tbody tr td:nth-child(1),
.global-master .ranking-box .sticky-table table thead tr td:nth-child(1),
.global-master .ranking-box .sticky-table table tbody tr td:nth-child(1),
.hardware-master .ranking-box .sticky-table table thead tr td:nth-child(1),
.hardware-master .ranking-box .sticky-table table tbody tr td:nth-child(1) {
    left: 0;
    min-width: 50px;
}

.advanced-search .content .search_results .sticky-table table thead tr td:nth-child(2),
.advanced-search .content .search_results .sticky-table table tbody tr td:nth-child(2),
.benchmarks .content-type-2 .table-grid .sticky-table table thead tr td:nth-child(2),
.benchmarks .content-type-2 .table-grid .sticky-table table tbody tr td:nth-child(2),
.benchmark-ranking .content .ranking .sticky-table table thead tr td:nth-child(2),
.benchmark-ranking .content .ranking .sticky-table table tbody tr td:nth-child(2),
.competition .competition-ranking .sticky-table table thead tr td:nth-child(2),
.competition .competition-ranking .sticky-table table tbody tr td:nth-child(2),
.competition-stage .ranking-box .sticky-table table thead tr td:nth-child(2),
.competition-stage .ranking-box .sticky-table table tbody tr td:nth-child(2),
.league .ranking-box .sticky-table table thead tr td:nth-child(2),
.league .ranking-box .sticky-table table tbody tr td:nth-child(2),
.global-master .ranking-box .sticky-table table thead tr td:nth-child(2),
.global-master .ranking-box .sticky-table table tbody tr td:nth-child(2),
.hardware-master .ranking-box .sticky-table table thead tr td:nth-child(2),
.hardware-master .ranking-box .sticky-table table tbody tr td:nth-child(2) {
    left: 50px;
}

.sticky-table .sticky-column {
    position: sticky;
    left: 0;
    z-index: 1;
    max-width: 200px;
    overflow: auto;
    text-overflow: ellipsis;
}

.sticky-table table {
    box-shadow: 0 0 1px #666;
    border-radius: 5px 5px 0 0;
}

.sticky-table table thead tr td {
    background: url("/images/pattern-grey.jpg") repeat scroll 0 0 transparent;
}

.sticky-table table tbody tr:nth-child(odd) td {
    background-color: #e8eef1;
}

.sticky-table table tbody tr:nth-child(even) td {
    background-color: #f4f7f8;
}

.sticky-table table tbody tr:hover td {
    background-color: #d8e8ee;
}

.table-navigation {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.table-navigation .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.table-navigation .pagination li {
    margin: 0 1px;
}

.table-navigation .pagination .button:hover {
    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
    background-color: #f8f9fa;
}

.table-avatar-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-avatar-wrapper img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.table-avatar-wrapper .participant {
	width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-first-pos {
    border-left: 5px solid #FFC000;
}

.table-second-pos {
    border-left: 5px solid #C0C0C0;
}

.table-third-pos {
    border-left: 5px solid #C9AE5D;
}

.table-four-to-five-pos {
    border-left: 5px solid #aabfc9;
}

.table-pos {
    border-left: 5px solid lightgrey;
}

.table-legend,
.table-update-info {
    font-size: 10px;
}

.header, .navigation, .footer {
    grid-column: 1 / -1;
}

.header {
    display: flex;
    flex-direction: row;
    background-color: black;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

.header .patreon {
    padding: 0 30px 0 0px;
    font-size: 30px;
}

.header .patreon a {
    color: #36454F;
}

.header .search-wrapper {
    padding: 10px 0px;
}

.header .search-wrapper .input {
    background: #36454F;
    color: gainsboro;
    border: 0;
    padding: 10px;
}

.header .search-wrapper .search-button {
    background: #36454F;
    color: gainsboro;
    border: 0;
    padding: 10px;
}

.header .account-wrapper {
    margin-left: auto;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.header .account a,
.header .account a:link,
.header .account a:hover,
.header .account a:visited,
.header .account a:active {
    color: gainsboro;
    text-decoration: none;
}

.header .account {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.header .account li {
    color: gainsboro;
    float: left;
    padding: 10px;
}

.navigation {
    background: #36454F;
    text-transform: capitalize;
}

.navigation .overlay {
    display: none;
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.navigation .parent-wrapper .parent a,
.navigation .parent-wrapper .parent a:link,
.navigation .parent-wrapper .parent a:hover,
.navigation .parent-wrapper .parent a:visited,
.navigation .parent-wrapper .parent a:active {
    display: inline-block;
    padding: 10px 20px;
    color: gainsboro;
    text-decoration: none;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.navigation .parent-wrapper .parent a:hover {
    background: #428BCA;
}

.navigation .parent-wrapper .parent a:hover {
    text-decoration: none;
}

.navigation .parent-wrapper .parent .entry .child a,
.navigation .parent-wrapper .parent .entry .child a:link,
.navigation .parent-wrapper .parent .entry .child a:hover,
.navigation .parent-wrapper .parent .entry .child a:visited,
.navigation .parent-wrapper .parent .entry .child a:active {
    color: #206681;
    text-decoration: none;
    padding: 10px 20px;
    width: calc(100% - 40px);
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.navigation .parent-wrapper .parent .entry .child a:hover {
    background: #d8e8ee;
}

.navigation .parent-wrapper .parent {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navigation .parent-wrapper .parent .entry {
    float: left;
}

.navigation .parent-wrapper .parent .entry:first-child {
    background: #428BCA;
}

.navigation .burger {
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navigation .burger .entry {
    padding: 10px 20px;
}

.navigation .burger a,
.navigation .burger a:link,
.navigation .burger a:hover,
.navigation .burger a:visited,
.navigation .burger a:active {
    color: gainsboro;
    text-decoration: none;
    font-weight: bold;
}

.main-area {
    background: #F4F7F8;
    overflow: auto;
    min-height: 900px;
}

.side-area {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.footer {
    background: #3997cd;
    font-weight: bold;
    color: #f6f6f6;
}

.content,
.content-type-1,
.content-type-2 {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
}

.content-type-1 {
    background: #e8eef1;
}

.content-type-2 {
    background: #F4F7F8;
}

.flex-box,
.tab-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tab-menu {
    margin-bottom: 10px;
}

.hidden {
    display:none;
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 50px 0 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.image-modal-content {
  margin: auto auto;
  display: block;
  max-width: 80%;
  max-height: 90%;
}

.benchmarks .content-type-2 .table-grid,
.benchmark-selection .content-type-2 .table-grid {
    display: grid;
    gap: 10px;
}

.benchmark-selection .content-type-2 .table-grid-1 {
    display: grid;
    gap: 10px;
}

.benchmarks .content-type-2 .table-grid .link-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.country .content .league-header {
    display: flex;
	gap: 10px;
	align-items: center;
}

.reporting-overview .content .event-grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 3fr;
    grid-template-rows: auto;
    font-size: 12px;
}

.administration .content-type-2 .grid,
.advanced-search .content-type-2 .news,
.today .content-type-2 .news,
.league .content-type-2 .grid,
.league .content .point-grid,
.world-records .content .grid,
.benchmark-selection .content-type-2 .grid,
.submission-details .content-type-2 .hardware-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 10px;
}

.main-area.hw-data .content .grid,
.hardware-details .content .grid,
.xtu-analyze .content-type-2 .grid,
.xtu-share .content-type-2 .grid,
.advanced-search .content-type-2 .filter-panel .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 10px;
}

.benchmark-overview .image-wrapper,
.main-area.hw-data .image-wrapper,
.hardware-details .image-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.benchmark-overview .image-wrapper img,
.main-area.hw-data .image-wrapper img,
.hardware-details .image-wrapper img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 4px;
}

.advanced-search .content-type-2 .filter-panel {
    margin: 5px 0 10px 0;
}

.team-profile .content .profile-banner-wrapper,
.user-profile .content .profile-banner-wrapper {
    height: 100%;
}

.team-profile .content .profile-banner-wrapper .large-avatar,
.user-profile .content .profile-banner-wrapper .large-avatar {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 4px solid white;
}

.team-profile .content .profile-banner-wrapper .large-avatar.top-adjusting,
.user-profile .content .profile-banner-wrapper .large-avatar.top-adjusting {
    margin-top: -50px;
}

.user-profile .content .avatar-wrapper,
.team-profile .content .avatar-wrapper {

}

.competition .banner-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.competition .banner-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.achievement .content-type-2 .tile,
.xtu-analyze .content-type-2 .grid .tile,
.xtu-share .content-type-2 .grid .tile,
.side-area .content .open-competitions,
.submit .content-type-2 .tile,
.administration .content-type-2 .grid .tile,
.benchmark-selection .content-type-2 .grid .tile,
.advanced-search .content-type-2 .filter-panel .grid .tile,
.league .content-type-2 .grid .tile,
.world-records .content .grid .tile,
.competition .content-type-2 .grid .tile,
.competition .content-type-2 .prizes,
.competition .content-type-2 .rules,
.competition-stage .content-type-2 .tile,
.hardware-overview .content-type-2 .grid .tile,
.benchmark-overview .content-type-2 .benchmark-stats-grid .tile,
.league .content-type-2 .filter,
.submission-details .content-type-2 .hardware-grid .tile,
.xtu-hardware .content .xtu-hardware-grid .tile,
.user-profile .content-type-2 .profile-career-grid .tile,
.team-profile .content-type-2 .profile-career-grid .grid .tile,
.team-profile .content-type-2 .profile-career-grid .tile,
.account .content-type-2 .grid .tile,
.side-area .content .open-competitions {
    padding: 10px;
}

.achievement .content-type-2 .tile,
.xtu-analyze .content-type-2 .grid .tile,
.xtu-share .content-type-2 .grid .tile,
.submit .content-type-2 .tile,
.administration .content-type-2 .grid .tile,
.hardware-compare .flex-box .tile,
.benchmark-selection .content-type-2 .grid .tile,
.advanced-search .content-type-2 .filter-panel .grid .tile,
.league .content-type-2 .grid .tile,
.world-records .content .grid .tile,
.competition .content-type-2 .grid .tile,
.competition .content-type-2 .prizes,
.competition .content-type-2 .rules,
.competition-stage .content-type-2 .tile,
.hardware-overview .content-type-2 .grid .tile,
.submission-details .content-type-2 .hardware-grid .tile,
.xtu-hardware .content .xtu-hardware-grid .tile,
.user-profile .content-type-2 .profile-career-grid .tile,
.team-profile .content-type-2 .profile-career-grid .grid .tile,
.team-profile .content-type-2 .profile-career-grid .tile,
.account .content-type-2 .grid .tile {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}

.competition .content-type-2 .rules,
.competition .content-type-2 .prizes {
    height: 250px;
    overflow: hidden;
}

.world-records .content .grid .tile,
.submission-details .content-type-2 .hardware-grid .tile,
.advanced-search .content-type-2 .filter-panel .grid .tile,
.achievement .content-type-2 .tile,
.xtu-analyze .content-type-2 .grid .tile,
.xtu-share .content-type-2 .grid .tile,
.submit .content-type-2 .tile,
.administration .content-type-2 .grid .tile,
.hardware-compare .flex-box .tile,
.benchmark-selection .content-type-2 .grid .tile,
.league .content-type-2 .grid .tile,
.hardware-overview .content-type-2 .grid .tile,
.xtu-hardware .content .xtu-hardware-grid .tile,
.user-profile .content-type-2 .profile-career-grid .tile,
.team-profile .content-type-2 .profile-career-grid .tile,
.team-profile .content-type-2 .profile-career-grid .grid .tile,
.account .content-type-2 .grid .tile,
.competition-stage .content-type-2 .tile,
.competition .content-type-2 .grid .tile,
.competition .content-type-2 .prizes,
.competition .content-type-2 .rules {
    background: #e8eef1;
}

.submit .content-type-2 .tile:not(:last-child) {
    margin: 0 0 10px 0;
}

.today .content-type-2 .news .article .item,
.advanced-search .content-type-2 .news .article .item,
.league .content-type-2 .grid .item,
.competition .content .item {
    display: inline;
    color: #206681;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.news .content .section {
    margin-top: 20px;
}

.today .content-type-2 .news .article,
.advanced-search .content-type-2 .news .article {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background: #e8eef1;
    padding: 10px;
}

.today .content-type-2 .news .article:hover,
.advanced-search .content-type-2 .news .article:hover {
    background: #d8e8ee;
}

.advanced-search .content-type-2 .news .article .image,
.today .content-type-2 .news .article .image {
    overflow: hidden;
    width: 100%;
    height: 150px;
    text-align: center;
    background: black;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 10px 0 0 0;
}

.side-area .content.executor ul,
.terms-and-conditions .content ul,
.advanced-search .content-type-2 .filter-panel .grid .tile ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.side-area .content.executor ul li,
.advanced-search .content-type-2 .filter-panel .grid .tile ul li {
    padding: 5px 0;
}

.advanced-search .content-type-2 .action {
    margin: 10px 0 10px 0;
}

.world-records .content .grid .tile .info .section {
    padding: 5px;
}

.league .content-type-2 .filter {
    margin: 10px 0 10px 0;
}

.hardware-master .content-type-2 .filter .list,
.global-master .content-type-2 .filter .list,
.achievement .content-type-2 .tile .list,
.administration .content-type-2 .grid .list,
.side-area .content .list,
.rule-administration .content-type-2 .list,
.main-area.hw-data .content .list,
.hardware-details .content .list,
.submit .content-type-2 .tile .selection-list,
.compare-hw-list,
.team-profile .content-type-2 .filter ul,
.league .content-type-2 .filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-profile .content .profile-banner,
.team-profile .content .profile-banner {
    text-align: center;
    background: #F4F7F8;
}

.user-profile .content .profile-banner img,
.team-profile .content .profile-banner img {
    width: 100%;
    border-radius: 4px;
}

.user-profile .content-type-2 .achievement-grid .tile .progressbar,
.user-profile-customization .content .achievement-grid .tile .progressbar {
    border: 1px solid #999;
	margin: 5px auto;
	width: 100px;
	height: 5px;
}

.user-profile .content-type-2 .achievement-grid .tile .progressbar > div,
.user-profile-customization .content .achievement-grid .tile .progressbar > div {
    background: green;
    height: 100%;
    width: 100%;
}

.hardware-master .content-type-2 .filter .list li,
.global-master .content-type-2 .filter .list li,
.achievement .content-type-2 .tile .list li,
.administration .content-type-2 .grid li,
.side-area .content .list li,
.rule-administration .content-type-2 .list li,
.team-profile .content-type-2 .filter ul li,
.league .content-type-2 .filter ul li {
    padding: 5px 0px 5px 0;
}

.league .content-type-2 .grid .tile .points-wrapper {
    margin: 10px 0 0 0;
    max-height: 200px;
    overflow: auto;
}

.main-area.hw-data .content .sticky-table .submission-info,
.hardware-details .content .sticky-table .submission-info {
    display: grid;
    gap: 10px;
    grid-template-columns: 180px 180px 1fr;
    align-items: center;
}

.main-area.hw-data .content .sticky-table .submission-info-team,
.hardware-details .content .sticky-table .submission-info-team {
    display: grid;
    gap: 10px;
    grid-template-columns: 30px 1fr;
    align-items: center;
}

.main-area.hw-data .content .sticky-table .submission-info-personal,
.hardware-details .content .sticky-table .submission-info-personal {
    display: grid;
    gap: 10px;
    grid-template-columns: 30px 180px 1fr;
    align-items: center;
}

.comment-container .comment-wrapper {
    width: calc(100% - 60px);
}

.xtu-analyze .content .info,
.today .content-type-2 .news .article .info,
.competition .content .compo-info,
.competition-stage .content .compo-info,
.benchmark-overview .content .benchmark-info,
.submission-details .content .submission-info,
.submission-details .content .submission-action,
.user-profile .content-type-2 .profile-info,
.team-profile .content-type-2 .notifications .notification .comment .info,
.team-profile .content-type-2 .profile-info,
.news .content .info,
.comment-container .comment-info,
.side-area .content .cups-and-medals .list {
    display: flex;
    gap: 10px 20px;
    align-items: center;
    flex-direction: row;
    background: #e8eef1;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

.user-profile .content-type-2 .notifications .notification .comment .info,
.team-profile .content-type-2 .notifications .notification .comment .info {
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.xtu-analyze .content .info,
.today .content-type-2 .news .article .info,
.competition .content .compo-info,
.competition-stage .content .compo-info,
.benchmark-overview .content .benchmark-info,
.submission-details .content .submission-info,
.submission-details .content .submission-action,
.user-profile .content-type-2 .profile-info,
.user-profile .content-type-2 .notifications .notification .comment .info,
.team-profile .content-type-2 .notifications .notification .comment .info,
.team-profile .content-type-2 .profile-info,
.news .content .info,
.comment-container .comment-info,
.side-area .content .cups-and-medals .list {
    flex-wrap: wrap;
}

.xtu-analyze .content .info .info-item,
.competition .content .compo-info .compo-item,
.competition-stage .content .compo-info .compo-item,
.benchmark-overview .content .benchmark-info .benchmark-item,
.submission-details .content .submission-action .info-item,
.news .content .info-item,
.submission-details .content .submission-info .info-item,
.user-profile .content-type-2 .profile-info .info-item,
.team-profile .content-type-2 .profile-info .info-item,
.comment-container .comment-info .info-item,
.account .content .benchmark-list .benchmark-list-item {
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-profile .content-type-2 .notifications .notification .comment .info .info-item,
.team-profile .content-type-2 .notifications .notification .comment .info .info-item {
    padding: 3px 0px;
    white-space: nowrap;
}

.user-profile .content .notifications .notification .comment .info .flag {
    height: 6px;
}

.admin-compo-submit .content .input-grid .label,
.side-area .content .article-link .label,
.advanced-search .content-type-2 .filter-panel .grid .tile .label,
.side-area .content .action-panel .info .label,
.side-area .content .recent-achievements .info .label,
.reset-password .content .grid .label,
.login .content .grid .label,
.register .content .grid .label,
.world-records .content .grid .tile .info .section .label,
.achievement .content-type-2 .tile .list .label,
.xtu-analyze .content-type-2 .grid .tile .list .label,
.xtu-share .content-type-2 .grid .tile .list .label,
.submit .content-type-2 .tile .hardware .label,
.submit .content-type-2 .tile .list .hardware .label,
.submit .content .list .label,
.login .content .list .label,
.administration .content-type-2 .grid .tile .list .label,
.side-area .content .list li.label,
.user-profile .content-type-2 .profile-career-grid .tile .label,
.user-profile-customization .content .grid .row.label,
.team-profile-customization .content .grid .row.label,
.account .content-type-2 .grid .tile .grid .row .label,
.application .content .list .label,
.team-profile .content-type-2 .profile-career-grid .tile .label,
.team-profile .content-type-2 .profile-career-grid .grid .tile .label,
.xtu-analyze .content-type-2 .grid .tile .key-value-box .label,
.xtu-share .content-type-2 .grid .tile .key-value-box .label,
.xtu-hardware .content .xtu-hardware-grid .tile .label,
.side-area .content.executor .label {
    font-weight: bold;
}

.xtu-analyze .content-type-2 .grid .tile .key-value-box,
.xtu-share .content-type-2 .grid .tile .key-value-box,
.xtu-hardware .content .xtu-hardware-grid .tile .key-value-box {
    display: flex;
    margin: 0 0 5px 0;
}

.xtu-analyze .content-type-2 .grid .tile .key-value-box .label,
.xtu-share .content-type-2 .grid .tile .key-value-box .label,
.xtu-hardware .content .xtu-hardware-grid .tile .key-value-box .label {
    min-width: 50%;
    max-width: 50%;
}

.side-area .content .article-link .label,
.advanced-search .content-type-2 .filter-panel .grid .tile .label,
.side-area .content .recent-achievements .info .label,
.reset-password .content .grid .label,
.login .content .grid .label,
.register .content .grid .label,
.world-records .content .grid .tile .info .section .label,
.account .content-type-2 .grid .tile .grid .row .label,
.achievement .content-type-2 .tile .list .label {
    margin: 0 0 5px 0;
}

.admin-compo-submit .content .compo-selection-grid,
.admin-compo-submit .content .stage-selection-grid {
    display: flex;
    grid-gap: 10px;
}

.admin-compo-submit .content .data-file-grid {
    display: flex;
    gap: 10px;
    align-items: center;
}

.admin-compo-submit .content .input-grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    align-items: center;
}

.admin-compo-submit .content .input-grid .value {
    display: flex;
    align-items: last baseline;
    gap: 10px;
}

.competition .content-type-2 .competition-tree-wrapper .competition-tree {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: center;
}

.competition .content-type-2 .competition-tree-wrapper .competition-tree .child {
    background: #e8eef1;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

.competition .content-type-2 .competition-tree-wrapper .competition-tree .child:not(:last-child) {
    margin: 0 0 10px 0;
}

.competition .content-type-2 .competition-tree-wrapper .competition-tree .parent {
    background: white;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

.benchmark-rules .content-type-2 .grid,
.competition-stage .content-type-2 .grid,
.competition .content-type-2 .grid,
.hardware-overview .content-type-2 .grid,
.user-profile .content-type-2 .profile-career-grid,
.team-profile .content-type-2 .profile-career-grid,
.account .content-type-2 .grid,
.xtu-hardware .content .xtu-hardware-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 10px;
}

.user-profile-customization .content .grid,
.team-profile-customization .content .grid {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
}

.user-profile .content-type-2 .partner-grid,
.user-profile .content-type-2 .achievement-grid,
.user-profile-customization .content .achievement-grid,
.user-profile-customization .content .partner-grid,
.team-profile-customization .content .achievement-grid,
.team-profile-customization .content .partner-grid,
.team-profile .content-type-2 .partner-grid,
.team-profile .content-type-2 .achievement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
}

.submission-details .content-type-2 .submission-ranking-grid {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.team-profile .content-type-2 .profile-career-grid .tile .list .info-grid,
.user-profile .content-type-2 .profile-career-grid .tile .list .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 5px 20px;
}

.team-profile .content-type-2 .profile-career-grid .tile .list .info-grid .label-value,
.user-profile .content-type-2 .profile-career-grid .tile .list .info-grid .label-value {
    display: flex;
    grid-gap: 5px 10px;
    flex-wrap: wrap;
}

.account .content .benchmark-list,
.submission-details .content-type-2 .screenshots-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.xtu-analyze .content-type-2 .grid .tile .list,
.xtu-share .content-type-2 .grid .tile .list,
.submit .content .list,
.submit .content-type-2 .list,
.hardware-overview .content-type-2 .grid .tile .list,
.user-profile .content-type-2 .profile-career-grid .tile .list,
.application .content .list,
.user-profile .content-type-2 .profile-career-grid .grid .tile .list,
.team-profile .content-type-2 .profile-career-grid .tile .list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.submit .content-type-2 .limitation-list,
.competition .content-type-2 .grid .tile .info,
.competition .content-type-2 .rules ul,
.competition .content-type-2 .prizes ul,
.side-area .content .open-competitions .list,
.competition-stage .content-type-2 .grid .tile .list,
.side-area .content .list,
.competition .content-type-2 .grid .tile .list {
    list-style-image: url('/images/li-arrow.png');
    padding: 0 0 0 13px;
}

.xtu-analyze .content-type-2 .grid .tile .list li,
.xtu-share .content-type-2 .grid .tile .list li,
.submit .content .list li,
.submit .content-type-2 .list li,
.hardware-overview .content-type-2 .grid .tile .list li,
.compare-hw-list li,
.competition .content-type-2 .rules ul li,
.competition .content-type-2 .prizes ul li,
.competition .content-type-2 .grid .tile .info li,
.side-area .content .open-competitions .list li,
.competition-stage .content-type-2 .grid .tile .list li,
.user-profile .content-type-2 .profile-career-grid .tile .list li,
.application .content .list li,
.user-profile .content-type-2 .profile-career-grid .grid .tile .list li,
.team-profile .content-type-2 .profile-career-grid .tile .list li {
    padding: 5px 0;
}

.user-profile .content-type-2 .profile-career-grid .tile .list li.gap {
    margin-top: 15px;
}

.submit .content-type-2 .tile .selection-list li {
    float: left;
}

.competition .content .competition-ranking .overall-grid .pos {
    border-radius: 4px;
    border: solid 1px #aabfc9;
    text-align: center;
    width: 100%;
}

.competition-stage .content .stage-ranking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-gap: 10px;
}

.competition-stage .content .stage-ranking .images {
    grid-row: 2 / -1;
    grid-column: 1 / -1;
}

.benchmark-overview .content-type-2 .benchmark-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
}

.reporting-overview .content .filter .filter-key,
.benchmark-ranking .content-type-2 .filter .filter-key {
    margin-bottom: 5px;
    font-weight: bold;
}

.reporting-overview .content .filter .filter-value,
.benchmark-ranking .content-type-2 .ranking-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0 0 10px 0;
}

.benchmark-selection .content-type-2 .grid .tile .icons,
.submission-details .content .score-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-radius: 4px;
    padding: 10px;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.submission-details .content .score-wrapper .avatar {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.submission-details .content .score-wrapper .score {
    display: grid;
    gap: 10px;
    font-size: 30px;
    font-weight: bolder;
    align-items: center;
}

.submission-details .content .score-wrapper .score .user,
.submission-details .content .score-wrapper .score .value {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    white-space: wrap;
}

.submission-details .content .score-wrapper .score .user {
    align-items: center;
}

.submission-details .content .score-wrapper .score .value {
    align-items: baseline;
}

.submission-details .content .sub-score-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 10px 0 0 0;
}

.submission-details .content .sub-score-info .sub-score-item {
    background: linear-gradient(to bottom, rgb(64, 94, 155) 10%, rgb(75, 160, 229) 94%);
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.submission-details .content .score-info .score a,
.submission-details .content .score-info .score a:link,
.submission-details .content .score-info .score a:hover,
.submission-details .content .score-info .score a:visited,
.submission-details .content .score-info .score a:active {
    color: white;
}

.submission-details .content-type-2 .submission-ranking-grid .tile .ranking-label {
    margin: 0 0 10px 0;
}

.submission-details .content-type-2 .submission-ranking-grid .tile .ranking-value {
    display: flex;
    gap: 10px;
    align-items: end;
    flex-wrap: wrap;
}

.benchmark-overview .content-type-2 .benchmark-stats-grid .tile,
.main-area.hw-data .content .grid .tile,
.hardware-details .content .grid .tile,
.submission-details .content-type-2 .submission-ranking-grid .tile {
    align-items: center;
    padding: 10px;
    background: #e8eef1;
    border: 1px solid #E5E5E5;
    font-weight: bold;
    border-radius: 4px;
}

.submission-details .content-type-2 .submission-ranking-grid .tile:not(:last-child) {
    margin: 0 0 10px 0;
}

.user-profile .content-type-2 .partner-grid .tile,
.user-profile .content-type-2 .achievement-grid .tile,
.user-profile-customization .content .achievement-grid .tile,
.user-profile-customization .content .partner-grid .tile,
.team-profile-customization .content .achievement-grid .tile,
.team-profile-customization .content .partner-grid .tile,
.team-profile .content-type-2 .partner-grid .tile,
.team-profile .content-type-2 .achievement-grid .tile {
    padding: 10px;
    background: #e8eef1;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    text-align: center;
}

.comment-container,
.user-profile .content-type-2 .notifications .notification,
.team-profile .content-type-2 .notifications .notification {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}


.comment-container .avatar,
.user-profile .content-type-2 .notifications .notification .avatar,
.team-profile .content-type-2 .notifications .notification .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-profile .content-type-2 .notifications .notification .notification,
.team-profile .content-type-2 .notifications .notification .notification {
    display: flex;
    gap: 10px;
    background: #F4F7F8;
    padding: 10px;
    border: solid 1px #d8dfe3;
}

.user-profile .content-type-2 .notifications .notification .notification:not(:last-child),
.team-profile .content-type-2 .notifications .notification .notification:not(:last-child) {
    margin: 0 0 10px 0;
}

.user-profile .content-type-2 .notifications .notification .comment,
.team-profile .content-type-2 .notifications .notification .comment {
    width: 100%;
}

.user-profile .content-type-2 .notifications .notification .comment .point-changes,
.user-profile .content-type-2 .notifications .notification .comment .rank-changes,
.team-profile .content-type-2 .notifications .notification .comment .point-changes,
.team-profile .content-type-2 .notifications .notification .comment .rank-changes {
    background: #F4F7F8;
    border: solid 1px #d8dfe3;
    font-size: 10px;
    margin: 0 0 10px 0;
}

.user-profile .content-type-2 .notifications .notification .comment .point-changes ul,
.user-profile .content-type-2 .notifications .notification .comment .rank-changes ul,
.team-profile .content-type-2 .notifications .notification .comment .point-changes ul,
.team-profile .content-type-2 .notifications .notification .comment .rank-changes ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.user-profile .content-type-2 .notifications .notification .comment .point-changes ul li,
.user-profile .content-type-2 .notifications .notification .comment .rank-changes ul li,
.team-profile .content-type-2 .notifications .notification .comment .point-changes ul li,
.team-profile .content-type-2 .notifications .notification .comment .rank-changes ul li {
    padding: 5px;
}

.user-profile .content .achievement-filter {
    margin: 10px 0;
}

.user-profile .content .achievement-filter {
    margin: 10px 0;
}

.submission-details .content-type-2 .hardware-grid .hw-image {
    text-align: center;
}

.submission-details .content-type-2 .hardware-grid .attribute {
    display: block;
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.submission-details .content-type-2 .hardware-grid .value {
    display: block;
    margin: 0 0 0 0;
}

.submission-details .content-type-2 .hardware-grid .sub-value {
    font-size: 10px;
    display: block;
    margin: 0 0 0 0;
}

.submission-details .content-type-2 .hardware-grid .amazon-link {
    display: block;
    margin: 20px 0 0 0;
}

.submission-details .content-type-2 .hardware-grid .amazon-img {
    width: 60px;
}

.user-profile-customization .content .achievement-grid .tile .faint,
.user-profile-customization .content .partner-grid .tile .faint,
.team-profile-customization .content .achievement-grid .tile .faint,
.team-profile-customization .content .partner-grid .tile .faint {
    opacity: 0.5;
}

.team-profile .content-type-2 .sub-wrapper,
.user-profile .content-type-2 .sub-wrapper {
    display:grid;
    grid-gap: 0;
    gap: 0;
    background: #e8eef1;
    margin: 0 0 10px 0;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 10px;
}

.team-profile .content-type-2 .sub-wrapper .row,
.user-profile .content-type-2 .sub-wrapper .row {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.team-profile .content-type-2 .sub-wrapper .row .ranking,
.user-profile .content-type-2 .sub-wrapper .row .ranking {
    display:grid;
    grid-template-rows: auto auto;
}

.team-profile .content-type-2 .sub-wrapper .row .ranking .label,
.user-profile .content-type-2 .sub-wrapper .row .ranking .label {
    font-weight: bold;
    padding: 5px 0 5px 0;
    color: gray;
}

.content-editor .options {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.content-editor .options li {
    padding: 5px;
    margin: 0 0 0 0;
}

.side-area .content .hardware-tree {
    height: 1200px;
    overflow: auto;
}

.hardware-compare .flex-box {
    display: flex;
    gap: 10px;
    flex-wrap: initial;
}

.hardware-compare .flex-box .column-type-1 {
    height: 80px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 10px;
}

.hardware-compare .flex-box .column-type-2 {
    height: 30px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 10px;
}

.hardware-compare .flex-box .column-type-1.label h3,
.hardware-compare .flex-box .column-type-2.label h3 {
    color: #518575;
}

.hardware-compare .flex-box .tile div:nth-child(even) {
    background: #F0F0F0;
}

.hardware-compare .flex-box .tile div:nth-child(odd) {
    background: #f4f7f8;
}

.hardware-compare .flex-box .column.label {
    text-transform: uppercase;
    font-weight: bold;
}

.reset-password .content .grid input[type=password],
.reset-password .content .grid input[type=text],
.register .content .grid input[type=text],
.register .content .grid input[type=password],
.register .content .grid select,
.login .content .grid input[type=password],
.login .content .grid input[type=text] {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

.reset-password .content .grid .row,
.login .content .grid .row,
.register .content .grid .row {
    width: 100%;
}

.submit .content-type-2 .tile .hardware,
.submit .content-type-2 .tile .list .hardware {
    display: flex;
    gap: 10px;
    align-items: center;
}

.submit .content-type-2 .tile .hardware.addition,
.submit .content-type-2 .tile .list .hardware.addition {
    margin-top: 10px;
}

.side-area .content .task-list {
    max-height: 400px;
    overflow: auto;
}

.side-area .content blockquote {
    border: 1px solid #ABB1B4;
    background: #F4F7F8;
    padding: 10px;
    margin: 10px 0;
}

.side-area .content .discussion {
    word-break: break-all;
    max-height: 800px;
    overflow: auto;
}

.side-area .content .discussion img {
    max-width: 300px;
}

.team-profile .content-type-2 .profile-career-grid .grid,
.side-area .content .grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
}

.side-area .content .ranking {
    margin: 0px;
}

.side-area .content .timer .countdown-wrapper span {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.side-area .content .timer .countdown-wrapper .count {
    font-size: 30px;
    color: gainsboro;
    background: #36454F;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.side-area .content .timer .countdown-wrapper .countdownlabel {
    text-transform: uppercase;
    text-align: center;
    color: #36454F;
    font-weight: bold;
}

.side-area .content .ranking .ranking-grid {
    display: grid;
    grid-template-columns: 5px 15px auto auto;
    grid-gap: 10px;
    align-items: center;
    justify-items: left;
    max-height: 700px;
    overflow: auto;
}

.side-area .content .ranking .wr-ranking-grid-wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
}

.side-area .content .ranking .wr-ranking-grid {
    display: grid;
    grid-template-columns: 5px 15px auto auto;
    grid-template-rows: auto auto;
    grid-gap: 10px;
    align-items: center;
    justify-items: left;
}

.side-area .content .ranking .wr-ranking-grid .hardware {
    grid-column: 2 / -1;
}

.side-area .content .ranking .ranking-grid .pos-marker,
.side-area .content .ranking .ranking-grid .pos,
.side-area .content .ranking .ranking-grid .name,
.side-area .content .ranking .ranking-grid .points,
.side-area .content .ranking .wr-ranking-grid .pos-marker,
.side-area .content .ranking .wr-ranking-grid .pos,
.side-area .content .ranking .wr-ranking-grid .name,
.side-area .content .ranking .wr-ranking-grid .points,
.side-area .content .ranking .wr-ranking-grid .score,
.side-area .content .ranking .wr-ranking-grid .hardware {
    white-space: nowrap;
}

.side-area .content .ranking .wr-ranking-grid .score,
.side-area .content .ranking .ranking-grid .points,
.side-area .content .ranking .wr-ranking-grid .points {
    justify-self: end;
}

.side-area .content .ranking .wr-ranking-grid .pos-marker,
.side-area .content .ranking .ranking-grid .pos-marker {
    width: 5px;
    height: 100%;
}

.side-area .content .ranking .wr-ranking-grid .pos-marker {
    grid-column: 1;
    grid-row: 1 / -1;
}

.side-area .content .ranking .row {
    display: grid;
    grid-template-columns: 70px 20px auto 150px;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 5px;
    background: #F0F0F0;
    border-radius: 4px;
}

.side-area .content .ranking .row .pos {
    border-radius: 4px;
    border: solid 1px #aabfc9;
    text-align: center;
    width: 100%;
}

.side-area .content .ranking .row .name {
    min-width: 100px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-area .content .action-panel {
    padding: 5px 10px 10px 5px;
}

.captcha-challenge .content.wrapper{
    display: grid;
    justify-content: center;
}

.captcha-challenge .content.wrapper .row{
    display: flex;
    justify-content: center;
}

.side-area .content .action-panel .info,
.side-area .content .recent-achievements .info,
.reset-password .content .grid,
.header .account-wrapper .grid,
.login .content .grid,
.register .content .grid,
.account .content-type-2 .grid .tile .grid,
.side-area .content .leader-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}


.side-area .content .leader-grid .rank {
    display: flex;
    gap: 10px;
}

.header .account-wrapper .grid {
    align-items: center;
    justify-items: center;
    grid-gap: 5px;
}

.header .account-wrapper .grid i {
    font-size: 15px;
}

.side-area .content .action-panel .info,
.side-area .content .recent-achievements .info,
.reset-password .content .grid,
.login .content .grid,
.register .content .grid,
.account .content-type-2 .grid .tile .grid,
.side-area .content .leader-grid {
    grid-gap: 10px;
}

.reset-password .content .grid,
.login .content .grid,
.register .content .grid,
.side-area .content .leader-grid {
    align-items: center;
    justify-items: center;
}

.reset-password .content .grid,
.login .content .grid,
.register .content .grid {
    width: 30%;
    margin: auto;
    min-width: 350px;
}

.reset-password .content .grid .action,
.login .content .grid .action,
.register .content .grid .action {
    justify-self: end;
}

.side-area .content .leader-grid div:not(:last-child) {
    border-bottom: solid 5px #FFC000;
}

.side-area .content .article-link {
    margin: 0 0 10px 0;
}

.footer .content .info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.footer .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .system-info {
    text-align: center;
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
}

.footer .partner-info {
    text-align: center;
}

.main-area.hw-data{
    position: relative;
}

.main-area.hw-data .hw-data-overlay {
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    position: absolute;
    z-index: 2;
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes loading {
  from {
    background-color: rgba(0,0,0,0.5);
  }
  to {
    background-color: rgba(0,0,0,0.4);
  }
}

@media screen and (min-width: 1201px) {

    body.one-column {
        grid-template-columns: auto;
        grid-template-rows: auto auto 1fr auto;
        max-width: 2000px;
        margin: auto;
    }

    body.left-sidebar {
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto auto 1fr auto;
        max-width: 2000px;
        margin: auto;
    }

    body.right-sidebar {
        grid-template-columns: 3fr 1fr;
        grid-template-rows: auto auto 1fr auto;
        max-width: 2000px;
        margin: auto;
    }

    .navigation .parent-wrapper .parent .entry .switch {
        display: none;
    }

    .navigation .parent-wrapper .parent .entry .child {
        display: none;
        position: absolute;
        z-index: 100;
        background: white;
        list-style: none;
        padding: 0px;
        border: #abb1b4 solid 1px;
        border-radius: 0 0 4px 4px;
    }

    .navigation .parent-wrapper .parent .entry:hover > .child {
        display: block;
    }

    .navigation .parent-wrapper .parent .entry .child .child-entry {
        margin: 0px;
        min-width: 300px;
    }

    .navigation .parent-wrapper .parent .entry .child .child-entry:hover {
        background: #F0F0F0;
    }

    .navigation .burger {
        display: none;
    }

    .benchmarks .content-type-2 .table-grid,
    .benchmark-selection .content-type-2 .table-grid {
        grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    }

    .benchmark-selection .content-type-2 .table-grid-1 {
        grid-template-columns: repeat(auto-fill, minmax(700px, 1fr));
    }
}

@media screen and (max-width: 1200px) {

    .navigation .parent-wrapper .parent .entry:not(:first-child) {
        display: none;
    }

    .navigation .active .overlay {
        display: block;
    }

    .navigation .active .parent-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        background: #36454F;
        height: 100%;
        width: 75%;
        overflow: auto;
    }

    .navigation .active .parent-wrapper .parent {
        width: 100%;
    }

    .navigation .active .parent-wrapper .parent .entry {
        float: unset;
        display: block;
    }

    .navigation .active .parent-wrapper .parent .entry .nav-wrapper {
        display: grid;
        grid-template-columns: 5fr 1fr;
    }

    .navigation .active .parent-wrapper .parent .entry .nav-wrapper:hover {
        background: #428BCA;
    }

    .navigation .active .parent-wrapper .parent .entry.nomobile {
        display: none;
    }

    .navigation .active .parent-wrapper .parent .entry .switch {
        justify-self: right;
    }

    .navigation .active .parent-wrapper .parent .entry .child {
        display: none;
        z-index: 300;
        list-style: none;
        padding: 0px;
    }

    .navigation .active .parent-wrapper .parent .entry .child.active-child {
        display: block;
        background: white;
    }

    .nomobile {
        display: none;
    }

    .side-area .content .hardware-tree {
        height: 200px;
    }

    .content,
    .content-type-1,
    .content-type-2 {
        padding: 10px;
    }

    .benchmark-selection .content-type-2 .table-grid-1,
    .benchmarks .content-type-2 .table-grid,
    .benchmark-selection .content-type-2 .table-grid {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }

}

.gold {
    background-color: #FFC000;
}

.silver {
    background-color: #C0C0C0;
}

.bronze {
    background-color: #C9AE5D;
}

.medal {
    background-color: #aabfc9;
}

.nomedal {
    background-color: lightgrey;
}

.gold-trophy {
    color: #FFC000;
}

.silver-trophy {
    color: #C0C0C0;
}

.bronze-trophy {
    color: #C9AE5D;
}

.dateicon {
    background-image: url('/img/icons/date.png');
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

input[type=submit],
input[type=file],
select {
    background-color: #f8f9fa;
}

textarea,
input[type=password],
input[type=text] {
    background-color: white;
}

textarea,
input[type=submit],
input[type=file],
input[type=password],
input[type=text],
select {
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    padding: 7px 10px;
}

input[type=checkbox] {
    margin: 0;
}

.accordion,
.button {
    font-family: "PillGothic300mgBold", "Lucida Grande", Helvetica, Arial;
    background-color: #f8f9fa;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    padding: 7px 10px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
}

.read-more-button {
    margin-top: 5px;
    width: 100%;
}

.accordion {
    width: 100%;
    text-align: left;
    margin: 0 0 5px 0;
}

.accordion .btn-content-grid {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-columns: auto auto;
}

.accordion .btn-content-grid .text {
    justify-self: left;
}

.accordion .btn-content-grid .switch {
    justify-self: right;
}

.active, .accordion:hover,
.active,
.button:hover {
    border-color: #428BCA;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    background: lightgray;
}

.focus,
.button:focus {
    border-color: #4285f4;
    color: white;
    outline: none;
    background: #428BCA;
}

.info-message {
    background: #ddffff ;
    padding: 10px;
    border-radius: 4px;
}

.warn-message {
    background: #ffc;
    padding: 10px;
    border-radius: 4px;
}

.error-message {
    background: #F88379;
    padding: 10px;
    border-radius: 4px;
}

.binding-error {
    color: #F88379;
}

/* JQuery UI overwrites will be removed as soon as the framework is no longer needed */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}

.ui-widget-content {
    border: 1px solid #E5E5E5;
    border-radius: 0;
    background: #F4F7F8;
    color: #206681;
    font-size: 13px;
}

.ui-widget-content a,
.ui-widget-content a:link,
.ui-widget-content a:hover,
.ui-widget-content a:visited,
.ui-widget-content a:active {
    color: #206681;
}

.ui-widget-content a:hover {
    text-decoration: underline;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: #F4F7F8;
}

.ui-state-hover,
.ui-widget-content a.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: #F4F7F8;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    margin: 0;
}

/*
#### DEPRECATED STYLES ####
- will be removed as soon as the move of all views to new entities is done
- do not put new css instructions into this section
*/
.comments {
    font-weight: 700;
    background: url("/images/comments.png") no-repeat right center;
    padding-right: 20px;
}
