
/* Social pull */

/*.quest{
    padding: 10px;
    border:1px solid #000;
    margin: 10px;
}*/

.soc_form{
    font-family: Arial;
}

.list_questions h2{
    text-align: center;
    padding: 10px 10px 20px 10px;
}

.list_questions .quest{
    padding: 20px 0px;
}

.list_questions .page_quest{
    display: none;
}
.list_questions .page_quest.chek{
    display: block;
}

.list_questions .page_quest .navi{
    cursor: pointer;
    display: inline-block;
}

.rating{
    width: 100px;
    height: 20px;
    position: relative;
}

.rating li{
    list-style-type: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    cursor: pointer;
    background: url('/d/img/rating_lpu.png') 0 -18px no-repeat;
    z-index:2;
}

.rating li:hover{
    background: url('/d/img/rating_lpu.png') 0 1px no-repeat; 
    z-index: 7!important;
}

.one_quest_wrap{
    margin-bottom: 15px;
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 15px;
}

.one_quest_wrap label{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.one_quest_wrap input, .one_quest_wrap select, .one_quest_wrap .big_text_wrap{
    font-size: 20px;
    margin: 0;
    padding: 5px 10px;
    border: 1px solid #113F70;
    color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.one_quest_wrap select{
    width: 100%;
}

.steps_switcher_wrap{
    margin-top: 10px;
    font-style: italic;
}

.one_quest_wrap .radios{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.page_quest .submit_btn{
    background: #124473;
    color: #ffffff;
    border: none;
    padding: 5px;
    margin: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;     
    cursor: pointer;
    font-size: 15px;
}

.page_quest .prev_navi .submit_btn{
    margin-right: 10px;
}

.one_quest_wrap .big_text_wrap{
    padding: 5px;
    background: #ffffff;
}

.one_quest_wrap .big_text{
    width: 100%;
    border: none;
    resize: vertical;
    min-height: 100px;
}

.one_quest_wrap .one_check_box_label{
    display: inline;
}

.one_quest_wrap .one_check_box{
    margin-left: 5px;
}

#step_switch_message{
    padding: 10px 0px 0px 0px;
    color: red;
}

.page_quest_end{
    text-align: center;
    color: #069B12;
    font-size: 18px;
}