﻿/*******************************************************************************************
CSS Framework based on SMACSS
Modules are the reusable, modular parts of our design. They are
the callouts, the sidebar sections, the product lists and so on.    
*******************************************************************************************/

.dashboard-table {
    table-layout: fixed;
    width: 100%;
}
.dashboard-zone {
    xborder:solid 4px black;
    overflow:hidden;
}

.standard-table {
    table-layout: fixed;
    width: 100%;
    color:gray;
}
.standard-table th {
    border-bottom:solid 1px gray;
    background-color:#e9e9e9;
    padding:4px;
}
.standard-table td {
    border-bottom:solid 1px silver;
    padding:4px;
}

.tile {
    xborder:solid 2px white;
    border:solid 2px #c9cac8;
    margin:2px;
    padding:6px;
    position:relative;
    color:white; /*darkgray;*/

}
.tile-size-micro {
    width:100px;
    height:20px;
}
.tile-size-micro-wide {
    width:200px;
    height:20px;
}
.tile-size-wide {
    width:200px;
}
.tile-size-midmicro {
    width:100px;
    height:35px;
}
.tile-size-mini {
    width:100px;
    height:50px;
}
.tile-size-mini-wide {
    width:200px;
    height:50px;
}
.tile-size-small {
    width:100px;
    height:100px;
}

.tile-size-large {
    width:216px;
    height:100px;
}

.tile-size-details {
    width:216px;
    height:314px;
    background-color:#e9e9e9;
}

.tile-info-mainvalue {
    font-size:24px;
    xfont-weight:bold;
    xcolor:white;
    xcolor:rgb(0, 66, 80);
    color:gray;
}
.tile-info-maindescription {
    font-size:10px;
    bottom:0;
    position:absolute;
    line-height:14px;
    padding-bottom:3px;
    xcolor:rgb(0, 66, 80);
    color:gray;
}
.tile-size-micro .tile-info-maindescription {
    top: 0;
    position: absolute;
}
.tile-info-secondaryvalues {
    line-height: 14px;
}

.icon-option {
    height:12px;
    vertical-align:text-bottom;
}

/* this is used to wrap the column headers on the grid */
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}

.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}

.k-multiselect-wrap {
    background-color: rgb(241, 246, 251) !important;
}
.component-data  {
    xbackground-color:rgb(154, 154, 154) !important;
    background-color:rgb(233,233,233) !important;
}
.component-dashboards  {
    background-color:rgb(0,66,80) !important;
}
.component-dashboards a {
    color:white !important;
}
.component-kpis  {
    background-color:rgb(0,66,80) !important;
}
.component-kpis a {
    color:white !important;
}
.component-scorecards  {
    background-color:rgb(0,66,80) !important;
}
.component-scorecards a {
    color:white !important;
}
.component-reports  {
    background-color:rgb(0,66,80) !important;
}
.component-reports a {
    color:white !important;
}
.component-comparesets  {
    background-color:rgb(0,66,80) !important;
}
.component-comparesets a {
    color:white !important;
}

.tooltip-label {
    border-bottom:dashed 1px #e17000;
    background-image:url("images/help-16.png");
    color:#e17000;
}
.tooltip-input {
    border-bottom:solid 2px #e17000;
    color:#e17000;
}

.component-processheader {
    width:100%; 
    border-top:solid 1px rgb(216,216,216); 
    border-bottom:solid 1px rgb(216,216,216);
    padding:3px 3px 10px 3px;
    background-color:rgb(242,242,242);
    color:rgb(127,127,127);
    margin-bottom:20px;
}

#kpiNameZone {
    color:#f7f7f7;
}

.breadcrumbswrapper {
}

.breadcrumbs {
  border: solid 1px gainsboro;
  background-color: #f4f4f4;
  border-radius: 3px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5rem 0.77778rem 0.5rem;
}

.breadcrumbs > * {
  xcolor: #008CBA;
  color:gray;
  xcolor:#00b4dd;
  float: left;
  font-size: 0.61111rem;
  line-height: 0.61111rem;
  margin: 0;
  xtext-transform: uppercase;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.66667rem;
  position: relative;
  top: 1px;
}

.draggable-zone {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.draggable-zone li {
    float: left;
    xheight: 30px;
    cursor: pointer;
}

.draggable-zone:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

