/* line 1, app/assets/stylesheets/read_only.css.scss */
table.read_only tbody tr td {
  /*	text-align: right;*/
  font-family: arial;
  font-size: 11px;
  color: #444444;
  padding: 0px;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details img.read_only_tl {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  _left: -5px !important;
}

/* line 18, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details img.read_only_tr {
  display: block;
  top: 0px;
  right: 0px;
  position: absolute;
}

/* line 25, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details img.read_only_bl {
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}

/* line 32, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details img.read_only_br {
  display: block;
  top: -5px;
  right: 0px;
  position: absolute;
}

/* line 39, app/assets/stylesheets/read_only.css.scss */
div.read_only_tl_corner {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/assets/residual_risk_tl-8640c7734c29cd3ced89a823acf20efaae1414f73c7e2924556d7449cb2ee051.png);
}

/* line 48, app/assets/stylesheets/read_only.css.scss */
div.read_only_bl_corner {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/assets/residual_risk_bl-3ab88efa5c6712c61b5cdb37afb3034e630db5e1a7281658bda3bbd6159effa7.png);
}

/* line 56, app/assets/stylesheets/read_only.css.scss */
div.read_only_tr_corner {
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/assets/residual_risk_tr-bc2a28afdc14c5244305fe77d4d5bba2a6730bc771ba5222cb8eddbc7bfc35aa.png);
}

/* line 64, app/assets/stylesheets/read_only.css.scss */
div.read_only_br_corner {
  width: 5px;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/assets/residual_risk_br-30f7cdbd40abc02ab97b16f89a1ced11490256e7159e03e2d16a718d5c966c1e.png);
}

/* line 73, app/assets/stylesheets/read_only.css.scss */
table.read_only_details_wrapper {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

/* line 79, app/assets/stylesheets/read_only.css.scss */
.read_only_details_wrapper .read_only_details_bg {
  background-color: #f9f9f8;
}

/* line 83, app/assets/stylesheets/read_only.css.scss */
table.read_only td.read_only_details div {
  position: relative;
}

/* line 87, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details div.padded {
  padding: 5px;
  background-color: #eae9e7;
}

/* line 92, app/assets/stylesheets/read_only.css.scss */
table.read_only td.read_only_details div.admin {
  padding: 8px;
  background-color: #f9f9f8;
}

/* line 97, app/assets/stylesheets/read_only.css.scss */
table.read_only td.read_only_details div.repeat {
  padding: 5px;
  background-color: white;
}

/* line 102, app/assets/stylesheets/read_only.css.scss */
.read_only .read_only_details {
  /*	border: 1px solid red;
*/
  padding: 0px;
  vertical-align: top;
  text-align: left;
  height: 100%;
}

/* line 110, app/assets/stylesheets/read_only.css.scss */
table.read_only td a {
  font-family: arial;
  font-size: 11px;
  color: #7da1bc;
  font-weight: normal;
}

/* line 117, app/assets/stylesheets/read_only.css.scss */
table.read_only textarea {
  color: #696762;
  font: normal 11px Arial, Helvetica, sans-serif;
  border: 0;
}

/* line 123, app/assets/stylesheets/read_only.css.scss */
table.read_only tbody tr.header td {
  color: #7192AA;
  font-weight: bold;
  padding-top: 5px;
}

/* line 129, app/assets/stylesheets/read_only.css.scss */
h1.read_only_headline {
  font-size: 14px;
  margin: 10px 5px;
  padding: 0px;
  font-weight: bold;
  line-height: 16px;
}

/* line 137, app/assets/stylesheets/read_only.css.scss */
div.readonlyField {
  background-color: #EAE9E7;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 143, app/assets/stylesheets/read_only.css.scss */
div.readOnlyTextArea {
  overflow: auto;
}
