/*
 * editTable
 */
table.editTable tr {
  cursor: pointer;
}
table.editTable tr.header {
  font-weight: bold;
  text-align: center;
  background-color:#333;
  color:#fff;
  cursor: default;
}
table.editTable tr.header td{
  border-width:0px 1px 0px 1px;
  border-color:white;
  border-style:solid;
}
table.editTable tr td:first-child {
  border-left:0px;
}
table.editTable tr td:last-child {
  border-right:0px;
}
table.editTable tr td{
  border-width:0px 1px 0px 1px;
  border-color:#000;
  border-style:solid;
}
table.editTable {
  border:1px solid black;
  width: 100%;
}
table.editTable tr.editing td.editingCell {
  border:1px solid black;
  cursor: default;
  padding:1em;
}

table.layout {
  border:0px;
}
table.layout tr td {
  border:0px;
}

div.tableditSection {
  border:1px solid #eee;
  padding:0 1em 0 1em;
}

div.tableditSection div.tableditSection h1 {
  font-size: 2em;
}
div.tableditSection div.tableditSection h1 {
  font-size: 1.5em;
}
div.tableditSection div.tableditSection div.tableditSection h1 {
  font-size: 1em;
}

html, body, div.fullscreen {
  margin: 0;
  padding: 0;
  height: 100%;
}

#titleBar {
  padding: .5em;
  border-width:1px 0px 1px 0px;
  border-color:black;
  border-style:solid;
  font-size:30px;

  background-color: fefcea;
  background: #fefcea; /* Old browsers */
  background: -moz-linear-gradient(left,  #fefcea 0%, #ffe240 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefcea), color-stop(100%,#ffe240)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #fefcea 0%,#ffe240 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #fefcea 0%,#ffe240 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #fefcea 0%,#ffe240 100%); /* IE10+ */
  background: linear-gradient(left,  #fefcea 0%,#ffe240 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffe240',GradientType=1 ); /* IE6-9 */

  position:relative;
}
#titleBar img {
  vertical-align:middle;
  margin-right:1em;
}

.statusBoardTable, .statusBoardTable td, .statusBoardTable th {
  border:1px solid #222;
}
.statusBoardTable th {
  background-color:#000;
  color:#fff;
  font-weight:bold;
}
table.statusBoardTable {
  margin-bottom: 40px;
}

.assetTable, .assetTable td, .assetTable th {
    border: 1px solid #222222;
}
.assetTable th {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.assetTable td {
    font-size: 0.9em;
    vertical-align: top;
}

.assetTable .colorBox {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: inline-block;
}

.assetIcon {
    display: inline-block;
}

.final-waypoint-tooltip {
  position: relative;
  display: inline-block;
}

.waypoint-times {
  width: 100%;
}

.waypoint-times .time-align-left {
  float: left;
  width: 50%;
  text-align: left;
}

.waypoint-times .time-align-right {
  float: right;
  width: 50%;
  text-align: right;
}

.final-waypoint-tooltip .final-waypoint-tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #002366;
  color: #ffffff;
  /* text-align: center; */
  padding: 5px 5px 5px 5px;
  border-radius: 6px;
  font-size: 0.9em;

  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.8s;
}

/* tooltip arrow */
.final-waypoint-tooltip .final-waypoint-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #002366 transparent transparent transparent;
}

.final-waypoint-tooltip:hover .final-waypoint-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.recentRequestTable, .recentRequestTable td, .recentRequestTable th {
  border:1px solid #222;
}
.recentRequestTable th {
  background-color:#000;
  color:#fff;
  font-weight:bold;
}
table.recentRequestTable {
  margin-bottom: 20px;
}

#myChart {
    /*
    max-width: 400px !important;
    max-height: 400px !important;
    width: 400px;
    height: 400px;
    */
}

#myChartContainer {
    width: 600px;
    height: 400px;
    max-width: 600px;
    max-height: 400px;
    min-height: 400px;
    margin-bottom: 40px;
}

.modal-too {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                50% 50%
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal-too {
    display: block;
}


/*
 * Copyright 2009 The Closure Library Authors. All Rights Reserved.
 *
 * Use of this source code is governed by the Apache License, Version 2.0.
 * See the COPYING file for details.
 */

/*
 * Standard styling for a goog.ui.DatePicker.
 *
 * @author arv@google.com (Erik Arvidsson)
 */

.goog-date-picker,
.goog-date-picker th,
.goog-date-picker td {
  font: 13px Arial, sans-serif;
}

.goog-date-picker {
  -moz-user-focus: normal;
  -moz-user-select: none;
  position: relative;
  border: 1px solid #000;
  float: left;
  padding: 2px;
  color: #000;
  background: #c3d9ff;
  cursor: default;
  z-index:50;
}

.goog-date-picker th {
  text-align: center;
}

.goog-date-picker td {
  text-align: center;
  vertical-align: middle;
  padding: 1px 3px;
}


.goog-date-picker-menu {
  position: absolute;
  background: threedface;
  border: 1px solid gray;
  -moz-user-focus: normal;
  z-index: 1;
  outline: none;
}

.goog-date-picker-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.goog-date-picker-menu ul li {
  cursor: default;
}

.goog-date-picker-menu-selected {
  background: #ccf;
}

.goog-date-picker th {
  font-size: .9em;
}

.goog-date-picker td div {
  float: left;
}

.goog-date-picker button {
  padding: 0px;
  margin: 1px 0;
  border: 0;
  color: #20c;
  font-weight: bold;
  background: transparent;
}

.goog-date-picker-date {
  background: #fff;
}

.goog-date-picker-week,
.goog-date-picker-wday {
  padding: 1px 3px;
  border: 0;
  border-color: #a2bbdd;
  border-style: solid;
}

.goog-date-picker-week {
  border-right-width: 1px;
}

.goog-date-picker-wday {
  border-bottom-width: 1px;
}

.goog-date-picker-head td {
  text-align: center;
}

/** Use td.className instead of !important */
td.goog-date-picker-today-cont {
  text-align: center;
}

/** Use td.className instead of !important */
td.goog-date-picker-none-cont {
  text-align: center;
}

.goog-date-picker-month {
  width: 12ex;
}

.goog-date-picker-year {
  width: 6ex;
}

.goog-date-picker table {
  border-collapse: collapse;
}

.goog-date-picker-other-month {
  color: #888;
}

.goog-date-picker-wkend-start,
.goog-date-picker-wkend-end {
  background: #eee;
}

/** Use td.className instead of !important */
td.goog-date-picker-selected {
  background: #c3d9ff;
}

.goog-date-picker-today {
  background: #9ab;
  font-weight: bold !important;
  border-color: #246 #9bd #9bd #246;
  color: #fff;
}

.statusBoard {
  margin-bottom:2em;
}
.statusBoard td {
  border-bottom: 3px solid white;
  text-align: center;
}
.statusBoard th {
  background-color:black;
  color:white;
  font-weight:bold;
  border-bottom: 3px solid white;
}

.runReport img {
  filter: invert(1) grayscale(1);
}