/* Styles specifically for the HJ2 "forest" server */

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

.gamebody {
    background: #026b56;
}

a {
    color: #060;
}

a.ctaBtn {
    background: #026b56 ;
}

a.ctaReverseColor {
    border: 2px solid #026b56 ;
    background: #fff;
    color: #026b56;
}

a.ctaReverseColor:hover {
    background: #026b56;
    color: #fff;
}

.progressBarInner {
    background: #026b56;
}

.alertLabel {
    background: #026b56;
}

.alertLabel.alertBlue{
    background: #026b56;
}

.tile-buttons {
    background-color: #026b56;
}

.tilemodeicons {
    background-color: #026b56;
}

.buttons a, .buttons button, .buttons input {
    background-color: #026b56;
}

.tabshj li {
    border-color:#026b56;
    color: #030;
}

.tablestyled th {
    background-color: #026b56;
}

.barntiles
{
    border-color: #026b56;
    color: #030;
}

.barntiles-head
{
    background-color: #026b56;
}

.barnentericon {
    background-color: #026b56;
}

.entershow {
    background-color: #026b56;
}

.movecheck {
    background-color: #026b56;
}

.dropbtn {
    background-color: #026b56;
}

.dropdown:hover .dropbtn {
    background-color: #026b56;
}

.refreshicon {
    background-color: #026b56;
}

.horsename {
    color: #030;
}

/* Colored Inline Headers */
.inlineheader {
    background-color: #026b56 ;
}

.headerHorseBucks
{
    color: #030;
    background: rgba(214, 232, 234, 0.75);
    border-radius: 25px;
    padding: 5px;



}

#erainfo {
    color: #030;
    background: rgba(214, 232, 234, 0.75);
    border-radius: 25px;
    padding: 5px;
}

.breedInfo .breedInfoText {
    border-color: #026b56 ;
}

.breedInfo .breedInfoText::after {
    border-color: transparent transparent #026b56 transparent;
}

.modal-content {
    border-color: #026b56 ;
}

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

}
.radio-item label:before {
    background: #026b56;
}

.createformheader hr
{
    border-color:  #026b56;

}

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

.mimicTextInput {
    border-color: #026b56;
}

body .slideshow-wrapper {
    background-image: radial-gradient(
            circle 346px at 0.3% 100%,
            #ffffff 0%,
            #90fae0 100.7%
    );
    border-color: #026b56;

}


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

}

.breedtabsSub
{
    border: 3px solid #026b56;
    padding: 15px;
}

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

    background-color: #026b56;
}

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