﻿body {
}

input[type=email] {
    border: solid 1px #e7e7e8;
    padding: 6px 8px;
}

.form-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.k-datepicker .k-picker-wrap .k-input {
    border: solid 1px #e7e7e8;
    padding: 6px 8px;
    height: 30px;
}

.k-datepicker .k-picker-wrap {
    height: 30px;
    width: 150px;
}

/* Restore Kendo default */
.cmskit .k-datepicker .k-picker-wrap .k-input {
    padding: 4px 8px;
    height: calc(8px + 1.42857143em);
}

.cmskit .k-datepicker .k-picker-wrap {
    height: auto;
    width: 100%;
}

.body-content {
    margin-top: 50px;
    margin-left: 20px;
    margin-bottom: 50px;
    margin-right: 20px;
}

.k-widget.k-tooltip-validation {
    /*border-color: #fdefba;
    background-color: #fdefba;*/
    color: #ff426c;
}

span.k-invalid-msg[style*="inline"] {
    display: block !important;
}
.row span.k-tooltip {
    /* position: relative; */
    /* display: block; */
    text-align: left;
    border-width: 1px;
    /* max-width: 300px; */
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
.cf-input-full {
    width: 100%;
}
.cf-input.cf-input-full {
    width: 100%;
}
.k-datepicker .k-state-disabled {
        background-color: #e7e7e8;
}
.cf-checkbox-list td label {
    padding: 5px 20px 5px 10px
}
input[readonly="readonly"] {
    background-color: #e7e7e8;
}
.spacer-top {
        border-top: 1px solid #e7e7e8;
        padding-top: 15px;
    }
.form-group .info {
    width: 30%;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 4px;
}
.d-inline {
    display:inline;
}
.d-block {
    display:block;
}
.cf-input {
    margin-bottom: 10px;
}
.k-dropdown.cf-dropdown {
    width: 190px;
}

.date-of-birth .info {
    position: relative;
    top: 10px;
    left: -11px;
    display: inline-block;
    /* background: #E2E3DE; */
    /* border: 1px solid #94A1A9; */
    height: 30px;
    width: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    /* margin: 0 0 0 32px; */
    cursor: help;
}

.button {
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    background-color: #4b6fb6;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    padding: 13px 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#PossibleDuplicateContainer, #NoneOfTheseAreMeContainer {
    width: 900px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-4 {
    margin-top: 40px;
}

.underline {
    text-decoration: underline;
    font-size: medium;
}

select.k-dropdown {
    border: solid 1px #e7e7e8;
    padding: 6px 8px;
}

.info-box {
    border: solid 1px #e7e7e8;
    padding: 6px 8px;
    width: 300px;
    margin-top: 10px;
}

.info-box-title {
    border: solid 1px #e7e7e8;
    margin: -7px -9px;
    text-align: center;
}

#RegistrationTypesRadioButtonList label, #RegistrationAddOnCheckboxList label, #IndividualDayRegistrationCheckBoxList label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}


#RegistrationTypesRadioButtonList tr, #RegistrationAddOnCheckboxList tr, #IndividualDayRegistrationCheckBoxList tr {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#ShowOnlineLabel {
    margin-left: 10px;
}

#MembershipOptionsTable td:empty {
  visibility: hidden;
}

#AdaRequirementsTextArea {
    width: 100%;
}
#CatalogBodyUpdatePanel .row {
    border-bottom: 1px solid #e7e7e8;
    margin-bottom: 10px;
}