/*
* tmac.shell.css
* TMAC Shell styles
*/

#tmac-shell-main, .chart-container,
.p-chart-container, .tmac-shell-ctrl-pane,
#tmac-shell-disp-pane, #tmac-shell-footer, #tmac-shell-modal {
  position: absolute;
  border-radius : 5px;
}
#tmac-shell-main {
  top: 0em;
  bottom: 2em;
  width: 100%;
  background-color: #cccccc;
}
.chart-container {
  height: 99%;
  left: 0;
  right: 152px;
  margin: 3px 1px 1px 1px;
  background-color: #1a1a1a;
  /* background-color: #000; */
  border: 1px solid;
}
.p-chart-container {
  display : none;
  height: 0%;
  left: 0;
  right: 152px;
  bottom: -1px;
  margin: 1px 1px 3px 1px;
  background-color: #1a1a1a;
  border: 1px solid;
}
#tmac-shell-disp-pane {
  width: 148px;
  height: 99%;
  right: 1px;
  margin-top: 3px;
  background: #ccc;
}
#tmac-shell-footer {
  height: 2em;
  bottom: 0;
  width: 100%;
  background-color: #ccc;
}
#tmac-shell-modal {
  display: none;
  margin-top: -200px;
  margin-left: -200px;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: #ccc;
  border-radius: 5px;
  z-index: 2;
}
