﻿




.create-report-step-header {
	color: black;
	font-size: 1.2em;
	margin-bottom: 0;
	text-align: right;   
}

.create-report-step-content {
	color: #82b5ff;
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
}

.create-report-completion-icon {
	float: right;
	margin-left: 5px;
}




#report-pages-container .report-contents {
	width: 100%;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	/*height: 0;*/
	-webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

#report-pages-container .report-contents.active {
	 opacity: 1;
	z-index: 999;
	/*height: auto;*/
	  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.59s ease;
}

.create-report-step-title {
	margin-bottom:0;margin-top:5px;
}

.create-report-step-instructions {
   margin-top:0;color:#82b5ff
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.report-steps li{
    font-size:14px;
    text-decoration:none;
}
.report-steps li.active {
    background: white;
}

.warning_icon {
	position: absolute;
	margin-left: -10px;
	margin-top: 8px;
}

.value_has_changed {
	background: rgba(255, 255, 0, 0.26);
}

.ui-tooltip {
	max-width: 350px;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.86);
	border: steelblue solid 1px;
	padding: 10px;
  }

.report-page
{
    font-size:10pt;
	position: relative;
	margin: 10px;
	max-width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	background: white;
	border: silver solid 1px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
   
	text-rendering: optimizeLegibility;
	text-shadow: none;
}
label.control-label {
    text-align: right;
    font-weight: bold;
    padding-top: 8px;
}

#feature-gross-margin-label {
    float:right;
  
    width: 180px;
    height: 100px;
    text-align: center;
    background: black;
    color: white;
    font-size: 1.6em;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 18px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 12px;
    margin-bottom: 18px;
    border: 2px solid white;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

#preview_description {
	color: black;

}

#preview_headerText {
	color: #528de5;

}

#preview_footerTExt {
	color: #528de5;

}

#preview_title {
	font-size: 2em;
}

#preview_comments {
	color: rgba(0,0,0,0.3);
	font-size: 0.9em;
	font-style: italic;
}

#map-canvas {
	 height: 300px;
	width: 100%; 
	 margin: 0; 
	 padding: 0;
	border: #528de5 1px solid;
}

.report-preview th {
    text-align: center;
    color: gray;
}

.report-preview .header-row {
	background: #F4F4F4;
	color: #528de5;
	
}
.header-row .fancytree-title {
	font-size: 1.2em;
}

.report-preview .fancytree-has-children span.fancytree-title {
	/*background: #ffffff;*/
	color: #528de5;
	
}

.report-preview .tallycol {
	background: white;
	color: black;
}

.report-preview table.fancytree-ext-columnview tbody tr td {
  position: relative;
  /*border: 1px solid red;*/
  vertical-align: top;
  overflow: auto;

}

.report-preview th 
{
	font-weight: normal;
}

span.fancytree-icon {
	/*display: block;*/
}

.report-preview span.fancytree-icon {
	display: none;
}

table.report-preview thead {
	border-bottom: 1px solid silver;
}

table.report-preview tfoot {
	border-top: 1px solid silver;
}

table.fancytree-ext-table.report-preview tbody tr td {
	border: none;
}

th.report-preview-totals-title {
   text-align: right;
	padding-right: 10px;
	 font-size:1.2em;
	font-weight: bold;
}

th.report-preview-totals {
   font-size:1.2em;
	/*color: blue;*/
	 font-weight: bold;
}

.group-summary span {
	font-size: 1em;
	display: inline-block;
    
}


.report-preview label {
    text-align: center;
    padding-right: 0px;
    font-weight: normal;
}
.report-preview .value_has_changed {
    color: brown;
    font-weight: bold;
    background: none;
}

td.group-summary  {
	
    text-align: right;
}

/*.fancytree-expanded .group-summary span {
	display: none;    
}*/

table {
	outline: 0;
}

.report-units {
	text-align: left;
	padding-left: 2px;
}

.report-value {
	text-align: right;
	padding-right: 2px;
}


tr.instruction-add-new {
	 
	opacity: 1;
   
}

tr.instruction-add-new  span.fancytree-title{
	 font-style: italic;
	color: blue;
    font-size: 0.9em;
	text-decoration: none;
}
table.fancytree-ext-table tbody tr:not(.fancytree-selected):not(.temp-row) {
	opacity: 0.35;
	 text-decoration: line-through;
}

/*
table.fancytree-ext-table tbody tr:not(.fancytree-selected) input {
	opacity: 0.35;
	 text-decoration: line-through;
}

table.fancytree-ext-table tbody tr:not(.fancytree-selected) span.fancytree-title {
	opacity: 0.35;
	 text-decoration: line-through;
}*/

/*table.fancytree-ext-table tbody tr:not(.fancytree-selected) .fancytree-title {
	opacity: 0.35;
	 text-decoration: line-through;
}*/


/*table.fancytree-ext-table tbody tr.instruction-add-new:not(.fancytree-selected) {
	opacity: 1;
	 text-decoration: none;
}*/

/*table.report-preview tr.instruction-add-new span.fancytree-node{
	display: none;
}*/

table.report-preview tbody tr:not(.fancytree-selected) {
	display: none;
}



tr.select-item-source , tr.select-group-source, tr.select-item-format {
    padding-top: 5px;
    color: black;
    font-size: 1em;
    background: #fff0a9;
    padding-left: 40px;
     height: 40px;
}

/*tr.create-new-item , tr.create-new-group{
    padding-top: 5px;
    color: black;
    font-size: 1em;
    background: #ffc6a9;
    padding-left: 40px;
     height: 40px;
}*/

tr.select-source-details-from-report , tr.select-source-group-from-report {
    padding-top: 5px;
    color: black;
    font-size: 1em;
    background: #eab2fe;
    padding-left: 40px;
     height: 40px;
}

tr.select-source-report-from-library, tr.select-source-group-from-library , tr.select-source-item-from-library {
    padding-top: 5px;
    color: black;
    font-size: 1em;
    background: #c2ffa9;
    padding-left: 40px;
    height: 40px;
}

tr.create-new-item, tr.edit-item, tr.create-new-item {
    padding-top: 5px;
    color: black;
    font-size: 1em;
    background: yellow;
    padding-left: 40px;
    height: 40px;
}


table.fancytree-ext-table tbody tr.select-data-source:not(.fancytree-selected) {
    text-decoration: none;
    opacity: 1;
  
}

table.fancytree-ext-table tbody tr.create-new-item:not(.fancytree-selected) {
    text-decoration: none;
    opacity: 1;
  
}

table.fancytree-ext-table tbody tr.select-source-details-from-report:not(.fancytree-selected) {
    text-decoration: none;
    opacity: 1;
  
}

table.fancytree-ext-table tbody tr.select-source-details-from-library:not(.fancytree-selected) {
    text-decoration: none;
    opacity: 1;
  
}



tr.select-item-source button,tr.select-group-source button{

    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
}

table input.fancytree-title {
    /*width: 100%;*/
    max-width: initial;
}



#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
   
    padding:20px;
    min-width:50%;
    /*min-height: 60%;
    max-height: 80%;*/
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

.form-control {
    display: inline;
    width: auto;
}

#view-buttons img {
    opacity: 0.5;
}

#view-buttons img:hover {
    opacity: 1.0;
}

#view-buttons img.active{
    opacity: 1.0;
}

table.dataTable tbody tr:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}

.faint-text {
    opacity: 0.6;
}

td.align-left {
    text-align: left;
}
td.align-right {
    text-align: right;
}



th.report-preview-totals {
    text-align: right;
}

div.ms-ctn {
    display: block;
}

 .select-editable-units {
     position:relative;
     /*background-color:white;*/
     /*border:solid grey 1px;*/
     /*width:120px;*/
     display: block;
     overflow: hidden;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    
 }
 .select-editable-units select {
     background: none;

     position:absolute;
     top:0px;
     left:0px;
     /*font-size:14px;*/
     border:none;
     /*width:120px;*/
      width:100%;
     margin-top:0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
     height: 32px;
      border-radius: 4px;
     min-width: 20px;
 }
 .select-editable-units input {
     position:absolute;
     top:0px;
     left:0px;
   
      width:45px;
     padding:1px;
     
     /*font-size:12px;*/
     border:none;
     margin-top:0;
     margin-bottom: 0;
     margin-left: 5px;
     margin-right: 30px;
     margin-right: 0;
      height: 32px;
       border-radius: 4px;
 }
 .select-editable-units select:focus, .select-editable-units input:focus {
     outline:none;
 }

 table.sensitivity-table thead {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

 table.sensitivity-table tbody {
    border-bottom: 1px solid silver;
}

 table.sensitivity-table th{
    text-align: center;
    /*vertical-align: top;*/
}

 table.sensitivity-table td{
    text-align: center;
}

.sensitivity-highlight {
    color: #528de5;
    font-weight: bold;
    font-size: 1.1em;
}

input.form-control {
    padding: 4px 4px;
}

div.report-icons-right {
    float: right;
    margin-top: -40px;
}

div.report-icons-right a{
    color: silver;
    padding-right: 10px;
}

div.report-icons-right a:last-of-type {
    padding-right: 0;
} 

div.report-icons-left {
    float: left;
    margin-top: -40px;
}

div.report-icons-left a{
    color: silver;
    padding-right: 10px;
}

button.step-nav-button {
    display: none;
    padding-right: 10px;
}

.show-nav-buttons button.step-nav-button {
    display: inline;
}

.show-nav-buttons a.report-icon-edit {
    display: none;
}

.fancytree-node .editDeleteActions {
    display: none;
    float: right;
    opacity: 0.5;
}

.fancytree-node:hover .editDeleteActions 
{ 
    display:inline-block;
    position: absolute;

}


.fancytree-container tr td:first-child {
    padding-right:2px;
}

.fancytree-container {
    position: relative;
}

.report-page img.fancytree-icon {
    display: none;
}

/*.report-page .fancytree-exp-n span.fancytree-expander, .fancytree-exp-n span.fancytree-expander:hover {
 
  display: none;
}
body{
  -webkit-print-color-adjust:exact;
}*/


.ui-autocomplete-loading {
    background: white url("/images/spinner.gif") right center no-repeat;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:999999 !important;}

@media screen and (max-width: 480px) {
    .report-page {
        position: relative;
        margin: 4px;
        max-width: 100%;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 2px;
        padding-bottom:20px;
        background: white;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        text-rendering: optimizeLegibility;
        text-shadow: none;
    }
}

#preview_imageURI {
    position:absolute;
    top:0px;
    left:0px;
    max-width: 100px;
    max-height: 100px;
}
.report-page-title {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 55%;
}

#preview_logoURI {
    position: absolute;
    right:0px;
    max-height: 160px;
    width:100px;
}



#feature-gross-margin-label {
    position: absolute;
    right: 120px;
    max-height: 160px;
    width: 200px;
}