﻿h4, .h4 {
    font-size: 1.3rem;
}

h5, .h5 {
    font-size: 1.2rem;
}

.error {
    color: darkred;
    font-weight: bold;
}

.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
      color: #fff;
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.btn-primary {
  color: #fff;
  background-color: #d81c09;
  border-color: #F00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #231f20;
  background-color: #09d855;
  border-color: #000;
}




.horiz-offset-left-2{
    margin-left: 2em;
}
.horiz-offset-left-5{
    margin-left: 5em;
}
.horiz-offset-right-2{
    margin-right: 2em;
}
.horiz-offset-right-1{
    margin-right: 1em;
}

.top-buffer { margin-top:10px; }

.align-right {text-align:right;}

a.list-group-item:hover,
a.list-group-item:focus {
  color: #fff;
  background-color: #d81c09;
  text-decoration: none;
}

.badge-ShowDate {
    padding: .2em .6em .3em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    color: #fff;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.label-ShowDate {
  padding: .2em .6em .3em;
  font-size:large;
  font-weight: 700;
  line-height: 1;
  width: 100%;
   color: #fff;
  text-align: center;
    white-space: normal;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right:5px;
    margin-bottom:5px !important;
    display:inline-block;
}

.carousel-picture .item-picture {
    height: 600px;
    max-width: 600px;
    background-color: black;
}
.carousel-inner-picture > .item-picture > img {
    left: -9999px; /*important */
    right: -9999px; /*important */
    margin: 0 auto; /*important */
    max-width: none; /*important */
    position: absolute;
}

/* ── Homepage hero (replaces BS4 jumbotron) ─────────────────────────────── */
.cca-hero {
    background: linear-gradient(135deg, #a31507 0%, #d81c09 55%, #8b1107 100%);
    padding: 2rem 2.5rem;
    margin-bottom: 1.5rem;
}
.cca-hero-body {
    max-width: 720px;
}

/* ── National Winners carousel ──────────────────────────────────────────── */
.carousel-homepagewinners {
    background-color: #000;
    border-radius: .375rem;
    overflow: hidden;
}

/* Fixed-height slides */
.carousel-homepagewinners .carousel-item,
.carousel-homepagewinners .item-homepagewinners {
    height: 600px;
    background-color: #000;
}

/* object-fit: contain keeps the cat photo's aspect ratio intact —
   no stretching, letterboxed on a black background if needed.
   This also keeps the image in normal document flow so the
   carousel controls remain clickable above it. */
.carousel-homepagewinners .carousel-item img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

/* Ensure prev/next arrows sit above the image */
.carousel-homepagewinners .carousel-control-prev,
.carousel-homepagewinners .carousel-control-next {
    z-index: 12;
}

/* Indicator dots must be above the caption so they remain clickable */
.carousel-homepagewinners .carousel-indicators {
    z-index: 12;
}

/* Semi-transparent caption backdrop */
.carousel-homepagewinners .carousel-caption {
    background: rgba(0, 0, 0, 0.50);
    border-radius: .375rem;
    padding: .5rem 1rem;
    z-index: 10;
}
.carousel-inner {
    position: relative;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

.carousel-item {
    max-height: 100vh;
    min-width: 100%;
}
/*.carousel-caption {
    background: rgba(0, 0, 0, 0.20);
}*/

.jumbotron-homepage {
  padding: 5px 10px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #eee;
}

.RedBottomBorder {
    border-bottom: 2px solid;
    color: #D81C09;
}

@media only screen and (min-width:769px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
}
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}


table.ChkBoxList label
    {
     margin-right: 20px;
    }

.RedHeading {
  color: white;
  background-color: #d9534f;
  border-color: #d9534f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 18px;
  page-break-after: avoid;
  orphans: 3;
  widows: 3;
}

.BreedPhoto{
    display: inline-block; 
    vertical-align:middle;
    margin-bottom: 2px;
    margin-right: 4px;
    float: left;
}
.VerticalCenter {
    vertical-align: middle;
   display: inline-block;
}

.panel-default > .panel-heading-cca{
    background: #D81C09; 
    color:#FFFFFF;
}

.table-bordered td {
    border: 1px solid #D81C09 !important;
  }

h1, .h1 {
    color: #D81C09;
}

.Prompt{
    font-weight: bold;
}

input[type="text"].Wide500, .Wide500
{
    max-width: 500px;
    width: 500px;
}
input[type="text"].Wide400, .Wide400
{
    max-width: 400px;
    width: 400px;
}
input[type="text"].Wide300, .Wide300
{
    max-width: 300px;
    width: 300px;
}
input[type="text"].Wide200, .Wide200
{
    max-width: 200px;
    width: 200px;
}

input[type="text"].Wide100, .Wide100
{
    max-width: 100px;
    width: 100px;
}
input[type="text"].Wide50, .Wide50
{
    max-width: 50px;
    width: 50px;
}
input[type="checkbox"]
{
    margin-right: 5px;
}

fieldset.withborder {
    border: 2px solid #444 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.withborder {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

.no-border {
    border: 0;
    box-shadow: none; 
}
.ajax__combobox_itemlist
{
    position:fixed !important;
}

.modalProgress
{
    position: fixed;
    z-index: 999;
    height: 50px;
    width: 550px;
    top: 0;
    background-color: gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 100px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 21px;
    width: 500px;
}

hr {
  margin-top: 20px;
  margin-bottom: 5px;
  border: 0;
  border-top: 3px solid #D81C09;
  border-bottom: 0px;
  width: 100%;
}

.linebreak
{
    clear:both;
    margin-top: 4px;
}

.inlineform
{
    display:inline-block;
    top: 73px;
    left: 0px;
    width: 1167px;
}
table.chart {
    border-collapse: collapse;
}
.scroll{
 height: 100px;
 overflow: auto;
}

.mr-6, 
.mx-6 {
    margin-right: 4rem !important;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
}
.collapse.show{
    overflow-y: auto;
    max-height:600px;
}
a {
    color: #0056b3;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        font-weight: 600;
        text-decoration: none;
    }

.control-label {
    padding-top: calc(0.175rem + 1px);
    padding-bottom: calc(0.175rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight:bold;
    line-height: 1.5;
}

#accordion .ui-accordion-header {
    background-color: #dc3545;
    border-color: #dc3545;
    margin: 2px 0 0 0;
    color: white;
}

    #accordion .ui-accordion-header a {
        display: block;
        cursor: pointer;
        position: relative;
        margin: 2px 0 0 0;
        padding: .5em .5em .5em .7em;
        font-size: 100%;
        color: white;
        
    }
#accordion .ui-icon {
    background-image: url(themes/base/images/ui-icons_ffffff_256x240.png);
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.select2-container--bootstrap4 .select2-selection{
    background-color:white;
}
.wizard > .content > .body label {
    margin-bottom: 0;
}
span.checkbox-label {
    display: table;
}

    span.checkbox-label > input {
        display: table-cell;
    }

    span.checkbox-label > label {
        display: table-cell;
        vertical-align: top;
    }

.checkbox input {
    float: left;
    height: 24px;
}

.checkbox label {
    margin-left: 30px;
    display: block;
}

.checkbox {
    display: inline-block;
}

.chkLabel input {
    float: left;
    margin-top: 0.5em;
}

.chkLabel label {
    display: block;
    margin-left: 1.5em;
}
.autoCompleteList {
    background-color: Blue !important;
    border: solid 2px red;
    margin: 0px;
    z-index: 100002 !important;
}

.autoCompleteListItem {
    background-color: Blue !important;
    color: White !important;
    z-index: 100000 !important;
}

.autoCompleteSelectedListItem {
    background-color: Yellow !important;
    color: Black !important;
    z-index: 100000 !important;
}
.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    } 

