body, html {
    background-color: transparent !important;
}

.checkbox, .help-block {
    border: none !important;
}

.control-label {
    color: #000 !important;
    text-align: left;
}

.content-div form {
    background-color: transparent;
}

.form-control {
    height: 60px !important;
}

.club-name {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0eb;
}

.btn-danger.btn-light {
    background-color: #fff;
    color: #ac2925;
}

.btn-warning.btn-light {
    background-color: #fff;
    color: #eea236;
}

.btn-danger.btn-light:hover {
    background-color: rgba(172, 41, 37, 0.14);
}

.btn-warning.btn-light:hover {
    background-color: rgba(238, 162, 54, 0.14)

}

.bill-item {
    background-color: #f8f9fa;
}

.register-btn {
    margin-top: 10px;
}

.g-recaptcha * {
    margin: 0 auto;
}

.label {
    font-size: 16px;
    display: block;
    color: #0a0a0a;
}

.checkbox .label {
    margin-left: 20px;
    margin-top: 7px;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 11px;
    box-sizing: border-box;
    white-space: normal !important;
}

.checkbox .label {
    padding: 0;
}

.checkbox * {
    white-space: normal !important;
}

input[type="checkbox"] {
    height: 20px;
}

input {
    font-size: 16px;
}

.checkbox .hint {

}

.hint {
    color: #000 !important;
    padding: 0px;
}

.club-name {
    color: #000 !important;
}

.blocade {
    background-color: rgba(0, 0, 0, 0.49);
}

.input-group-addon {
    width: 50px !important;
}

.step {
    border: 1px solid #0a5d5e;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 25px;
}

.step .number {
    border-radius: 50% !important;
    background: #BADA55;
    border: 1px solid #BADA55;
    width: 35px !important;
    height: 35px !important;
    display: inline-block;
    padding: 5px;
    text-align: center;
    line-height: 23px;
}

button.selectBtn {
    margin-bottom: 10px;
    height: auto !important;
    min-height: 60px !important;
}

.xdsoft_datetimepicker {
    width: 100% !important;
}

.xdsoft_datepicker {
    width: calc(100% - 8px) !important;
}

.disabled-overlay {
    z-index: 999999999 !important;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    margin: -5px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.box-container {
    position: relative;
}

@media (min-width: 500px) {
    .box-container {
        min-height: 450px;
    }
}

@media (max-width: 500px) {
    .box-container {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding-bottom: 25px;
        margin-bottom: 45px;
    }
}


.row .col-sm-3:not(:last-child) {
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.15);
}

button.active {
    background-color: #0a5d5e;
    color: #fff;
    border-color: #fff !important;
}

.box-container.disabled, .box-container.disabled * {
    color: rgba(0, 0, 0, 0.30) !important;
}

.selectBtn.disabled {
    background-color: rgba(0, 0, 0, 0.14);
    color: rgba(0, 0, 0, 0.40);
}

.custom-input [type="text"], .custom-input select, .custom-input .select2, .custom-input .select2-selection {
    height: 40px !important;
}

.custom-input .select2-selection {
    line-height: 28px !important;
}

.calendar-label {
    font-size: 18px;
    padding: 5px;
    background-color: #00AA88;
    color: #fff;
    text-align: center;
}