﻿#club-top-link { color: #B8985B !important; }

#lobby {
    margin-bottom: 0px;
}


#ui-datepicker-div {
    z-index: 10 !important;
    font-size: 90% !important;
    font-family: 'meoded' !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'meoded' !important;
}


.ui-datepicker-header {
    background:     #fff;
    border:         none;
}

.ui-widget-header {
    color:          #BA975D;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    opacity: 1 !important;
    filter: Alpha(Opacity=100) !important;
    text-align: center;
    top: 2px !important;
    background: none !important;
    border: none !important;
    cursor: pointer;
}


.ui-icon-circle-triangle-w,
.ui-icon-circle-triangle-e {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
}

.ui-icon-circle-triangle-w:before {
    content: "\f104";
    color: #BA975D;
}

.ui-icon-circle-triangle-w {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -8px;
    text-indent: initial;
    width: auto;
    height: auto;
    position: relative;
    left: initial;
}

.ui-icon-circle-triangle-e:before {
    content: "\f105";
    color: #BA975D;
}

.ui-icon-circle-triangle-e {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -8px;
    text-indent: initial;
    width: auto;
    height: auto;
}


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: inline-block;
    position: relative;
    left: initial;
    right: initial;
    float: none;
    width: 10px;
    vertical-align: middle;
    margin-left: 0px;
    top: 42%;
    margin-top: -8px;
}


a.ui-state-default {
    color: #BA975D !important;
    background: none !important;
    text-align: center !important;
}
.form-group .pull-right{
        float: left !important;
}