﻿.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}

label {
font-weight: normal !important;
}

label.errorLabel {
font-weight: bold !important;
}

.trash {
    text-align: right;
    padding-top: 26px;
}

.well-sm {
    background: #ccc;
}

.SubMainContent .col input[type="text"], textarea, .textBox {
    margin-left: 0px;
}

.txtbox-md-inline {
    max-width: 315px;
    display: inline;
}

.well-sm {
    background: #737373;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.text-muted {
    color: #707070;
}
    /*.well-sm .text-muted {
        color: #595959 !important;
    }*/

.form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0;
    text-align: right;
}

.form-control-label-left {
    padding: .375rem .75rem;
    margin-bottom: 0;
    text-align: left;
}

select.form-control {
    padding-left: 3px;
}

.atleast18, .eoe {
    position: relative;
    top: 7px;
}

.radiusOption {
    margin-top: 10px;
}

#mainContent input[type='text'], #mainContent textarea, #mainContent .textBox {
    border: 1px solid #595959;
    border-radius: 4px;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.LAFitness .btn-primary {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #FFD457 0%, #FFD457 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFD457), color-stop(100%,#FFD457)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #FFD457 0%,#FFD457 100%); /* IE10+ */
    background: linear-gradient(to bottom, #FFD457 0%,#FFD457 100%); /* W3C */
    -pie-background: linear-gradient(top, #FFD457 0%,#FFD457 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
    color: black;
}

.LAFitness .btn-primary:focus {
    border:2px solid #595959 !important;
}

.LAFitness .progress-bar {
    color: black;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #fee54c 0%, #fd9e12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee54c), color-stop(100%,#fd9e12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fee54c 0%,#fd9e12 100%); /* W3C */
}

.CitySportsClub .btn-primary {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #0085d0;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #00639b; /* Old browsers */
    background: -moz-linear-gradient(top, #00639b 0%, #00446a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00639b), color-stop(100%,#00446a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00639b 0%,#00446a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00639b 0%,#00446a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00639b 0%,#00446a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00639b 0%,#00446a 100%); /* W3C */
    -pie-background: linear-gradient(top, #00639b 0%,#00446a 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}

.CitySportsClub .btn-primary:focus {
    border:2px solid #001e80 !important;
}

.CitySportsClub .progress-bar {
    background: #00639b; /* Old browsers */
    background: -moz-linear-gradient(top, #00639b 0%, #00446a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00639b), color-stop(100%,#00446a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00639b 0%,#00446a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00639b 0%,#00446a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00639b 0%,#00446a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00639b 0%,#00446a 100%); /* W3C */
}


.EsportaFitness .btn-primary {
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid #0085d0;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #008996; /* Old browsers */
    background: -moz-linear-gradient(top, #008996 0%, #00446a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008996), color-stop(100%,#00446a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008996 0%,#00446a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008996 0%,#00446a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008996 0%,#00446a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #008996 0%,#00446a 100%); /* W3C */
    -pie-background: linear-gradient(top, #008996 0%,#00446a 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}

.EsportaFitness .btn-primary:focus {
    border:2px solid #001e80 !important;
}

.EsportaFitness .progress-bar {
    background: #008996; /* Old browsers */
    background: -moz-linear-gradient(top, #008996 0%, #00446a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008996), color-stop(100%,#00446a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008996 0%,#00446a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008996 0%,#00446a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008996 0%,#00446a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #008996 0%,#00446a 100%); /* W3C */
}


.fnerr {
    padding-left: 0;
}

.clubs tr td {
    padding-bottom: 7px;
    padding-right: 5px;
}

    .clubs tr td a {
        position: relative;
        top: -2px;
    }

.nowrap {
    white-space: nowrap;
}

.padleft0 {
    padding-left: 0;
}

.CheckBoxList250 label, input[type='checkbox'] + label {
    position: relative;
    top: -2px;
    left: 2px;
}

input[type='radio'] + label {
    position: relative;
    top: -2px;
    margin-right: 12px;
}

a.disabled, a[disabled] {
    color: inherit;
    text-decoration: none;
}

table.tblconfirm tr td {
    vertical-align: top;
}

span[disabled="disabled"] label {
    color: #757575;
}

@media (min-width: 768px) {
    .zipex {
        position: relative;
        top: 7px;
    }
    .eoelbl {
        padding-left: 10px;
    }
    .top5 {
        position: relative;
        top: 5px;
    }
    .padleftlg0 {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .lnerr {
        padding-left: 0;
    }
}

@media (max-width: 500px) {
    .nowrapsm {
        white-space: nowrap;
    }
    .il label {
        display: inline;
    }
    .il td {
        vertical-align: top;
        padding-bottom: 5px;
    }
}
.well-sm .required {
    color:#FFF9F5;
}
.required{
    color:#D7271D;
}