/* top padding */
div.crm-container{
  /* padding-top: 3rem; */
}

/* Profile fist field alignemnt  */
.page-civicrm-event .crm-container fieldset legend {
  float: unset;
  clear: both;
}

/* Change public buton background color  */
a.crm-register-button, div.crm-public button {
  background-color: #ca4b0c !important;
  border-color: #ca4b0c !important;
}

#block-pagetitle h2 {
  color: #ca4b0c;
  margin-bottom: 5px;
  margin-top: 15px;
}

.page-civicrm-event div.crm-container {
  padding-bottom: 3rem;
} 

.crm-container tr.crm-case-caseStatus td.label {
	display: table-cell !important;

}

.crm-container #bootstrap-theme fieldset legend, .crm-container div.ng-scope #afGuiEditor div#afGuiEditor-palette fieldset legend {
	position: relative !important;
	top: 0px !important;
}

#crm-container.crm-public select {
  padding-right: 3.375rem !important;
}

.crm-container div.ui-notify-message-style a, .crm-container div.ui-notify-message-style a:link {
  color: #ccd0ff !important;
}

.select2-container .select2-choice {
  height: 26px !important;
}
