/*SKIP TO MAIN CONTENT STYLING-ACCESSIBILITY*/
#skip a {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}
/* Hide fieldset and captions visually */
fieldset, caption {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset legend, caption {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
caption {
    border: 0;
    padding: 0;
    margin: 0;
}


/*GENERAL*/
.ux-reg-centerPanel {
    padding: 1em;
}
.ux-confirmation-header{
    display: inline-table;
    max-width: 95%;
}
.ux-section-heading {
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
}


/*BANNERS*/
.ux-banner-user-controls {
    text-align: right;
}
/*bootstrap color overrides, just for Reg*/
.navbar-default .navbar-nav>li>a{
    color: inherit;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .ux-link-generic:focus, .ux-link-generic:visited, .ux-link-generic:hover{
    color: inherit;
    opacity: .7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
            background-color: rgba(255, 255, 255, .25);
            color: inherit;
    }
.ux-banner-heading-event-name {
    margin-top: 0;
    margin-bottom: .2em;
    font-size: 1.5em;
}
.navbar-default .navbar-brand{
    color: inherit;
    font-size: inherit;
}
/*end banner bootstrap overrides*/
.ux-banner-heading-event-datetime, .ux-banner-heading-event-venue  {
    margin-top: .2em;
    font-size: 1em;
}


/*FORM CONTROLS*/
.USIDate, .USITime{
   display: block !important;/*Important overrides inline style coming from Telerik controls that can't be removed (date/time pickers)-CW 2/16/17*/
}
.ux-reg-options-first {
    margin-top: 0;
}
.ux-label-toRight {
    margin-left: .5em;
    display: inline;
}
.ux-label-above.form-group.row{
    margin-bottom: 0;
}
.ux-label-2up.col-sm-12{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
}
.ux-field-radio, .ux-field-radio .control-label{
    padding-left: inherit;
}
.ux-reg-checkbox-terms {
    border-top: .2em solid #ddd;
    margin-top: 1em;
    padding-top: 0.5em;
}
.ux-reg-input-numeric {
    width: auto;
    display: inline-block;
}
.required, .ux-label-red{
    color: #e00;
}
.ux-field-container-file-upload.form-group.row{
    margin-left: 0;
}
.ux-checkbox-optIn input{
    margin-left: 15px;
    vertical-align: middle;
}
/* Bill To */
.ux-alert-bill-to span {
    display: block;
}
.ux-alert-bill-to strong {
    display: block;
}
.ux-field-quantity input {
    width: 3em;
}


/*TABLES*/
.ux-td-price-rt {
    text-align: right;
    width: 40%;
    white-space: nowrap;
}
.ux-td-red {
    color: #e00;
}
.ux-totals-table > tbody > tr > td, .ux-totals-table > tbody > tr > th, .ux-promo-table > tbody > tr > td{
    border-color: inherit;
}
.ux-reg-td-columnWidth {
    width: 16.6%;
}
.ux-reg-text-bold {
    font-weight: bold;
}
thead th:nth-child(1) {
    width: 50%;
}
.app-Registration .panel .table {
    margin-bottom: 0em;
}
.ux-wrapper-totalsAndGifts{
    padding: 0;
}
/*Overriding bootstrap padding so text and borders are flush on order total and promo tables*/
#ctl00_cphBody_OrderTotals .panel.panel-default.col-sm-12.deux-border-shade-2, #ctl00_cphBody_OrderTotals .panel.panel-default.col-sm-6.deux-border-shade-2, #ctl00_cphBody_OrderTotals .panel.panel-default.col-sm-5.col-sm-offset-1.deux-border-shade-2{
    padding-left: 0;
    padding-right: 0;
}
/* Overrides BS default of extra bottom margins on tables inside panels*/
.ux-table-header {
    font-weight: bold;
    border-bottom: 3px solid #ddd;
}
/*Removes excess margin bootstrap creates*/
.table.ux-reg-table, .ux-order-summary .table{
    margin-bottom: 0;
}

@media all and (max-width: 767px){
    .SectionLayoutTableControl .panel{
        margin-bottom: .5em;
    } 
}


/*MODALS*/
.ux-modal-header-addRegistrant {
    border-bottom: none;
}



/*BUTTONS*/
.ux-page-btn.btn {
    margin: .5em .5em .5em 0;
    color: white;
    font-size: inherit;
}
.ux-page-btn:hover, .ux-page-btn:focus, .ux-page-btn:active{
    color: #fff !important;
    border-color: #ccc;
}
.ux-page-btn.ux-page-btn-secondary.webskin-navigation, .ux-page-btn.ux-page-btn-secondary.webskin-actions{
    background-color: transparent !important;
    text-decoration: underline;
    color: inherit;
}
.ux-page-btn.ux-page-btn-secondary.webskin-navigation:hover, .ux-page-btn.ux-page-btn-secondary.webskin-navigation:active, .ux-page-btn.ux-page-btn-secondary.webskin-navigation:focus, .ux-page-btn.ux-page-btn-secondary.webskin-actions:hover, .ux-page-btn.ux-page-btn-secondary.webskin-actions:active, .ux-page-btn.ux-page-btn-secondary.webskin-actions:focus{
    color: inherit !important;
    border-color: transparent;
}
.ux-container-return{
    text-align: center;
}
.ux-button-return{
    background-color: #3c763d;
    border-color: #d6e9c6;
    color: #fff;
}
.ux-button-return:focus, .ux-button-return:hover{
    background-color: #2A532B;
    border-color: #d6e9c6;
    color: #fff;
}
.ux-button-timeout{
    background-color: #a94442;
    border-color: #ebccd1;
    color: #fff;
}
.ux-button-timeout:focus, .ux-button-timeout:hover{
    background-color: #873635;
    border-color: #ebccd1;
    color: #fff;
}
.ux-button-removeGift{
    background: white;
    border: 1px solid #727272;
    color: #727272;
    border-radius: 4px;
    margin-left: 10px;
    padding-right: 8px;
}
.ux-button-removeGift:active, .ux-button-removeGift:hover, .ux-button-removeGift:active{
    color: inherit;
    border-color: inherit;
    background-color: #eee;
}
/*PANELS*/
.ux-registrant-panel-heading, .ux-registrant-panel-footer, .ux-other-info-panel-heading {
    padding-left: 0.5em;
}
.ux-registrant-panel-footer{
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
@media all and (max-width : 768px){
    .ux-td-price-rt:nth-of-type(2), .ux-td-price-rt:nth-of-type(3){
        display: none;
    }
}

/*LINKS*/
.ux-reg-label-popUpLink{
    margin-left: .5em;
    color: inherit;
    text-decoration: underline;
}
.ux-link-generic{
    color: inherit;
    text-decoration: underline;
}
.ux-link-accordion{
    color: inherit;
}
.ux-social-media{
    margin: .5em 0;
}
.ux-caption-social-media{
    margin: .25em 0;
}
.ux-icon-social-media{
    padding-right: .25em;
    display: inline;
}
.ux-link-social-media{
    display: inline;
    vertical-align: middle;
}
.ux-link-map{
    display: inline-block;
    margin-bottom: 10px;
}

/*ACCOUNT LIST*/
.ux-container-accountList{
  margin-bottom: .5em;
}



/*FILE UPLOAD*/
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: inherit;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}
#browseLabel{
    display: none;
}
/*.fileUploadControl:focus ~ label {
    border: thin dotted;
    outline-style: auto;
    outline-color: -webkit-focus-ring-color;
    outline-color: white;
    outline-width: 5px;
}*/
.ux-file-upload-focused{
    border: thin dotted;
}
.ux-field-label{
    padding: .5em 0 0 0;   
}
.ux-upload-initial {
    padding-left: .25em;
}
.ux-upload-initial label{
    margin-bottom: 0;
    font-weight: normal;
}
.ux-button-field-browse.ux-page-btn.btn{
    margin-top: 0;
    margin-bottom: 0;
}
/*BOOTSTRAP OVERRIDES*/
/*bootstrap overrride to make panel header text match body color*/
.panel-default>.panel-heading, .panel-default>.panel-footer{
    color: inherit;
}
/*bootstrap override for dropdown focus to be visible*/
.dropdown-toggle:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/*bootstrap override to match webskin font size*/
.form-control{
    font-size: inherit;
    height: auto;
}
.dropdown-menu{
    font-size: inherit;
}

/*bootstrap override to get rid of excess borders*/
.table>thead>tr>th{
    border-bottom: none;
}
/*Override BS default to fix checkbox and radio alignment*/
input[type=radio], input[type=checkbox]{
    min-height: 1.42857143em;
    margin-top: 0 !important;
}
/* Forms */
.control-label {
    font-weight: normal;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
/* Overrides BS default of bold on all labels*/
.form-horizontal .control-label {
    text-align: left;
}


/*STEP INDICATOR*/
@media all and (max-width: 400px) {
    .ux-reg-progress-completed {
        display: none;
    }

    .ux-reg-progress-unfinished {
        display: none;
    }
}
@media all and (min-width: 321px) and (max-width: 860px) {
    .ux-reg-progress-completed {
        display: none;
    }
}
.ux-navigation-container {
    list-style-type: none;
    padding: 0;
}
.ux-navigation-container li {
    display: inline-block;
    font-size: larger;
}
.ux-reg-progress-current {
    background-color: #4a4a4a;
    margin-right: .25em;
    color: inherit;
}
.ux-reg-progress-unfinished {
    background-color: #ccc;
    color: inherit;
    margin-right: .25em;
}
/*THESE GLYPHS CAN ACTUALLY BE REMOVED, ONLY COMPLETED NEEDS A GLYPH*/
.ux-reg-progress-unfinished .glyphicon, .ux-reg-progress-current .glyphicon {
    display: none;
}
.ux-reg-progress-completed {
    background-color: #ccc;
    color: inherit;
    margin-right: .25em;
}
.glyphicon {
    padding-right: .2em;
}
.ux-reg-progress-rounded {
    border-radius: .8em;
}



/*SHOPPING CART*/
@media all and (min-width: 400px) {
    .ux-navbar-cart-lineItem-container-description {
        min-width: 20em;
    }
}
.ux-banner-navbar-dropdown {
    cursor: pointer;
}
.ux-banner-table-cart-contents {
    padding: 1em;
    border-collapse: separate;
}
.ux-navbar-cart-lineItem-container-cost {
    padding: .5em 0 .5em .5em;
    vertical-align: top;
    text-align: right;
}
.ux-navbar-cart-lineItem-container-description {
    padding: .5em 0 .5em 2em;
    vertical-align: top;
}
.ux-navbar-cart-title {
    border-bottom: 1px solid #ccc;
}
.ux-navbar-cart-disclaimer {
    font-size: .75em;
    font-style: italic;
}
.ux-navbar-cart-empty-message {
    font-style: italic;
}
.ux-navbar-cart-subtotal-amount {
    text-align: right;
    font-weight: bold;
}
.ux-navbar-cart-subtotal-description {
    font-weight: bold;
}
.ux-cart-multiReg .ux-navbar-cart-subtotal-description, .ux-cart-multiReg .ux-navbar-cart-subtotal-amount{
  font-weight: normal;
}
.ux-navbar-cart-event{
  font-weight: bold;
}
.ux-navbar-cart-subtotal-description.ux-subtotal-order, .ux-navbar-cart-subtotal-amount.ux-subtotal-order{
  border-top: 1px solid #ccc;
}

/* PROCESSING MODAL */
.uxModalControl {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.uxModalControl > .uxModalOuterWrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.uxModalControl > .uxModalOuterWrapper > .uxModalContainer {
    position: relative;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.uxModalOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media screen and (max-width: 568px) {
    .uxModalControl > .uxModalOuterWrapper {
        padding: 3px;
    }
}
#progressModal > .uxModalControl > .uxModalOuterWrapper {
    width: 220px;
    margin-top: 10%;
}

/*PROCESSING ANIMATION*/
.uxLoader {
    text-align: center;
    padding: 50px 0px 40px 0px;
    background-color: #eee;
    min-height: 70px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 3px;
    background-image: url(images/LightWhiteGradient.png);
    background-repeat: repeat-x;
}
.uxLoader img {
    position: inherit;
    z-index: 1;
}
.uxLoader span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.uxLoader span:nth-of-type(1):before {
    -webkit-animation-delay: 0.10s;
    -moz-animation-delay: 0.10s;
    animation-delay: 0.10s;
}
.uxLoader span:nth-of-type(1):after {
    -webkit-animation-delay: 0.20s;
    -moz-animation-delay: 0.20s;
    animation-delay: 0.20s;
}
.uxLoader span:nth-of-type(2):before {
    -webkit-animation-delay: 0.30s;
    -moz-animation-delay: 0.30s;
    animation-delay: 0.30s;
}
.uxLoader span:nth-of-type(2):after {
    -webkit-animation-delay: 0.40s;
    -moz-animation-delay: 0.40s;
    animation-delay: 0.40s;
}
.uxLoader span:nth-of-type(3):before {
    -webkit-animation-delay: 0.50s;
    -moz-animation-delay: 0.50s;
    animation-delay: 0.50s;
}
.uxLoader span:nth-of-type(3):after {
    -webkit-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    animation-delay: 0.60s;
}



/*DEV STYLES*/
.dev-promocodeinitialradiobutton {
    display: inline-block !important;
    width: 25%;
    padding-left: 20px;
}
.dev-promocodeinitialdiv {
    display: inline-block !important;
    width: 40%;
}
.dev-promocodeinitialradiobutton2 {       
    padding-left: 20px;
}
.dev-note-image {
  width: auto !important;
  width: 100%;
  max-width: 100%;
}
.dev-modal-message {
  margin-top: auto !important; 
  margin-left: auto !important; 
  position: absolute;
}
/*The following 2 rules fix a weird spacing issue when volume price links are present*/
.devSectionPopups{
  display: inline-block;
}
.SectionHeaderLayoutTable.radio, .SectionHeaderLayoutTable.checkbox{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.devSectionControl
{
  margin-top: -5px;
}

.devDependentRequiredLabel
{
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 20px;
}

.webskin-actions.btn.ux-page-btn.ux-page-btn--small 
{
    padding: 3px 6px;
    margin: 0 5px 0 0;
}

/* Sign In Modal */
.ux-modal--signIn .ux-password-retrieve{
  display: inline-block;
  float: right;
}
.ux-modal--signIn .ux-checkbox-rememberMe{
  float: left;
}

.ux-modal-header--signIn{
    display: flex;
    align-items: flex-start;
}
.ux-modal-header--signIn .ux-modal-title{
    flex: 1 1 auto;
}
.ux-modal-header--signIn .ux-modal-close{
    flex: 0 0 auto;
}
.ux-signIn-instructions{
    margin-bottom: 15px;
}
/*handles the crazy cases when logon position is moved and admin mode is on*/
h3.webskin-heading:not(.ux-section-heading):not(.ux-heading-signIn){
    margin-bottom: 0;
    display: inline-block;
}
.ux-heading-signIn{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.ux-heading-signIn--text{
    flex: 1 1 auto;
}
.ux-wrapper-haveAccount{
    flex: 0 0 auto;
}

