/* ############################################## */
/* ##### FORECAST COMPARISON css by vouhead ##### */
/* ############################################## */

.table-top {
  color: #700394;
  background-color: #B8DD22;
  border: 1px solid #B8DD22;
  text-align: left;
}

.column-dark {
  color: #006600;
  background-color: #E1DF85;
  border: 1px solid #E1DF85;
}

.column-light {
  color: #006600;
  background-color: #F9F799;
}

.fcstcomp_border {
  border:1px solid #DEFBA6;
}

.fcstcomp_hr {
  color:#b8dd22;
  background-color:#b8dd22;
  height:1px;
  border:none;
  width:95%;
}

.fcstcomp_fieldset {
  width:75%; 
  border:1px solid #b8dd22; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
}

.fcstcomp_label {
  color: #700394;
}

.fcstcomp_option{
background: #D3F18D;
}

.fcstcomp_input{
background: #D3F18D;
width:2em;
height:1.1em;
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
text-align:center;
}

.fcstcomp_button{
background: #D3F18D; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
font-weight: bold;
color: #006600; 
height:22px;
}
.fcstcomp_button:hover{
background: #006600; 
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px; 
font-size:12px;
color: #D3F18D; 
height:22px;
}

input[type=checkbox] {
	visibility: hidden;
}
.fcstcomp_checkbox1 {
	width: 10px;
	margin: 0px 0px;
	position: relative;
}
.fcstcomp_checkbox1 label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 1px;
	left: 0px;
	background: #D3F18D;
	border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
}
.fcstcomp_checkbox1 label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #006600;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fcstcomp_checkbox1 label:hover::after {
	opacity: 0.2;
}
.fcstcomp_checkbox1 input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.fcstcomp_checkbox2 {
	width: 10px;
	margin: 0px 0px;
	position: relative;
}
.fcstcomp_checkbox2 label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 1px;
	left: 0px;
	background: #D3F18D;
	border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
}
.fcstcomp_checkbox2 label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #006600;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fcstcomp_checkbox2 label:hover::after {
	opacity: 0.2;
}
.fcstcomp_checkbox2 input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.fcstcomp_checkbox3 {
	width: 10px;
	margin: 0px 0px;
	position: relative;
}
.fcstcomp_checkbox3 label {
	cursor: pointer;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 1px;
	left: 0px;
	background: #D3F18D;
	border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
}
.fcstcomp_checkbox3 label:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: 2px solid #006600;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fcstcomp_checkbox3 label:hover::after {
	opacity: 0.2;
}
.fcstcomp_checkbox3 input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.fcstcomp_select1 {
width:80px;
height:20px;
overflow: hidden;
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
background:url(fcstcomp-select_arrow-enabled.png) no-repeat right #D3F18D;
}
.fcstcomp_select1 select{
background:transparent;
width:80px;
padding:0px;
border: none;
font-size:12px;
color: #006600;
height:20px;-webkit-appearance:none;
}

.fcstcomp_select2 {
width:45px;
height:20px;
overflow: hidden;
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
background:url(fcstcomp-select_arrow-enabled.png) no-repeat right #D3F18D;
}
.fcstcomp_select2 select{
background:transparent;
width:45px;
padding:0px;
border: none;
font-size:12px;
color: #006600;
height:20px;-webkit-appearance:none;
}

.fcstcomp_select3 {
width:40px;
height:20px;
overflow: hidden;
border:1px solid #006600;-moz-border-radius: 3px; border-radius: 3px;
background:url(fcstcomp-select_arrow-enabled.png) no-repeat right #D3F18D;
}
.fcstcomp_select3 select{
background:transparent;
width:40px;
padding:0px;
border: none;
font-size:12px;
color: #006600;
height:20px;-webkit-appearance:none;
}

.fcstcomp_info1 {
font-weight: normal;
border: solid 0px;
color: #006600;
background-color: #64d9ff;
}
.fcstcomp_info2 {
font-weight: normal;
border: solid 0px;
color: #006600;
background-color: #92a9fd;
}
.fcstcomp_info3 {
font-weight: bold;
border: solid 0px;
color: #64d9ff;
}
.fcstcomp_info4 {
font-weight: bold;
border: solid 0px;
color: #92a9fd;
}
.fcstcomp_info5 {
font-weight: normal;
border: solid 0px;
color: #006600;
background-color: #ffffff;
}
.fcstcomp_info6 {
font-weight: normal;
border: solid 0px;
color: #006600;
background-color: #ffffff;
}
.fcstcomp_info7 {
font-weight: bold;
border: solid 0px;
color: #ffffff;
}
.fcstcomp_info8 {
font-weight: bold;
border: solid 0px;
color: #ffffff;
}