@font-face
{
    font-family: 'OpenSans';
    src: url('/assets/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf');
}
/* COMMON CLASSES */
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.bg_green
{
    background-color:#339933;
}
.text_white
{
    color: #FFF;
}
.v_align_bottom
{
    align-items: flex-end;
}
input[readonly]
{
    border: none !important;
    padding-left: 0px !important;
}
/**/
html
{
    scroll-behavior: smooth;
    display: block;
    min-height: 100%;
}
body
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
body,
body *
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    line-height: 1em;
    font-family: "OpenSans", Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 21pt;
}
a
{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
a.h_underlined:hover,
a.underlined
{
    text-decoration: underline;
}
.block_outer
{
    width: 100%;
}
/* HEADER */
header
{
    position: relative;
}
.main_title
{
    padding: 12pt 0px;
    font-weight: 600;
}
.header_logout_block
{
    position: absolute;
    z-index: 5;
}
/* FORM */
.form_row h2
{
    color: #339933;
}
.form_row.hidden
{
    background-color: #FFF;
}
.form_row.hidden *
{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.login_label
{
    margin-top: 10px;
    padding: 15px 0px 5px;
}
.login_label.divider
{
    border-top: 1px solid #339933;
}
.easy_radio_block
{
    display: flex;
    flex-wrap: wrap;
}
.easy_radio_checkbox
{
    width: 15px;
    height: 15px;
    border: 1px solid #339933;
    padding: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.easy_radio_checkbox .easy_radio_char
{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.easy_radio_checkbox.checked .easy_radio_char
{
    background-color: #339933;
}
.easy_checkbox
{
    display: inline-block;
    border: 1px solid #339933;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}
.easy_checkbox .checkbox
{
    position: absolute;
    top: -8px;
    left: 0px;
    font-size: 18pt;
}
.easy_checkbox.status_0
{
    color: transparent;
}
.easy_checkbox.status_1
{
    color: #339933;
}
.input_length_counter
{
    font-size: 9pt;
    color: #AAA;
    text-align: right;
    margin-top: 2px;
}
.easy_button
{
    height: 29px;
    min-width: 29px;
    border: none;
    border-radius: 5px;
    background-color: #434343;
    color: #FFF;
    line-height: 19px;
}
.easy_small_button
{
    padding: 5px;
}
.easy_button:not(.easy_small_button)
{
    padding: 5px 10px;
}
div.easy_small_button
{
    cursor: pointer;
}
div.easy_small_button .disabled
{
    display: flex;
    align-items: center;
}
div.easy_small_button .disabled .button_text
{
    padding-top: 2px;
}
.form_row h2
{
    background-color: #393;
    color: #FFF;
}

.flex_row
{
    position: relative;
    border-bottom: 1px solid #DDD;
}
.flex_row .easy_button
{
    position: absolute;
}
.flex_row.disabled + .disabled
{
    background-color: #AAA;
}

.flex_row.disabled + .disabled,
.flex_row.disabled .easy_button .enabled,
.flex_row.disabled .form_row,
.flex_row.enabled .easy_button .disabled,
.group_cottage.disabled,
#cottageBuildBy.hidden *,
#cottageLength.hidden *,
#cottageWidth.hidden *,
#cottageSeats.hidden *,
.easy_form_msg.hidden
{
    display: none;
}
.easy_button span
{
    font-size: inherit;
    line-height: inherit;
}
.warning:not(.easy_checkbox),
.easy_checkbox.warning + a label
{
    color: #FF3333 !important;
}
#form_email_compare_warning
{
    margin-top:3px;
    font-size: 10pt;
    line-height: 1.3em;
}
.easy_form_msg
{
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10%;
    background-color: rgba(255,255,255,0.7);
}
.easy_form_msg_box
{
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #FFF;
    font-weight: 600;
    outline: 10px solid #FF3333;
    position: relative;
    box-shadow: 3px 3px 11px 4px #000;
}
.easy_form_msg_box .easy_button
{
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 17px;
    cursor: pointer;
}
.easy_form_msg_box .easy_button .button_icon
{
    font-size: 18pt;
}
.easy_form_msg_box p
{
    line-height: 1.3em;
}
.legend
{
    padding-top: 15px;
    font-size: 9pt;
}
.foot_legend
{
    font-size: 9pt;
    display: flex;
}
.foot_legend:not(:last-of-type)
{
    margin-bottom: 10px;
}
.foot_legend_star
{
    display: inline-block;
    width: 30px;
    text-align: right;
    margin-right: 15px;
}
.foot_legend_text
{
    width: calc(100% - 45px);
}
.block_flex_msg
{
    padding: 10px 10px 10px 50px;
}
.block_flex_msg p
{
    margin-bottom: 5px;
    line-height: 1.6em;
}
/* FOOTER */
footer
{
    padding: 20px 0px;
}
footer ul.navigation
{
    list-style-type: none;
}
.footer_navigation_left .navigation_link
{
    line-height: 1.6em;
}
.footer_navigation_right .navigation_link
{
    transition: color 500ms;
}
.footer_navigation_right .navigation_link:hover
{
    color: #000;
}

