﻿.tree-group-item-row {
  background: silver;
}

.tallycol {
  background: rgb(240, 237, 237);
  color: black;
  text-align: right;
}
td.group-summary {
  
  color: white;
}

.report-page .tree-group-item-row {
  background: silver;
}
.report-preview .fancytree-has-children span.fancytree-title {
 
  color:white;
}

.report-page .tallycol {
  background: white;
  color: black;
  text-align: right;
}
.report-page td.group-summary {
  
  color: white;
}


.fancytree-title input {
    max-width: 200px;
}

input {
    /*max-width: 160px;*/
}

table {
	outline: 0;
}

.form-control {
    display: inline;
    width: auto;
}

.report-preview table.fancytree-ext-columnview tbody tr td {
  position: relative;
  border: 1px solid red;
  vertical-align: top;
  overflow: auto;

}
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;
    
}


.map-canvas-card 
{
    position: relative;
    margin: 10px;
    width: 277px;
    padding: 10px;
    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;
    margin-bottom: 10px;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    cursor: pointer;
}

.ui-autocomplete-loading {
    background: white url("/images/spinner.gif") right center no-repeat;
  }