@charset "UTF-8";
button:focus, a:focus, .btn.focus, .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

textarea.is-invalid ~ .invalid-feedback {
  display: block;
}

.form-control:focus {
  box-shadow: none;
}

.text-error {
  color: #dc3545;
}

.modal-content {
  max-height: 95vh;
}

.modal-body {
  overflow-y: auto;
  overflow-x: hidden;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.modal-body::-webkit-scrollbar {
  width: 8px;
}
.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #666;
}
.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tournament-status {
  color: #737d8a;
  text-transform: uppercase;
}
.tournament-status.DRAFT::before {
  background-color: #f98e2b;
}
.tournament-status.OPEN::before {
  background-color: #28a745;
}
.tournament-status.CLOSED_APPLICATIONS::before {
  background-color: #ffc107;
}
.tournament-status.CLOSED_VALIDATION::before {
  background-color: #dc3545;
}
.tournament-status::before {
  content: "";
  border-radius: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.with-actions:hover .actions {
  visibility: visible;
}
.with-actions .actions {
  visibility: hidden;
}
.with-actions .actions a {
  padding: 5px;
  color: inherit;
  font-size: 0.8em;
}

ul.context-menu-list {
  display: none;
}

body {
  background-size: 100%;
  background: rgb(244, 244, 244) fixed;
  padding-top: 59px;
  font-family: "Open Sans", sans-serif;
}
body.background-static {
  background-attachment: scroll;
}

.hdn {
  /*** GENERAL ***/
  /*** NAVBAR ***/
  /*** SIDEMENU ***/
  /*** COMPETITION ***/
  /*** TABLE ***/
}
.hdn-search-filter {
  box-sizing: border-box;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
    padding: 0.25rem 0 0.25rem 0.5rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  background: #FFF;
  min-width: 270px;
  text-align: left !important;
}
.hdn-search-filter i.fa-search {
  margin-right: 10px;
  color: #ced4da;
}
.hdn-search-filter-loader {
  z-index: 2;
  display: none;
  position: absolute;
  right: 0.5rem;
  color: #ced4da;
}
.hdn-search-filter input {
  background: none;
  border: none;
  color: #6d7178;
  outline: none;
  width: 100%;
  max-width: 200px;
}
.hdn-search-filter input::placeholder {
  font-style: italic;
  color: #6d7178;
}
.hdn-navbar {
  box-sizing: border-box;
  background: #c5cbd9;
  min-height: 90px;
}
.hdn-navbar-image {
  max-height: 64px;
  vertical-align: unset;
  top: 8px;
  left: 0;
}
.hdn-navbar-image-wrapper {
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #2a2d31;
  align-items: center;
}
.hdn-navbar-image-wrapper:hover {
  color: #121416;
}
.hdn-navbar-search-wrapper {
  height: 36px;
}
.hdn-navbar-search-input {
  font-size: 14px;
}
.hdn-navbar-search-input::placeholder {
  font-style: italic;
  color: #999da1;
}
.hdn-navbar-userbar {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.hdn-navbar-userbar-icon {
  margin-right: 27px;
  font-size: 1.5em;
}
.hdn-navbar-userbar-text {
  height: 21px;
}
.hdn-navbar-userbar-role {
  color: #686c75;
  font-weight: 400;
}
.hdn-main {
  padding-top: 60px;
}
.hdn-sidemenu-container {
  background: #c5cbd9;
  z-index: 501;
  top: 90px;
  bottom: 0;
  overflow-y: auto;
  padding-bottom: 25px;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #cecece #ffffff;
  /* Chrome, Edge, and Safari */
}
.hdn-sidemenu-container::-webkit-scrollbar {
  width: 8px;
}
.hdn-sidemenu-container::-webkit-scrollbar-track {
  background: #ffffff;
}
.hdn-sidemenu-container::-webkit-scrollbar-thumb {
  background-color: #cecece;
  border-radius: 0px;
  border: 0px solid #ffffff;
}
.hdn-sidemenu-menu {
  list-style: none;
  font-size: 16px;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.hdn-sidemenu-menu + .hdn-sidemenu-menu {
  margin-top: 49px;
}
.hdn-sidemenu-menu-heading {
  color: #6e727c;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 28px;
}
.hdn-sidemenu-menu-link {
  color: #2a2d31;
  text-decoration: none;
}
.hdn-sidemenu-menu-link:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.hdn-sidemenu-menu-link-icon {
  color: #2a2d31;
  margin-right: 14px;
}
.hdn-sidemenu-menu-link.active {
  font-weight: bold;
}
.hdn-sidemenu-menu-item {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.hdn-sidemenu-menu-item + .hdn-sidemenu-menu-item {
  margin-top: 18px;
}
.hdn-competition {
  display: block;
}
.hdn-competition + .hdn-competition {
  margin-top: 55px;
}
.hdn-competition-row {
  margin-bottom: 30px;
}
.hdn-competition-title {
  color: rgb(42, 45, 49);
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 26px;
  margin: 0;
}
.hdn-competition-title .hdn-competition-details-filter-bar-text {
  font-size: 22px;
  margin-left: 15px;
}
.hdn-competition-title--dark {
  color: #2a2d31;
  text-shadow: -1px -1px 0 #f4f7fe, 1px -1px 0 #f4f7fe, -1px 1px 0 #f4f7fe, 1px 1px 0 #f4f7fe;
}
.hdn-competition-title--dark .hdn-competition-title-date {
  text-shadow: none;
}
.hdn-competition-title-wrapper {
  position: relative;
}
.hdn-competition-title-wrapper .passed-mark {
  font-size: 18px;
  color: green;
}
.hdn-competition-title-menu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hdn-competition-title-menu-toggle:hover {
  cursor: pointer;
}
.hdn-competition-title-menu-toggle--dark .hdn-competition-title-menu-toggle-icon {
  color: #aeb1ba;
}
.hdn-competition-title-menu-toggle-icon {
  color: #f4f7fe;
}
.hdn-competition-title button i {
  font-size: 21px;
}
.hdn-competition-title button.collapsed .up {
  display: none;
}
.hdn-competition-title button.collapsed .down {
  display: inline-block;
}
.hdn-competition-title button:not(.collapsed) .up {
  display: inline-block;
}
.hdn-competition-title button:not(.collapsed) .down {
  display: none;
}
.hdn-competition-title-date {
  font-size: 22px;
  font-weight: 400;
  color: rgb(131, 134, 143);
}
.hdn-competition-title-export {
  display: inline-block;
  width: 138px;
  background: #ffd200;
  border: none;
  color: #2a2d31;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  margin-left: 24px;
  border-radius: 10px;
  height: calc(2.25rem + 2px);
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-top: calc(0.25rem + 2px);
}
.hdn-competition-title-export:hover {
  color: #2a2d31;
}
.hdn-competition-anchor-link {
  color: #aeb1ba;
  text-decoration: none;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-competition-anchor-link:hover {
  text-decoration: none;
  color: #e0264b;
}
.hdn-competition-tiles-wrapper {
  justify-content: flex-start;
  padding: 0 15px;
  margin-top: 15px;
}
.hdn-competition-tile {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 9px;
  margin-right: 15px;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.hdn-competition-tile.passed {
  background: #EEE;
}
.hdn-competition-tile.passed:hover {
  background: #DEDEDE;
}
.hdn-competition-tile .competition-link {
  cursor: pointer;
}
.hdn-competition-tile:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  background: #FCFCFC;
}
.hdn-competition-tile--red {
  background: #da2142;
}
.hdn-competition-tile--red .hdn-competition-tile-counter-text {
  color: #f07887;
}
.hdn-competition-tile--red .hdn-competition-tile-title {
  color: #f4f7fe;
}
.hdn-competition-tile--red .hdn-competition-tile-menu-toggle {
  color: #f4f7fe;
}
.hdn-competition-tile--dark {
  background: #313438;
}
.hdn-competition-tile--dark .hdn-competition-tile-counter-text {
  color: #a2aebf;
}
.hdn-competition-tile--dark .hdn-competition-tile-date, .hdn-competition-tile--dark .hdn-competition-tile-time {
  color: #ffffff;
}
.hdn-competition-tile--dark .hdn-competition-tile-title {
  color: #737d8a;
}
.hdn-competition-tile--dark .hdn-competition-tile-menu-toggle {
  color: #f4f7fe;
}
.hdn-competition-tile-menu-toggle {
  position: absolute;
  right: 10px;
  color: #333333;
  padding: 10px;
  cursor: pointer;
  bottom: 10px;
}
.hdn-competition-tile-menu-toggle.admin {
  top: 10px;
  bottom: auto;
}
.hdn-competition-tile-date, .hdn-competition-tile-time {
  color: #2a2d31;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  font-size: 16px;
}
.hdn-competition-tile-counter {
  color: #737d8a;
  padding-bottom: 5px;
}
.hdn-competition-tile-counter-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 21px;
  display: inline-block;
  line-height: 1;
}
.hdn-competition-tile-counter-text.red {
  color: #e0264b;
}
.hdn-competition-tile-counter-text.green {
  color: green;
}
.hdn-competition-tile-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  color: #737d8a;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdn-competition-tile-title-wrapper {
  margin-bottom: 10px;
}
.hdn-competition-tile-apply {
  width: 100%;
  margin-top: 10px;
}
.hdn-competition-tile-apply {
  width: 100%;
  margin-top: 10px;
}
.hdn-competition-form-field-is-valid {
  position: relative;
}
.hdn-competition-form-field-is-valid::after {
  content: "\f00c";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #28a745;
}
.hdn-competition-form-field-is-invalid {
  position: relative;
}
.hdn-competition-form-field-is-invalid::after {
  content: "\f00d";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #dc3545;
}
.hdn-competition-form-field-label {
  font-family: "Source Sans Pro", sans-serif;
  color: #2a2d31;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.hdn-competition-form-field-input {
  font-family: "Source Sans Pro", sans-serif;
  color: #2a2d31;
  font-weight: 400;
  font-size: 20px;
}
.hdn-competition-form-button-submit {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.hdn-competition-details-days-item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #F5F5F5;
  border-radius: 5px;
  color: #212529;
  font-size: 16px;
  line-height: 32px;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-competition-details-days-item:hover, .hdn-competition-details-days-item.active {
  color: #212529;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  border: 1px solid #666;
}
.hdn-competition-details-times {
  padding-top: 15px;
  margin-bottom: 20px;
}
.hdn-competition-details-times-item {
  display: inline-flex;
  flex-direction: column;
  border-radius: 5px;
  background: #F5F5F5;
  padding: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.1);
  border: none;
}
.hdn-competition-details-times-item:hover {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.hdn-competition-details-times-item.active {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.3);
  background: #FFF;
  border: 1px solid #666;
}
.hdn-competition-details-times-item.active .hdn-competition-details-times-item-second-line {
  color: #2a2d31;
}
.hdn-competition-details-times-item-first-line, .hdn-competition-details-times-item-second-line {
  text-align: left;
  padding: 0;
  display: block;
  color: #2a2d31;
}
.hdn-competition-details-times-item-first-line {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  color: #737d8a;
}
.hdn-competition-details-times-item-second-line {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.hdn-competition-details-times-item-second-line + .hdn-competition-details-times-item-second-line {
  margin-top: 3px;
}
.hdn-competition-details-filter-bar {
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
}
.hdn-competition-details-filter-bar-text {
  color: #999da1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
.hdn-competition-details-filter-bar-text--blue {
  color: #007df7;
}
.hdn-competition-details-details-days-item {
  width: 138px;
  color: #8e9199;
  border: 1px solid #8e9199;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-competition-details-details-days-item:hover {
  color: #e0264b;
  border: 1px solid #e0264b;
}
.hdn-competition-details-details-days-item.active {
  color: #e0264b;
  border: 1px solid #e0264b;
}
.hdn-competition-details-details-times {
  padding-top: 30px;
}
.hdn-competition-details-details-times-item {
  display: inline-flex;
  flex-direction: column;
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
}
.hdn-competition-details-details-times-item.active {
  background: #d01a32;
}
.hdn-competition-details-details-times-item.active .hdn-competition-details-times-item-second-line {
  color: #f4f7fe;
}
.hdn-competition-details-details-times-item-first-line, .hdn-competition-details-details-times-item-second-line {
  text-align: left;
  padding: 0;
}
.hdn-competition-details-details-times-item-first-line {
  color: #2a2d31;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
}
.hdn-competition-details-details-times-item-second-line {
  color: #737d8a;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 15px;
}
.hdn-competition-details-details-filter-bar {
  display: flex;
  justify-content: space-between;
  padding-top: 56px;
}
.hdn-competition-details-details-filter-bar-text {
  color: #f4f7fe;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 22px;
}
.hdn-competition-details-details-filter-bar-text--red {
  color: #e0264b;
}
.hdn-competition-details-details-filter-bar-input {
  background: none;
  border: none;
  border-bottom: 1px solid #6d7178;
  color: #6d7178;
  outline: none;
  font-size: 14px;
  width: 100%;
  max-width: 300px;
}
.hdn-competition-details-details-filter-bar-input::placeholder {
  font-style: italic;
  color: #f4f7fe;
}
.hdn-competition-details-details-table {
  padding-top: 30px;
}
.hdn-competition-details-volunteer-applied_list-card {
  padding: 20px;
  color: #2a2d31;
  font-size: 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  flex-direction: row;
}
.hdn-competition-details-volunteer-applied_list-title_bar {
  padding: 10px 15px;
  background: #9a9da7;
  color: #FFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.hdn-competition-details-volunteer-applied_list-header {
  font-weight: normal;
  color: #2a2d31;
  margin-bottom: 10px;
  margin-top: 30px;
}
.hdn-table {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.hdn-table-head-row, .hdn-table-foot-row {
  background: #666;
}
.hdn-table-head-item, .hdn-table-foot-item {
  color: #ffffff;
  font-size: 14px;
  padding-right: 20px;
}
.hdn-table-head-item:first-of-type, .hdn-table-foot-item:first-of-type {
  white-space: nowrap;
  padding-left: 19px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.hdn-table-head-item:last-of-type, .hdn-table-foot-item:last-of-type {
  padding-right: 19px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.hdn-table-body-row {
  font-size: 15px;
  color: #2a2d31;
  background: #FFF;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.hdn-table-body-row.dark {
  background: #d7d9dd;
}
.hdn-table-body-row.green .hdn-table-body-item:first-of-type {
  border-left: 5px solid #2eb135;
}
.hdn-table-body-row.red .hdn-table-body-item:first-of-type {
  border-left: 5px solid #e63434;
}
.hdn-table-body-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-weight: normal;
  vertical-align: middle !important;
}
.hdn-table-body-item:first-of-type {
  padding-left: 19px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.hdn-table-body-item:last-of-type {
  padding-right: 19px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.hdn-table-body-item a {
  margin: 0 5px;
}
.hdn-switch {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 18px;
  margin: 0 0 0 8px;
  /* Rounded sliders */
}
.hdn-switch-text {
  margin-left: 16px;
}
.hdn-switch-table-wrapper {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.hdn-switch input {
  display: none;
}
.hdn-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aeb1ba;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 8px;
}
.hdn-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hdn-switch input:checked + .slider {
  background-color: #2eb135;
}
.hdn-switch input:focus + .slider {
  box-shadow: 0 0 1px #2eb135;
}
.hdn-switch.red input:checked + .slider {
  background-color: #e63434;
}
.hdn-switch.red input:focus + .slider {
  box-shadow: 0 0 1px #e63434;
}
.hdn-switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.hdn-switch .slider.round {
  border-radius: 34px;
}
.hdn-switch .slider.round:before {
  border-radius: 50%;
}

.modal .modal-header {
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal .modal-footer {
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.action-buttons-row {
  margin-bottom: 10px;
}
.action-buttons-row .row {
  margin-top: 10px;
}

.nav-tabs .nav-link {
  color: #495057;
}
.nav-tabs .nav-link.active {
  color: #FFF;
  background-color: #2a2d31;
}

.multiselect-native-select {
  display: block;
}

.ui-selectmenu-open {
  border: 1px solid #CCC;
}
.ui-selectmenu-open .ui-menu-item-wrapper.ui-state-active span {
  color: #FFF;
}
.ui-selectmenu-open .ui-widget.ui-widget-content {
  max-height: 301px;
}

.members-filter-date {
  position: relative;
}
.members-filter-date i.fa {
  position: absolute;
  right: 13px;
  top: 12px;
  z-index: 99;
  cursor: pointer;
}
.members-filter-date input {
  cursor: pointer;
}

#meal-selector {
  font-size: 15px;
  padding-left: 2px;
}
#meal-selector .meal-selector-date-label {
  margin-right: 10px;
}
#meal-selector input[type=radio] {
  margin-right: 10px;
  margin-top: 2px;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a.alternative {
  color: #e0264b;
}
a.alternative:hover {
  color: #e0264b;
}

.hdn-select-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url("../img/dropdown-arrow.png") no-repeat calc(100% - 0.75rem) center;
}
.hdn-select-dropdown:hover {
  cursor: pointer;
}
.hdn-select-dropdown[multiple] {
  background: none;
}
.hdn-select-wrapper {
  position: relative;
  min-width: 120px;
  display: inline-block;
}
.hdn-select-wrapper--blue::after {
  color: #007df7;
}
.hdn-outline-select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding-right: 30px;
  min-width: 120px;
  text-align: center;
  width: auto;
  border-radius: 5px;
}
.hdn-outline-select > option {
  background: none;
}
.hdn-outline-select:hover {
  cursor: pointer;
}
.hdn-outline-select--blue {
  border: 1px solid #007df7;
  color: #007df7;
}
.hdn-outline-select--blue:focus {
  border: 1px solid #007df7;
  outline: none;
  box-shadow: none;
  background: none;
  color: #007df7;
}
.hdn-small-text {
  color: #999da1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-switch-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -30px;
}

.ui-autocomplete.ui-widget-content {
  border: 1px solid #CCC !important;
}
.ui-selectmenu-button.ui-button {
  width: 100%;
  padding-right: 0.75rem;
}
.ui-selectmenu-menu-item-header {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2a2d31;
  margin-bottom: 4px;
}
.ui-selectmenu-menu-item-content {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #2a2d31;
}
.ui-front {
  z-index: 9000;
}

.hdn-button-icon {
  font-size: 16px;
  font-family: "Source Sans Pro";
  padding: 5px 22px;
}
.hdn-button-icon .fas {
  margin-right: 12px;
}

.hdn-time-input {
  padding-left: 40px;
  text-align: center;
}
.hdn-time-pseudo {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hdn-time-pseudo::before {
  content: "\f017";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 18px;
  z-index: 1;
  color: #e0264b;
  font-size: 21px;
  line-height: 40px;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.competition-link {
  cursor: pointer;
}

.color-red {
  color: #e0264b;
}

.color-blue, .hdn-table-body-item a, .hdn-table-body-item a:hover, .competition-link:hover .blue-on-hover {
  color: #333333;
}

ul.hdn-sidemenu-menu .hdn-sidemenu-menu-heading, ul.hdn-sidemenu-menu .hdn-sidemenu-submenu-heading {
  cursor: pointer;
}
ul.hdn-sidemenu-menu i.fa-caret-down {
  display: none;
}
ul.hdn-sidemenu-menu i.fa-caret-up {
  display: inline-block;
}
ul.hdn-sidemenu-menu.collapsed i.fa-caret-up {
  display: none;
}
ul.hdn-sidemenu-menu.collapsed i.fa-caret-down {
  display: inline-block;
}
ul.hdn-sidemenu-menu.collapsed + .hdn-sidemenu-menu {
  margin-top: 0;
}
ul.hdn-sidemenu-menu .hdn-sidemenu-submenu-heading i.fa-caret-up {
  display: none;
}
ul.hdn-sidemenu-menu .hdn-sidemenu-submenu-heading i.fa-caret-down {
  display: inline-block;
}
ul.hdn-sidemenu-menu .hdn-sidemenu-submenu-heading.active i.fa-caret-up {
  display: inline-block;
}
ul.hdn-sidemenu-menu .hdn-sidemenu-submenu-heading.active i.fa-caret-down {
  display: none;
}
ul.hdn-sidemenu-menu .hdn-submenu {
  display: none;
  margin: 10px 0;
  padding-left: 55px;
}
ul.hdn-sidemenu-menu .hdn-submenu li {
  margin-bottom: 7px;
}
ul.hdn-sidemenu-menu li.active .hdn-submenu {
  display: block;
}

.btn span + i {
  margin-left: 10px;
}

.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select .btn-group .btn {
  text-align: left;
  display: flex;
  align-items: center;
}
.multiselect-native-select .dropdown-toggle {
  background: none;
  border: 1px solid #ced4da;
}
.multiselect-native-select .dropdown-toggle::after {
  position: absolute;
  right: 0.75rem;
}

.dropdown-menu {
  padding: 0.5rem !important;
}
.dropdown-menu.show {
  display: flex;
  flex-direction: column;
}

#toast-container.toast-top-center {
  top: 100px;
}
#toast-container.toast-top-center > div {
  width: 400px;
  font-size: 22px;
  padding: 25px 15px 25px 55px;
}

.card a:not(.btn), #add_competition-button a:not(.btn) {
  color: #007df7;
}
.card a:not(.btn):hover, #add_competition-button a:not(.btn):hover {
  text-decoration: underline;
}

.multiselect-container.dropdown-menu.show {
  width: 100%;
  padding: 0.5rem !important;
}
.multiselect-container.dropdown-menu.show > li > a > label {
  padding-left: 15px;
}

.form-group.availableTshirts .multiselect-container.dropdown-menu.show {
  display: grid;
  grid-template-rows: repeat(10, 1fr);
  grid-auto-flow: column;
}
.form-group.availableTshirts .multiselect-container.dropdown-menu.show .multiselect-group {
  grid-row: 1;
}

.birth-date .hdn-outline-select,
.birth-date .hdn-select-wrapper {
  width: auto;
  min-width: 80px;
}

.ajax-submit-button {
  display: flex;
  align-items: center;
}
.ajax-submit-button .spinner-border {
  margin-right: 10px;
  display: none;
}

.jsCalendar-datepicker-wrappper {
  z-index: 999999;
}

#certificate-selector-button.hdn-volunteer-apply-modal-form-select-big {
  height: 40px;
}

@media (max-width: 768px) {
  .hdn-sidemenu-container {
    padding-bottom: 99px;
    overflow-y: scroll;
  }
}
.context-menu-one {
  font-size: 120%;
}

.darkgreen {
  color: darkgreen;
}

.download-template-link {
  color: #111;
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  background: #FFF;
  text-align: center;
}
.download-template-link:hover {
  color: #111;
}
.download-template-link img {
  width: 60px;
}

.import-preview-table {
  border-spacing: 0;
}
.import-preview-table .hdn-table-head-item {
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #FFFFFF;
}
.import-preview-table .hdn-table-head-item:first-of-type {
  border-left: 1px solid #CCC;
}
.import-preview-table .hdn-table-body-item {
  vertical-align: top !important;
  padding: 5px;
  border-right: 1px solid #CCC;
  background: #FFFFFF;
  border-radius: 0;
}
.import-preview-table .hdn-table-body-item:first-of-type {
  border-left: 1px solid #CCC;
}

.update-members-preview i {
  margin-left: 10px;
}
.update-members-preview i + i {
  margin-left: 10px;
}
.update-members-preview .collapsed .fa-caret-up {
  display: none !important;
}
.update-members-preview .collapsed .fa-caret-down {
  display: inline-block !important;
}
.update-members-preview .btn-outline-primary {
  margin-left: 10px;
}
.update-members-preview .btn-outline-primary i {
  margin: 0;
  color: #007bff;
}
.update-members-preview .btn-outline-primary:hover i {
  color: #FFFFFF;
}

#mailing-archive-details .mail-header {
  background: #666;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
}
#mailing-archive-details .mail-header .sender-name-section {
  font-size: 14px;
}

.toast-success {
  background-color: #343a40;
}

#event-tree .node-disabled :not(.node-selected) .check-icon {
  display: none;
}
#event-tree .node-icon.fa {
  margin-right: 15px;
  float: right;
  margin-top: 4px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(2.25rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  margin-top: -13px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
}

.multiselect-native-select {
  background: white;
}

.input-group > .multiselect-native-select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.multiselect-container label.checkbox {
  font-weight: normal !important;
}

.fa-star {
    color: #e2ca23;
}

.hdn-sidemenu-container .fa-star {
    color: #2a2d31;
}

.multiselect-container label.checkbox {
    font-weight: normal !important;
}

body.login {
  padding-top: 0;
}
@media (min-width: 768px) {
  body.login {
    background: rgb(244, 244, 244) fixed;
    min-height: 100vh;
  }
}

.hdn-login {
  width: 100%;
}
.hdn-login .spacer {
  margin: 30px 0;
  text-align: center;
  height: 1px;
  overflow: visible;
  background: #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdn-login .spacer span {
  display: block;
  background: #FFF;
  padding: 20px;
  font-size: 14px;
}
.hdn-login .logo-small-resp {
  background: #FFF;
  width: 100%;
  margin-bottom: 3em;
}
.hdn-login .logo-small-resp img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto 1em;
}
.hdn-login .logo-small-resp h2 {
  font-size: 1em;
}
@media (min-width: 768px) {
  .hdn-login .logo-small-resp {
    display: none;
  }
  .hdn-login-summary {
    font-size: 17px;
  }
}
.hdn-login-wrapper {
  height: 100%;
  min-height: 100vh;
}
.hdn-login-left {
  border-right: 1px solid #dadce0;
}
@media (min-width: 768px) {
  .hdn-login-left {
    min-height: 100vh;
    align-items: center;
    display: flex;
  }
}
.hdn-login-left-logo {
  margin-bottom: 2rem;
  text-align: center;
}
.hdn-login-left-content {
  font-size: 14px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 22px;
  margin: 0 auto;
  width: 80%;
  height: 80%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hdn-login-left-content-heading {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  padding: 26px 0;
  margin: 0;
}
.hdn-login-right {
  display: flex;
  background: #FFF;
  min-height: calc(100vh - 60px);
}
@media (min-width: 768px) {
  .hdn-login-right {
    min-height: 100vh;
  }
}
.hdn-login-right form {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hdn-login-right form {
    max-width: 480px;
  }
}
.hdn-login-right-heading {
  color: #999da1;
  font-size: 1.75em;
  font-weight: 300;
  line-height: 28px;
  padding: 26px 0;
}
.hdn-login-right-form {
  align-self: center;
  width: 75%;
  margin: 0 auto;
}
.hdn-login-submit {
  min-width: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdn-login-summary {
  font-size: 1.1em;
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-login-summary-link {
  color: rgb(33, 37, 41);
}
.hdn-login-summary-link:hover {
  color: rgb(33, 37, 41);
  font-weight: bold;
  text-decoration: none;
}

.btn-facebook {
  width: 100%;
  color: #FFF;
  background: #4267B2;
  height: 60px;
}
.btn-facebook:hover {
  color: #FFF;
  background: #3a5699;
}
.btn-facebook i {
  margin-right: 20px;
}

.btn-google {
  width: 100%;
  border: 1px solid #dadce0;
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto";
  text-transform: uppercase;
}
.btn-google:hover {
  background: #eeeeee;
}
.btn-google i {
  margin-right: 20px;
}
.hdn-user-profile-title {
  color: #2b2d31;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.hdn-user-profile-title-edit {
  display: inline-block;
  background: #ffd200;
  border: none;
  color: #2a2d31;
  font-family: "Source Sans Pro", sans-serif;
  outline: none;
}
.hdn-user-profile-title-edit:hover {
  color: #2a2d31;
}
.hdn-user-profile-name {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #007df7;
  font-size: 26px;
  line-height: 0.8;
}
.hdn-user-profile-name small {
  font-size: 14px;
  line-height: 1;
}
.hdn-user-profile-info {
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-user-profile-info-term {
  color: #8e9398;
  font-size: 14px;
  font-weight: 300;
}
.hdn-user-profile-info-description, #volunteering-history .card-header div {
  color: #2a2d31;
  font-size: 18px;
  font-weight: 300;
}
.hdn-user-profile-info-details {
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 95px;
}
.hdn-user-profile-info-details-header {
  color: #2a2d31;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 26px;
}
.hdn-user-profile-info-details-term, #volunteering-history .volunteering-history-header div {
  color: #aeb1ba;
  font-size: 14px;
  font-weight: 600;
}
.hdn-user-profile-info-details-description {
  color: #2a2d31;
  font-size: 22px;
  font-weight: 300;
}

.invert .hdn-user-profile-info-details-term, .invert #volunteering-history .volunteering-history-header div, #volunteering-history .volunteering-history-header .invert div {
  color: #2a2d31;
  font-size: 18px;
  font-weight: normal;
}
.invert .hdn-user-profile-info-description, .invert #volunteering-history .card-header div, #volunteering-history .card-header .invert div {
  color: #aeb1ba;
  font-size: 14px;
}

.my-volunteer.card.past .card-body, .my-volunteer.past#add_competition-button .card-body {
  background: #fcfcfc;
}

#volunteering-history {
  font-family: "Source Sans Pro", sans-serif;
}
#volunteering-history .card-header {
  background: none;
  border-bottom: none;
  cursor: pointer;
}
#volunteering-history .card-header .chevron {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -14px;
}
#volunteering-history .card-header .btn.collapsed .fa-chevron-down {
  display: none;
}
#volunteering-history .card-header .btn.collapsed .fa-chevron-up {
  display: block;
}
#volunteering-history .card-header .btn:not(.collapsed) .fa-chevron-down {
  display: block;
}
#volunteering-history .card-header .btn:not(.collapsed) .fa-chevron-up {
  display: none;
}
#volunteering-history .card, #volunteering-history #add_competition-button {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.hdn-competition-details-volunteer-list-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hdn-competition-details-volunteer-list-list-item {
  color: #2a2d31;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
}
.hdn-competition-details-volunteer-list-header {
  color: #aeb1ba;
  font-size: 42px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 28px;
  margin-top: 48px;
}

ul#documents {
  list-style: none;
  padding: 0 0 0 5px;
}
ul#documents a {
  color: #007bff;
}

.volunteer-confirmation-box {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  margin-bottom: 1px;
  display: inline-block;
}
.volunteer-confirmation-box div {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1c7430;
}

.hdn-volunteer-welcome {
  margin-bottom: 40px;
}
.hdn-volunteer-welcome-title {
  color: #2a2d31;
  font-size: 26px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.hdn-volunteer-welcome-text {
  color: #2a2d31;
  background: #dadada;
  font-size: 21px;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 12px;
  padding: 30px 70px 50px 30px;
  position: relative;
  -webkit-box-shadow: 0px 4px 18px -2px rgb(112, 112, 112);
  -moz-box-shadow: 0px 4px 18px -2px rgb(112, 112, 112);
  box-shadow: 0px 4px 18px -2px rgb(112, 112, 112);
}
.hdn-volunteer-welcome-text a {
  color: #e02014;
}
.hdn-volunteer-welcome-text a:hover {
  font-weight: bold;
}
.hdn-volunteer-welcome-text p {
  margin: 0;
}
.hdn-volunteer-welcome-text-link {
  color: #e0264b;
}
.hdn-volunteer-welcome-text-button {
  background: #f4f7fe;
  color: #2a2d31;
  height: 30px;
  line-height: 16px;
  width: 140px;
  margin-top: -15px;
}
.hdn-volunteer-welcome-text #welcome-close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.hdn-volunteer-apply-modal-title {
  color: #737d8a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.hdn-volunteer-apply-modal-term {
  color: #9fa1a7;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.hdn-volunteer-apply-modal-tile-section-title {
  color: #737d8a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 12px;
}
.hdn-volunteer-apply-modal-tile.hdn-competition-tile {
  background: #2b2e32;
  max-width: 100%;
}
.hdn-volunteer-apply-modal-tile .hdn-competition-tile-time, .hdn-volunteer-apply-modal-tile .hdn-competition-tile-date {
  color: #ffffff;
}
.hdn-volunteer-apply-modal-tile-volunteers-functions-list {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.hdn-volunteer-apply-modal-tile-volunteers-functions-list-item {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  font-size: 16px;
}
.hdn-volunteer-apply-modal-form .form-control {
  min-height: 48px;
}
.hdn-volunteer-apply-modal-form .form-group label {
  font-family: "Source Sans Pro", sans-serif;
  color: #2a2d31;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
.hdn-volunteer-apply-modal-form-select-big {
  height: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.hdn-volunteer-apply-modal-form-select-big:focus, .hdn-volunteer-apply-modal-form-select-big:hover {
  background: #ffffff;
}
.hdn-volunteer-apply-modal-form-select-big-icon {
  background-image: url("../img/dropdown-arrow.png") !important;
  background-position: center center;
  width: 10px;
}
.hdn-volunteer-apply-modal-form-day-tile {
  background: #2a2d31 linear-gradient(45deg, #12100b, rgba(255, 255, 255, 0.35));
  border-radius: 5px;
  box-sizing: border-box;
  padding: 23px 15px;
  position: relative;
  box-shadow: 0 0 1px #2a2d31;
}
.hdn-volunteer-apply-modal-form-day-tile.new {
  background: none;
}
.hdn-volunteer-apply-modal-form-day-tile.new .hdn-volunteer-apply-modal-form-day-tile-title {
  color: #2a2d31;
}
.hdn-volunteer-apply-modal-form-day-tile.red {
  background: #e0264b linear-gradient(45deg, #e0264b, rgba(255, 255, 255, 0.35));
}
.hdn-volunteer-apply-modal-form-day-tile + .hdn-volunteer-apply-modal-form-day-tile {
  margin-top: 7px;
}
.hdn-volunteer-apply-modal-form-day-tile-date {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
}
.hdn-volunteer-apply-modal-form-day-tile-title {
  font-weight: 300;
  font-size: 15px;
  color: #f4f7fe;
}
.hdn-volunteer-apply-modal-form-day-tile-icon {
  font-size: 26px;
  display: inline-block;
  width: 100%;
}
.hdn-volunteer-apply-modal-form-day-tile-menu {
  color: #f4f7fe;
  position: absolute;
  top: 15px;
  right: 17px;
}
.hdn-volunteer-apply-modal-form-day-tile-menu:hover {
  cursor: pointer;
}
.hdn-volunteer-apply-modal-description .hdn-switch-label-wrapper {
  padding: 0 30px;
}

.documents-row a {
  color: #007bff;
  font-size: 13px;
}

.switch-toggle.hdn-switch-volunteer-presence,
.hdn-switch-tshirt-retrieval {
  height: 2rem;
  border: solid #ced4da 1px;
  border-radius: 5px;
  z-index: 1;
  max-width: 100px;
  margin: 0 auto;
}
.switch-toggle.hdn-switch-volunteer-presence a,
.hdn-switch-tshirt-retrieval a {
  margin: 0;
}
.switch-toggle.hdn-switch-volunteer-presence a:active,
.switch-toggle.hdn-switch-volunteer-presence input:active,
.hdn-switch-tshirt-retrieval a:active,
.hdn-switch-tshirt-retrieval input:active {
  text-decoration: none;
  border: 0;
}

.switch-toggle input + label {
  cursor: pointer;
}

.switch-toggle input:checked + label {
  color: #fff;
}

.switch-toggle input.positive:checked + label ~ a {
  background-color: #2eb135;
}

.switch-toggle input[data-presence=not_checked]:checked + label ~ a {
  background-color: #9a9da7;
  color: #fff;
}

.switch-toggle input.negative:checked + label ~ a {
  background-color: #d01a32;
  color: #fff;
}

.hdn-admin-message-form label {
  color: #aeb1ba;
}

#welcome-info {
  position: absolute;
  z-index: 999;
  right: 15px;
}
#welcome-info a {
  color: #2a2d31;
  font-size: 1.2rem;
}

/*editor*/
.note-editor.note-frame.card a, .note-editor.note-frame#add_competition-button a {
  color: red;
}

#toast-container > div {
  padding: 15px 15px 15px 50px;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-datepicker th {
  font-family: "Source Sans Pro";
  font-size: 14px;
  color: #aeb1ba;
}

.ui-datepicker td span, .ui-datepicker td a.ui-state-default {
  border-radius: 11px;
  line-height: 22px;
  padding: 0;
  width: 22px;
  height: 22px;
  display: flex;
  border: none;
  background: none;
  justify-content: center;
  font-family: "Source Sans Pro";
  font-size: 14px;
}
.ui-datepicker td span.ui-state-highlight, .ui-datepicker td a.ui-state-default.ui-state-highlight {
  background: #2a2d31;
  color: #ffffff;
}
.ui-datepicker td span.ui-state-active, .ui-datepicker td a.ui-state-default.ui-state-active {
  background: #e0264b;
  color: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  font-family: "Source Sans Pro";
  font-size: 15px;
  color: #2a2d31;
}

.modal-form label {
  color: #737d8a;
  font-size: 14px;
  margin-bottom: 5px;
}
.modal-form input[type=radio] + label {
  margin: 0;
}
.modal-form button.btn-primary {
  background: #007df7;
  padding-left: 2rem;
  padding-right: 2rem;
  outline: 0;
}
.modal-form .dialog-tabs {
  margin-bottom: 30px;
}
.modal-form .dialog-tabs .nav-link {
  color: #808995;
  font-size: 14px;
  text-align: left;
  border-bottom: 3px solid #808995;
  padding-left: 1px;
  padding-bottom: 3px;
  border-radius: 0;
  margin-right: 1rem;
}
.modal-form .dialog-tabs .nav-link:last-child {
  margin-right: 0;
}
.modal-form .dialog-tabs .nav-link.active {
  color: #007df7;
  background: none;
  border-color: #007df7;
}
.modal-form .input-group-text {
  border-color: #aeb1ba;
}
input[type=checkbox].switch {
  width: 40px;
  background: gray;
  display: block;
  -webkit-appearance: none;
  height: 21px;
  border-radius: 12px;
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
}
input[type=checkbox].switch:checked {
  background: #007df7;
}
input[type=checkbox].switch:before {
  content: "•";
  font-size: 73px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: -2px;
  left: -3px;
  line-height: 20px;
}
input[type=checkbox].switch:checked:before {
  left: 15px;
}

.add_volunteer-button {
  margin-bottom: 8px;
}

.deactivate-calendar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999999999;
  cursor: no-drop;
}

#calendar.jsCalendar table {
  border: none;
  box-shadow: none;
}
#calendar.jsCalendar table td, #calendar.jsCalendar table tr.jsCalendar-week-days th {
  width: 30px;
  height: 30px;
  line-height: 27px;
}
#calendar.jsCalendar tbody td.jsCalendar-current {
  border: 2px solid #e6e6e6;
  background: none;
  color: #000;
}
#calendar.jsCalendar tbody td.jsCalendar-selected {
  border-color: #FFF;
  background-color: #007df7;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 27px;
}

#calendar.jsCalendar.inactive td, #calendar.jsCalendar.inactive td:hover {
  background: none !important;
  color: #cacaca !important;
}
#calendar.jsCalendar.inactive table {
  color: #cacaca;
}

#days-container {
  margin-top: 15px;
}
#days-container .day-item {
  padding: 10px 0;
  border-bottom: 1px solid #bdbdbd;
  fonts-size: 16px;
  color: #2a2d31;
}
#days-container .day-item:first-child {
  border-top: 1px solid #bdbdbd;
}
#days-container .day-item i {
  color: #4c4c4c;
  cursor: pointer;
  margin-top: 5px;
}

#add_competition-button {
  position: relative;
  -webkit-box-shadow: 0px 0px 27px -5px rgb(238, 238, 238);
  -moz-box-shadow: 0px 0px 27px -5px rgb(238, 238, 238);
  box-shadow: 0px 0px 27px -5px rgb(238, 238, 238);
  padding: 20px;
  cursor: pointer;
  color: #2a2d31;
  font-size: 16px;
}
#add_competition-button img {
  width: 27px;
  height: 27px;
  margin-bottom: 10px;
}

.icon-button {
  border: none;
  padding: 0;
  outline: 0;
  background: none;
}

.competition-thumbnail {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #aeb1ba;
  margin-bottom: 10px;
  position: relative;
}
.competition-thumbnail-buttons {
  float: right;
}
.competition-thumbnail-container {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  max-height: 250px;
  overflow: auto;
  padding-right: 5px;
}
.competition-thumbnail-container::-webkit-scrollbar {
  width: 10px;
}
.competition-thumbnail-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.competition-thumbnail-container::-webkit-scrollbar-thumb {
  background: #888;
}
.competition-thumbnail-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.competition-form .input-group-text {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.volunteer-button {
  float: right;
}

.file-list {
  font-size: 13px;
  margin-bottom: 10px;
}

.modal-form input.fileupload {
  font-size: 13px;
}

.bootstrap-datetimepicker-widget a[data-action] {
  display: none !important;
}

.remove-document {
  margin-right: 5px;
  cursor: pointer;
}

.delete-timeslot-confirmation {
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.public .hdn-main {
  height: 100%;
  min-height: calc(100vh - 59px);
}
.public .hdn-competition-title.clickable {
  cursor: pointer;
}
.public .hdn-competition-row {
  margin-bottom: 0;
}
.public .hdn-competition-tiles.collapse.show {
  margin-bottom: 30px;
}
.public .hdn-competition-anchor-link {
  font-size: 16px;
}
.public .hdn-competition small {
  font-size: 80%;
  margin-left: 10px;
}

body.public {
  background: #FFF;
  padding-top: 0;
}

.public .container-fluid {
  padding-top: 59px;
}
.public .hdn-competition-row {
  background: rgba(255, 255, 255, 0.9);
  margin: 10px 3px;
  padding: 20px 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  box-shadow: 2px 3px 13px 0 rgba(0, 0, 0, 0.1);
}
.public .hdn-competition-anchor-link {
  color: #333333;
}

.public .apply-without-login {
  width: 50%;
  display: none;
}
.public .tournament-list {
  width: 100%;
}
.public .hdn-login.hdn-volunteer-apply-modal-form form {
  padding: 10px 20px;
  background: #DDD;
  border: 1px solid #CCC;
  border-radius: 10px;
}

/*# sourceMappingURL=styles.css.map */
