/* ================================= */
/* PAGE */
/* ================================= */

html body {
    min-width: 800px;
    width: 800px;
    max-width: 800px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

/* ================================= */
/* CONTAINER */
/* ================================= */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

/* ================================= */
/* HEADER */
/* ================================= */

.form-header {
    max-width: 500px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
}

.form-header-content {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.form-header-content .logo {
    content: url("/Content/org/HZ5SS9BZN7HEJJNN/dhiltonLogo.jpg");
    width: 100px;
}

/* ================================= */
/* BODY */
/* ================================= */

#formBody {
    margin-top: 35px;
    margin-bottom: 35px;
}

/* ================================= */
/* MAIN FORM CONTAINER */
/* ================================= */

.form-container {
    position: relative;
    width: 800px !important;
    max-width: 800px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    background-color: #FFF;

    border: none !important;

    top: 0 !important;

    margin-bottom: auto;

    box-shadow: none !important;

    padding: 0 !important;

    display: flex !important;
    justify-content: center !important;
}

/* ================================= */
/* FORM LAYOUT */
/* ================================= */

.form-horizontal {

    /* CENTERING */
    width: 800px;
    max-width: 800px;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    /* LAYOUT */
    display: flex !important;
    flex-wrap: wrap !important;

    gap: 15px;

    box-sizing: border-box;

    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* ================================= */
/* SINGLE COLUMN */
/* ================================= */

.form-horizontal .control-group {
    width: 100% !important;

    display: block !important;

    box-sizing: border-box;

    margin-bottom: 15px !important;

    vertical-align: top;

    overflow: hidden;

    padding-bottom: 0 !important;
}

/* ================================= */
/* FULL WIDTH SPECIAL AREAS */
/* ================================= */

.form-horizontal .control-group.full-width,
.acknowledgement-formatting,
.consent-formatting,
.captcha-formatting,
.form-horizontal .control-group:has(textarea),
.form-horizontal .control-group:has(input[type="file"]) {
    width: 100% !important;
}

/* ================================= */
/* LABELS */
/* ================================= */

.form-horizontal .control-label {
    float: none !important;

    width: 100% !important;

    display: block !important;

    margin: 0 0 5px 0 !important;

    padding-top: 0 !important;

    text-align: left !important;

    color: #1363a4 !important;

    font-weight: 600;

    font-size: 15px;

    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* LABEL TEXT */
.form-horizontal .control-label label {
    display: inline !important;
    text-align: left;
    color: inherit;
    font-weight: inherit;
}

/* KEEP REQUIRED ASTERISK INLINE */
.requiredfield {
    display: inline !important;
    margin-left: 4px;
    vertical-align: middle;
}

.requiredfield:after {
    content: "*" !important;
    display: inline !important;
    color: red;
}

/* HIDE GRID LABELS */
.form-horizontal .label-div-grid .control-label {
    display: none;
}

/* ================================= */
/* INPUT WRAPPERS */
/* ================================= */

.control-div {
    width: 100% !important;
    display: block !important;
}

.control-div-multiselect {
    border: 1px solid #bfbfbf;
}

.control-group > .control-div-checkbox > label {
    width: auto !important;
}

/* ================================= */
/* INPUTS */
/* ================================= */

.form-control,
.k-numerictextbox,
.control-div input,
.control-div select,
.control-div textarea,
select,
textarea {
    width: 100% !important;

    box-sizing: border-box;

    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
}

/* ================================= */
/* MESSAGE FIELD */
/* ================================= */

.form-horizontal .control-group-cr720_websitecontactmessage {
    width: 100% !important;
}

.form-horizontal .control-group-cr720_websitecontactmessage input {
    height: 120px !important;
    white-space: normal !important;
}

/* ================================= */
/* BUTTONS */
/* ================================= */

.k-primary,
.k-button,
a.k-button.k-button-icontext.k-grid-add,
#formSubmit,
#formSubmit.k-button,
#formSubmit.k-primary,
button.btn {
    background: #37afe2 !important;

    border: 1px solid #37afe2 !important;

    color: #ffffff !important;

    border-radius: 20px !important;

    padding: 8px 18px !important;

    min-width: auto !important;

    line-height: normal !important;

    font-size: 15px !important;

    font-weight: 500 !important;

    text-transform: none !important;

    text-align: center;

    box-shadow: none !important;
}

/* HOVER */
#formSubmit:hover,
button.btn:hover,
.k-upload .k-upload-button:hover,
.k-upload .k-button:hover {
    background: #005a9e !important;
    border-color: #005a9e !important;
}

/* ACTIVE */
#formSubmit:active,
button.btn:active {
    background: #004a82 !important;
    border-color: #004a82 !important;
}

/* FOCUS */
#formSubmit:focus,
.k-upload .k-upload-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,113,197,0.25);
}

/* ================================= */
/* MOBILE */
/* ================================= */

@media (max-width:768px) {

    .form-horizontal {
        max-width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

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

    .form-horizontal .control-label {
        margin-right: 0;
        text-align: left;
    }
}

/* ============================= */
/* HEADER TEXT STYLE */
/* ============================= */

.header-text-welcome {
    color: #1363a4 !important;   /* same blue as labels */
    font-size: 40px !important;  /* ~0.7mm equivalent visually on most screens */
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

.header-text-welcome-desc {
    color: #000000 !important;   /* same blue as labels */
    font-size: 15px !important;  /* ~0.7mm equivalent visually on most screens */
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

