/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-Jul-2016, 11:35:41
    Author     : kimmo
*/

.hidden{
    display: none;
}

.marginTop {
    margin-top: 2em;
}

.smallMarginLeft {
    margin-left: 1em;
}

.smallMarginRight {
    margin-right: 0.5em;
}

.surveyWidth {
    width: 25%;
}

.roundButtons{
    border: solid;
    border-width: 0.2em;
    border-color: #b3b3b3;
    border-radius: 0.5em;
    font-weight: bold;
    padding: 0.5em;
    background-color: #e6e6e6;
}

.roundButtons:focus{
    outline: none;
}

.workerSurvey h3 {
    margin-bottom: 1em !important;
    font-size: 1.5em;
}

.workerSurvey input.form-control {
    border-style: solid;
    border-width: 0.2em;
    border-radius: 0.5em;
    border-color: #d9d9d9;
    outline: none;
    padding: 1em;
}

.workerSurvey .openInput {
    width: 95%;
    border-style: solid;
    border-width: 0.2em;
    border-radius: 0.5em;
    border-color: #d9d9d9;
    outline: none;
    padding: 1em;
    resize: none;
}

.workerSurvey input:focus{
    border-color: #000;
}

.workerSurvey textArea:focus{
    border-color: #000;
}

.workerSurvey .topicText {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
}

.workerSurvey i {
    margin-top: 0.5em;
    margin-right: 0.2em;
    display: inline-block;
}

.workerSurvey .fa-plus {
    color: #00b300;
}

.workerSurvey .fa-times {
    color: #ff0000;
}

.workerSurvey .openQuestion,.workerSurvey .radioQuestion,.workerSurvey .multiQuestion,.workerSurvey .newQuestion{
    margin-bottom: 2em;
    width: 100%;
}

.workerSurvey input[type=radio]{
    margin-left: 2em;
    float: right;
}

.workerSurvey #radioOptionsTopic {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-bottom: 0.5em;
}

.workerSurvey .spanRight {
    margin-left: 2.65em;
}

.workerSurvey .radioOptions {
    margin-bottom: 1em;
}

.workerSurvey fieldset {
    border: none;
}

.workerSurvey .removeLink:hover {
    background: none;
    background-color: transparent;
}

.workerSurvey .remove {
    font-size: 1.5em;
    display: inline-block;
    vertical-align: central;
    margin-left: 0.5em;
}

.workerSurvey .addQuestion {
    margin-bottom: 1em;
}

/*.workerSurvey button {
    border: solid;
    border-width: 0.2em;
    border-color: #b3b3b3;
    border-radius: 0.5em;
    font-weight: bold;
    padding: 0.5em;
    background-color: #e6e6e6;
}

.workerSurvey button:focus{
    outline: none;
}*/

.workerSurvey .timelimit {
    margin-bottom: 2em;
}

.workerSurvey .timelimit input {
    border-style: solid;
    border-width: 0.2em;
    border-radius: 0.5em;
    border-color: #d9d9d9;
    outline: none;
    padding: 0.5em;
}

.workerSurvey .timelimit input:focus{
    border-color: #000;
}

.workerSurvey .newOptions:empty{
    display: none;
}

.workerSurvey #maxLength {
    float: right;
}

.workerSurvey .multiCheckbox {
    margin-top: 1em;
    margin-right: 0.5em;
}

.workerSurvey .sendButton {
    margin-top: 2em;
    float: right;
}

.workerSurvey .teamSelect {
    margin-bottom: 0.5em;
}

.workerSurvey .surroundSelect {
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: url(new_arrow.png) no-repeat right #e6e6e6;
    border-style: solid;
    border-width: 0.2em;
    border-radius: 0.5em;
    border-color: #b3b3b3;
    outline: none;
}

/*.workerSurvey #teamSelectMenu {
    border-style: solid;
    border-width: 0.2em;
    border-radius: 0.5em;
    border-color: #d9d9d9;
    outline: none;
    padding: 0.3em;
}*/ 

.workerSurvey .teamSelectMenu {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    outline:none
}

.workerSurvey .teamSelectMenu:focus {
    border-color: #000;
}

.workerSurvey .addTeamSelect {
    margin-bottom: 2em;
}

.topicUl
{
	padding: 0;
    list-style-type: none;
    
}
.topicUl li
{
	margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 1em;
    font-weight: bold;

	list-style-type:none;
}


.topicUl ul>li>a
{
	text-decoration:none;
	color:black !important;
}
