﻿
@font-face {
    font-family: 'OpSans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpSansLight';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpSansBold';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}

.success_box, .error_box{
    text-align: center;
    color: #fff;
    display: none; 
    padding: 4px 4px 4px 4px;
    font-family: OpSans;
    font-size: 12px;
    box-sizing: border-box;
}

.success_box {
    background-color: #4CAF50;
}

.error_box {
    position: absolute;
    width: 100%;
    background-color: #f44336;
    z-index: 999;
}

.div_form_message {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    margin-top: 10px
}

.div_form {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-family: OpSans;
    font-size: 10px;
    color: #464646;
    padding: 5px 5px 5px 5px;
    /*margin-top: 20px;*/
    text-align: right;
}

    .div_form td {
        height: 30px;
        font-size: 14px;
        vertical-align: top;
    }


        .div_form td input {
            width: 400px;
        }

.div_form_order {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-family: OpSans;
    font-size: 10pt;
    border: none;
}

.div_form_order table {width: 50%;}

.form_checkboxlist
{
    color: #464646;
    text-align: left;
    border-left: 1px solid #868686;
}

    .form_checkboxlist input {
        width: auto;
    }


#div_signup_form {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    width: 540px;
    margin-left: -270px;
    height: auto;
}

.contact_checkboxlist td {
    text-align: left;
    vertical-align: middle;
}

    .contact_checkboxlist input[type="checkbox"] {
        opacity: 0;
        /*float: left;*/
        display: inline-block;
        width: 26px;
        font-size: 1px;
    }

    .contact_checkboxlist label {
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        /*height: 50px;
        line-height: 50px;*/
        white-space:nowrap;
        overflow:hidden;
        vertical-align: middle;
    }

    .contact_checkboxlist input[type="checkbox"] + label {
        margin: 0;
        margin-left: -20px;
        clear: none;
        padding: 12px 0px 12px 40px;
        cursor: pointer;
        background-image: url('pics/checkbox_unchecked.png');
        background-repeat: no-repeat;
        background-size: 26px 26px;
        background-position: left center;
        z-index: 99;
    }

    .contact_checkboxlist input[type="checkbox"]:checked + label {
        background-image: url('pics/checkbox_checked.png');
    }


.form_warning {
    font-size: 9pt;
    color: #464646;
}

.form_label {
    width: 30%;
    font-family: OpSans;
    text-align: left;
}

.form_data {
    width: 60%;
}

    .form_data input {
        width: 99%;
    }

.submitbutton, .signupbutton {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 100%;
    font-family: OpSansBold;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.submitbutton {
    background-color: #e2007a;
    color: #fff;
}

.signupbutton {
    background-color: silver;
    color: #e2007a;
}

.form_error_text {
    font-family: OpSansLight;
    font-size: 12px;
    color: #e2007a;
}

.form_success_text {
    font-family: OpSansLight;
    font-size: 12px;
    color: #e2007a;
    display: inline-block;
    line-height: 15px;
}
