﻿
div.buttonRow {
    padding: 0;
    margin: 0.6em 0 0 0;
}

div.instructions {
    width: inherit;
    display: inline-block;
    border-top: 1px solid;
    padding: 0;
    margin: 0.25em 0 0 0;
    text-align: left;
}

label.checkbox {
    vertical-align: top;
    line-height: 14px;
    margin: 2px 0;
    display: inline-block;
    height: 14px;
    cursor: pointer;
}

select {
    font-size: 8pt;
}

.croppedFilename {
    display: block;
}

.croppedImage {
    display: inline-block;
    max-height: 250px;
    max-width: 250px;
}
.modalImg{
    max-height: 300px;
    max-width: 300px;
}

.Button {
    margin: 0 1.2em 0 0 !important;
}

span.mailingList {
    margin-right: 1em;
}

input.mailingList {
    margin: 0 1.2em 0 2em !important
}

.customLabel {
}

.customSubLabel {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 7pt;
}

.disabled {
    color: #888 !important;
}

.fieldLabel {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
    font-size: 8pt;
}

.hidden {
    display: none;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
}

.instructions span {
    font-family: Verdana !important;
    font-size: 12pt !important;
    line-height: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.multiLine {
    width: 100%;
    height: 6em;
    min-height: 3em;
    max-height: 9em;
}

.multiLine2 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 3em;
    min-height: 3em;
    max-height: 9em;
}

.noDisplay {
    display: none;
}

.emailEntry {
    margin: 0.25em 0;
}

.normal {
    display: block;
}

.pleaseNote {
    text-align: left;
    width: 100%;
    max-width: 800px;
    font-size: 8pt;
}

.recipientEmail {
    width: 240px;
}

.required {
    font-size: 11pt;
    font-weight: bold;
    vertical-align: middle;
    padding: 0;
    margin-right: 2px;
}

.requiredMessage {
    font-size: 10pt;
    color: red;
}

.Dropdown {
    text-align: left;
}

.toggleForm {
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 3px 0;
    padding: 0;
}

#specialInstructions > span {
    font-size: 8pt;
}
.specialInstrucChkBox{
    height: 20px;
    width: 20px !important;
    background-color: #ffffff;
}
@media all and (max-width:992px) {
    .pleaseNote,
    .multiLine {
        width: 300px;
    }
}

/*--------------------------------------------------------------*/


#modalCropImage .modal-header h2 {
    margin: 0px;
}

#modalCropImage .cropperBox {
    padding: 1rem;
    min-height: 500px;
    height: unset !important;
}

#cropWrapper {
    border: 2px solid transparent;
}

#modalCropImage label {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

#modalCropImage label:hover {
    cursor: pointer;
}

#modalCropImage .hoverable:hover {
    border-color: rgba(51, 51, 51, .5);
    cursor: pointer;
}

#modalCropImage h5 {
    display: none;
    font-size: 1.1rem;
}

#modalCropImage .hoverable h5 {
    display: block;
    opacity: 0.4;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#crop-warning {
    margin-top: 10px;
}

#modalCropImage .alert {
    margin: 1rem;
}

#modalCropImage .button-row {
    border-top: 1px solid #dee2e6;
    margin: 0px;
    padding: 1rem;
}

#modalCropImage .button-row div {
    gap: 10px;
    padding: 0px;
}

#modalCropImage .button-row button {
    width: 100%;
}


#modalCropImage .button-row button[disabled] {
    cursor: not-allowed;
}

#modalCropImage .personalizeCancel {
    border: 2px solid rgba(51, 51, 51, .3);
}

@media screen and (max-width: 991px){
    #modalCropImage .image-row {
        flex-direction: column-reverse;
    }

    #modalCropImage .image-row label {
        max-width: 300px;
        width: 300px;
        margin-top: 8px;
    }

    #modalCropImage h5 {
        font-size: 0.8rem;
    }
}