@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext);
html, #content {
    height: 100%;
    font-family: 'Open Sans'
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #FFFFFF !important;
    font-size: 16px;
    color: #49586e;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    padding-bottom: 30px;
}

#app, #root, #main-row {
    height: 100%;
}

h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    line-height: 150%;
}

h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
}

a {
    color: #49586e;
}

/* Margin & Padding Settings */

.mar20 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mar40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mar80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.pad20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad60-bottom {
    padding-bottom: 60px;
}

.no-top {
    margin-top: 0;
    padding-top: 0;
}

.no-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInDown {
    visibility: visible;
}

#main-row > div {
    margin-top: 100px;
}

@media only screen and (max-height: 900px) {
    #main-row > div {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #main-row > div {
        margin-top: 0px;
    }
}

.center {
    text-align: center !important;
}

.slider {
    min-width: 185px;
    width: 100%;
    margin: auto;
}

.slider-value {
    display: inline-block;
    width: 60px;
    border-radius: 4px 0 0 4px;
    padding: 4px 8px;
    text-align: center;
    background: #88b943;
    color: white;
}

.slider-value-disabled {
    display: inline-block;
    width: 55px;
    border-radius: 4px;
    padding: 4px 8px;
    content: '';
    text-align: center;
    background: lightgrey;
    color: white;
}

.slider-value:before {
    content: '';
    left: 5px;
    bottom: 2px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #88b943;
}

.slider-check {
    position: absolute;
    border-radius: 50%;
    padding: 5px;
    margin-left: -14px;
    z-index: 5;
    font-size: 18px;
}

.slider-check.fa-close {
    width: 30px;
    position: absolute;
    right: 0;
    background-color: lightgrey;
    border: 1px solid lightgrey;
}

.slider-check.fa-close:hover {
    background-color: grey;
    border: 1px solid grey;
}

.slider-check-close {
    border-radius: 50%;
    padding: 5px 7px;
    z-index: 444;
    font-size: 18px;
    color: white;
    background: darkgrey;
    border-color: darkgrey;
    transition: transform 200ms;
    transform: rotate(45deg);
}

.slider-check-close:hover {
    background: grey;
    border-color: grey;
}

.enabled-slider {}

.enabled-slider .slider-value,
.enabled-slider .comment-button,
.enabled-slider .slider-check-close {
    margin-top: 6px;
}
.enabled-slider .slider-check-close {
    transform: rotate(0deg);
}

.slider-disable {
    display: flex;
    width: calc(100% + 24px);
    position: relative;
    flex-wrap: wrap;
    padding: 5px 0px;
    margin: 10px 0px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 16px;
    background-color: lightgrey;
}

.user-error-message {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    color: black;
    transition: opacity 0.4s ease-in-out;
    margin-top: 50px;
}

.user-error-message.show {
    opacity: 1;
}

.rangeslider {
    margin: 20px 0;
    position: relative;
    background: #e6e6e6;
  }
  .rangeslider,
  .rangeslider .rangeslider__fill {
    display: block;
  }
  .rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 5;
  }
  .rangeslider .rangeslider__handle:focus {
    outline: none;
  }
  .rangeslider .rangeslider__handle .rangeslider__active {
    opacity: 1;
  }
  .rangeslider .rangeslider__handle-tooltip {
    width: 210px;
    height: 32px;
    text-align: center;
    position: absolute;
    background-color: #88b943;
    font-weight: normal;
    font-size: 14px;
    transition: all 100ms ease-in;
    display: inline-block;
    color: white;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 445;
  }
  .rangeslider .rangeslider__handle-tooltip span {
    margin-top: 9px;
    display: inline-block;
    line-height: 100%;
  }
  .rangeslider .rangeslider__handle-tooltip:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
  }
  /**
  * Rangeslider - Horizontal slider
  */
  .rangeslider-horizontal {
    height: 16px;
    border-radius: 10px;
  }

  .rangeslider, .rangeslider .rangeslider__fill {
    display: block;
  }

  .rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    background-color: #7cb342;
    border-radius: 10px;
    top: 0;
  }
  .rangeslider-horizontal .rangeslider__handle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: 42%;
    transform: translate3d(-50%, -50%, 0);
  }
  .rangeslider-horizontal .rangeslider__handle:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 9px;
  border-radius: 50%;
  background-color: #dadada;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .4), inset 0 -1px 3px rgba(0, 0, 0, .4);
  }
  .rangeslider-horizontal .rangeslider__handle-tooltip {
    top: -32px;
  }
  .rangeslider-horizontal .rangeslider__handle-tooltip:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #7cb342;
    left: 50%;
    bottom: -8px;
    transform: translate3d(-50%, 0, 0);
  }
  /**
  * Rangeslider - Vertical slider
  */
  .rangeslider-vertical {
    margin: 20px auto;
    height: 150px;
    max-width: 10px;
    background-color: transparent;
  }
  .rangeslider-vertical .rangeslider__fill,
  .rangeslider-vertical .rangeslider__handle {
    position: absolute;
  }
  .rangeslider-vertical .rangeslider__fill {
    width: 100%;
    background-color: #7cb342;
    box-shadow: none;
    bottom: 0;
  }.rangeslider__handle-tooltip
  .rangeslider-vertical .rangeslider__handle {
    width: 30px;
    height: 10px;
    left: -10px;
    box-shadow: none;
  }
  .rangeslider-vertical .rangeslider__handle-tooltip {
    left: -100%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .rangeslider-vertical .rangeslider__handle-tooltip:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.8);
    left: 100%;
    top: 12px;
  }


.statements {
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
}

.slider-with-val {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.slider-container {
    width: calc(100% - 90px);
    min-width: 200px;
}

.slider-container-full {
    width: 100%;
}

.value-indicator {
    position: relative;
    margin-left: 24px;
}

.value-indicator span:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    left: -10px;
    border-right-color: #88b943;
}

.statement {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.statement-sm {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 34px;
    gap: 8px;
}

.statement-sm .text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    padding: 0 16px 0 12px;
    text-align: right;
}

.statement .fa-unlock, .statement .fa-lock {
    cursor: pointer;
}

.statement .fa-unlock-alt {
    color: #a9a9a9;
}

.statement-actions {
    display: flex;
}

.lock-tooltip {
    display: none;
    opacity: 1;
    margin-top: -8px;
    width: 250px;
}

.statement .lock .fa.fa-unlock-alt:hover + .lock-tooltip {
    display: inline-block;
}

.status-div {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    padding: 0;
}

.q-status .eval {
    z-index: 100;
    padding: 20px 10px;
    border-bottom: 2px solid #f1f1f1;
    cursor: pointer;
}

.q-status .eval.self {   
    background: #ebf9fc;
}

.q-status .eval:hover {
    background: #f6f6f6;
}

.q-status .eval.self:hover {
    background: #c8edf8;
}

.q-status .eval-name {
    text-align: left;
    padding-left: 25px;
}

.q-status .eval-perc {
    text-align: right;
    padding-right: 25px;
    font-weight: 600;
    color: #50b1ce;
}

.q-status .eval-perc-judgemental {
    text-align: center;
    padding: 0px;
    font-weight: 600;
    color: #50b1ce;
}

.q-status .eval-perc .green {
    color: #92c14d;
}

.status-modal-container {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.status-modal-container >.container{
    margin-top: 200px;
}

.status-modal {
    border: 3px solid #ddd;
    padding: 20px 0 0 0;
    font-weight: 500;
    font-size: 18px;
    z-index: 106;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

.status-modal-background {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 105;
    background: #49586e;
    opacity: 0.65;
}

button {
    border: 1px solid #88b943;
    background: #88b943;
    color: #FFFFFF;
    padding: 7px 14px 7px;
}

button:hover {
    border: 1px solid #74a232;
    background: #74a232;
    color: #FFFFFF
}

.comment-button {
    background: none;
    border: none;
    width: 36px;
    color: #BEBEBE;
    border-radius: 50px;
    padding: 7px;
    margin-left: 4px;
}

.comment-button:hover {
    background: #eee;
    border: none;
    color: #BEBEBE;
}

.comment-text-input {
    padding: 10px;
    width: 100%;
    overflow-y: auto;
    resize: none;
}

.comment-text-input:focus {
    outline-color: #28a1c4;
}

.status-button {
    float: right;
    text-align: right;
    margin-right: 8.33333333%;
    z-index: 99;
}

.fadeInRight .comment-modal {
    margin: -100px !important;
}

.fadeInLeft .comment-modal {
    margin: -100px !important;
}

.modal-title.statement-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} 

.comment-modal {
    position: fixed;
    padding: 30vh 30vw;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    text-align: left !important;
}

@media (max-width: 650px) {
    .comment-modal {
        padding: 10vh 10vw;
    }
} 

.comment-modal-body {
    padding: 20px;
}

.comment-save-btn {
    background: #28a1c4;
}

.eval-status {
    float: left;
    font-size: 30px;
    line-height: 38px;
}

.eval-status .eval-name {
    color: #28a1c4;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.sending-loader {
    opacity: 0;
    position: absolute;
    margin-top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-spinner {
    color: #50b1ce;
}

.nav-button-container {
    display: inline-block;
    margin: 3px 10px;
}

.back-button{
    color: #88b943;
    background: white;
    border: none;
}

.back-button:hover{
    background-color:lightgrey;
    color: #88b943;
    border:1px solid lightgrey;
}

button.nav-button {
    width: 130px;
}

.q-text-input {
    width: 100%;
    overflow-y: auto;
    resize: none;
}

.cannotNameAnyone {
    font-weight: 300;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fdfaf1;
    margin-top: 14px;
}

@media (max-width: 991px) {
    .eval-status, .status-button {
        float: none;
        text-align: center;
    }

    .status-button {
        margin-bottom: 40px;
        margin-right: 0;
    }

    .row {
        margin-top: 50px;
    }
}

@media (max-width: 959px) {

    .statements {
        padding: 0 24px;
    }

    .statement-sm {
        display: block;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        border-radius: 5px;
        background: #f5f5f5;
        border: 1px solid #ddd;
    }

    .statement-sm > div{
        display: flex;
    }

    .statement-sm .text {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding: 16px 24px
    }

    .slider-with-val {
        justify-content: center;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 16px 24px;
    }

    .statement-sm .value-disable {
        border-right: 1px solid #ddd;
    }

    .statement-sm .value-disable,
    .statement-sm .value-comment {
        width: 100%;
    }

    .statement-sm .value-disable > button {
        border-bottom-left-radius: 5px;
    }

    .statement-sm .value-comment > button {
        border-bottom-right-radius: 5px;
    }

    .statement-sm .value-disable > button,
    .statement-sm .value-comment > button {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 16px;
        background: #f5f5f5;
        color: inherit;
        border: 0;
    }

    .statement-sm .value-disable > button:focus,
    .statement-sm .value-disable > button:hover,
    .statement-sm .value-comment > button:focus,
    .statement-sm .value-comment > button:hover {
        background: #fafafa;
    }

    .statement__scaleContainer {
        width: auto!important;
        margin-left: 0!important;
    }
}

@media (max-width: 400px) {
    .statement .lock {
        padding-left: 5px;
    }

    .value-disable {
        border-right: none !important;
        border-bottom: 1px solid #ddd;
    }

    .statement-actions {
        flex-direction: column;
    }

    .slider-with-val {
        flex-wrap: wrap;
    }

    .statements {
        padding: 0;
    }
}

.sticky-outer-wrapper .sticky-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6 !important;
}

.sticked.sticky-outer-wrapper .sticky-inner-wrapper .budget {
    border: 1px solid #88b943;
    border-top: none;
}

.budget {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 0 0 6px 6px;
}

.budget img {
    width: 43px;
    margin-right: 10px;
}

.budget .amount {
    color: #88b943;
    font-weight: bold;
    font-size: 45px;
    margin-right: 8px;
}

.budget .not-spent {
    font-weight: bold;
    font-size: 20px;
}


.statement__scaleContainer {
    width: 50%;
    margin-left: auto;
    padding-left: 10px;
}

.statement__scale__imagewrapper {
    text-align: left;
}

.statement__arrow {
    width: calc(100% - 90px);
}

.statement__scale__titlewrapper {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.scaleContainer__helperText__no {
    color: #88b943;
    font-weight: bold;
    margin-right: 8px;
}

.scaleContainer__helperText__text {
    color: #88b943;
    margin-right: 8px;
}

.scaleContainer__right__text {
    text-align: right
}

.rc-slider-tooltip-inner {
    background-color: #7cb342;
    font-size: 16px;
    padding: 4px 4px;
    height: 26px;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    border-top-color:#7cb342;
    bottom: 0;
    margin-left: -8px;
    border-width: 8px 8px 0;
}

.button-tooltip-inner {
    background-color: darkgrey;
    font-size: 16px;
    padding: 4px 4px;
    height: 26px;
}

.button-tooltip-placement-top .button-tooltip-arrow {
    border-top-color: darkgrey;
    bottom: 0;
    margin-left: -8px;
    border-width: 8px 8px 0;
}

[slider-data-tooltip]:before {
    content: attr(slider-data-tooltip);
    position: absolute;
    opacity: 0;
    color: #fff;
    border-radius: 8px;  
    font-size: 16px;
    padding: 4px 4px;
    height: 30px; 
}

[slider-data-tooltip]:hover:before {
    opacity: 1;
    background: #7cb342;
    margin-top: -50px;
    margin-left: -50px;    
}

[slider-data-tooltip]:hover::after {
    content: "";
    position: absolute;
    top: -170%;
    left: 45%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #7cb342 transparent transparent transparent;
}

[slider-data-tooltip]:not([slider-data-tooltip-persistent]):before {
    pointer-events: none;
    z-index: 2000;
    white-space: pre;
    display: inline-block;
    box-sizing: border-box;
}

@charset "UTF-8";

.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-d1s {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.user-error-message {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 6000ms;
  animation-delay: 6000ms;
}

.longer{
  -webkit-animation-delay: 9000ms;
  animation-delay: 9000ms;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}


/*# sourceMappingURL=main.747674f11be52497e287.css.map*/