@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/crimson-text-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
    url('../fonts/crimson-text-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/crimson-text-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/crimson-text-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/crimson-text-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/crimson-text-v8-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Crimson Text', serif;
}

.languageSwitch {
    margin-top: 15px;
}

.nl-selected .en { display: none; }
.en-selected .nl { display: none; }

.language-flag {
    height: 16px;
}

.largeInput {
    font-size: 3rem !important;
    height: 6rem !important;
}

.largeInputLabel {
    font-size: 2rem !important;
}

.timer {
    width: 100%;
    height: 30px;
    border: 1px solid #407eed;
}

#timer-bar {
    background: cornflowerblue;
    height: 100%;
}

#waiting-room-time-remaining {
    font-weight: bold;
}

#waiting-others-members > li, #waiting-room-members > li {
    vertical-align: bottom;
}

#index-current-task {
    color: red;
}

#testServerBanner {
    position: fixed;
    background: red;
    border: 2px dashed whitesmoke;
    color: whitesmoke;
    font-size: 24pt;
    z-index: 5000;
    top: 50%;
    left: 0px;
    width: 200px;
    margin-left: -80px;
    text-align: center;
    transform: rotate(90deg);
}

.slider .slides {
    background: white;
}

.tap-target {
    color: #fff;
}
.tap-target-content  > a {
    color: #fff;
    text-decoration:underline;
}

.proposals-proposal > ul {
    list-style-type: disc;
}

.side-nav li>a {
    font-weight: normal;
}

.side-nav li>a.active-menu-item {
    font-weight: bold;
}

#side-nav-instruction {
    padding: 32px;
    line-height: 1.5em;
    font-size: 14px;
}


nav .logo {
    position: relative;
    width: 1em;
    top: 11px;
}

@media only screen and (max-width: 600px) {
    nav .brand-logo {
        font-size: 1.6rem;
    }

    nav .logo {
        position: relative;
        width: 1em;
        top: 8px;
    }
}
.white-space-pre-wrap {
    white-space: pre-wrap;
}

.vote-overview-yes-no {
    padding-left: 8px;
    margin-top: 16px;
}

.vote-overview-yes {
    border-left: 3px solid green;
}

.vote-overview-no {
    border-left: 3px solid darkred;
}

nav ul a {
    background-color: rgba(0,0,0,0.3);
}

.frame {
    z-index: 100;
    margin: 25px 0 25px 0;
    background: #f5f2f0;
    border: solid 1px rgba(51,51,51,0.12);
    padding: 0px 12px 0px 12px;
}

.frame-title-wrapper {
    font-size: 250%;
    width: inherit;
    padding: 15px;
    height: 2em;
}

.frame-title {
    position: fixed;
    border: solid 1px rgba(51,51,51,0.12);
    background: white;
    width: inherit;
    padding: 5px 20px 5px 5px;
    z-index: 100;
}

.proposal {
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 15px;
    border-right-width: 2px;
}


.proposal-icon {
    left: 5px;
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url("../images/proposal.svg");
    background-size:cover
}
.proposal-title {
    text-transform: uppercase;
}
.proposal>.card-content {
    padding-left: 64px;
}
.proposal-username {
    font-size: 1.2rem;
}

.vote-badge {
    display: inline-block;
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    border-radius: 5px;
}

.inline-icon {
    vertical-align: middle;
}
