/*-----------------------------------------------------------------------------
  [CSS - ezsurvey.css]

  Feuille de style des sondages

  1. Liste des sondages
  2. Vue full
  3. Sidebar

-----------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------
  [1. Liste des sondages]
*/

.survey {
    margin:0 0 10px;
    font-size:0.9em;
}

    .survey h2 {
        margin:0;
        padding:0;
    }

    .survey p,
    .survey .participer {
        margin:0;
        padding:0;
        font-size:12px;
        line-height:17px;
    }

/*---------------------------------------------------------------------------
  [2. Vue full]
*/

#full-survey h1 {
    margin:0;
}

#full-survey #intro p {
    padding:6px 5px;
    font-size:17px;
    line-height:20px;
}

#full-survey .questions {
    margin:20px 0 0;
    font-size:0.9em;
}

    #full-survey .questions .nbr {
        border:4px double #fff;
        float:left;
        font-size:20px;
        height:34px;
        line-height:34px;
        margin:0 10px 0 0;
        text-align:center;
        width:34px;
    }
    #full-survey .questions dt {
        clear:both;
    }

    #full-survey .questions label {
        display:inline;
        font-size:0.9em;
        cursor:pointer;
        white-space:nowrap;
    }
    #full-survey .questions input{
        height:auto;
        margin:auto;
    }
    #full-survey .questions textarea {
        width:97%;
    }
    #full-survey .questions .radioButton {
        float:left;
    }
    #full-survey .questions .radio label {
        float:left;
        margin:0 40px 3px 5px;
    }
    #full-survey .questions .checkbox li {
        display:list-item;
        margin:5px 0;
    }
    #full-survey .questions dd {
        clear:left;
        margin:10px auto;
        padding:10px 0 10px 45px;
        width:600px;
    }
    #full-survey .questions dd.result {
        text-align:center;
    }
    #full-survey .questions dd.result object {
        height:200px;
        width:100%;
    }
        #full-survey .questions ul li{
            display:inline;
            margin-right:10px;
        }

        #full-survey .questions .select-box ul li {
            margin-right:0;
            padding:0;
        }

/*---------------------------------------------------------------------------
  [3. Sidebar]
*/

#sidebar .list_old_survey {
    list-style-type:disc;
    list-style-position:outside;
    padding-left:15px;
}
