/*
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 : 05.06.2014, 10:37:30
    Author     : lars
*/
/* 
    Created on : 12.03.2014, 11:37:08
    Author     : lars
*/
#report-culture-selection .translation-state {
  overflow: hidden;
}
#report-culture-selection .translation-state img {
  margin: 0px 7px;
  -webkit-transform: rotateZ(-15deg) scale(2.2) translateX(-4px) translateY(-1px);
  -moz-transform: rotateZ(-15deg) scale(2.2) translateX(-4px) translateY(-1px);
  -o-transform: rotateZ(-15deg) scale(2.2) translateX(-4px) translateY(-1px);
  -ms-transform: rotateZ(-15deg) scale(2.2) translateX(-4px) translateY(-1px);
  transform: rotateZ(-15deg) scale(2.2) translateX(-4px) translateY(-1px);
}
#report-culture-selection .small-progressbar {
  vertical-align: middle;
  display: inline-block;
  width: 30px;
  height: 10px;
  border: 1px solid #000000;
  box-shadow: #00c800 28px 0px 0px 0px inset;
  line-height: 4px;
  text-align: right;
}
#report-culture-selection .small-progressbar .percent {
  font-size: 8px;
}
#report-culture-selection .small-progressbar .percent:after {
  content: ' %';
}
#report-culture-selection .translation-state.translation-none {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#report-culture-selection .translation-state.translation-partial {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#report-culture-selection .translation-state.translation-complete {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#report-variable-editor .note-editor {
  border: 0px solid #a9a9a9;
}
#report-variable-editor .panel-group {
  margin-bottom: 20px;
}
#report-variable-editor .text-block-container {
  /*border: 2px dashed rgba(240,240,240,0.0);*/
  padding: 0px 0px;
}
#report-variable-editor .text-block-container .text-block-name-hint {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -o-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
  display: block;
  position: absolute;
  margin-top: -28px;
  padding: 3px 12px;
  background-color: rgba(60, 74, 149, 0.9);
  color: #ffffff;
}
#report-variable-editor .text-block-container:hover {
  /*border: 2px dashed rgba(240,240,240,0.8);
            background-color: rgba(240,240,240,0.3);*/
}
#report-variable-editor .text-block-container:hover .text-block-name-hint {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
/*
.ui-sortable {
    tr.group {
        display: none;
    }
}
*/
