﻿.buttonMid
{
    background-repeat:no-repeat;
    background:  url(../images/CPriskmid.jpg) no-repeat top left;
    width: 240px;
    height: 28px;
/*    width: 240px;
    height: 35px;*/
}
.buttonQuote
{
    background-repeat:no-repeat;
    background:  url(../images/CPriskmid.jpg) no-repeat top left;
    width: 210px;
    height: 28px;
/*    width: 240px;
    height: 35px;*/
}

.buttonShort
{
    background-repeat:no-repeat;
    background:  url(../images/CPriskmid.jpg) no-repeat top left;
    width: 70px;
    height: 28px;
}
.buttonLong
{
    background-repeat:no-repeat;
    background:  url(../images/CPrisklong.jpg) no-repeat top left;
    width: 428px;
    height: 28px;
    text-decoration: none;
    /*width: 428px;
    height: 35px;*/
}

.pricerLayoutContainer
{
    width: 950px;
    /*border: 1px solid red;*/
    clear: both;
    min-height: 550px;
}

/*.pricerLayoutContainer */input[type="text"]
{
    height: 15px;
}

.pricerLayoutLeftColumn
{
    width: 460px;
    float: left;
    /*border: 1px solid blue;*/
}
.pricerLayoutRightColumn
{
    width: 490px;
    float: right;
    /*border: 1px solid blue;*/
}

.pricerLayoutRightColumn .borderedPanel div.Normal
{
	width: 490px;
}

 .cpCalendar, .cpCalendar *, .cpCalendar a
 {
     font-size: 10px;       
 }
 .cpCalendar
 {
     border: 1px solid white;
 }
 
 .cpCalendar tr
 {
     height: 20px;
 }
 
 .cpCalendarHeader
 {
     background-color: blue;
 }
 .cpCalendarOtherMonth
 {
     background-color: Gray;
     border: 1px solid white;
 }
 .cpCalendarDay, .cpCalendarWeekend, .cpCalendarSelectedDay
 {
     background-color: #E7EFF7;
     color: gray;/*#404490;*/
     border: 1px solid white;     
 }
 .cpCalendarDay a, .cpCalendarWeekend a, .cpCalendarSelectedDay a
 {
     color: #404490!important;
     font-weight: bold!important;
 }
 
 .cpCalendarSelectedDay
 {
     background-color: #A2B753!important;
 }
 
 .cpCalendarWeekend
 {
 }
 .cpCalendarTitle
 {
     background-color: #B3C3E3;
 }
 .cpCalendarDayHeader
 {
     background-color: #8496C5;
     border: 1px solid white;
     width: 15px;
 }
 
 /* ------ overlay ------------ */
    
.modalBackground
{
    background-color: #DEDEDE;/*LightGray;*/
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.bt-close
{
    background-color: #A8A8A8;/*#5B70AF;*/ /*#5B7F00;*/
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding:0px;/*ie 8 fix*/
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
div.dialog-header
{
    background-color: #A8A8A8!important;/*#5B70AF!important;*/
    padding: 3px;
    height:22px;
}
td.dialog-title
{
    font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size:   13px;
    color:       #ffffff;
    white-space: nowrap;
}
  
  .curtain
  {
  	width:100%; 
  	height:100%; 
  	top:0px; 
  	left:0px; 
  	padding: 0px; 
  	margin: 0px; 
  	position: fixed; 
  	z-index: 1010;
  	display:none;
  }
  
  .overlay
  {
  	 border: ridge 2px black;
  	 position: absolute; 
  	 z-index: 1050;
  	 background-color:White!important;
  }    
/* ---------- end of overlay ---------------- */

.indexPricingGridReserve
{
    min-height: 300px;
}

.indexPricingGridContainer
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 950px; 
    overflow-x: auto;
}

.goWebGrid .highlight
{
    background-color: #CEF4E2;
}

.goWebGrid .historicPriceRow
{
    background-color: Orange;
}

table.goWebGrid
{
  border-collapse:collapse;
  table-layout: fixed;
  /*width: 1900px;*/
}

.goWebHeader, .goWebStandardHeader
{
    font-size: 10px;
    white-space: nowrap;
    margin-right: 1px;
    margin-left: 1px;
}
.goWebStandardHeader
{
    min-width: 55px;
}

table.goWebGrid td
{
  border: 1px solid #cccccc;
  color: black;
  font-size: 10px;
}
table.goWebGrid td span
{
  font-size: 10px;
}

table.goWebGrid th, table.goWebGrid th * /*table.goWebGrid .goWebGridHeader*/
{
  font-size: 10px;
  font-weight: normal;
  color: #008fd5;
}
table.goWebGrid th
{
    border: 1px solid #cccccc;
}

table.offerScaleTable 
{  
  border-collapse: collapse;
  margin-top: 1px;
}    
table.offerScaleTable th
{
  /*font-size: 9pt;
  font-weight: bold;
  background-color: #D8D8D8;*/
  font-size: 10px;
  font-weight: normal;
  color: #008fd5;  
  border: 1px solid #cccccc;
  text-align:center;
}  
table.offerScaleTable td
{
  font-size: 10px;
  font-weight: normal;
  text-align:center;  
  padding: 1px;
  border: 1px solid #cccccc;
  width: 50px;
}

table.offerScaleTable input
{
  font-size: 10px;
  font-weight: normal;    
  text-align:right;
  width: 48px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-right: 1px;
}

/*  -------- styles for buy popup ------------ */
.buyFormContainer
{
    margin: 10px;
}
.buyFormContainer input
{
    margin: 0px;
    padding: 0px;
}

table.buyFormTable
{
}   
table.buyFormTable td.firstLabels
{
    text-align:left;width:124px;
}   
table.buyFormTable td.secondLabels
{
    text-align:left;width:120px;padding-left: 20px;
}   

/*--- styles for filterbox ----*/
table.fbLookupGrid, table.fbLookupGrid td
{
    border: 0px;
    font-size: 9pt;
}

.filterboxLookupDiv 
{
    background-color: #efefef!important;
    border: 1px solid #cccccc;
    font-size: 9pt;
}

.filterboxTbx
{
    padding: 0px;
    margin: 0px;
    height: 16px;
}

.filterboxSelectedItem
{
    color: brown;
    font-size: 10pt;
}

.filterboxHighlightedItem
{
    background-color: gold;
    font-size: 10pt;
}

.filterboxItem
{
    color: black;
    font-size: 10pt;
}

/* ********* product settings *********** */
.psHost
{
    width: 420px;
    background-color:Lime;
}        
.psLeft
{            
    float:left;
    background-color:Yellow;
} 
.psLineDiv
{
    width: 205px;
    height: 20px;
    padding: 1px;
}       
.psRight
{
    float:right;
    background-color:Blue;
}
.psLbl
{
    float:left;
    display: inline-block;
}
.psCombo
{
    /*display:inline-block;*/
    width: 120px;
    float:right;
}

.pricerLink
{
    font-size: 9pt;
    color: Gray;
    padding: 0px 2px 0px 2px;
}

input.pricerCheckbox, span.pricerCheckbox input
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    bottom: -2px;
}

.daysCheckBoxList
{
    font-size: 10pt;
    width: 65px;
    margin-left: 20px;
}

.daysCheckBoxList label
{
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.customDays-button-padding
{
    margin: 1px;
}

.indexStatTable .pricerLabel, .indexStatTable .pricerLabelBold, .indexStatTable a
{
    font-size:12px;
}
.indexStatTable a
{
    font-size:11px;
}


/*---------------------------------- old pricer2.css -------------------*/
/* Font for pricer Page */
body, td 
{
    font-family: Helvetica;
    /*font-size: 13px;*/
	margin: 0px;
	/*line-height: 1.4em */
}

/* Label Quote */
.Head 
{
   font-family: Helvetica;
   font-size:  18px;
   /*font-weight:  bold;*/
   color: #008fd5;
}

/* style for elements */
select, input, button
{
	font-size: 11px;
}
select
{
	height: 18px;
	margin-bottom: 2px;
}

/* red border when weather station not selected */
.pricerHighlightNotSelected
{
	border: solid 1px red;
	background-color: #FFDDBB;
}


/* red border when not a number for example */
.pricer-typing-error
{
    border-color: red;
}


/* For caption text in blocks like "Select your payout trigger" */
.pricerRegionWarning
{
    font-weight: bold; 
    font-size: 8pt;
    color: red;
    display:block;
    margin-bottom: 2px;
}

/* For caption text in blocks like "Select your payout trigger" */
.pricerRegionCaption
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #008fd5;/*color: #067C8C; */
	display:block;
	margin-top: 2px;
}

/* For caption text in blocks like "Select your payout trigger" (displaying differs)*/
.pricerRegionCaption2
{
	font-weight: bold; 
	font-size: 10pt; 
	color: #008fd5;/*color: #067C8C; */
	display:inline;
	margin-top: 2px;
}

.pricerRegionCaptionInline
{
	font-weight: bold; 
	font-size: 9pt; 
	color: #008fd5;
	margin-top: 2px;
}

/* For texts that are not captions, like "Heat Day(s)" */
.pricerLabel
{
    font-size: 9pt; 
}

.from-to-label
{
    display:inline-block;
    width: 26px;
}

.pricerLabelBold
{
    font-size: 9pt; 
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
}

/* For texts on right side descriptions */
.pricerRegionText
{
	font-size: 9pt; 
	display:block;
	margin-bottom: 2px;	
}

/* alignment for Threshold, Strike and Payout forms */
.pricerLabelColumn
{
	display: inline-block;
	width: 230px;
}
.pricerLabelColumn2
{
	display: inline-block;
	width: 211px;
}

/* alignment for text after element */
.afterStrikeWidth
{
	display: inline-block;
	width: 100px;
}

/* text elements */
.pricerTextBox
{
	width: 70px;
	margin-bottom: 1px;
	text-align: right;
	/*background-color:White;*/
}

/*input[disabled].pricerTextBox
{
	background-color:white;
}*/

/* For Cover period / total period */
.pricerCoverPeriod
{
	font-size: 8.5pt; 
	color: gray;
}

/* For notes on right side */
.pricerRegionNote
{
	font-size: 8.5pt; 
	color: gray;
	display:block;
}

/* Text in the "Contact Us" block */
.pr2ContactUsText
{
	white-space:nowrap; 
	margin-right: 24px;
	font-size: 9.5pt;
}

/* style for button */
.pr2Button2, .pr2Button2Hover, .pr2ButtonSafari
{
	width:210px;
	height: 41px;
	
	/*text-align: center;*/
	/*display: inline-block;*/
	font-weight: bold;
	font-size: 12pt;
	cursor: pointer;
	margin-top: 3px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.pr2Button2, .pr2Button2Hover, .pr2Button2Hover:active
{
	background:  url(../images/borderedPanel/button3.png) no-repeat top left;
	border: 0px;
}
.pr2ButtonSafari
{
	-webkit-appearance: button;
}
.pr2Button2Hover
{
	background-position: -241px top;
}
.pr2Button2Hover:active
{
	background-position: -494px top;
}

/* old variant with different images */
/*
.pr2Button2, .pr2Button2Hover
{
	background:  url(../images/borderedPanel/button2.PNG) no-repeat top left;
	border: 0px;
}
.pr2ButtonSafari
{
	-webkit-appearance: button;
}
.pr2Button2Hover
{
	background:  url(../images/borderedPanel/button-hover.png) no-repeat top left ;
}
.pr2Button2Hover:active
{
	background:  url(../images/borderedPanel/button-active.png) no-repeat top left ;
}
*/

/* style for rolling picture when ajax request is executing */
.pricerUpdateProgress
{
	position:absolute; 
	top:5px; 
	left: 265px;
}

/* there is a problem with info.gif - it is not transparent, so it looks badly on grayed disabled background */
/*.infoBtn 
{ 
	cursor: pointer;
	width: 21px;
	height: 20px;
	background-image: url(/CelsiusProApp/images/info.gif);
}

.infoBtnPosition{
	position:absolute;top:10px; right:22px;
}*/

/* for round "i" button - is not used currently */
#divPopup
{
	display: none;
	overflow: visible;
	position: absolute;
	z-index: 999;
	padding: 5px;
	background-color: #fff;
	border: outset 2px;
}

#divPopup #popupText
{
	text-align: justify
}

IMG.absmiddle {
vertical-align: middle;
margin-bottom: .25em;
}


/* settings for all panels - width of left (first) and right (second) sides */
.pricerFirstRowWidth
{
	width: 435px;
}

.pricerSecondRowWidth
{
	width: 510px;
}

td.pricerFirstRowWidth .borderedPanel div.Normal
{
	width: 430px;
}

/* when block is disabled */
td.pricerFirstRowWidth .borderedPanel div.Normal div.grayPanel div.disabler{
	/*background-color: Transparent; */
	background-color: #DEDEDE;
	display:none;
	position:absolute;
	z-index: 1;
	width: 423px;
	height:75px; 
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}
td.pricerFirstRowWidth .borderedPanel div.Normal div.grayPanel input{
	background-color: #DEDEDE; 
	border: 1px solid gray;
}
td.pricerFirstRowWidth .borderedPanel div.Normal div.grayPanel .pricerRegionCaption
{
	color: #516390;
	/*color: #008fd5;*/
	/*color: #678E99;*/
}
td.pricerFirstRowWidth .borderedPanel div.Normal div.grayPanel .pricerLabel
{
	color: #606060; 
}

/* settings for each panel */
td.pricerSecondRowWidth .borderedPanel div.Normal
{
	width: 505px;
}

/* height alignments for blocks */
/* prefix bp - is added by bordered panel control - means div inside panel.
   For example id=bpstep1Div */
#bpstep1Div
{
	height: 227px;
}

#bpcontactUsDiv
{
	/*height: 50px;
	overflow: hidden;*/
}

#bpstep1descrDiv  
{
	height: 165px;
	overflow: hidden;
}

#bpstep2thresholdDiv  
{
	height: 70px;
}

#bpstep2descrDiv  
{
	height: 70px;
	overflow: hidden;
}

#bpstep3strikeDiv 
{
	height: 70px;
}

#bpstep3descrDiv  
{
	height: 70px;
	overflow: hidden;
}

#bpstep4payoutDiv
{
	height: 70px;
}

#bpstep4descrDiv 
{
	height: 70px;
	overflow: hidden;
}

#bppremiumDiv 
{
	height: 30px;
}

#premiumDiv .borderedPanel 
{
	padding-top: 0px;
	padding-left: 1px;
}

#premiumDiv .borderedPanel div.Normal
{
	width: 209px;
}

#bppricerErrorDiv
{
	height : 85px;
}



/* Here goes styles for panels with rounded border */

/* root div of a bordered panel */
.borderedPanel
{
	margin-right: 1px;
	padding-top: 5px;
	-moz-box-sizing: border-box;
	/*box-sizing: border-box;*/
}

.borderedPanel div.Normal{
	width: 440px;
	/*padding-top: 22px;*/
}
.borderedPanel div.Normal div{
	background-color: white;
}
.borderedPanel div.Normal div div.disabler{
	display:none;
	position:absolute;
}
.borderedPanel div.Normal div.bggradPanel{
	background: url(/CelsiusProApp/images/rightpane_bggrad.jpg) top left repeat-x; 
}
/* style for block which shoul look like disabled */
.borderedPanel div.Normal div.grayPanel{
	/*background-color: #CFCFCF;*/
	background-color: #DEDEDE;
	overflow:hidden;
}
.borderedPanel div.Normal div.grayPanel div.disabler{
	background-color: Gray;
	display:none;
	position:absolute;
	width:0px;  
	height:0px; 
	filter:alpha(opacity=50);
	/*opacity=1;*/
}
/* Style for error panel */
.borderedPanel div.Normal div.orangePanel{
	background-color: #ccdceb; 
}
.borderedPanel div.Normal div div{
	background: url(/CelsiusProApp/images/rightpane_bgtline.gif) top left repeat-x;
}
.borderedPanel div.Normal div div div{
	background: url(/CelsiusProApp/images/rightpane_bglline.gif) top left repeat-y;
}
.borderedPanel div.Normal div div div div{
	background: url(/CelsiusProApp/images/rightpane_bgrline.gif) top right repeat-y;
}
.borderedPanel div.Normal div div div div div{
	background: url(/CelsiusProApp/images/rightpane_bgbline.gif) bottom left repeat-x;
}
.borderedPanel div.Normal div div div div div div{
	background: url(/CelsiusProApp/images/rightpane_bglt.gif) top left no-repeat;
}
.borderedPanel div.Normal div div div div div div div{
	background: url(/CelsiusProApp/images/rightpane_bgrt.gif) top right no-repeat;
}
.borderedPanel div.Normal div div div div div div div div{
	background: url(/CelsiusProApp/images/rightpane_bglb.gif) bottom left no-repeat;
}
.borderedPanel div.Normal div div div div div div div div div{
	background: url(/CelsiusProApp/images/rightpane_bgrb.gif) bottom right no-repeat;
	/*text-align: center;*/
	/*padding: 0px;*/
}
.borderedPanel div.Normal div div div div div div div div div div{		
	background: none;
}

/* End of styles for panels with rounded border */


#bpengineSettingsDiv
{
}
#engineSettingsDiv .borderedPanel div.Normal
{
	width: 950px;
}
.selectPricerEngine
{
    width: 430px;
    float:left;
    position:relative; 
    top:5px;
}
.selectEngineSettings
{
    margin-left:24px;
    float:left;
}

.selected-value
{
    font-weight: bold;
}

.link-map
{
    margin-left:30px;
    font-style: italic;
    text-decoration: underline;
}
a.link-map {
    text-decoration: underline;
}

.pt5 {
    padding: 5px 0 0 0;
}

.dashedBorder 
{
    border: 1px solid blue;
    border-style:none none dashed none ;
}
.clear_float{clear:both; line-height:0; font-size:0; height:0;}


table.reportGrid tr th, table.reportGrid tr th a
{
    white-space: nowrap;
    font-size: 10px;
    font-weight: normal;
    color: #008fd5;
}
table.reportGrid tr td, table.reportGrid tr td span, table.radiosList tr td label
{
    font-size: 10px;
    padding-right: 1px;
    padding-left: 1px;
}
table.reportGrid
{
    border: 1px solid #818283;
    width: 98%;
}

table.reportGrid>tbody>tr>td, table.reportGrid>tbody>tr>th{
    /* border: 1px solid #818283; */
    border: 1px solid #cccccc;
}

.overdue
{
    color: Red;
}
.notoverdue
{
}
.grid-to-excel {
    width: 99%;
    text-align: right;
    margin-top: 14px;
    margin-bottom: 5px;
}
.quote-grid-to-excel {
    width: 100%;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 0px;
}