﻿li.eip-website a {
    word-wrap: break-word;
}

.StripeElement {
    padding: 6px 12px;
    border: solid 1px #dbdbdb;
}

    .StripeElement.focused {
        border-color: #f05f2a;
        -webkit-box-shadow: 0 0 7px 0 #f05f2a;
        box-shadow: 0px 0px 7px 0px #f05f2a;
    }

    .StripeElement.invalid {
        border-color: #dca7b0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.pw-page-blocker {
    width: 100px;
    height: 100px;
    background-color: transparent;
    display: inline-block;
    background: url('/assets/img/animations/S.gif') center no-repeat transparent;
    background-size: 75px 75px;
}

.pw-bpu-msg {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.team-actions {
    margin-top: 10px;
}

.table.availability {
    margin-bottom: 0;
}

.table-responsive.has-error {
    border: 1px solid #ebccd1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-responsive.has-error td {
    color: #a94442;
}

table.has-error td  {
    color: #a94442;
}

p { 
    min-height: 1em 
}

.note.top {
    border-left: none !important;
    border-top: 5px solid #f5d89d;
}

.control-label .required {
    font-size: 14px;
}

table.table {
    font-size: 14px;
}

table.site-team td.day {
    vertical-align: middle;
}

table.site-team td.avail-time {
    float: left;
	min-width: 175px;
}

table.volunteer-available td.vol-day {
    vertical-align: middle;
}

table.volunteer-available td.avail-time {
    float: left;
	min-width: 175px;
}

textarea.autosized {
    max-height: 500px;
}

.form-control.k-input {
    height: 32px !important;
}

.form-control.k-multiselect {
    min-height: 34px !important;
}

.form-control.k-multiselect .k-multiselect-wrap {
    min-height: 32px !important;
}

.bootstrap-select .btn-default:focus {
    border-color: #f05f2a !important;
    border-style: solid;
    -webkit-box-shadow: 0 0 7px 0 #f05f2a;
    box-shadow: 0px 0px 7px 0px #f05f2a;
    background-color:  #fff !important;
}

.open .btn-default {
    border-color: #f05f2a !important;
    border-style: solid;
    -webkit-box-shadow: 0 0 7px 0 #f05f2a;
    box-shadow: 0px 0px 7px 0px #f05f2a;
    background-color:  #fff !important;
}

div.btn-group.bootstrap-select {
    width: 100%;
}

/*div.k-multiselect.form-control {
    border: solid 1px #dbdbdb !important;
}
*/
.has-error div.k-multiselect.form-control {
    border: solid 1px #ebccd1 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.measure-container {
    display: none;
    visibility: hidden;
}

.form .form-body {
    padding: 15px;
}

#participant_telephone {
    width: 100% !important;
}

.row.register-editor-content .note {
    margin-bottom: 15px;
}

.iCheck-helper {
    -webkit-tap-highlight-color: transparent;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 3px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

/*.has-feedback label~.form-control-feedback {
    top: 35px;
}*/

.k-grouping-row .k-state-focused, .k-state-focused {
    border-color: #f05f2a;
}

#binding_container {
    /*padding-right: 15px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);*/
}

.what-is-cvc {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#confirm_content_wrapper {
    font-size: 14px;
}

    #confirm_content_wrapper .note-warning h3 {
        font-weight: 500;
    }

h2.splash,
h3.splash {
    color: #f05f2a;
}

label.beneficiary {
    color: #f05f2a;
}

h5.confirm-section {
    width: 100%;
    border-bottom: solid 1px #cecece;
    margin-bottom: 10px;
    font-weight: 600;
}

.credit-card-details .panel-default {
    border-color: #ccc;
}

.payment-methods-group .panel-default {
    border-color: #ccc;
}

.fpopovers {
    margin-left: 3px;
    margin-bottom: 3px;
}
.popover {
    border-color: rgba(100,100,100, .9);
    background-color: rgba(100,100,100,.9);
    color: white;
    max-width: 200px;
}
.popover .arrow::after {
    border-right-color: rgba(100, 100, 100, .9) !important;
    color: rgba(100, 100, 100, .9) !important;
}
.product-name-wrapper {
    display: flex;
    align-items: center;
}
.confirm-messages {
    margin-left: 0;
}

img.check-details {
    max-height: 250px;
}

/*.k-animation-container {
    width: auto !important;
}

.k-list-container {
    width: auto !important;
}

.k-list-scroller {
    width: auto !important;
}

.k-list-container li {
    text-wrap: none;
    white-space: nowrap;
}*/

/* begin confirm classes */
.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

table.confirm-group {
    width: 100%;
    /*border: 1px solid #ccc;*/
}

.btn.remove-participant {
    position: absolute;
    top: 0;
    right: 0;
}

    .btn.remove-participant:hover {
        /*background-color: #f2784b;*/
        background-color: red;
        border-color: #f05f2a !important;
    }

    .btn.remove-participant:active {
        background-color: #ee4d12;
    }

/* begin footer placement on bottom of page */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

.footer, .push {
    height: 30px;
}

.footer {
    margin-bottom: -30px;
}

/* end footer placement on bottom of page */

.form-control.k-widget {
    padding: 0;
    width: 100%;
    height: auto;
}

    .form-control.k-widget:not(.k-autocomplete) {
        border-width: 0;
    }

li.eip-website {
    word-wrap: break-word;
	/*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

li.ei-location {
	word-wrap: break-word;
}

.eip-schedule-scroller h5 {
    margin-left: -10px;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #f05f2a;
}

.eip-schedule-scroller .eip-price-schedule li {
    font-size: 12px;
}

.eip-category-name {
    font-size: 12px !important;
    font-weight: 600 !important;
}

h4.sub-header {
    font-weight: 500;
    color: #f05f2a;
}

.form .form-section {
    margin: 15px 0px 15px 0px;
    border: none;
    padding-bottom: 0;
}

.inline-participant-questions .row .question-list-container {
    padding-left: 15px;
}

    .inline-participant-questions .row .question-list-container .row > .col-md-12 {
        padding-left: 0;
    }

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}

.participant-list .scroller {
    min-height: 500px;
    /*max-height:300px;*/
    height: auto;
    color: black;
}

.participant-list .form-section {
    margin-bottom: 0;
}

.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

    .truncate-ellipsis > a {
        display: table-cell;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#eip_event_info {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

    #eip_event_info a {
        color: #3e4d5c;
    }

#eip_reg_details form.form-inline .form-group {
    width: 100%;
}

#eip_reg_details form.form-inline input.form-control {
    width: 100%;
}

#eip_info {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 10px 0;
    padding: 10px 0;
}

.portlet.box.purple {
    border: 1px solid #a57fb5;
}

.news-blocks {
    padding: 10px;
    margin-bottom: 10px;
    background: #faf6ea;
    border-top: solid 2px #faf6ea;
}

.content-page a.waiver {
    color: #64aed9 !important;
}

.well {
    padding: 15px !important;
}

.k-edge .k-numeric-wrap:before {
    content: none !important;
}

.k-ie .k-numeric-wrap:before {
    content: none !important;
}

.k-ff .k-numeric-wrap:before {
    content: none !important;
}

.k-webkit .k-numeric-wrap:before {
    content: none !important;
}

.k-safari .k-numeric-wrap:before {
    content: none !important;
}

.k-textbox > input.form-control {
    height: 34px !important;
}

input.k-formatted-value.form-control {
    height: 34px !important;
}

span.k-numerictextbox span.k-numeric-wrap {
    height: 34px !important;
}

span.k-numerictextbox input.k-input {
    height: 34px !important;
}

span.k-datepicker input.k-input {
    height: 34px !important;
}

span.k-datetimepicker input.k-input {
    height: 34px !important;
}

span.k-timepicker input.k-input {
    height: 34px !important;
}

input.currencyinput.form-control {
    height: 34px !important;
}

input.currencyinput.form-control {
    height: 34px !important;
}

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item, .k-list-optionlabel, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
    padding: 3px 5px 3px 5px;
    line-height: 2.0em;
    min-height: 2.0em;
}

.k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-selected, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-selected, .k-fieldselector .k-list .k-item, .k-state-focused.k-list-optionlabel, .k-state-selected.k-list-optionlabel {
    padding: 3px 5px 3px 5px;
    border-width: 1px;
    border-style: solid;
}

/* begin donations styles */
.well.well-success {
    background-color: #eef7ea;
    border-color: #c9e2b3;
    color: #3c763d;
}

.well.well-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.donation-container {
}

/* begin discount code */
.discount-code {
    text-transform: uppercase;
}
/* end discount code */
/* begin event registration store */

img.product-image {
    max-height: 100px;
    max-width: 100px;
    display: inline-block;
}

.input-append {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.input-append {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.cart-table-quantity {
    width: 50px !important;
}

    .input-append .btn {
        margin-left: -1px;
    }

.product-list .form-control {
    display: inline;
    width: 75px;
    height: 30px;
    padding: 4px 12px;
}

.width-0 {
    width: 0;
}

.width-100 {
    width: 100px;
}

.product-list td {
    vertical-align: middle !important;
}

.product-list label {
    margin-bottom: 0;
}

.product-list .tools {
    width: 175px;
}

button.add-to-cart {
    height: 36px;
}

.k-notification-cart-add-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
    width: auto;
}

.cart-add-success {
    width: auto;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap;
}

    .cart-add-success h3 {
        font-size: 12px;
        font-weight: normal;
        display: inline;
        vertical-align: middle;
        color: #fff;
    }

    .cart-add-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 25px;
    }

/*.k-grid th {
    padding-left: 0.28em !important;
}

.k-grid td {
    padding: 0.28em 0.28em;
}*/

.store-cart-message {
    color: #f05f2a;
    float: right;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}

#confirm_product_grid td.prod-name {
    width: 50%;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#store_cart_grid.k-grid td {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.store-container {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.cart-container {
    margin-top: 10px;
    margin-bottom: 5px;
}

.prod-container {
    margin-top: 1em;
}

    .prod-container:not(:last-of-type) {
        margin-bottom: 1.5em;
    }


.product-name {
    font-size: 1.4em;
    font-weight: bold;
    color: #f05f2a;
    white-space: break-spaces;
}

.product-full-description {
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.product-header {
}

.product-short-description {
    clear: both;
    padding: 10px;
}

/* end event registration store */

/* event information panel */
#event_info_panel h3 {
    color: #f05f2a;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
}

#registration_step_container {
    min-height: 400px;
    /*background: url('/Content/img/loading.gif') center no-repeat;*/
}

.bg-hide {
    background: none !important;
}

/* start team select page classes */

.padding-top-md-60 {
    padding-top: 60px;
}

.select-reg-type-step a.btn {
    width: 100%;
}

.list-group-item {
    margin-bottom: 10px;
}

.list-group-item-heading {
    font-size: 17px;
    font-weight: 400;
}

.list-group-item:hover:not(.active) {
    background-color: #f05f2a !important;
    color: #fff !important;
    font-weight: 500;
}

    .list-group-item:hover:not(.active) * {
        color: #fff !important;
        font-weight: 500;
    }

.list-group-item:hover h4 {
    /*color: #f05f2a !important;*/
    font-weight: 500;
}

/* start custom question classes */

.form-section.question-page {
    margin-bottom: 10px !important;
}

.form-section.question-group {
    margin-bottom: 10px !important;
}

.form-section.question-group-label {
    margin-bottom: 10px;
    border: none;
}

.question-list-container {
    /*padding-left: 20px;*/
}

/*.question-list-container .row {
        padding-bottom: 10px;
    }*/

.q-text {
    display: inline;
    font-size: 14px;
}

.q-input {
    padding-top: 10px;
}

.cq-wrapper label.q-required {
    margin: 0 1px 0 0;
	float: left;
}

.cq-wrapper label.q-required span {
    margin: 0;
}

.cq-wrapper .k-textbox.form-control {
    width: 100% !important;
}

.cq-wrapper .k-dropdown.form-control {
    width: 100% !important;
}

.content-page p, .content-page .list-unstyled {
    margin-bottom: 0;
}

.form-group.has-error div.q-text {
    color: #a94442;
}

/* end custom question classes */

/*.content-page {
    padding: 0;
}*/

span.k-widget.display-table-cell {
    display: table-cell !important;
    width: 100% !important;
}

#participant_giveaway_wrapper {
}

.portlet {
    margin-bottom: 0px;
}

.img-center {margin:0 auto;}

.banner-image {
    
}

.banner-image .img-responsive {
    margin: 0 auto;
}

input.form-control:focus {
    border-color: #f05f2a;
    -webkit-box-shadow: 0 0 7px 0 #f05f2a;
    box-shadow: 0 0 7px 0 #f05f2a;
}
.k-state-focused > .k-multiselect-wrap {
    border-color: #f05f2a;
    -webkit-box-shadow: 0 0 7px 0 #f05f2a;
    box-shadow: 0 0 7px 0 #f05f2a;
}

.k-popup .k-list .k-state-focused {
    box-shadow: none;
}

span.k-widget.form-control {
    display: block;
    width: auto;
}

.k-combobox input {
    height: 32px !important;
}

.k-autocomplete input {
    height: 32px !important;
}

input.schedule-timepicker {
    padding: 0px !important;
}

.k-textbox:focus, .k-state-focused.k-autocomplete, .k-state-focused.k-picker-wrap, .k-state-focused.k-numeric-wrap, .k-state-focused.k-dropdown-wrap, .k-state-focused.k-header.k-multiselect {
    background-color: #fff;
    background-image: none;
    background-position: 50% 50%;
    border-color: #f05f2a;
    -webkit-box-shadow: 0 0 7px 0 #f05f2a;
    box-shadow: 0 0 7px 0 #f05f2a;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-state-selected.k-today, .k-marquee-color {
    color: #fff;
    background-color: #f05f2a;
    border-color: #f05f2a;
}

.k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none;
}

.has-error .form-control .k-dropdown-wrap {
    border: 1px solid #ebccd1 !important;
}

.rf-primary-color {
}

.portlet.user-color {
    border: 1px solid #ccc !important;
}

.border-user {
    border: 1px solid #ccc !important;
}

div.waiver-text {
	height: 150px;
	max-height: 150px;
	overflow-y: scroll;
	cursor: pointer;
	background-color: #fefefe;
}

div.rf-waiver-detail-form {
    height: 350px;
    max-height: 350px;
    overflow-y: scroll;
    cursor: text;
}

.language-select {
    min-width: 100px;
}

.form-step {
    min-height: 400px;
}

span.em-item-text {
    line-height: 14px;
    padding-top: 4px;
    display: inline-block;
}

div.checkbox {
    margin-left: 30px;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

#ei_start_map {
    height: 500px;
}

.ei-map-info-window {
    font-size: .8em;
}

.form h3.form-section {
    margin-top: 0 !important;
    font-weight: 400;
    color: #f05f2a;
}

.content-page {
    margin-right: 0;
    padding: 0;
}

.info-header {
    position: relative;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
}

.event-name h1 {
    font-size: 2.0vw;
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin-bottom: 5px;
}

.info-header .event-name {
    margin-top: 20px;
}

label > span.required {
    display: inline-block;
    margin-left: 2px;
    color: red;
}

label > span.required.right {
    margin-right: 2px;
}

table.availability td > span {
    display: inline-block;
    margin-left: 2px;
}

table.availability td > span.required {
    color: red;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    /*background-color: #428bca;*/
    /*background-color: rgb(38, 166, 154);*/
    background-color: #8e5fa2;
}

.margintop20 {
    margin-top: 20px;
}

.nav-pills > li > a {
    border-radius: 0;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

.nav-pills > li > a:hover {
    color: #f05f2a;
    text-decoration: none;
}

.nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.event-menu > li > a > span.em-icon {
    font-size: 18px !important;
}

.event-menu > li > a > span.em-icon {
    /*font-size: 18px !important;*/
    display: inline-block;
    float: left;
    font-size: 30px !important;
    line-height: 36px !important;
}

/*.event-menu > li > a > span.em-icon.hamburger {
            font-size: 18px !important;
            line-height:36px !important;
        }*/

.event-menu > li > a.em-active {
    /*border-right: 4px solid #428bca;*/
    border-right: 4px solid #f05f2a !important;
    margin-right: -1px !important;
    color: #f05f2a !important;
}

.event-menu a.em-root {
    font-size: 16px !important;
}

.border-blue-hoki {
    border: solid 1px rgb(38, 166, 154);
}

.portlet.box.green {
    border: solid 1px rgb(38, 166, 154);
}

.info-header .event-name h1 {
    font-weight: 600;
}

.info-header .event-logo img {
    margin: 10px 0 10px 0;
}

.register-editor-content {
    margin-right: 0;
    margin-left: 0;
}

    .register-editor-content .alert {
        margin-bottom: 15px;
    }

.addthis_toolbox {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 10px;
}

.em-container {
    padding-right: 15px !important;
}

.event-name h1 {
    font-size: 4.0vw;
}

.form-actions {
    visibility: hidden;
}

.form-column {
    background-color: #fff;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .em-container {
        padding-right: 0 !important;
    }

    .event-name h1 {
        font-size: 2.0vw;
    }

    .confirm-messages {
        margin-left: 40px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .addthis_toolbox {
        display: inline-block;
    }

    .event-menu > li > a > span.em-icon {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
