body {
    background-color: black;
    color: #adadad !important;
}



/*End*/

/*Footer Edits*/
footer {
    bottom: 0;
    width: 100%;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}

.templatesitefooter {
    display: none;
    height: 30px;
    padding-top: 5px;
    /*position: absolute;*/
    bottom: 0px;
    text-align: center;
    width: 100%;
}
/*End*/

/*APPLICATION EDITS*/
.ui-update .box {
    background-color: black;
}
.ui-update .mix-box_outlined {
    box-shadow: none;
    border: 1px solid rgb(241, 191, 116);
}
.ui-update .hdg.mix-hdg_dark {
    color: #adadad;
}
.ui-update .hdg {
    color: #adadad;
}
.ui-update .fieldset-label {
    color: #adadad;
}
.ui-widget-content {
    background: rgb(241, 191, 116);
}

.ui-update .btn {
    color:rgb(241, 191, 116);
    background-color: black;
    border: 1px solid rgb(241, 191, 116) ;
}
    .ui-update .btn:hover {
        color:rgb(241, 191, 116);
        background-color: black;
        border: 1px solid white;
    }


.ui-update .fieldset-input>select {
    border: 1px solid rgb(241, 191, 116);
    background: transparent;
    color: rgb(241, 191, 116);
}
.ui-update .fieldset-input>input {
    border-width: 1px;
    border-style: solid;
    border-color: #a9a9a9;
    background-color: transparent;
    padding: 12px 15px;
    font-family: inherit;
    color: rgb(241, 191, 116);
    border-bottom: 1px solid rgb(241, 191, 116);
    border-top: none;
    border-left: none;
    border-right: none;
}

.ui-update .fieldset-input>textarea {
    min-height: 125px;
    width: 100%;
    border: 1px solid rgb(241, 191, 116);
    background: transparent;
    color: rgb(241, 191, 116);
}

.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 15px;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #adadad;
    width: 100%;
}

.ui-update .rule {
    color: rgb(241, 191, 116);
    background-color: rgb(241, 191, 116);
}
/*END*/

/*fixing dropdown glitch*/
.ui-update .fieldset-input>select {
    border: 1px solid rgb(241, 191, 116);
    background: transparent;
    color: rgb(241, 191, 116);
    background-repeat: no-repeat;
    background-image: none !important;
    background-position: 95% center;
}

/*PAYMENT FORM*/
#content_payment_payment_type_32949_53234 {
    display: none;
}
#label_field_32949_53234-type {
    display: none;
}
#label_field_32949_53234 {
    display: none;
}
#s-32949_53234-type {
    display: none;
}
