﻿.clear {
    clear: both;
}

.separator {
    clear: both;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}

.no-border {
    border: none;
}

.form {
    padding: 0px;
    /*border:1px solid #ddd;*/
    background-color: #fff;
}

    .form h2 {
        font-weight: normal;
        border-bottom: 4px solid #eee;
        padding-bottom: 5px;
        font-size: 18pt;
        margin-top: 0;
        line-height: normal;
        color: #555;
    }

    .form .row {
        margin: 1px 0px;
        overflow: hidden;
        display: table-row;
    }

    .form .field {
        width: 350px;
        text-align: justify;
        display: table-cell;
        /**display: block;
        *float: left;*/
        vertical-align: top;
        padding: 8px 5px 8px 0px;
        line-height: 30px;
        text-align: left;
    }

    .form .no-float {
        float: none;
        width: auto;
        text-align: left;
    }

    /*.form .field-multi-line
{
    margin: 4px 10px 0px 0px;    
}*/

    .form .field .info {
        font-weight: normal;
        font-style: italic;
    }

    .form .required {
        color: #ff4a4a;
        font-size: 14pt;
    }

    .form .caption {
        display: table-cell;
        /**display: block;
        *float: left;*/
        vertical-align: middle;
        padding-top: 5px;
    }


    .form .validation {
        display: table-cell;
        /**display: block;
        *float: left;*/
        vertical-align: middle;
        padding: 10px 5px;
        text-align: left;
    }

    .form .intput-width {
        min-width: 250px;
        max-width: 500px;
    }

    .form .seg-caption {
        margin-left: 30px;
        display: block;
    }

    .form .sec-field {
        display: block;
        width: auto;
        text-align: justify;
    }

    .form .sec-caption {
        display: block;
        width: auto;
        text-align: left;
        margin-left: 30px;
    }




.text_input {
    -webkit-appearance: none;
    border-radius: 10px;
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    border: solid 2px #ddd;
    font-size: 1rem;
    padding: 10px 6px;
    width: 284px;
    height: 20px;
    color: #444;
    margin: 2px 0px;
    background-color: #e0efff;
}

.text_input_multiline {
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    border: solid 2px #ddd;
    font-size: 11pt;
    padding: 10px 6px;
    width: 284px;
    background-color: #e0efff;
    color: #444;
}

.ch_input input[type="checkbox"] {
}

.ddl_input {
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    border: solid 2px #ddd;
    font-size: 11pt;
    padding: 8px 2px 8px 2px;
    width: 298px;
    height: 42px;
    color: #444;
    background-color: #e0efff;
    border-radius: 10px;
}

    .text_input:disabled, .ddl_input:disabled {
        background-color: #ddd;
        color: #888;
        border-color: #ddd;
    }

    .ddl_input input[type=text] {
        background-color: #f5f5f5;
        color: #444;
    }

.rbl_input {
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    font-size: 9pt;
    width: 250px;
}

.file_input {
    -webkit-appearance: none;
    border-radius: 0px;
    font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif;
    border: solid 1px #f5f5f5;
    padding: 10px 6px;
    width: 310px;
    height: 20px;
    margin: 2px 0px;
    background-color: #f5f5f5 !important;
}

    .file_input .dxucTextBox {
        background-color: #f5f5f5;
        border: solid 1px #f5f5f5;
        padding: 10px 6px;
    }

    .file_input input {
        font-size: 11pt !important;
        color: #aaa !important;
        font-family: new-atten-round, Arial, sans-serif, 'Open Sans',sans-serif !important;
    }

    .file_input .dxucBrowseButton {
    }

.cbo_input {
    margin: 5px 0px;
}

    .cbo_input td {
        position: relative;
        vertical-align: top;
        padding-right: 20px;
    }

    .cbo_input input {
        position: absolute;
    }

    .cbo_input label {
        left: 20px;
        position: relative;
    }

.form .tbl {
    width: 100%;
}

    .form .tbl th {
        background-image: none;
        padding: 4px 7px;
        font-weight: normal;
        font-size: 13px;
        font-weight: bold;
        color: #444;
        border-top: solid 4px #202f63;
        background-color: #fff;
        border-right: solid 1px #f0f0ef;
        border-bottom: solid 1px #f0f0ef;
        border-left: solid 1px #f0f0ef;
    }

    .form .tbl tr.even td {
        padding: 2px 7px;
        background-color: #fafafa;
        border: solid 1px #f0f0ef;
    }

    .form .tbl tr.odd td {
        padding: 2px 7px;
        background-color: #fefefe;
        border: solid 1px #f0f0ef;
    }

.watermark {
    color: #aaa;
}

@media screen and (max-width: 664px) {
    .form .row {
        display: block;
    }

    .form .field {
        display: block;
        text-align: left;
        width: 100%;
    }

    .form .caption {
        display: block;
    }

    .form .validation {
        display: block;
        padding: 3px 0px 0px 0px;
    }


    .form .text_input {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .form .text_input_multiline {
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .form .ddl_input {
        width: 100%;
    }
}

.sharerFail {
    font-size: 16px;
    border: none;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    border: solid 1px #ccc;
    font-weight: bold;
    color: #d40d14;
    background-color: #ffeeee;
    display: block;
    float: none;
}

/*Social Area*/
.social-form-item {
    display: table-row;
}

.social-spacer {
    padding: 3px;
}

.social-form-item .social-field {
    display: table-cell;
    background-color: #efefef;
    font-size: 10px;
    padding: 0px 6px;
    border: 1px solid #eee;
    color: #888;
    text-align: right;
    width: 120px;
    vertical-align: middle;
}

.social-form-item .social-value {
    display: table-cell;
}

    .social-form-item .social-value input {
        margin: 0;
        width: 135px;
    }

.social-value .text_input {
    width: 117px !important;
}
