/* Class used to restrict height on dropdown fields */
.overflow { height: 200px; }

/* Support hidden in older browsers */
*[hidden] { display: none; }

/*******************/
/*** Form styles ***/
/*******************/

/* Separate fieldsets */
fieldset {
    margin-bottom: 10px;
}

/* Block label/input pairs inline to mimic a table layout */
fieldset label {
    width: 250px;
    display: inline-block;
}

/* Widen input fields */
fieldset input {
    width: 250px;
}

.error {
    border: solid 1px;
    border-color: #EF898A;
    color: red;
    font-size: 80%;
    padding: 6px;
}

.red {
	color: red;
}

.info {
    border: solid 1px;
    border-color: #8aef89;
    color: green;
    font-size: 80%;
    padding: 6px;
}

.success {
    color: #23AA23;
}

.center {
	text-align: center;
}

.right {
    text-align: right;
}

.note {
	font-size: 80%;
}

.surrogate {
	background-color: #FFECEC !important;
}
.surrogate-row {
    background-color: #FFECEC !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.surrogate-text {
	color: #59266A;
	font-weight: bold;
}

/*******************/
/*** Page styles ***/
/*******************/
.accountDetails{
    margin: 30px 0;
}
.accountDetails label {
    width: 100px;
}

.accountDetails .labelledInfo {
    margin-bottom: 10px;
}

.accountDetails .labelledInfo * {
    display: inline-block;
    vertical-align: top;
}

.width400 {
    width: 400px;
}

#createCustomerForm label {
    width: 120px;
    text-align: right;
    margin-right: 5px;
}
.notification.error{
    margin:5px 0
}
.notification.error h3{
    color:red
}
img.ui-datepicker-trigger {
    margin-left: -18px;
    margin-bottom: -3px;
}
*:disabled{
    background:#ccc !important;
    cursor: not-allowed;
}
button:disabled{
    border: 1px solid #bbb
}
/* error messages */
.form-group{
    width: 100%;
    clear: both;
}
.form-group .input-group{
    width: 255px;
    float: left;
}
.form-group .errors{
    width:380px;
    float: left;
}
.form-group .errors label, #createCustomerForm .form-group .errors label{
    text-align: left;
    width:100%;
}
.form-group .errors label:first-child, #createCustomerForm .form-group .errors label:first-child {
    margin-top: 9px;
}

#createAccountForm .form-group .input-group{
    width: 388px;
}
#createAccountForm .form-group .errors{
    width: 340px;
}
.form-group .input-group button{
    float:right;
    margin-right: 9px;
}
span.server-side-error {
    margin-top: 7px;
    display: block;
    margin-bottom: 4px;
}

#updateAccountForm th {
    padding-right: 5px;
    padding-bottom: 2px;
    font-weight:bold
}

#updateAccountForm td {
    padding-right: 7px;
    padding-bottom: 2px;
}

.form-row {
    clear: both;
    width: 100%;
}
.form-row label {
    display: unset;
    float:left;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
    width: 120px;
}
.form-row label.wide {
    width: 180px;
}
.form-row label.wider {
    width: 220px;
}
.form-row input {
    display: inline-block;
    margin-right: 5px;
    width: 300px;
}
.form-row input[readonly] {
    background: white;
}
.form-row select {
    display: inline-block;
    height: 31px;
    margin-right: 5px;
    width: 300px;
}
.form-row .error {
    float: right;
    margin-top: 5px;
    padding-top: 5px;
    width: 285px;
    font-size: 12px;
    font-weight: bold;
}
.form-row .note {
    font-size: 11px;
    padding-bottom: 5px;
    padding-left: 125px;
}
.form-row div.empty-label {
    display: unset;
    float:left;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
    width: 120px;
}

.form-row button, .form-row a {
    float:left;
    margin-right: 9px;
}

.form-row-wide label {
    display: unset;
    float:left;
    margin-right: 10px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
    width: 220px;
    font-size: 10px;
}
.form-row-wide input {
    display: inline-block;
    margin-right: 5px;
    width: 300px;
}
.form-row input[type=checkbox]{
    zoom: 1.5;
    vertical-align: middle;
    width: auto;
}
.form-row input[type=checkbox] + label {
    float: none;
    display: inline-block;
    width: auto;
}
.form-row-wide select {
    display: inline-block;
    height: 31px;
    margin-right: 5px;
    width: 300px;
}
.form-row-wide .error {
    float: right;
    margin-top: 5px;
    padding-top: 5px;
    width: 300px;
    font-size: 12px;
    font-weight: bold;
}
.page-text {
    font-size: 12px;
}
.page-text-red {
    font-size: 12px;
    color: red;
}
.update-activity {
    width: 90%;
    border: thin solid black;
    padding: 6px;
    height: 130px;
}
.update-activity span {
    width: 340px;
    font-size: 12px;
    float: left;
}

.upper-case {
    text-transform: uppercase;
}

.required:after {
    color: #e32;
    content: ' *';
}
button.button, a.button {
  background-color: #22446a;
  background-image: -webkit-linear-gradient(#3C6EA7, #18354f);
  background-image: linear-gradient(#3C6EA7, #18354f);
  color: #fff !important;
  border: 0;
  padding: 5px 20px;
  text-decoration:none;
  font-size: 11pt;
  font-style: normal;
  width: auto;
}

button.anchor {
  background: none!important;
  border: none;
  box-shadow:none;
  padding: 0!important;
  color: #59266A!important;
  cursor: pointer;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

button.button.skinny, a.button.skinny {
  padding: 2px 10px;
  font-size: 10pt;
}

a.button {
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
}

/*******************/
/*** Table styles ***/
/*******************/
table.outer {
    margin-bottom: 10px;
    width: 100%;
}

.table tr th, .table thead tr td {
    padding: 3px;
    font-weight: bold;
}

.table tfoot tr td {
    font-weight: bold;
}

.table tr td, .table tr th {
    padding: 3px 7px;
    text-align: left;
}
.row-border tr td, .table tr th{
    border-bottom: 1px solid #ddd;
}
.table tfoot tr td {
    border-top: 1px solid #ddd;
}
.alternating tr:nth-of-type(even) td {
  background-color:#f7f7f7;
}
.hover tr:hover td {
  background-color:#e7e7e7;
}

.bold {
    font-weight: bold;
}

.top {
 	vertical-align: top;
 }

 .italic {
 	font-style: italic;
 }

.underline{
	text-decoration: underline;
}

.small80 {
	font-size: 80%;
}

.small90 {
	font-size: 90%;
}

.indent {
    padding-left: 10px;
}
.actionButton {
    cursor: pointer;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

/* JQuery accordion widget */
#accordion .ui-state-default {
    background-color: white;
    background-image: none;
}

#accordion .ui-accordion-header {
    color: #59266A;
}

.accordion .ui-state-default {
    background-color: white;
    background-image: none;
}

.accordion .ui-accordion-header {
    color: #59266A;
}


/***********************************/
/*** Competition Record Styles ***/
/***********************************/
.compNameHeader {
    font-size:13px;
    font-style:italic;
    font-weight:bold;
    background-color:LightGray;
}
.compName {
    font-size:14px;
    background-color:LightGray;
}
.compDetailHeader {
    font-size:12px;
    font-style:italic;
    font-weight:bold;
}
.compShowTypeName {
    font-size:15px;
    font-weight:bold;
    border-bottom:solid;
}
.compHorseInfo {
    font-size:16px;
    width:100%;
}
.lvlDisclaimer
{
    font-size: 10px;
    text-align: center;
}

.lvlReturn
{
    text-align: center;
}

/*************************** Calendar Event / Facility **********************************/
#eventSearch .rightSide {
    width:35%;
    float:right;
}

.eventSearchMessage {
    color: #e32;
    text-size: 10px;
}

#eventFacility .label, #eventSearch  .label {
    width: 105px;
    vertical-align: top;
    display: inline-block;
}

#facilitySearch .label {
    vertical-align: top;
    display: inline-block;
}

#facilityList .largeWidth {
    width: 300px;
}

#facilityList .mediumWidth {
    width: 100px;
}

#facilityList .smallWidth {
    width: 45px;
}

#facilityList .facId {
    width: 10px;
    text-align: left;
    border: none;
}

#facilityList .state {
    width: 45px;
    text-align: center;
}

#eventFacility .required {
      color: #e32;
    content: ' *';
}


/*************************** end Calendar Event / Facility ******************************/

span.preflabel label {
    width: 100px;
    text-align: left;
}

span.preflabel input {
    width: 20px;
}

span.notificationText {
    font-size: 80%;
}

#ahaPrefs p, #ccPrefs p, #prefNotes h3 {
    color: #59266A;
    font-weight: bold;
    font-size: 100%;
}

#prefNotes p {
    font-size: 80%;
}

#prefNotes li {
    padding-left: 16px;
    font-size: 80%;
}

/*************************** Sweepstakes Nominated Mares and Sires **********************************/
.swp-form-row
{
    clear: both;
    width: 100%;
}

.swp-form-row Label
{
    width: 350px;
    float: right;
}
.swp-form-row input
{
    width: 300px;
    float:left;
}
.swp-form-row-rdo
{
    clear: both;
}
.swp-form-row-rdo Label
{
    width: 350px;
    float: right;
}
.swp-form-row select
{
    display: inline-block;
    height: 31px;
    margin-right: 5px;
    width: 300px;
}
.swp-list-form-row
{
    clear: both;
    width: 100%;
}

.swp-list-form-row Label
{
    width: 300px;
    float: left;
}

.swp-breeding-form-row
{
	clear: both;
    width: 100%;
}

.swp-breeding-form-row Label
{
	width: 300px;
    float: left;
    font-weight: bold;
}

.swp-breeding-form-input
{
    clear: both;
    width: 100%;
}

.swp-breeding-form-input Label
{
	width: 250px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.swp-breeding-form-input input
{
	width: 300px;
    float: left;
}

.swp-breeding-form-input select
{
    display: inline-block;
    height: 31px;
    margin-right: 5px;
    width: 250px;
}



/*************************** end Sweepstakes Nominated Mares and Sires **********************************/

/* FlexBoxGrid */
.row
{
    margin-top: 16px;
}

/* Larger checkbox */
.checkbox {
    height: 15px;
    width:  15px;
    position: relative;
    vertical-align: middle;
}

/* Remove spinners from number input fields */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.dropImage {
	background-color: #E5E5E5;
	border: none;
	height: 35px;
	padding: 35px 0px 60px 50px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
 }

.oracle8message {
    height: 25px;
    text-align: center;
    background-color: #C60C30;
    color: white;
}
