/* Styles specifically for the HJ1 "bluegrass" server */

.plow-container {
    background: #c1dea4 url(/images/layout/mainBG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.gamebody {
    background: #4089AE;
}

a {
    color: #006;
}

a.ctaBtn {
    background: #4089AE;
}

a.ctaReverseColor {
    border: 2px solid #4089AE;
    background: #fff;
    color: #4089AE;
}

a.ctaReverseColor:hover {
    background: #4089AE;
    color: #fff;
}

.progressBarInner {
    background: #4089AE;
}

.alertLabel {
    background: #4089AE;
}

.alertLabel.alertBlue{
    background: #4089AE;
}

.tile-buttons {
    background-color: #6ebde4;
}

.tilemodeicons {
    background-color: #4089AE;
}

.buttons a, .buttons button, .buttons input {
    background-color: #6ebde4;;
}

.tabshj li {
    border-color:#4089AE;
    color: #003;
}

.tablestyled th {
    background-color: #4089AE;
}

.barntiles
{
    border-color: #4089AE;
    color:#003;
}


.barntiles-head
{
    background-color: #4089AE;
}

.barnentericon {
    background-color: #4089AE;
}

.entershow {
    background-color: #4089AE;
}

.movecheck {
    background-color: #4089AE;
}

.dropbtn {
    background-color: #4089AE;
}

.dropdown:hover .dropbtn {
    background-color: #4089AE;
}

.refreshicon {
    background-color: #4089AE;
}

.horsename {
    color: #003;
}

footer {
    background-color: #10141d;
    box-shadow: 0 -6px 6px 20px #10141d;
}

/* Colored Inline Headers */
.inlineheader {
     background-color: #4089AE ;
}



.breedInfo .breedInfoText {
    border-color: #4089AE ;
}

.breedInfo .breedInfoText::after {
    border-color: transparent transparent #4089AE transparent;
}

.modal-content {
    border-color: #4089AE ;
}


/*Adjust create horse form colors */
.radio-item label:after {
    border-color: #4089AE;

}
.radio-item label:before {
    background: #4089AE;
}

.createformheader hr
{
    border-color:  #4089AE;

}

.horseCreateForm [type="text"] {
    border-color: #4089AE;
}

.mimicTextInput {
    border-color: #4089AE;
}

body .slideshow-wrapper {
    background-image: radial-gradient(
            circle 346px at 0.3% 100%,
            #ffffff 0%,
            #98d0ef 100.7%
    );
    border-color: #4089AE;

}


.hptabulSub li.hptabSub.ui-tabs-active {
    background-image: radial-gradient( circle 346px at 0.3% 100%, #ffffff 0%, #98d0ef 100.7% );
    border: 3px solid #4089AE;
    border-bottom: none;

}

.breedtabsSub
{
    border: 3px solid #4089AE;
    padding: 15px;
}

/*Sweet Alerts 2*/
button.swal2-confirm.swal2-styled
{

    background-color: #6ebde4;
}

/*Shepherd Tour Colors */
.shepherd-button {
    background-color: #4089AE !important;
}
.shepherd-element {
    border: solid 1px #4089AE  !important;
}
.shepherd-progressbar{
    background-color: #4089AE !important;
}