﻿/*
* Editace kampaně
*/


div.NewCampaign
{
    width: 550px;
    margin: 0px auto;
}

.skylab_question_header
{
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 10px;
}

.SkylabQuestionEditContainer table, .SkylabQuestionEditContainer td
{
    border: 0px solid #C1DAD7;
    vertical-align: middle;
}

.respondAnswerDataDiv
{
    float: left;
    margin-top: 2px;
}

.SkylabQuestionEditContainer div.questionDefinition
{
    margin-left: 70px;
    margin-right: 35px;
}

.SkylabQuestionEditContainer div.questionDefinition div.responds
{
    margin-top: 15px;
    width: 100%;
}

.SkylabQuestionEditContainer div.questionDefinition div.responds div.respondAnswerDiv
{
    width: 200px;
    height: 25px;
    width: 500px;
}

.SkylabQuestionEditContainer div.questionDefinition div.responds div.respondAnswerDiv > div.respondAnswerDataDiv > input[type=text]
{
    width: 460px;
     font-family: Arial,Verdana;
}

.SkylabQuestionEditContainer label
{
    margin-right: 0.5em;
    margin-top: 2em;
    padding-top: 0.2em;
    text-align: right;
    font-weight: bold;
    font-size: 1.25em;
}
.SkylabQuestionEditContainer textarea
{
    width: 100%;
    font-family: Arial,Verdana;
    font-size: 13.333px;
}

table.surveyEdit
{
    width: 700px;
}

.surveyEdit .cancel
{
    background: url('../../Images/icon-cancel.png') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    float: right;
}


.surveyEdit .addAnswer
{
    background: url('../../Images/plus-circle.png') 0 0 no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.surveyEdit .btnMoveContainer
{
    width: 57px;
    height: 90px;
    float: left;
    display: block;
}

.surveyEdit .btnMoveContainer > .numberDiv
{
    border: 0px solid #000000;
    display: block;
    float: left;
    font-size: 30px;
    height: 20px;
    padding-top: 20px;
    width: 30px;
    border-bottom: 0px dotted #000000;
    text-align: right;
}


.surveyEdit .btnMove
{
    width: 16px;
    height: 16px;
    float: left;
    margin: 5px;
    cursor: pointer;
}

.surveyEdit .questionTypeContainer
{
    width: 40px;
    height: 40px;
    float: right;
    border: 0px solid #000000;
    border-top: 0px dotted #000000;
    margin-right: 10px;
}
.surveyEdit .questionTypeContainer > img
{
    margin-top: 30px;
    border: 0px solid #000000;
}

.surveyEdit .questionTypeContainer.type1
{
    background: url('../../Images/pen.png') 0 0 no-repeat;
    background-size: cover;
}
.surveyEdit .questionTypeContainer.type2
{
    background: url('../../Images/checkbox-checked.png') 0 0 no-repeat;
    background-size: cover;
}
.surveyEdit .questionTypeContainer.type3
{
    background: url('../../Images/radiobutton-on.png') 0 0 no-repeat;
    background-size: cover;
}
.surveyEdit .btnMove.btnMoveUp
{
    background: url('../../Images/arrow-090.png') 0 0 no-repeat;
}

.surveyEdit .btnMove.btnMoveDown
{
    background: url('../../Images/arrow-270.png') 0 0 no-repeat;
}
