﻿#htmlreportModal .htmlreport-container {
    position:relative; 
    left: 0; 
    right: 0; 
    width: 100%; 
    max-width: 600px; 
    height: 100%;
    padding: 15px 10px; 
    background-color: transparent; 
    border-radius: 6px;
}
#htmlreport {
    background-color: transparent;
}
#htmlreport .panel {
	margin-bottom: 20px;
    color: #777;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#htmlreport .grid-pad {
    padding: 0px 0px;
}
#htmlreport .table {
    border-collapse: collapse;
}
#htmlreport .table [class*="row"] {
    height: auto !important;
}
#htmlreport .table [class*="col-"] {
    border: 0px none;
    vertical-align: middle;
	min-height: 30px !important;
    height: 100% !important;
	line-height: 20px !important;
}
#htmlreport .table-striped > [class*="row"]:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
#htmlreport .table.table-bordered .row {
	border-top: 1px solid #ddd;
}
#htmlreport .table-bordered [class*="col-3-4"] {
    border-left: 1px solid #ddd;
}
#htmlreport label {
    font-weight: bold;
}
#htmlreport .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#htmlreport .rating {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 50px;
}

#htmlreport .rating li {
    display: inline;
    float: left;
    width: 30px;
}

#htmlreport .editor-link {
    cursor: default;
    border-bottom: dashed 1px #0088cc;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
#htmlreport .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#htmlreport .glyphicon-film:before {
  content: "\e009";
}
#htmlreport .glyphicon-file:before {
  content: "\e022";
}
#htmlreport .glyphicon-volume-up:before {
  content: "\e038";
}
.report-fallback {
    opacity: 0;
}