.view_forecasting div#centerHorizontalPanel,
.view_forecasting div#centerPanel,
.view_forecasting div#centerPanel table#centerHorizontalPanel {
    width: 100%;
    overflow: hidden;
}
.view_forecasting  #centerHorizontalPanel, .view_forecasting #tablePanel {
	min-width: 1060px;
}
.view_forecasting #tablePanel {
    margin-top: 15px;
}

.view_forecasting #centerPanel {
    margin-top: 168px !important;
}

.view_forecasting div#forecastingTabs {
    padding: 0 25px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none repeat scroll 0 0 #F7F7F7;
    display: block;
    font-size: 9pt;
    left: 206px;
    margin: 0;
    min-width: 1110px;
    position: fixed;
    vertical-align: middle;
    white-space: nowrap;
    width: calc(100% - 206px);
    top: 221px;
    z-index: 250;
}

.view_forecasting #forecastingTabs a { 
    background-color: transparent;
    border: 1px solid #C0C0C0;
    display: inline-block;
    margin-right: 20px;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    cursor:pointer;
}

.view_forecasting #forecastingTabs a.selected {
    background-color: #FFFFFF;
    cursor: default;
}

div#main .view_forecasting .forecasting_slider_label {
    display: inline-block;
    margin-left: 3px;
    text-align: right;
    width: 20px;
    font-size: 11px;
}

.view_forecasting div#centerHorizontalPanel > div {
    border: 1px solid #C0C0C0; 
    background-color: white; 
    padding: 15px; 
    width: calc(50% - 1em); 
    float:left;
    overflow: hidden;
    height: 315px;
    overflow: hidden;
}

.view_forecasting div#centerHorizontalPanel > div#controlPanel {
    overflow: hidden;
}

.view_forecasting div#centerHorizontalPanel > div#controlPanel > div {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.view_forecasting div#centerHorizontalPanel > div#summaryPanel {
    margin-left: 2em;
}

.view_forecasting div#summaryPanel td {
    padding: 15px;
}

.view_forecasting > div#tablePanel {
    margin-top: 15px;
}

.view_forecasting label.positiveDelta {
    color: #6DD000;
} 

.view_forecasting label.negativeDelta {
    color: #E66843;
}

.view_forecasting .forecasting_slider_container {
    margin: 15px 0; 
    position: relative;
}

.view_forecasting .forecasting_slider_container > label:first-child {
    text-align: center;
    width: 100%;
    display: inline-block;
}
.forecasting_slider_container > label:not(:first-child) {
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    font-weight: normal;
    width: 7.69%;
    display: inline-block;
    text-align: center;
}
.forecasting_slider_container > label:not(:first-child):hover {
    font-size: 16px;
    color: #4A90E2;
}



.view_forecasting .forecasting_slider_container > #forecasting_rank_range_selector_window,
.view_forecasting .forecasting_slider_container > #forecasting_rank_range_selector_forecasted {
    background: #C0C0C0;
    border-top: 10px solid #FFFFFF;
    border-bottom: 10px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 10px 3.84%;
    height: 21px;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    cursor: pointer;
}


.view_forecasting .forecasting_slider_container .ui-slider-handle {
    border: 1px solid #979797;
    border-radius: 8px;
    height: 16px;
    width: 16px;
   	margin-top: -4px;
    outline: 0;
    background: #C0C0C0;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.view_forecasting .forecasting_slider_same_value .ui-slider-handle:last-child{
	margin-left: .1px;
}

.view_forecasting div#centerHorizontalPanel button {
    border: 1px solid #4A90E2;
    color: #4A90E2;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    color: #4A90E2;
    cursor: pointer;
    display: inline-block;
    font-size: 9pt;
    margin-left: 10px;
    min-width: 100px;
    padding: 3px 6px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.view_forecasting div#centerHorizontalPanel button:hover {
    color: #FFFFFF;
    border: 1px solid #4A90E2;
    background-color: #4A90E2;
}

.view_forecasting div.settings {
    overflow: hidden;
    margin-top: 15px;
}

.view_forecasting div.settings label {
    display: inline-block;
    width: 25%;
    float: left;
    margin-top: 4px;
}

.view_forecasting div.settings label + div,
.view_forecasting div.settings div +  div {
    width: 20%;
    float:left;
}

.view_forecasting div.settings label + div {
    margin-right: 15px;
}

.view_forecasting .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 

.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(6),
.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(8),
.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(10),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(9),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(11),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(13) {
    text-align: center !important;
    background-color: #D0EEF5;
}

.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(7),
.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(9),
.view_forecasting .forecasting_table_cross_section_simple table colgroup col:nth-child(11),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(10),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(12),
.view_forecasting .forecasting_table_cross_section_advance table colgroup col:nth-child(14) {
    text-align: center !important;
    background-color: #DEF3CA;
}
.view_forecasting .forecasting_table_overtime_advance table thead tr th:nth-child(2) {
	text-align: left !important;
}

.view_forecasting .forecastReached {
    background-color: #CCE2DD;
}

.table_forecasting_highlighted_cell {
	background-color: #DEF3CA;
}

.table_forecasting_dynamic_cell > div {
	text-align: center !important;
}

/* Fix for system selectbox height causing render issues  */
.view_forecasting .table table td > div {
    min-height: 40px;
}

.view_forecasting div#controlPanel .error_panel {
    margin-top: 10px;	
}

.forecasting_model{
	width: 400px;
	text-align: left;
	border-bottom: 1px solid #C0C0C0;
}
.forecasting_model > div > label {
	display: block;
	margin-bottom: 20px;
}
.forecasting_model .l_radio_button{
	display: inline-block;
	margin-bottom: 20px;
}
.forecasting_model > div  > div:nth-child(4){
	padding: 0 0 0 85px;
	height: 290px;
	overflow-y: auto;
	margin-bottom: 15px;
}
.forecasting_model > div  > div:nth-child(4) > div:last-child label, 
.forecasting_model > div  > div:nth-child(4) > div:last-child input{
	margin-bottom: 0;
}
.forecasting_model > div > div > div > label,
.forecasting_model > div > div > div > input {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
.forecasting_model > div > div > div > label {
	width: 30px;
	vertical-align: baseline;
}
.forecasting_model > div > div > div > input {
	width: 60px;
}
.forecasting_model .forecasting_model_header{
	background: #F7F7F7;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin-bottom: 15px;
}
.forecasting_model .forecasting_model_header label:first-child{
	text-align: right;
	width: 110px;
	margin-right: 10px;
}
.forecasting_model .forecasting_model_header label{
	text-align: center;
	display: inline-block;
	width: 70px;
}
.forecasting_table_cross_section_advance th:last-child, .forecasting_table_cross_section_simple th:last-child{
	text-align: center !important;	
}
