/* 
    Document   : style_feedback
    Created on : 22.04.2011, 9:41:29
    Author     : automation10
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Общее для контента */
.content_text {
    line-height: 18px;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    min-height: 620px;
}

.content_text p {
    margin-bottom: 25px;
}

.content_text a {
    color: #2262bb;
    text-decoration: underline;
}

/* Подзаголовок */
.sub_title {
    font-weight: bold;
    margin: 7px 0;
}

/* Блок "Вы хотите:" */
.select_title {
    width: 80px;
    height: 90px;
}

/* begin Comboboxs */
.comboboxs {
    width: 280px;
}
select#reason, select#theme {
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    padding: 4px;
    width: 100%;
    background-color: #fff;
    height: 30px;
}

/* end Comboboxs */

/* begin Кнопки */
.grey_but {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
    /*padding-left: 10px;*/
    margin-bottom: 20px;
    float: left;
}
.grey_ {
    background: url("/i/button_1.png?v=3") no-repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    height: 35px;
    width: 120px;
    padding-bottom: 2px;
    position: absolute;
    top: 0;
    text-align: center;
}
.white_{
    height: 35px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0px 31px;
    font-size: 17px;
    color: #25292c;
    cursor: pointer;
}
.blue_{
    height: 35px;
    background-color: #4873b8;
    border-radius: 2px;
    padding: 0px 31px;
    font-size: 17px;
    color: #ffffff;
    cursor: pointer;
    border: solid 1px #4873b8;
}
.btn_disabled{
    background: #DEDEDE;
    border-color: #DEDEDE;
    cursor: auto;
}
.grey_.big{
     background: url(" /cp/styles/mr/imageset/button1_new_huge.png") repeat scroll 0px 0px transparent;
}
.grey_hover {
    background: url("/i/button_1.png?v=3") repeat scroll 0px 0px transparent;
    border: 0 none;
    height: 35px;
    width: 120px;
}
.grey_hover.big{
     background: url(" /cp/styles/mr/imageset/button1_new_huge.png") repeat scroll 0px 0px transparent;
 }
 
.grey_disable {
    background-position: 0 0;
    color: #8f8f8e;
    -moz-user-input: disabled;
     background: url("/i/button_1.png?v=2") no-repeat scroll 0 0 transparent;
     height: 35px;
     width: 120px;
}
/*
.grey_but_left {
    background: url("/i/but_inert_LR.png") repeat scroll 0 40px transparent;
    border: 0 none;
    float: left;
    height: 20px;
    width: 3px;
}
.grey_but_left_hover {
    background: url("/i/but_inert_LR.png") repeat scroll 0 20px transparent;
}
.grey_but_left_disable {
    background-position: 0 0;
}

.grey_but_right {
    background: url("/i/but_inert_LR.png") repeat scroll 9px 40px transparent;
    border: 0 none;
    float: left;
    height: 20px;
    width: 3px;
}
.grey_but_right_hover {
    background: url("/i/but_inert_LR.png") repeat scroll 9px 20px transparent;
}*/
.grey_but_right_disable {
    background-position: 9px 0;
}
/* end Кнопки*/

/* begin Кнопки внизу*/
#bottom_buttons {
    margin-top: 40px;
    margin-bottom: 40px;
    /*padding-bottom: 120px;*/
    width: 300px;
    display: inline-flex;

}
#grey_butID{
    margin: 0px 0px 0px -10px;
}
.floatR{
    padding-left: 20px;
}

/* end Кнопки внизу*/

/* begin Форма отправки заявки */
#request_block {
    margin-top: 10px;
  /*  background-color: #f8f7ec;*/
    border-top: 1px solid #fff;
   /* width: 96%;
    padding-left: 35px;*/
}

#request_block tr[id|="pad_"] td {
    color: red;
    padding: 20px 10px;
    vertical-align: top;
}

#request_block>div {
    padding: 20px 10px;
}

#your {
    min-height: 36px;
}

#address {
  min-height: 77px;
}

#question {
    height: 190px;
}

#screenshot {
    height: 107px;
    /*padding-top: 0px !important;*/
}

#screenshot #cell_two #comment {
    margin-left: 100px;
}

.dotted {
    border-bottom: 1px dotted #dadad9;
}

#cell_one {
    width: 170px;
}
.myClassR{
    margin-right: 10px;
    float: right;
}
.radioHelp{
    display: grid;
}
#address #cell_two {
    padding-bottom: 10px;
    position: relative;
    display: grid;
}

#address select {
    /*height: 20px;*/
    width: 360px;

    margin-bottom: 15px;
    border: 1px solid #cccccc;
    padding: 4px;
   /* width: 100%;*/
    background-color: #fff;
    height: 30px;
}

#address select option {
    padding-left: 4px;
}

#address input {
    height: 18px;
    width: 350px;
    border: 1px solid #cccccc;
    padding: 4px;
}
#request_block input.empty_required, #request_block textarea.empty_required{
     border-color: #ff0000 !important;
 }

#address input:focus, select:focus, textarea:focus {
    border: 1px solid #7f9db9;
}

#comment,#error_load {
    font-size: 12px;
    color: #999;
    line-height: 14px;
    margin-top: 11px;
}
#error_load{color: #b00800;}
textarea {
    height: 210px;
    width: /*438*/430px;
    border: 1px solid #7f9db9;
}
#text_question {
    padding: 2px 4px;
    -moz-padding-start: 4px;
    -khtml-padding-start: 4px;
}

div[id^='fileno'] {
    padding-bottom: 7px;
}

#del_file {
    padding: 5px 10px;
    width: 14px;
}

input[type="button"][class="img_delfile"], input[type="button"][class="img_delfile2"], input[type="button"][class="img_delfile3"] {
    background: url("/i/icn_Cross_Clear.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 14px;
    border: 0 none;
}

.img_delfile_active {
    background: url("/i/icn_Cross_Clear.png") no-repeat scroll 0 -14px transparent;
    height: 14px;
    width: 14px;
    border: 0 none;
}

.img_delfile_active:hover {
    background-position: 0px -28px;
}

.file_input_hidden {
    position: absolute;
    filter: alpha(opacity=0);
    width: 100px;
    font-size: 45px;
    top: 0px;
    right: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

#file {
    padding-bottom: 10px;
}

form>.error {
    width: 538px;
    margin-left: -10px;
}
/* end Форма отправки заявки */

/* begin Блок Наводящих вопросов */
.direct_block {
    height: 240px;
}
#direct_questions {
    width: 540px;
    height: 220px;
    overflow-y: scroll;
    background-color: white;
    margin: 10px;
    padding: 0px !important;
    border: 1px solid #6f7470;
}

.direct_row {
    background: url(/img/icons/quest_bw.png) no-repeat 10px 12px;
    padding: 10px 0 10px 35px;
}

.direct_row_hover {
    background: url(/img/icons/quest_color.png) no-repeat 10px 12px;
    background-color: #f5faff;
    color: #3c4d60;
    cursor: pointer;
}

.direct_row_active {
    background: url(/img/icons/quest_green.png) no-repeat 10px 12px;
    background-color: #f9ffed;
    color: #384a15;
}

.direct_last {
    background: url(/img/icons/pen_bw.png) no-repeat 10px 12px;
    padding: 10px 0 10px 35px;
}

.direct_last_hover {
    background: url(/img/icons/pen_color.png) no-repeat 10px 12px;
    background-color: #f5faff;
    color: #3c4d60;
    cursor: pointer;
}

.direct_last_active {
    background: url(/img/icons/pen_green.png) no-repeat 10px 12px;
    background-color: #f9ffed;
    color: #384a15;
}
/* end Блок Наводящих вопросов */

/* begin Диалоговая страница */
#dialog_title, #dialog_text, #dialog_quest {
    padding-left: 25px;
}

#dialog_title {
    background: url(/img/icons/quest_color.png) no-repeat 0px 2px;
    color: #3c4d60;
    padding-bottom: 2px;
}

#dialog_text {
    padding-bottom: 20px;
    float: left;
    width: 980px;
}

.dialog_block {
    margin-top: 10px;
    padding: 20px 10px 10px 30px !important;
    float: left;
    display: block;
    margin-bottom: 10px;
}

input[type='radio'] {
    margin-right: 5px;
}
.ans_info {
    padding: 0 0 10px 0 !important;
    float: left;
    display: block;
    width: 520px;
}
.ans_info input{
    height: 20px;
    float: left;
}
.ans_info label{float: left; cursor: pointer}
/* end Диалоговая страница */

/* begin Завершенный диалог */
#cause {
    width: 100px;
    padding-left: 20px;
}

#last_question {
    padding-left: 30px !important;
}

#last_answer {
    background-color: #f9ffed;
    border: 1px solid #89a98d;
    text-align: center;
    padding: 15px !important;
    margin: 10px 10px 20px 0px;
    line-height: 18px;
    float: left; 
    width: 520px
}

#shortcut {
    padding-left: 25px;
    background: url(/img/icons/goto_arrow.png) no-repeat 0px 130px;
    color: #3c4d60;
    padding-bottom: 2px;
    /*float: left;*/
    width: 520px;
}

/* end Завершенный диалог */

/* begin Страница Отправленного вопроса */
#thanks_block {
    margin-left: -10px;
    margin-top: 10px;
}
#thanks {
    background-color: #f9ffed;
    border: 1px solid #89a98d;
    line-height: 18px;
    padding: 10px;
}

.big_red_title {
    font-size: 17px;
    color: #b00800;
    margin-top: 90px;
}

.tick_block {
    padding: 10px 0 20px 0;
}

.tick {
    line-height: 18px;
    color: #666;
    padding-left: 20px;
    background: url(/img/icons/allow_arrow.png) no-repeat 5px 5px;
}

#reg_block {
    height: 460px;
    background-color: #f8f7ec;
    border: 1px solid #dddcc6;
    padding: 0 10px;
}

#reg_block>div {
    padding: 15px;
}

.icon_help {
    background: url(/img/icons/quest_color.png) no-repeat 0px 0;
    width: 26px;
    height: 18px;
}

.cell_title {
    width: 140px;
}

.cell_data {
    margin-left: 140px;
    padding-bottom: 10px;
}

#confirm_code {
    width: 100px;
    margin-top: -3px;
}

.cell_data input[type='text'], .cell_data input[type='password'] {
    line-height: 18px;
    padding: 2px 5px;
    height: 14px;
    margin-right: 8px;
    width: 190px;
}

.refresh-cc {
    width: 80px;
    background: url(/cp/styles/mr/imageset/bg_button_80.png) no-repeat/* 5px 4px*/;
    border-width: 0px;
    height: 20px;
    font-size: 11px;
/*    padding: 5px 2px;*/
}

.register.grey_but, .register.grey_ {
    width: 228px;
}

.tree{
    width: 98%;
}

#register .error, .error {
    width: 528px;
    margin-left: 0px;
}

sup.requiredStar {
    color: red;
    font-size: 10px;
}
.row_check{
    margin-left: 20px;
}
.row_check .block_field {
    width: 100%;
    display: inline-block;
}
.row_check .block_field .line_check {
    margin-bottom: 8px;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.employer_reg_form .block_user_accepted .row_check .block_field .line_check a, #feedback_form .row_check .block_field .line_check a {
    color: #4873b8;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.row_check .block_field .line_check a:hover {
    text-decoration: underline !important;
}
 .row_check .block_field .line_check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 12px;
}
 .row_check .block_field .line_check input:checked ~ .check {
    border-radius: 1px;
    border: 2px solid #4873b8;
    background: url(/style_new/img/form/check-3.svg) no-repeat 1px 2px #4873b8;
}
.row_check .block_field .line_check .check {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    margin: 4px 8px 4px 0;
    width: 14px;
    height: 14px;
    background: #FFF;
    border: 2px solid #CDD1DA;
    vertical-align: middle;
    float: left;
}
.blue_.disabled {
    cursor: default;
    background-color: #CBCBCB !important;
    border-color: #CBCBCB !important;
}
#cell_two #showPassword {
    position: absolute;
    left: 290px;
    top: 6px;
    text-decoration: none;
    color: #4873b8;
    cursor: pointer;
    font-family: "Roboto regular", sans-serif;
    font-weight: 400;
}
/* end Страница Отправленного вопроса  */