﻿.qa_invite {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

    .qa_invite p a.ref_button {
        font-size: 1.1em;
        width: 158px;
        margin-top: 10px;

    }


.qa_sidebar {
    background: #4c637b /*#C6DD7D*/;

    color: white;
    width: 200px;
    float: right;
    padding: 10px;
    margin-bottom: 40px;
}

/*.qa_sidebar h1 {
    font-weight: normal;
    font-size: 16pt;
}*/

/* sidebar experts*/
.expert_item {
    padding-top: 10px;
}
.expert_item img {
    float: left;
    width: 80px;
    height: 89px;
}

.expert_item .name {
    margin-left: 85px;
    margin-top: 8px;
}

.expert_item .name p {
    font-size: 12pt;
}

.expert_item .name p  i{
    font-size: 10pt;
}

/* =======================*/

.qa_content {
    /*background: #F4ECCE;*/
    margin-right: 270px;
    /*padding: 10px;*/
}

.q_item {
    margin: 0 20px 10px 0; 
}

.q_date {
    background-color: #d7d7d7;
    font-size: 1.1em;
    padding: 4px;
}

.q_text_il {
    background-color: #efefef;
    min-height: 40px;
    font-size: 1.2em;
    padding: 4px 10px;
    text-align:justify;
}

.q_text_il_chet_nechet {
    background-color: #efefef;
    min-height: 40px;
    font-size: 1.1em;
    padding: 4px 10px;
    text-align:justify;
}

.q_text {
    background-color: #efefef;
    min-height: 40px;
    font-size: 1.2em;
    padding: 4px 10px;
    text-align:justify;
}

.q_text_uslugi {
    background-color: #efefef;
    min-height: 40px;
    font-size: 1.2em;
    padding: 4px 10px;
    text-align:justify;
}

.q_text_KEP {
    background-color: #efefef;
    min-height: 40px;
    font-size: 1.2em;
    padding: 4px 10px;
    text-align:justify;
}

.q_reply {
    background-color: #d7d7d7;
    font-size: 1.1em;
    padding: 4px 4px 4px 590px;
}

.a_item {
    margin: 0 0 10px 20px; 
}

/* Forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

form label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}
input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #4c637b /*#d3dce0*/;
        /*border: 1px solid #787878;*/
        cursor: pointer;
        color: white;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}