.max-width {
    margin-right: auto;
    margin-left: auto;
    max-width: 970px;
}
.text-gold {
    color: #CD7708;
}
.text-white {
    color: white !important;
}
.non-icon {
    list-style: none;
}
.display-inline-block{
    display: inline-block;
}
#captcha img {
    border-radius: 4px 0px 0px 4px;
}

#captcha .input-group-addon {
    padding: 0px 2px 0px 2px;
    padding-left: 2px;
}
.no-frame,.header,.footer,.main-nav {display: none;}
.btn-cancel {
    text-decoration: underline !important;
    background-color: transparent;
}
.btn-cancel:hover {

}
label {
    font-weight: normal !important;
}
.tab-content {
    border: 1px solid #ddd;
    border-top-width: 0;
    background-color: #ffffff;
    padding: 15px 10px 10px 10px;
}
.tab-content hr {
    border-top-color: #eee;
}
.form-group label small {
    color: gray;
}
a.btn.btn-primary {
    color: #ffffff;
}
.btn.btn-link {
    text-decoration: underline !important;
}
.brand-color {
    color: #F83600 !important;
}
.btn.text-left {
    text-align: left;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-45{
    margin-top: 45px;
}
.margin-top-40{
    margin-top: 40px;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-5{
    margin-top: 5px;
}
.margin-top-0{
    margin-top: 0;
}
/* Vertical Offset Bottom */
.margin-bottom-50{
    margin-bottom: 50px;
}
.margin-bottom-45{
    margin-bottom: 45px;
}
.margin-bottom-40{
    margin-bottom: 40px;
}
.margin-bottom-35{
    margin-bottom: 35px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-bottom-25{
    margin-bottom: 25px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.btn.btn-block {
    white-space:normal;
}
.panel .panel-heading {
    color: #444444;
}
.panel-heading h1.panel-title {
    font-size: 22px;
}
.panel.panel-margin {
    margin-top: 30px;
}
.btn.btn-primary small {
    font-size: 75%;
}
.panel > .alert {
    border-radius: 0;
    border-color: transparent;
}
.table tr.white td {
    background-color: #ffffff;
}
.btn-social-link {
    text-align: left;
}
.error-glyphicon, .warning-glyphicon, .success-glyphicon {
    display: none;
}
.has-error .glyphicon.error-glyphicon {
    display: inline-block;
}
.has-warning .glyphicon.warning-glyphicon {
    display: inline-block;
}
.has-success .glyphicon.success-glyphicon {
    display: inline-block;
}

.lp-generic-notification{
    background-color: #FFFEFA;
    border-color: #FFF0D1;
    color: #000000;
    font-size: 0.9em;
}
.glyphicon-refresh-animate{
    -webkit-animation: refreshanimate 1.5s infinite linear;
    -moz-animation: refreshanimate 1.5s infinite linear;
    -ms-animation: refreshanimate 1.5s infinite linear;
    -o-animation: refreshanimate 1.5s infinite linear;
    animation: refreshanimate 1.5s infinite linear;
}

@-webkit-keyframes refreshanimate {
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes refreshanimate {
    to { -moz-transform: rotate(360deg); }
}

@-ms-keyframes refreshanimate {
    to { -ms-transform: rotate(360deg); }
}

@-o-keyframes refreshanimate {
    to { -o-transform: rotate(360deg); }
}

@keyframes refreshanimate {
    to { transform: rotate(360deg); }
}
#register-button {
    width: 200px;
}
#register-button .glyphicon {
    display: none;
}
#register-button.loading .glyphicon-refresh {
    display: inline-block;
}
#register-button.correct .glyphicon-ok {
    display: inline-block;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/assets/fonts/glyphicons-halflings-regular.eot');
    src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.label-small {
    font-size: 11px;
    color: gray;
    line-height: 21px;
}
.label-small input {
    float: left;
    margin-right: 6px;
}