/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
@font-face {
  font-family: 'icomoon-summary';
  src:url('../fonts/icomoon.eot');
  src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.summary-content {
  padding: 0.625em;
}
.summary-content .summary-container > ul {
  margin: 0;
  padding: 0;
  display: block;
}

.summary-container {
  box-shadow: 0 0 0.5em #999;
  border-radius: 0.4em;
}

.summary-options {
  height: auto;
  padding: 0;
}
.summary-options ul.h5p-panel {
  display: none;
  padding: 0;
}

.summary-evaluation {
  margin: 0 0 0.8em;
  border-bottom: 0.1em solid #ddd;
  padding: 1em 0 0.4em;
  overflow: hidden; /* Contain floated counters within the evaluation div */
}

.summary-evaluation-content {
  display: block;
  float: left;
  position: relative;
  padding-right: 2em;
}

.summary-content li {
  list-style: none;
  background-color: #e4e4e4;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  border: 0.1em solid #dcdcdc;
  color: #777;
  font-size: 1em;
  padding: 0.375em 0.875em;
  text-decoration: none;
  margin: 0;
  margin-bottom: 0.3125em;

  background: -moz-linear-gradient(top,  rgba(237,237,237,0.9) 0%, rgba(237,237,237,0.9) 1%, rgba(223,223,223,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,0.9)), color-stop(1%,rgba(237,237,237,0.9)), color-stop(100%,rgba(223,223,223,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,0.9) 0%,rgba(237,237,237,0.9) 1%,rgba(223,223,223,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,0.9) 0%,rgba(237,237,237,0.9) 1%,rgba(223,223,223,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,0.9) 0%,rgba(237,237,237,0.9) 1%,rgba(223,223,223,0.9) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ededed', endColorstr='#e6dfdfdf',GradientType=0 ); /* IE6-9 */
}

.summary-content li > p {
  margin: 0.4em 0 0 0;
  padding: 0;
}
.summary-content li > p:first-child {
  margin: 0;
}
.summary-container li:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
  border-radius: 0;
}
.summary-container li {
  display: none;
  z-index: 5;
  margin: 0;
  border: 0;
  background: none;
  filter: none;

  -webkit-transition: background-color 1000ms linear, border-color 1000ms linear;
  -moz-transition: background-color 1000ms linear, border-color 1000ms linear;
  -o-transition: background-color 1000ms linear, border-color 1000ms linear;
  -ms-transition: background-color 1000ms linear, border-color 1000ms linear;
  transition: background-color 1000ms linear, border-color 1000ms linear;
}
.summary-container li:before {
  text-decoration: none;
  content: "\f00c";
  font-family: 'H5PFontAwesome4';
  color: #39692e;
  float: right;
}
.summary-claim-unclicked:hover {
  cursor: pointer;
  filter: none;
  border: 0.1em solid #ddcae0;

  background: rgb(238,228,239); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(238,228,239,1) 0%, rgba(231,221,232,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,228,239,1)), color-stop(100%,rgba(231,221,232,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(238,228,239,1) 0%,rgba(231,221,232,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(238,228,239,1) 0%,rgba(231,221,232,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(238,228,239,1) 0%,rgba(231,221,232,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee4ef', endColorstr='#e7dde8',GradientType=0 ); /* IE6-9 */
}
li.summary-failed {
  color: #c33f62;
  border: 0.1em solid #ce9b9b;
  background: #e6ced1;
  text-decoration: line-through;
  font-weight: bold;
}

li.summary-failed:before {
  text-decoration: none;
  content: "\f00d";
  font-family: 'H5PFontAwesome4';
  color: #c33f62;
  float: right;
}

.summary-options div {
  font-size: 1em;
  padding:0;
  background-repeat: no-repeat;
  background-position: top right;
}

.summary-score {
  display: none;
  float: right;
  background: #e6ced1;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.1em 0.3em;
  font-weight: normal;
  margin-right: 0.3em;
}

.summary-score:before {
  text-decoration: none;
  content: "\f00d";
  font-family: 'H5PFontAwesome4';
  color: #c33f62;
  float: left;
  margin-right: 0.3em;
  top: 0.1em;
}

.summary-progress {
  float: right;
  background: #d1e2ce;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  padding: 0.1em 0.3em;
  font-weight: normal;
}

.summary-progress:before {
  text-decoration: none;
  content: "\f00c";
  font-family: 'H5PFontAwesome4';
  color: #39692e;
  float: left;
  margin-right: 0.3em;
}

.summary-options h2 {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.5em;
  margin: 0;
}

.summary-options .evaluation-container {
  display: block;
  position: relative;
}

.summary-options .h5p-evaluation-emoticon {
  display: block;
  float: left;
  font-family: icomoon-summary;
  font-style: normal;
  font-weight: normal;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.summary-options .h5p-evaluation-emoticon.h5p-score-over-100:before {
  content: "\e606";
}
.summary-options .h5p-evaluation-emoticon.h5p-score-over-70:before {
  content: "\e604";
}
.summary-options .h5p-evaluation-emoticon.h5p-score-over-40:before {
  content: "\e605";
}
.summary-options .h5p-evaluation-emoticon.h5p-score-over-0:before {
  content: "\e607";
}

.summary-options .evaluation-container .evaluation-message {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 1em;
  border-radius: 1em;
  margin-left: 6.5em;
  z-index: 1;
  border: 1px solid #ccc;
  -webkit-filter: drop-shadow(0 0 0.2em #999999);
  filter: drop-shadow(0 0 0.2em #999999);
}

.summary-options .evaluation-container .evaluation-message:before,
.summary-options .evaluation-container .evaluation-message:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.summary-options .evaluation-container .evaluation-message:before {
  margin-top: -16px;
  top: 50%;
  border-width: 16px;
  border-color: transparent;
  border-right-color: #ccc;
}
.summary-options .evaluation-container .evaluation-message:after {
  margin-top: -15px;
  top: 50%;
  border-width: 15px;
  border-color: transparent;
  border-right-color: #ffffff;
}
.summary-evaluation .joubel-tip-container {
  position: absolute;
  top: -0.1em;
  right: 0.1em;
}
.summary-evaluation .joubel-tip-icon {
  line-height: 1;
  font-size: 1.3em;
}
