.horizontal-list {
    list-style: none;
    margin-left: 0;
    padding-left: 10px;
}

.horizontal-list li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.horizontal-list .list-unstyled li {
    display: block;
    margin-right: 20px;
    vertical-align: top;
}

input.date, input.attestationDateField {
    min-width: 132px !important;
}

div.form-group {
    width: 100% !important;
}

div.form-group > label {
    width: 98% !important;
    white-space: nowrap !important;
}

label.required:after, div.required:after {
    color: #d00;
    margin-left: 3px;
    content: "\f069" !important;
    font-family: FontAwesome;
    display: inline-block !important;
    font-weight: normal;
}

.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.input-group.date {
    width: 150px !important;
}

.panel-heading > .checkbox {
    margin: 0;
    float: right !important;
}

.checkbox-fix .checkbox {
    margin-top: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
    top: 3px;
}

.name-prefix {
    width: 75px !important;
}

.first-name {
    width: 200px !important;
}

.middle-initial {
    width: 40px !important;
}

.last-name {
    width: 300px !important;
}

.name-suffix {
    width: 80px !important;
}

.gender {
    margin-bottom: 5px;
    margin-top: 5px;
}

.address-line {
    display: inline-block;
}

.zipcode {
    width: 80px !important;
}

.city {
    width: 300px !important;
}

@media (max-width: 1200px) {
    .affix {
        position: inherit;
    }
}

@media (min-width: 1200px) {
    .affix {
        width: 18%;
    }
}

[id$='_paymentOption'] label.radio-inline {
    display: block;
    margin-bottom: 5px;
    margin-left: 15px;
}

.pcp-table-body tr {
    cursor: pointer;
}

.pcp-table-wrapper {
    max-height: 200px;
    overflow-y: scroll;
}

.pcp-selected {
    background-color: #0086db !important;
    color: white;
}

[id$='_attestation'] label.radio-inline,
[id$='selfIdentify'] label.radio-inline,
[id$='genderIdentity'] label.radio-inline,
[id$='militaryVeteran'] label.radio-inline,
[id$='branchOfService'] label.radio-inline,
[id$='_langAndFormats'] label.radio-inline {
    display: block !important;
    margin-left: 10px;
    margin-bottom: 5px;
}

[id$='selfIdentify'] input.form-control {
    width: 55% !important;
}

[id$='genderIdentity'] input.form-control {
    width: 100% !important;
}

.margin-left-30 {
    margin-left:30px;
}

.script-container {
    max-height: calc(100vh - 20rem);
    overflow-y: auto;
    overflow-x: hidden;
}

[id$='_contract'] label {
    display: block;
    margin-bottom: 5px;
    margin-left: 10px;
}

.no-plans-section .help-block,.no-state-section .help-block {
    color: #000000;
}

.no-plans-section.has-error .help-block {
    color: #dd4b39;
}

.chronicConditionBlock div.form-group > label, .mailingAddressLine div.form-group > label {
    white-space: pre-wrap !important;
}

.timesNewRoman-block *:not(.glyphicon):not(.fa), .select2-container * {
    font-size: 12pt !important;
    font-family: 'Times New Roman', Times, serif !important;
}

.disabled {
    color: #a0a0a0;
}

.attestationElectionPeriod {
    max-width: 100%;
    width: fit-content;
}

.attestationListItem {
    display: block !important;
}

/* Widget Text Overflow */
.horizontal-list .form-control,
.help-block,
.custom,
.panel-heading,
.panel p{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.control-label {
    display: block !important;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 8px;
}

.contentEditable {
    display: inline;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
    line-height: inherit;
}

.contentEditable[contenteditable="true"] {
    display: inline-block !important;
    width: auto;
    max-width: 100%;
    vertical-align: top;
}

.control-label span {
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    display: inline !important;
    max-width: 100%;
}

.control-label .contentEditable[contenteditable="true"] {
    display: inline-block !important;
}

.control-label * {
    white-space: normal !important;
}

.control-label .editIcon,
.control-label .resetIcon {
    white-space: nowrap !important;
}
