﻿.button, .register-section .dotvvm-upload-button a {
  display: inline-block;
  text-align: center;
  padding: .375rem .75rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-decoration: none;
  transition: background .25s ease-out; }
  .button:hover, .register-section .dotvvm-upload-button a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #51185d; }
  .button:active, .register-section .dotvvm-upload-button a:active {
    background-color: #844192; }

.button_primary {
  width: 18rem;
  background-color: #844192;
  border-color: #844192;
  color: #fff; }

.button_sec {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.button_white, .register-section .dotvvm-upload-button a {
  width: 18rem;
  background-color: #fff;
  border-color: #fff;
  color: #844192; }
  .button_white:hover, .register-section .dotvvm-upload-button a:hover {
    border-color: #fff; }

label {
  color: #fff;
  font-weight: 600; }
  label + .form-control {
    border-radius: 0; }
    label + .form-control:focus {
      border-color: #51185d;
      box-shadow: 0 0 0 0.2rem #51185d; }
    label + .form-control.has-error {
      border-color: #8d0909;
      box-shadow: 0 0 0 0.2rem #8d0909; }

body {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0; }

h1 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  color: #FFF247; }
  h1 + p {
    display: block;
    padding: 0 10%; }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.8rem; } }

h2 {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2rem;
  color: #FFF247; }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 1.6rem; } }

h3 {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  color: #FFF247; }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 1.3rem; } }

p, li {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff; }
  p.small, li.small {
    font-size: .8rem; }
  @media only screen and (max-width: 480px) {
    p, li {
      font-size: .85rem;
      letter-spacing: .4px; } }

.form-check-label {
  font-size: .8rem;
  font-weight: 400;
  letter-spacing: .6px;
  margin: 0 0 1rem 0;
  color: #fff; }

.zig-zag-border-bottom {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1; }
  .zig-zag-border-bottom:after {
    background: linear-gradient(135deg, #844192 16px, transparent 0), linear-gradient(-135deg, #844192 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0px;
    width: 100%;
    height: 32px; }
  .zig-zag-border-bottom:before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 16px, transparent 0), linear-gradient(-135deg, rgba(0, 0, 0, 0.5) 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -37px;
    left: 0px;
    width: 100%;
    height: 32px;
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.zig-zag-border-top {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10; }
  .zig-zag-border-top:after {
    background: linear-gradient(45deg, #fff 16px, transparent 0), linear-gradient(-45deg, #fff 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: 32px; }
  .zig-zag-border-top:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 16px, transparent 0), linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: 32px;
    -webkit-filter: blur(5px);
    filter: blur(5px); }

@media only screen and (min-width: 1441px) {
  nav {
    padding: 1rem 25%; } }

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  nav {
    padding: 1rem 15%; } }

@media only screen and (max-width: 768px) {
  nav {
    padding: 1rem 2rem; } }

@media only screen and (min-width: 1441px) {
  section {
    padding: 3rem 25%; } }

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  section {
    padding: 3rem 15%; } }

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 2rem; } }

@media only screen and (min-width: 1441px) {
  footer {
    padding: 3rem 25%; } }

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  footer {
    padding: 3rem 15%; } }

@media only screen and (max-width: 768px) {
  footer {
    padding: 3rem 2rem; } }

.info-section {
  background-image: url(/DotVVM/css/Images/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sec-btns {
  display: block;
  text-align: center; }
  .sec-btns .button, .sec-btns .register-section .dotvvm-upload-button a, .register-section .dotvvm-upload-button .sec-btns a {
    margin: 1rem; }

.navigation {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #844192;
  z-index: 5; }
  .navigation .img-drone {
    width: 5rem;
    height: 5rem; }
  .navigation .button, .navigation .register-section .dotvvm-upload-button a, .register-section .dotvvm-upload-button .navigation a {
    width: 12rem; }
  @media only screen and (max-width: 480px) {
    .navigation {
      flex-direction: column; }
      .navigation .img-drone {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 2rem; }
      .navigation .button, .navigation .register-section .dotvvm-upload-button a, .register-section .dotvvm-upload-button .navigation a {
        order: 2;
        margin-bottom: 1rem; } }

.register-section {
  position: relative;
  background-color: #844192;
  z-index: 5; }
  .register-section .form-component {
    margin-bottom: 2rem; }
  .register-section .text-center {
    justify-content: center; }
  .register-section .dotvvm-upload {
    margin-bottom: 0; }
  .register-section .dotvvm-upload-button {
    display: block; }
    .register-section .dotvvm-upload-button a a {
      color: #844192;
      text-decoration: none; }
    .register-section .dotvvm-upload-button a:hover a {
      color: #fff; }
  .register-section .dotvvm-upload-files {
    display: block; }
  .register-section .dotvvm-upload-progress-wrapper {
    position: relative;
    margin-left: 0;
    height: 2.4rem;
    padding: .375rem .75rem;
    width: 18rem;
    max-width: 100%;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: #fff; }
    .register-section .dotvvm-upload-progress-wrapper span.dotvvm-upload-progress {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      background-color: #51185d; }
  .register-section .box-to-center {
    text-align: left; }
  .register-section .upload-text {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 1rem; }

.show-error {
  margin-top: .5rem;
  font-size: 0.8rem;
  color: #fff; }

.upload-message {
  color: #ffd800; }

.registration-completed {
  color: #22d300;
  text-align: center;
  display: block; }

.competition-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 15; }
  .competition-footer .image-link {
    flex: 0 0 12%; }
    .competition-footer .image-link.bigger {
      flex: 1 0 12%;
      max-width: 20%; }
  .competition-footer img {
    max-height: 3rem; }

.header {
  background-color: #316ac4;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  height: 2rem;
  width: 100%;
  align-items: center;
  justify-content: space-between; }
  .header span {
    display: block;
    color: white;
    padding: 10px; }

.menu {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 10%;
  background-color: #eeeae3;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #a0a0a0; }

.external-content {
  position: relative;
  width: 90%;
  padding: 10px; }
  .external-content h2 {
    color: black; }
  .external-content .external-button {
    padding: 10px;
    display: block;
    margin: auto; }

.external-content-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  top: 2rem;
  height: calc(100vh - 2rem); }
