@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200..900&family=Caveat:wght@400..700&display=swap);

#crm-container.crm-public, #crm-container.crm-public input, #crm-container.crm-public select, #crm-container.crm-public textarea {
  font-weight: 400;
  font-family: Montserrat;
}

/* hide event info links on the thank you page*/
div.action-link.section.event_info_link-section {
  display: none;
}

form.CRM_Event_Form_Registration_ThankYou div.crm-group.event_info-group table tr:first-child {
  display: none;
}

/* Terms and Condtions */
.crm-container #editrow-custom_112.crm-section .label {
  width: inherit;
}

#editrow-custom_112 table label {
  display: none;
}

.entry-content .crm-section table tr {
  border: none;
}


@media only screen and (max-width: 900px) {

  body .crm-container .crm-section .label {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 10px;
  }

  body .crm-container .crm-section .content {
    margin: 0px;
  }

}

#crm-container.crm-public #priceset-div .price-set-row .crm-price-amount-label {
  color: white;
}


.scrollbox {
  overflow: scroll;
}


/* Buttons */
.crm-container .crm-form-submit {
  /* Button reset */
  margin: initial;
  color: initial;
  background: initial;
  text-shadow: initial;
  font-size: initial;
}

.button, .crm-container .crm-form-submit {
  border-radius: 5px;
  padding: 8px 20px;
}

.button-primary, .crm-container .crm-form-submit, .crm-container .crm-form-submit:hover, .crm-container .crm-form-submit:active {
  background-color: #f5c83e;
  border: 1px solid #f5c83e;
}

.button-secondary {
  border: 1px solid white;
  background: transparent;
  color: white;
}


#crm-container.crm-public .price-set-row .highlight label {
  font-weight: inherit;
}

#crm-container.crm-public .one_time-content .price-set-row label,
#crm-container.crm-public .recurring-content .price-set-row label {
  margin-left: 0;
}


#crm-container.crm-public input.crm-form-text, #crm-container.crm-public .crm-select2, #crm-container.crm-public select.crm-form-select, #crm-container.crm-public textarea.crm-form-textarea {
  border-radius: 9px;
  border: 0px none;
  background-color: white;
  height: 38px;
  color: black;
}

#crm-container.crm-public .crm-select2 {
  height: 48px;
}

#crm-container.crm-public .form-item input[type=checkbox] {
  border-radius: 4px;
}

#crm-container.crm-public input.crm-form-text, #crm-container.crm-public select.crm-form-select {
  padding: 5px;
}

#crm-container.crm-public select.crm-form-select {
  box-sizing: content-box;

  width: 100%;
  max-width: 330px;
}

@media screen and (min-width: 900px) {
  #crm-container.crm-public select.crm-form-select {
    width: 200px;
    max-width: 200px;
  }
}

#crm-container.crm-public textarea.crm-form-textarea {
  height: 80px;
}

#price_158 {
  width: 100%;
}

div.select2-container.crm-select2.crm-form-select,
.crm-container div#s2id_state_province-Primary,
.crm-container div#s2id_country-Primary {
  width: 210px !important;
}

div.select2-container.crm-select2.crm-form-select#s2id_prefix_id, div.select2-container.crm-select2.crm-form-select#s2id_honor_prefix_id {
  width: 100% !important;
  max-width: auto;
}

.crm-container .crm-marker {
  color: inherit;
}

#crm-container.crm-public .select2-container a.select2-choice {
  color: inherit;
  font-size: 15px;
  border-radius: 9px;
}

#crm-container.crm-public .select2-container .select2-choice .select2-arrow {
  background: none;
  border-left: 0px none;
}

#crm-container.crm-public .select2-container .select2-choice {
  padding-top: 10px;
  padding-bottom: 10px;
}

#crm-container.crm-public .select2-container .select2-choice>.select2-chosen {
  font-size: 15px;
}

#crm-container.crm-public .select2-container .select2-choice .select2-arrow b {
  top: 9px;
}

#crm-container.crm-public *:focus-visible {
  outline: none;
}

#crm-container.crm-public .crm-section .label label {
  padding-bottom: 6px;
  display: inline-block;
}



/* AGH 43501 - Event Registration Styles */
#crm-container.crm-public .CRM_Event_Form_Registration_Register .crm-form-text, 
#crm-container.crm-public .CRM_Event_Form_Registration_Register .crm-form-select {

  border: 1px solid #ccc;
/*  width: 100%;*/
}
#crm-container.crm-public .CRM_Event_Form_Registration_Register .crm-form-text#job_title,
#crm-container.crm-public .CRM_Event_Form_Registration_Register .crm-form-text#current_employer {
  width: 375px;
}
#crm-container.crm-public .CRM_Event_Form_Registration_Register fieldset legend { float: none; clear: both; }
