@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800,400,300);

@media (max-width: 639px) {
    .header-inner-mp {
        display: contents;
    }
}
#header-inner {
    padding-left: 50px;
    margin-right: 50px;
}

#header-outer {
    background-color: #000000;
    background-image: linear-gradient(to left, #000000 0%, #000000 100%) !important;
    color: #FFF;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    z-index: 0;
    position: relative;
    width: 100%;
    margin: 0 auto !important;
}

#main-content-mp {
    background: rgb(255 255 255 / 95%) !important;
    border-top: 15px solid #039FE3 !important;
    position: relative;
    margin: 0 auto;
}

.mobile-apps {
    background: rgb(255 255 255 / 95%) !important;
}

 

.navigation li a {
    background-color: rgb(27 132 230);
    background-image: linear-gradient(to left, #039DE3 0%, #2364EA 100%) !important;
    color: #FFF;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    letter-spacing: -1px;
    padding: 10px;
    text-decoration: none;
}

#header-outer .container:first-of-type {
    width: 100% !important;
    padding-left: 5%;
    padding-right: 5%;
}

.basket-tab {
    background: rgb(27 132 230) !important;
}

.navigation li.fitness-team a:link,
.navigation li.fitness-team a:visited {
    background: #FFF !important;
    color: rgb(4 159 227) !important;
}

a:link,
a:visited {
    color: rgb(4 159 227);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.button,
ul.buttons li a {
    background: rgb(29 128 231)
}
/* Styles for tablets and larger screens */
@media only screen and (min-width: 768px) {
    #header-outer {
        height: 320px;
    }
    #main-content-mp{
        margin-top: -170px !important;
    }

}
.wizard > .steps ul li.current a, .wizard > .steps ul li.current a:link, .wizard > .steps ul li.current a:visited, .wizard > .steps ul li.current a:hover, .wizard > .steps ul li.current a:active{
    background-color: rgb(27 132 230) !important;
    background-image: linear-gradient(to left, rgb(27 132 230) 0%, rgb(4 159 227) 100%) !important;
    border: 1px solid rgb(4 159 227) !important;
}
.wizard > .actions ul li.disabled a, .wizard > .actions ul li.disabled a:hover, .wizard > .actions ul li.disabled a:active{
    color:#fff !important;
}
.ui-widget-header{
    background: rgb(27 132 230) !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: rgb(27 132 230) !important;
}
.wizard > .actions ul li a, .wizard > .actions ul li a:link, .wizard > .actions ul li a:visited, .wizard > .actions ul li a:hover, .wizard > .actions ul li a:active{
    background-color: rgb(21 140 229) !important;
    background-image: linear-gradient(to bottom, rgb(13 148 227) 0%, rgb(29 123 231) 27%, rgb(27 132 230) 80%, rgb(29 123 231) 87%, rgb(29 123 231) 101%)  !important;
    border: 1px solid rgb(29 123 231)  !important;
}
.wizard > .actions ul li.disabled a, .wizard > .actions ul li.disabled a:hover, .wizard > .actions ul li.disabled a:active {
    background: #666 !important;
    border-color: #555 !important;
    color: #AAA !important;
}
ul.buttons li a.selected, .ui-datepicker-trigger.selected{
    background: rgb(25 140 229) !important;
    border: 1px solid rgb(23 141 230) !important;
}
.submitfeedback a{
    color:white !important;
}
/* Hover effect to change background color */
button.ui-button.ui-corner-all.ui-widget:hover,button.ui-button.ui-corner-all.ui-widget:focus {
    color: #fff !important; /* White background on hover */
}
.ui-button:hover{
    color: #fff !important; /* White background on hover */
}