
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.progress {
height: 12px;
background-color: #ebeef1;
background-image: none;
box-shadow: none;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-transition: width .6s ease;
transition: width .6s ease;
}
.progress-bar {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.progress-bar {
box-shadow: none;
border-radius: 3px;
background-color: #0090D9;
background-image: none;
-webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.progress-bar-success {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.progress-bar-success {
background-color: #368fc5;;
background-image: none;
}


.element_header{
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

.element_question{
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
}
@media only screen and (min-width:400px){
  .element_input_range{
    width:160px;
  }
}

.element_class{
   background: rgba(221, 218, 229, 0.12);
   height: 100%;
   display: block;
   padding: 7px;
   text-align: center;
   border-radius: 12px;
   border: 1px solid rgba(105, 105, 105, 0.4);
   color: rgba(0, 0, 0, 0.61);
   font-weight: bold;
   opacity: 0.5;
   font-size: 12px;
   transition: background-color 0.3s ease;

   -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none;   /* Chrome/Safari/Opera */
   -khtml-user-select: none;    /* Konqueror */
   -moz-user-select: none;      /* Firefox */
   -ms-user-select: none;       /* Internet Explorer/Edge */
   user-select: none;           /* Non-prefixed version, currently*/
}
.element_class_1{
  background: rgba(197, 251, 162, 0.8);
  opacity: 0.9;
}

.element_class_2{
  background: rgba(255, 220, 165, 0.8);
  opacity: 0.9;
}

.element_class_3{
  background: rgba(252, 163, 185, 0.8);
  opacity: 0.9;
}


.element_class_1:before{
  content: 'klass 3'
}

.element_class_2:before{
  content: 'klass 2'
}

.element_class_3:before{
  content: 'klass 1'
}
th:not(:first-child){
  text-align: center;
}
tr td:first-child{
  padding-left: 18px !important;
}
td .element_question{
  padding-left: 4px;
}
.element_input_range input{
  text-align: center;
}


.btn-file {
 transition: background-color 0.3s ease;
 position: relative;
 overflow: hidden;
}
.btn-file input[type=file] {
   position: absolute;
   top: 0;
   right: 0;
   min-width: 100%;
   min-height: 100%;
   font-size: 100px;
   text-align: right;
   filter: alpha(opacity=0);
   opacity: 0;
   outline: none;
   background: white;
   cursor: inherit;
   display: block;
}

.btn-file.file-uploaded{
 background: rgba(119, 229, 153, 0.79) !important;
}

.is-not-applicable{
  background: rgba(230, 119, 119, 0.79) !important;
  color: white !important;
}
.is-not-applicable-tr span,
.is-not-applicable-tr input{
  opacity: 0.34;
}

form label{
 font-size: 12px;
}
body#app .container{
  margin-top:140px !important;
}

body#graph .container{
  margin-top:50px !important;
}
.navbar{
  /*background-color: #bdd4ef;*/
  border-bottom: 3px solid #1c4072;
}

h1,h2,h3,h4,h5,h6,.element_header{
  color: #1c4071;
}


.answer-img {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.answer-img:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
/* Add Animation */
.modal-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close_img {
    transition: 0.3s;
}

.close_img:hover,
.close_img:focus {
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



.diagram_text_row{
    margin-bottom: 50px;
}



body {
  margin: 0;
}
#printArea{
  padding-left: 30px;
  padding-right: 30px;
}



.diagram_row {
  position: relative !important;
  height: 800px  !important;
  overflow:hidden  !important;
}
.diagram_chart {
  width:100%  !important;
  height:100%  !important;
  min-height:800px !important;
  max-height:800px !important;
}

.diagram_chart div{
  height:100%  !important;
  min-height:800px !important;
  max-height:800px !important;
}

.diagram_chart svg{
  width:100%  !important;
  height:100%  !important;
}


#google-graphs.zoomedout{
  zoom: 0.5;
  -moz-transform: scale(0.5);
}

