/**
 * Contest
 *
 * less file for frontend layout
 *
 * @package		KM.CMS
 * @subpackage	Ext
 * @copyright	klinger.MEDIA GmbH 2006 - 2026
 * @creator		Christian Klinger <kontakt@klinger-media.de>
 * @author		Christian Klinger <kontakt@klinger-media.de>
 * @version		4.0.1
 * @changedate	2022-02-07
 * @todo
 *
 */
/*
 * GENERAL VARIABLES
 */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* Oversize */
/*
 * SPACER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * BLOCK SCREENS
 */
/*
 * NAVIGATION VARIABLES
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* General */
/* Color */
/*
 * Aside
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #133555 0%, #0078b7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * toogle elements
 */
/*
 * TABS MIXINS
 */
/* COLORS */
/* FONTS */
/* font size */
/* font weight */
/* CONTENT */
/* cites */
/* dates */
/* buttons */
/* buttons -highlight */
/*
 * page navigation
 */
/*
 * FooterNavi
 */
/*
 * SCROLL TO TOP BUTTON
 */
/*
 * SINGLE PAGE CONTENT NAVIGATION
 */
/*
 * PAGE VARIABLES
 */
/* header */
/* page logo */
/* sticky header */
/* breadcrumbs */
/* footer */
#contest-form-wrap .default-field input,
#contest-form-wrap .default-field textarea,
#contest-form-wrap .default-field select {
  border-color: #cccccc;
}
#contest-form-wrap .default-field input:hover,
#contest-form-wrap .default-field textarea:hover,
#contest-form-wrap .default-field select:hover,
#contest-form-wrap .default-field input:focus,
#contest-form-wrap .default-field textarea:focus,
#contest-form-wrap .default-field select:focus {
  border-color: #133555;
}
.remove-form-participant.btn {
  margin-top: 28px;
  border-width: 1px;
  font-size: 90%;
}
.remove-form-participant.btn.disabled {
  text-decoration: auto !important;
  color: #f2f2f2;
  border-color: #f2f2f2;
  cursor: not-allowed;
  visibility: hidden;
}
.remove-form-participant.btn:hover,
.remove-form-participant.btn:focus {
  background: #133555;
  color: #fff;
}
ol#contest-form-participants {
  margin: 10px 0 1px 40px !important;
}
ol#contest-form-participants > li::marker {
  color: #133555;
  font-size: 200%;
  font-weight: 700;
}
ol#contest-form-participants > li:nth-child(n+2) {
  padding-top: 15px;
  margin-top: 15px;
  border-top: dotted 1px #cccccc;
}
.widget-list {
  margin-left: 0 !important;
}
.widget-list .list-item-wrap {
  list-style: none;
  margin-left: 0 !important;
}
.contest-actions {
  overflow: hidden;
  padding-bottom: 15px;
}
.contest-tabs {
  overflow: hidden;
  clear: both;
}
.contest-tabs div#instant-msg {
  position: relative;
  top: auto;
  left: auto;
  background: transparent;
}
.contest-tabs .tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  text-align: left;
}
.contest-tabs .tab-nav > li {
  display: inline-block;
  padding: 0;
}
.contest-tabs .tab-nav > li > a,
.contest-tabs .tab-nav > li > button {
  height: 40px;
  line-height: 40px;
  margin: 0 0 -1px 0;
  padding: 0px 15px;
  font-weight: 700;
  color: #fff;
  background: #133555;
  border: solid 1px #133555;
  border-bottom: none;
}
.contest-tabs .tab-nav > li > a {
  display: inline-block;
  text-decoration: none;
}
.contest-tabs:not( .underlinded ) .tab-nav > li > a.active,
.contest-tabs:not( .underlinded ) .tab-nav > li > button.active {
  background: #fff;
  color: #333;
  border-bottom: solid 1px #fff;
  font-weight: 700;
}
.contest-tabs:not( .underlinded ) .tab-nav > li:hover > a,
.contest-tabs:not( .underlinded ) .tab-nav > li:hover > button {
  background: #0078b7;
  color: #fff;
  border-bottom: solid 1px #0078b7;
  font-weight: 700;
}
.contest-tabs:not( .underlinded ) .tab-nav-content {
  padding: 15px;
  border: solid 1px #133555;
}
.contest-tabs.underlinded .tab-nav {
  position: relative;
}
.contest-tabs.underlinded .tab-nav > li {
  border-bottom: solid 3px #cccccc;
  position: relative;
}
.contest-tabs.underlinded .tab-nav > li > a,
.contest-tabs.underlinded .tab-nav > li > button {
  background: none;
  border: none;
  color: #333;
}
.contest-tabs.underlinded .tab-nav > li > a:after,
.contest-tabs.underlinded .tab-nav > li > button:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #133555;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.contest-tabs.underlinded .tab-nav > li > a:hover,
.contest-tabs.underlinded .tab-nav > li > button:hover,
.contest-tabs.underlinded .tab-nav > li > a.active,
.contest-tabs.underlinded .tab-nav > li > button.active {
  background: none !important;
}
.contest-tabs.underlinded .tab-nav > li > a:hover:after,
.contest-tabs.underlinded .tab-nav > li > button:hover:after,
.contest-tabs.underlinded .tab-nav > li > a.active:after,
.contest-tabs.underlinded .tab-nav > li > button.active:after {
  transform: scaleX(1);
}
.contest-tabs.underlinded .tab-nav > li > a:hover > button,
.contest-tabs.underlinded .tab-nav > li > button:hover > button,
.contest-tabs.underlinded .tab-nav > li > a.active > button,
.contest-tabs.underlinded .tab-nav > li > button.active > button {
  color: #133555 !important;
}
.contest-tabs .tab-nav-content > ul {
  list-style: none;
  margin: 0 !important;
}
.contest-tabs .tab-nav-content > ul > li {
  padding: 5px 0;
  width: 100%;
  display: table;
}
.contest-tabs .tab-nav-content > ul > li:nth-child(n+2) {
  border-top: solid 1px #cccccc;
}
.contest-tabs .contest-results {
  list-style: none;
  display: table-row;
}
.contest-tabs .contest-results > li {
  display: table-cell;
}
.contest-tabs .contest-results > li.item-time input {
  padding: 5px;
  margin: 0 5px;
  border: none;
  border-bottom: solid 1px #333;
  text-align: center;
}
.contest-tabs .contest-results > li.item-time input:hover,
.contest-tabs .contest-results > li.item-time input:focus {
  border-bottom: solid 2px #133555;
}
.contest-tabs .contest-results > li.item-time input.field-modified {
  border-bottom: solid 2px #c02e2e;
}
.contest-tabs .contest-results > li.item-time input.field-checked {
  border-bottom: solid 2px #469b2b;
}
.contest-tabs .contest-results > li.item-actions button {
  padding: 0 10px;
  background: none;
  border: solid 1px #133555;
  font-size: 100%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contest-tabs .contest-results > li.item-actions button:hover,
.contest-tabs .contest-results > li.item-actions button:focus {
  background: #133555;
  color: #fff;
}
.contest-tabs .contest-results > li strong {
  font-weight: 900;
}
.contest-tabs.result-list .contest-results > li.item-contest {
  width: 20%;
}
.contest-tabs.result-list .contest-results > li.item-number {
  width: 10%;
}
.contest-tabs.result-list .contest-results > li.item-placement {
  width: 5%;
}
.contest-tabs.result-list .contest-results > li.item-name {
  width: 30%;
}
.contest-tabs.result-list .contest-results > li.item-organisation {
  width: 30%;
}
.contest-tabs.result-list .contest-results > li.item-result {
  width: 5%;
}
.contest-tabs.result-form .contest-results > li.item-number {
  width: 15%;
}
.contest-tabs.result-form .contest-results > li.item-name {
  width: 40%;
}
.contest-tabs.result-form .contest-results > li.item-time {
  width: 30%;
}
.contest-tabs.result-form .contest-results > li.item-action {
  width: 15%;
}
.contest-tabs hr {
  border: none;
  border-top: solid 2px #133555;
  padding-top: 30px;
  margin-top: 30px;
}
