<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 &gt;  Dynamic Echo Cycle ©
 &gt;  http://www.daiereh.com
 &gt;  Daiereh © - Software Engineering, Interactive Agency
 
 &gt;&gt; version 1.0
 &gt;&gt; date: 2016-04-27

*/

.w_8_Property {
    text-align: right;
}

.w_8_addSBox .detailsWrapper {
    margin: 0 auto;
    max-width: 840px;
    text-align: right;
}

.w_8_field {
    display: inline-block;
    position: relative;
    height: 60px;
    min-width: 80px;
    margin: 0 5px 5px;
    border: 1px dotted #aaa;
    padding: 5px;
    border-radius: 3px;
}

.w_8_fieldBtn {
    width: 100px;
    display: inline-block;
    /*margin-right: -58px;*/
    background-color: rgba(255, 255, 255, 0.84);
    text-align: left;
}

    .w_8_fieldBtn .w_8_editField,
    .w_8_fieldBtn .w_8_delField {
        border: none;
        background: none;
        font: inherit;
        padding: 3px 0;
        cursor: pointer;
        color: #3f67a7;
    }

    .w_8_fieldBtn .w_8_delField {
        color: #f00;
    }

        .w_8_fieldBtn .w_8_editField:hover,
        .w_8_fieldBtn .w_8_delField:hover {
            text-decoration: underline;
        }

.w_8_mainSection .generalradiobuttonlist tr {
    display: block;
    float: right;
}


.w_8_cForm,
.w_8_cForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w_8_cForm {
    width: 100%;
    padding: 5px;
}

    .w_8_cForm.w_8_ltr {
        direction: ltr;
        text-align: left;
    }

    .w_8_cForm.w_8_rtl {
        direction: rtl;
        text-align: right;
    }

.w_8_ltr .w_8_fBtnSec {
    text-align: right;
}

.w_8_rtl .w_8_fBtnSec {
    text-align: left;
}

.w_8_fSec {
    margin-top: 13px;
}

    .w_8_fSec .h4 {
        margin: 10px 0;
    }

.w_8_message {
    text-shadow: 0 0 15px;
    line-height: 16px;
    white-space: nowrap;
    display: none;
    padding: 0 7px;
    font-size: 12px;
    color: #f00;
    vertical-align: middle;
}

    .w_8_message:after {
        content: ' ';
        white-space: normal;
    }

.w_8_successMessage {
    color: #0cbf0c;
}

.w_8_sendingMessage {
    color: rgb(255, 126, 0);
}

.w_8_label {
    display: inline-block;
    width: 2cm;
    padding-left: 7px;
    vertical-align: middle;
}

.w_8_ltr .w_8_label {
    padding-left: 0;
    padding-right: 7px;
}

.w_8_requiredField .w_8_label:after {
    content: " *";
    font:inherit;
    color:red;
}

.w_8_fileupload,
.w_8_txtInput,
.w_8_multiline {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 1px;
    padding: 2px 10px 3px;
    color: #555;
    min-width: 50px;
    max-width: 100%;
    font-family: inherit;
    line-height: 20px;
}

.w_8_fileupload,
.w_8_txtInput {
    width: 200px;
}

.w_8_fileupload {
    padding: 2px 0 0;
}

.w_8_multiline {
    width: 300px;
    height: 110px;
    padding: 11px;
    vertical-align: top;
}

.w_8_sendBtn {
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 1px;
    padding: 3px 10px;
    font-family: inherit;
    margin: 0 0.73cm;
    cursor: pointer;
}

    .w_8_sendBtn:disabled {
        cursor: not-allowed;
    }

.w_8_success .w_8_successMessage {
    display: inline-block;
}

.w_8_failure .w_8_failureMessage {
    display: inline-block;
}

.w_8_sending .w_8_sendingMessage {
    display: inline-block;
}
</pre></body></html>