.content {
  padding:5px;
  /* IE 6.0 fix */
	height: 0px;
	height: 100%;
  font-family:verdana,arial,sans-serif;
  background-color: #E9F0F8 !important;
}
.content p{
  font-size:1em;
}

.print-header-unit {
  color: #656360;
  font-size: 120%;
  font-weight: bold;
  padding: 0px 0px 5px 10px;
}

.reference {
	display: inline;
	color: #FF0000;
}
#stat-app .reference {
    color: inherit !important;
}
.referenceError {
	display: inline;
	color: #FF0000;
	font-weight: bold;
}
.formtitle {
	background: url(../img/box_heading_blue.jpg) repeat-x;
	padding: 0px 0px 5px 10px;
	font-weight: bold;
	font-size: 130%;
}
.selectedunit {
	position: absolute;
	top: 8px;
	right: 3.5em;
	display: none;
}
.selectedunit a {
	color: #006699;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
.selectedunit a:hover {
	text-decoration: underline;
}

a.text-edit {
	text-decoration: none;
	color: #006699;
	background: transparent url(../img/edit16.png) center right no-repeat !important;
	padding-right: 18px !important;
}
a:hover.text-edit {
	color: #003366;
}

.form {
    font-size:0.8em;
    user-select: text;
}

.form .frametitle {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 110%;
}

.form .frametitle a, .form .sectiontitle {
	text-decoration: none;
	color: #006699;
}

.form .frametitle a:hover {
	color: #003366;
}

.form .frameinfo {
	padding: 3px 0px;
	margin-bottom: 0.5em;
	color: #000000;
	font-size: 80%;
}

.form .framecontent {
}

.form .section {
	padding-top: 0px;
	margin-top: 10px;
}
.form .section table {
	width: 100%;
	border: 0px solid #CCC;
	border-collapse: collapse;
	background-color: #FFF;
	font-size: 80%;
}
.form .section input {
	width: 96%;
}
.form .section td {
	border: 1px solid #CCC;
	padding: 4px;
}
.form .section .no-border > td{
	border: none;
}
.form .section td a {
	text-decoration: none;
	display: inline;
	color: #006699;
}
.form .section td a:hover {
	color: #003366;
	background-color: #F7F9FC;
}
.form .section td.numCalculated {
	background-color: #ECEFF3;
	font-weight: bold;
	padding-left: 2px;
	text-align: center;
}
.form .section td.num {
	padding-left: 2px;
	text-align: center;
}
.form .sectiontitle a {
	font-size: 120%;
	font-weight: bold;
}
.form .sectioninfo {
	color: #666;
	padding-top: 5px;
}
.form .sectionhidden {
	visibility: hidden;
	display: none;
}
.form .rh {
	text-align: right;
}
.form .label {
}
.form .empty {
	background-color: #E9F0F8;
}
.form .section td.label {
	border-right: none;
}

.form .section input  {
	height: 12px;
	font-size: 11px;
	width: 96%;	
	font-family: Verdana, Arial, sans-serif;
}
.form .colTitle {
	background-color: #ECEFF3;
	text-align: center;
}
.form .colTitle_left {
	background-color: #ECEFF3;
	text-align: left;
	/*TODO: May not fit in all contexts*/
	border-right: 0px !important;
}
.form .repeat-button {
	background-color: #ECEFF3;
	border-left: 0px !important;
}
.form .indication-row{
    text-align: center;
    font-style: italic;
}
.form .sum {
    white-space:nowrap;
	font-weight: bold;
	background-color: #ECEFF3;
}

.form .missing-data {
    background-color: #E6CACA;
}

.form .labelCalculated {
	background-color: #ECEFF3;
	font-weight: bold;
}
.form .section td.labelCalculated {
	border-right: none;
}
.form .section td.unitgroup {
	border-left: none;
	text-align: right;
	color: #999;
}
.form .unitGroupCalculated {
	color: #999;
	background-color: #ECEFF3;
}
.form .section td.unitGroupCalculated {
	border-left: none;
	text-align: right;
}
.form .blank {
}
.form .transparent {

}
.form .section td.transparent {
	border: none;
	background-color: #E9F0F8;
}
.form .simSectionTitle {
	color: #006699;
	font-size: 120%;
	font-weight: bold;
}
.form .mappingInput {
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.form .mappingCalculated {
	color: #000000;
	text-align: center;
	font-weight: normal;
}
.form .sensitive-data {
	color: #FF0000;
}
.form .datafield, .form .input_field, .form .sum, .form .lookup-internal{
	text-align: right;
    width:100%;
}

.form .lookup-internal {
    font-weight: bold;
    background-color: #ECEFF3;
}

.form .datafield-left {
    text-align: left;
    width:100%;
}

.sensitive-data {
    color: #FF0000;
}

.form .section td.numGray {
  background-color:#ECEFF3;
  padding-left: 2px;
  text-align: center;
}

.form .labelGray{
  background-color:#ECEFF3;
  border-right: none !important;
}

.form .datafieldGray{
  font-weight: normal;
  background-color:#ECEFF3;
  text-align: right;
}

.disabled-form,
.disabled-form .frametitle,
.disabled-form .frameinfo,
.disabled-form .sectiontitle,
.disabled-form .sectioninfo,
.disabled-form .colTitle,
.disabled-form .label,
.disabled-form .datafield,
.disabled-form .num,
.disabled-form .sum,
.disabled-form .labelCalculated,
.disabled-form .numCalculated,
.disabled-form .info,
.disabled-form .simSectionTitle,
.disabled-form .lookup-internal,
.disabled-form .colTitle_left,
.disabled-form .datafield-left,
.disabled-form .numGray,
.disabled-form .labelGray,
.disabled-form .datafieldGray,
.disabled-form a,
.disabled-form a:hover,
.disabled-form a:visited  {
    color: grey !important;	
}

.btn{
  display: inline-block;
  *display: inline;
  padding: 4px 5px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 11px;
  line-height: 15px;
  *line-height: 15px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.icon-plus{
	background-position: -408px -96px;
}
.icon-minus {
    background-position: -433px -96px;
}

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	*margin-right: .3em;
	line-height: 14px;
	vertical-align: middle;
	background-image: url("../img/bootstrap-icons.png");	
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.select2-results {
    font-size: 0.8em;
}

.form .section td a.select2-choice{
    display: block;
}
.form .section td div.select2-container {
    width: 100%;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    display: none;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: transparent;
    border: none;
    filter:none;
}