.fc-content {
  color: #fff;
  font-size: 14px;
  padding-right: 35px;
}

button.btn-delete.event-delete {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  font-size: 21px;
  color: #fff;
}

body {
  font-family: "Lato";
}

.fa-btn {
  margin-right: 6px;
}

ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div.content {
  padding: 0px 10px 0px 10px;
  margin: 0px 20px 0px 20px;
}

.registration {
  background-image: url("/img/registration/background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  color: #fff;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: scroll;
}

.autocomplete-item {
  display: flex;
  align-items: center;
  padding: 5px 5px;
  border-bottom: 1px solid #eee;
}

.autocomplete-item .thumb,
.autocomplete-item .thumb:hover {
  border: 1px solid #eee !important;
  width: 30px !important;
  height: 30px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.autocomplete-item .ui-menu-item-wrapper,
.autocomplete-item:hover .ui-menu-item-wrapper {
  border: 1px solid transparent;
}

.ui-state-active {
  margin: 0 !important;
}

.ui-autocomplete-loading + .mediaLibraryImageLoading {
  display: inline-block !important;
  margin-left: 5px;
}

#mediaLibraryImageIcon {
  max-height: 100px;
  max-width: 100px;
  margin: 10px 0 0;
}

.category-icon-svg-invert {
  filter: invert(1);
  height: 50px;
}

.select2-container {
  width: 100% !important;
}

@media print {
  .donotprint,
  nav,
  .nav,
  form,
  .pagination {
    display: none;
  }

  html,
  body {
    height: 98%;
  }
}

#map {
  width: 100%;
  height: 450px;
}

.card-body-title {
  font-size: 15px;
  font-weight: 700;
}

.card-body-title-section {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  margin-bottom: 5px;
  margin-top: 5px;
}

.card-body-payment-title {
  font-size: 20px;
  font-weight: 700;
}

.card-body-payment-description {
  font-size: 13px;
}

.delete-image {
  width: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  float: right;
}

.delete-image img {
  width: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-container {
  width: 100px;
  position: relative;
}

.image-container:hover .delete-image {
  display: block;
  background-color: rgba(245, 245, 220, 0.5);
  border-bottom-left-radius: 5px;
}

.delete-image:hover {
  cursor: pointer;
}

.translation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.translation-container img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
  text-transform: none;
}

.show_prices {
  cursor: pointer;
}

.show_prices:hover .tooltip-text {
  visibility: visible;
}

.invalid-feedback {
  display: block;
}

.error {
  border-color: red;
}

.error-text {
  color: red;
}

/* Error Tool Tip Styles*/

.tool_tip {
  display: none;
  /* font */
  font-family: Helvetica;
  font-size: 13px;
  font-weight: bold;
  color: #cc0033;
  line-height: 20px;
  /* background */
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  /* positioning */
  float: right;
  position: relative;
  padding: 7px 11px 4px;
  margin-left: 10px;
  /* distance between error tip and element it points to */
}

.tooltip-success {
  color: #008000;
  background-color: #75e775;
  border: 1px solid #3b973b;
}

/* Left Arrow Styles */

.tool_tip:after,
.tool_tip:before {
  content: "";
  border: 7px solid transparent;
  position: absolute;
  top: 10px;
}

.tool_tip:after {
  border-right: 7px solid #fce4e4;
  left: -14px;
}

.tool_tip:before {
  border-right: 7px solid #fcc2c3;
  left: -15px;
}

.tooltip-success:after {
  border-right: 7px solid #75e775 !important;
}

.tooltip-success:before {
  border-right: 7px solid #75e775 !important;
}

.error-input {
  border-color: red;
  border-radius: 3px;
  border-style: solid;
}

input.error-input:focus {
  outline: none !important;
  border-color: red;
  border-radius: 3px;
  border-style: solid;
}

.success-input {
  border-color: green;
  border-radius: 3px;
  border-style: solid;
}

input.success-input:focus {
  outline: none !important;
  border-color: green;
  border-radius: 3px;
  border-style: solid;
}


