@import url("https://use.typekit.net/iei7jqb.css");
body {
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  background-size: 100%;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

.project-radio {
  margin-right: 5px;
}

.divide {
  display: inline-block;
  width: 20px;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h2 {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}

.btn {
  border-radius: 0;
  color: #393939;
}

header {
  position: relative;
  overflow: hidden;
}
header .header-bg {
  position: absolute;
  width: 100%;
  top: -40%;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  header .header-bg {
    top: -15%;
  }
}
@media (max-width: 575px) {
  header .header-bg {
    top: 0;
  }
}
header .header-nav {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  background-color: #087CC4;
  margin-bottom: 220px;
}
@media (max-width: 991px) {
  header .header-nav {
    margin-top: 0;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  header .header-nav {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  header .header-nav {
    margin-bottom: 80px;
  }
}
header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  header .navbar {
    text-align: right;
    padding: 8px 0;
  }
}
header .navbar .navbar-toggler {
  border-color: #FFFFFF;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    max-height: 80px;
  }
}
header .navbar .change-back {
  margin-top: 8px;
  border-top: 1px solid #393939;
}
header .navbar .dropdown-login {
  background: #FED731;
  width: 100%;
}
header .navbar .nav-link {
  margin-right: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  header .navbar .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .navbar .nav-link {
    padding: 7px 0;
    margin-bottom: 6px;
  }
}
header .navbar .nav-link:hover, header .navbar .nav-link.active {
  color: #FED731;
  text-decoration: underline;
}
header .navbar .nav-link.nav-btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 0;
  color: #393939;
  background-color: #FED731;
  position: relative;
  display: inline-block;
  text-transform: none;
  height: 100%;
}
@media (max-width: 1199px) {
  header .navbar .nav-link.nav-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .navbar .nav-link.nav-btn:hover {
  text-decoration: none;
  background-color: #FED731;
}

.page-name {
  background-color: #FED731;
  padding: 10px 35px;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 991px) {
  .page-name {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-name {
    margin-bottom: 10px;
  }
}

form select.custom-select {
  height: auto;
  border-radius: 0;
  background-color: #f5f5f5;
  padding: 7px 15px;
  font-size: 15px;
  border-color: #d4d4d4;
}

.g-recaptcha {
  margin: 0 auto;
  display: inline-block;
}

.content .content-container {
  background-color: #FFFFFF;
  padding: 25px;
}
@media (max-width: 991px) {
  .content .content-container {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 767px) {
  .content .content-container {
    padding: 15px;
  }
}
.content .content-container .info-text {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .content .content-container .info-text {
    margin-bottom: 15px;
  }
}
.content .content-container.dashboard-card {
  border: 1px solid #d8d8d8;
}

#ajax_btn {
  width: 150px;
  text-align: center;
}

#ares_error {
  font-size: 14px;
}

.section-header {
  font-weight: 600;
  background-color: #087CC4;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 12px 15px;
  margin-bottom: 20px;
  font-size: 17px;
}
@media (max-width: 991px) {
  .section-header {
    font-size: 15px;
  }
}
.section-header.gold {
  background: #FED731;
  color: black;
}

.right-buttons {
  display: block;
  float: right;
}
.right-buttons .saveDraft {
  margin-right: 10px;
}

.custom-file a {
  margin-left: 10px;
}
.custom-file .deleteFile {
  color: red;
  display: inline-block;
  margin-left: 15px;
}
.custom-file strong {
  color: #3f911c;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.sub-section-header {
  font-size: 16px;
  text-transform: none;
  background-color: #FED731;
  color: #393939;
  font-weight: 400;
  margin-bottom: 15px;
}

.sub-sub-section-header {
  font-weight: 600;
  color: #087CC4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.form-section .row, .form-section .form-row {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .form-section .row, .form-section .form-row {
    margin-bottom: 10px;
  }
}

.project-textarea-long {
  min-height: 150px;
}

.stepBottom {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

input.form-control, select.form-control, textarea.form-control, .custom-file-label {
  background-color: #F2F2F2;
  border-color: #d8d8d8;
  border-radius: 0;
}

.custom-control-label {
  margin-left: 30px;
  font-weight: 400;
  font-size: 15px;
}
.custom-control-label:before {
  top: -1px;
  left: -30px;
  background-color: #F2F2F2;
  border-color: #d8d8d8;
  width: 25px;
  height: 25px;
}
.custom-control-label:after {
  top: -1px;
  left: -30px;
  width: 25px;
  height: 25px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #087CC4;
  font-family: "Font Awesome 5 Free";
  border: 2px solid #F2F2F2;
  top: 0;
  left: -29px;
  width: 23px;
  height: 23px;
  font-weight: 900;
  content: "\\f00c";
  text-align: center;
  font-size: 11px;
  padding-top: 2px;
}

.custom-control-input:checked ~ .custom-control-label::after {
  border: 1px solid #d8d8d8;
}

.btn-submit {
  background-color: #FED731;
  text-transform: uppercase;
  padding: 10px 35px;
  font-weight: 500;
}
.btn-submit:hover {
  background-color: #087CC4;
  color: white;
}

.select2-container--default .select2-selection--single {
  background-color: #F2F2F2;
  border-color: #d8d8d8;
  border-radius: 0;
  height: 38px;
  padding-top: 4px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

strong {
  font-weight: 600;
}

.color-white {
  color: #fff;
}

.dropdown-menu {
  top: 95%;
}

.info-section {
  font-size: 15px;
}
.info-section .info-section-header {
  background-color: #087CC4;
  color: white;
  padding: 15px;
}
.info-section .info-section-header h3 {
  margin-bottom: 0;
}
.info-section .class-name {
  color: #087CC4;
  text-transform: uppercase;
}
.info-section .row {
  border-bottom: 1px solid #d8d8d8;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.info-section .row:nth-child(even) {
  background: #f0f0f0;
}

.top-menu {
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .top-menu {
    flex-flow: column;
  }
}
.top-menu .menu-item {
  padding: 13px 18px;
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  border-right: solid 1px #bcbcbc;
}
@media (max-width: 991px) {
  .top-menu .menu-item {
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .top-menu .menu-item {
    padding: 10px 6px;
    text-align: center;
    border: solid 1px #bcbcbc;
  }
}
.top-menu .menu-item .menu-btn {
  font-weight: 500;
  color: #707070;
}
.top-menu .menu-item .menu-btn:hover {
  color: #087CC4;
}
.top-menu .menu-item:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .top-menu .menu-item:last-child {
    border: solid 1px #bcbcbc;
  }
}
.top-menu .menu-item.active {
  color: #087CC4;
  position: relative;
}
.top-menu .menu-item.active .menu-btn {
  color: #087CC4;
}
.top-menu .menu-item.active:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 101%;
  height: 4px;
  background-color: #087CC4;
  border-right: solid 1px #bcbcbc;
}
@media (max-width: 767px) {
  .top-menu .menu-item.active:after {
    width: 100%;
    border-right: none;
  }
}
.top-menu .menu-item.menu-logoff {
  flex-grow: 1;
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .top-menu .menu-item.menu-logoff {
    text-align: center;
  }
}
.top-menu .menu-item.menu-logoff .menu-btn {
  color: #087CC4;
}
.top-menu .menu-item.menu-logoff .menu-btn:hover {
  color: #393939;
}

.add-project .btn-submit {
  margin-bottom: 20px;
}

.table {
  font-weight: 400;
  color: #393939;
  margin-bottom: 30px;
}
.table tr {
  align-content: center;
}
.table thead th {
  border: none;
  font-weight: 600;
}
.table td, .table th {
  border: none;
  align-content: center;
}
.table td {
  font-size: 16px;
}

.table-striped thead tr {
  background-color: #EDEDED;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #EDEDED;
}
.table-striped tbody tr.highlighted {
  background-color: #E5FFBA;
}

.table-striped-alter tbody tr:nth-of-type(even) {
  background-color: #FFFFFF;
}
.table-striped-alter tbody tr:nth-of-type(odd) {
  background-color: #EDEDED;
}

.status {
  color: white;
  text-align: center;
  font-weight: 700;
  padding: 2px 5px;
  font-size: 14px;
}

.status-waiting {
  background-color: #087CC4;
}

.status-approved {
  background-color: #21D543;
}

.status-concept {
  background-color: #5EDED0;
}

.status-needed {
  background-color: #E03B41;
}

.status-inactive {
  background-color: #707070;
}

.more-info {
  color: #393939;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.more-info:hover {
  color: #087CC4;
}

.form-breadcrumbs {
  font-size: 19px;
  color: #707070;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 1199Px) {
  .form-breadcrumbs {
    font-size: 18px;
  }
}
@media (max-width: 991Px) {
  .form-breadcrumbs {
    font-size: 17px;
  }
}
@media (max-width: 767Px) {
  .form-breadcrumbs {
    font-size: 16px;
  }
}
@media (max-width: 575Px) {
  .form-breadcrumbs {
    font-size: 15px;
  }
}
.form-breadcrumbs .active {
  color: #393939;
}
@media (max-width: 991Px) {
  .form-breadcrumbs .divider img {
    max-width: 45px;
  }
}
@media (max-width: 767Px) {
  .form-breadcrumbs .divider img {
    max-width: 40px;
  }
}
@media (max-width: 575Px) {
  .form-breadcrumbs .divider img {
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .form-breadcrumbs .step {
    text-align: center;
  }
}

.select-rows .select-row:nth-child(odd) .form-group {
  background-color: #EDEDED;
}
.select-rows .select-row .form-group {
  padding: 10px 10px;
  margin-bottom: 0;
}
.select-rows .select-row .custom-control-input:checked ~ .custom-control-label {
  font-weight: 600;
}

.custom-file-label:after {
  content: "Vybrat soubor";
  color: white;
  text-transform: uppercase;
  background-color: #087CC4;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  padding: 8px 10px;
  height: 100%;
}

.custom-row {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 10px;
}
.custom-row .row {
  margin-bottom: 0;
}
.custom-row:first-child .remove-custom-row {
  display: none;
}

.remove-custom-row {
  padding-right: 10px;
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.remove-custom-row:before {
  content: "-";
  background-color: #E03B41;
  border: 0;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.75;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.add-custom-row {
  padding: 10px 40px 10px 50px;
  background-color: #EDEDED;
  position: relative;
  font-weight: 400;
  color: #393939;
  display: inline-block;
}
.add-custom-row:before {
  content: "+";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 135, 206, 0.81);
  border: 0;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 0.75;
  height: 22px;
  width: 22px;
  padding-top: 2px;
}
.add-custom-row:hover {
  background-color: #FED731;
  color: #393939;
  text-decoration: none;
}

.form-control:disabled {
  background-color: #cecece;
}

.btn-save {
  background-color: #EDEDED;
}
.btn-save:hover {
  background-color: #707070;
}

.project_costs {
  font-size: 18px;
  font-weight: 400;
  color: #393939;
  text-align: center;
}

.project-costs-amount {
  font-size: 28px;
  color: #087CC4;
}

.project-costs-amount-total {
  color: #21D543;
}

.btn-final-send {
  color: #FFFFFF;
  background-color: #E03B41;
}
.btn-final-send:hover {
  color: #393939;
  background-color: #FED731;
}

.detail-header {
  margin-bottom: 20px;
}

.project-name {
  color: #087CC4;
  font-size: 28px;
  font-weight: 400;
}
.project-name .project-category {
  font-size: 20px;
  display: block;
  color: #707070;
}

.alert-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 15px;
  border: 1px solid #d5d5d5;
}

.alert-icon {
  padding-right: 12px;
  font-size: 35px;
}

.alert-danger {
  background-color: #E03B41;
  color: #FFFFFF;
}

.alert-content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-add {
  background-color: #FED731;
  color: #393939;
  font-size: 14px;
  padding: 5px 20px;
}
.btn-add.btn-add3 {
  padding: 2px 12px;
}
.btn-add .fas {
  margin-right: 3px;
}
.btn-add:hover {
  background-color: #087CC4;
  color: #FFFFFF;
  text-decoration: underline;
}

.btn-add-header {
  background-color: #FED731;
  color: #393939;
  font-size: 14px;
  padding: 2px 12px;
}
.btn-add-header:hover {
  background-color: #e1b701;
  color: #393939;
  text-decoration: underline;
}

.btn-input {
  display: flex;
  color: white;
  text-transform: uppercase;
  background-color: #0087CE;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  align-self: stretch;
  align-items: center;
}
.btn-input:hover {
  background-color: #FED731;
  color: #393939;
}

.forget-pass {
  color: #087CC4;
  font-size: 15px;
  display: inline-block;
  margin-top: 12px;
  text-align: right;
}

footer {
  color: white;
  font-size: 14px;
  background: #087CC4;
  margin-top: 30px;
  padding: 15px 0;
}
footer a {
  color: white;
  text-decoration: underline;
}

.register-sign {
  background: #087CC4;
  color: #000;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  font-weight: 400;
}
.register-sign p {
  margin: 0;
  color: #fff;
}
.register-sign p a {
  color: #fff;
  text-decoration: underline;
}

.form-section .custom-form-rows {
  margin-bottom: 8px;
}

.project-pills {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.project-pills li {
  display: inline-block;
}
.project-pills .nav-item {
  margin: 0 30px;
}
.project-pills .nav-item .nav-link {
  font-size: 20px;
  color: #797979;
  background: white;
  padding: 0 25px;
}
.project-pills .nav-item .nav-link.active {
  color: #087CC4;
}

.pills-divider {
  height: 2px;
  background: #acacac;
  position: absolute;
  top: 18px;
  width: 100%;
  z-index: 2;
}

.btn-green {
  background: rgb(87, 234, 70);
}

.project-status-message {
  font-size: 16px;
  background: #dcdcdc;
  border: 1px solid #ccc;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.project-status-message.project-toApproved {
  background: rgba(232, 227, 22, 0.31);
}
.project-status-message.project-approved {
  background: rgba(54, 220, 39, 0.61);
}
.project-status-message.project-declined {
  background: rgba(188, 11, 0, 0.47);
}
.project-status-message.project-returned {
  background: rgba(240, 110, 0, 0.41);
}
.project-status-message a {
  display: inline-block;
  margin-left: 10px;
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}

.project-status.project-icon-draft {
  color: rgb(121, 121, 121);
}
.project-status.project-icon-toApproved {
  color: rgb(169, 150, 27);
}
.project-status.project-icon-approved {
  color: rgb(20, 176, 53);
}
.project-status.project-icon-declined {
  color: rgb(178, 14, 0);
}
.project-status.project-icon-returned {
  color: rgb(223, 78, 0);
}

.select2-container--default .select2-selection--multiple {
  background-color: #F2F2F2;
  border: 1px solid #d8d8d8;
  border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  background: white;
  border: 1px solid #d8d8d8;
}

.heightRow {
  min-height: 25px;
}
@media (max-width: 767px) {
  .heightRow {
    min-height: 1px;
  }
}

.redSection {
  background: #ad0001 !important;
}

#loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #087CC4;
  color: white;
  font-size: 20px;
  text-align: center;
  padding-top: 25%;
  z-index: 9999;
}

.run-menu {
  margin: 10px 0 30px 0;
  border-bottom: 2Px solid #087CC4;
}
.run-menu a {
  display: inline-block;
  padding: 10px 20px;
  background: #dddddd;
  color: black;
}
.run-menu a.active {
  color: white;
  background: #087CC4;
}

header {
  background: #fff;
}
header .navbar-toggler {
  border-radius: 0;
  border: 0;
  padding: 41px 30px 41px 30px;
  background: #FED731;
}
header .navbar-toggler .toggler-line {
  height: 2px;
  background: #393939;
  display: block;
  margin: 8px 0;
  width: 30px;
  outline: 0;
}
header .navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}
header .logotype {
  margin-left: 10px;
}
header .logotype .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF;
}
header .logotype .st1 {
  fill: #0083CB;
}
header .logotype .st2 {
  fill: #FFFFFF;
}
header .logotype svg {
  width: 90px;
  -webkit-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.36);
  border-radius: 200px;
}
@media (max-width: 600px) {
  header .logotype svg {
    width: 66px;
  }
}
header .header-user-login {
  background: #087CC4;
  padding: 45px 30px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 600px) {
  header .header-user-login {
    margin-left: auto;
    padding: 35px 25px;
    font-size: 14px;
  }
}
header .header-user-login span {
  display: inline;
  font-weight: 400;
}
header .header-user-login div {
  display: inline;
  font-size: 10px;
  margin-right: 5px;
}
header .header-user-login:hover {
  background: #016dad;
}

.swiper-slide {
  background: url("../images/bluebg-31f99e5591fa50ebe7832bcb34c07be4.jpg") no-repeat top center;
  background-size: cover;
}
.swiper-slide .main-banner-text {
  padding: 40px 60px;
  color: white;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .swiper-slide .main-banner-text {
    font-size: 24px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
.btn-add-big {
  font-size: 17px;
  font-weight: 500;
  padding: 10px 30px;
}
.btn-add-big:hover {
  text-decoration: none;
}

.main-banner-text .team-name {
  font-weight: 400;
  font-size: 20px;
  display: block;
}

.user-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
}
.user-menu .nav-item {
  border: 1px solid #ccc;
  padding: 10px 15px;
  flex-basis: 50%;
  text-align: center;
  font-weight: 500;
}
.user-menu .nav-item:hover {
  background: #f5f5f5;
}
.user-menu .nav-item.active {
  border-bottom: 4px solid #087CC4;
  font-weight: 700;
  cursor: none;
  pointer-events: none;
}

.action-icon svg {
  width: 15px;
  height: 15px;
}
.action-icon svg:hover {
  fill: #087CC4;
}

.btn-primary {
  background: #087CC4;
  color: white;
}
.btn-primary:hover {
  background: #016dad;
}

table svg {
  width: 15px;
  height: 15px;
}
table .btn-danger svg {
  fill: white;
}

.run-stripe {
  background: url("../images/run-1d56c322ffa242dbf11b1119fb6e89f9.jpg") no-repeat top center;
  background-size: cover;
  height: 120px;
}

.table-athlete th {
  font-weight: 500;
}
.table-athlete td, .table-athlete th {
  padding: 15px;
}

.ares-button {
  height: 38px;
}

.flex-box-ares > div {
  flex-grow: 1;
}

/*# sourceMappingURL=app.output.css.map */
