/**
 * LabintheWild study template
 *
 * authors: Krzysztof Gajos
 */

/* remove callout menu functionality */
* {
    -webkit-touch-callout: none;
}

body {
    margin: 5px;
    padding: 0;
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #222;
}

a:link, a:visited, a:hover {
    text-decoration:none;
    color:#0099cc;
}

a:active {
    color: #003b4e;
}

.logo { float: left; margin-top: 30px; margin-bottom: 15px; }

.share_text { float:right; margin-top:15px; font-size: 13px; color:#888; }
.share_this { clear:right; float: right; margin-top: 5px; }

.separator {
    margin-top: 31px;
    margin-bottom: 20px;
    height: 10px;
    clear: both;
    display: block;
    width: 100%;
    border-top: 2px dotted #366;
}

img, a img {
    border: none;
}

.page {
    display: block;
}

.header {
    display: block;
}

.w800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#demographics_page label {
    font-weight: normal;
}

#comments_page label {
    font-weight: normal;
}

.likert input[type=radio] {
    margin-left: 5px;
    margin-right: 5px;
}

.likert label {
    font-weight: normal;
    font-style: italic;
}

.option-set-header {
    font-weight: bold;
    margin-top: 24px;
    font-size:16px;
}

.slidecontainer {
    width: 80%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliderdiv {
    display:inline;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

#formItem label {
    display: block;
    text-align: center;
    line-height: 150%;
    font-size: .85em;
}

#wordButtons {
    display: block;
}

.words {
    margin: 3px;
}

.parent-container {
    width: 400px;
}

#why_link {
    text-decoration:none;
    color:#0099cc;
}

.cluster {
    width: 340px;
    height: 200px;
    margin: 2px;
    border: 2px solid #0f0f0f;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

img {
    margin-left: 10px;
}

.cluster_div {
    width: 350px;
    height: 320px;
    text-align: -webkit-center;
    /*margin: 10px;*/
}

.over {
    border: 2px dashed #000;
}

#selves_slider_label {
    display: block;
    text-align: center;
}

.words_label {
    display: inline-block;
    margin-right:2px;
}

#piechart {
    display: inline-block;
    margin: 0 auto;
}

#clusters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
}

.cluster_name {
    margin-right: 2px;
}