﻿/* Content */
/* Header */
/* Footer */
/* Menu */
/* Grid */
/* Tooltips */
/* Tabs */
/* Progress bars */
.grid {
  margin-top: 20px;
  position: relative;
}
.grid .searchcontainer {
  display: none;
  position: absolute;
  right: 0;
  border-right: 1px solid #CCCCCC;
  top: -48px;
  height: 48px;
}
.grid .searchcontainer .searchbox {
  border: 1px solid #CCCCCC;
  height: 20px;
  padding: 5px;
  background-color: white;
  margin-right: -1px;
  -webkit-transition: border-color 0.1s ease-in-out 0;
  -moz-transition: border-color 0.1s ease-in-out 0;
  -o-transition: border-color 0.1s ease-in-out 0;
  -ms-transition: border-color 0.1s ease-in-out 0;
  transition: border-color 0.1s ease-in-out 0;
}
.grid .searchcontainer .searchbox:hover,
.grid .searchcontainer .searchbox.focus {
  border-color: #27AAE1;
}
.grid .searchcontainer .searchbox input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  width: 230px;
}
.grid table {
  width: 100%;
  border: 0;
  background-color: transparent;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
}
.grid table tbody:first-of-type tr:first-child td {
  border-top: 10px solid white;
}
.grid table tr.error {
  color: red;
}
.grid table tr.error span {
  color: red;
}
.grid table th {
  font-family: "Segoe UI Semibold", "Segoe UI", "Helvetica Neue", Garuda, Verdana, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  border-right: 1px solid #CCCCCC;
  border-bottom: 3px solid #CCCCCC;
  text-align: left;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
}
.grid table th:last-child {
  border-right: 1px solid white;
}
.grid table th a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.grid table th a.sorted {
  background-color: #E5E5E5;
}
.grid table th a.sorted.desc {
  background-image: url(../../Images/icon-sort-up.png);
  background-repeat: no-repeat;
  background-position: right 7px;
}
.grid table th a.sorted.asc {
  background-image: url(../../Images/icon-sort-down.png);
  background-repeat: no-repeat;
  background-position: right 7px;
}
.grid table th a:hover,
.grid table th a.hover {
  text-decoration: none;
  background-color: #F2F2F2;
}
.grid table th span {
  display: block;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid table th.search-visible {
  border-right: 1px solid #CCCCCC;
}
.grid table th.filterable a {
  margin-right: 28px;
}
.grid table th.filterable .filter {
  float: right;
  width: 28px;
  height: 24px;
  border-left: 1px solid #CCCCCC;
  text-align: center;
  margin-top: -24px;
  background-color: white;
  position: relative;
}
.grid table th.filterable .filter a {
  display: block;
  height: 24px;
  text-decoration: none;
  color: inherit;
  position: relative;
  margin-right: 0;
}
.grid table th.filterable .filter a:hover,
.grid table th.filterable .filter a.hover {
  background-color: #F2F2F2;
}
.grid table td {
  font-size: 11px;
  line-height: 30px;
  padding: 0;
  padding-left: 10px;
  border-bottom: 1px solid white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid table td.navigation {
  background: #E1F3FB;
}
.grid table tr:hover td,
.grid table tr.hover td {
  background: #DAF0FA;
}
.grid table tr:hover td.navigation,
.grid table tr.hover td.navigation {
  background: #C3E7F7;
}
.grid table tr:hover td.navigation a,
.grid table tr.hover td.navigation a {
  background-position: right center;
}
.grid table tr:hover td.navigation:hover,
.grid table tr.hover td.navigation:hover {
  background: #71B1D1;
}
.grid table tr.selected td {
  background: #6AC4EA;
  color: white;
}
.grid table tr.selected td.navigation {
  background: #3AA0CC;
}
.grid table tr.selected td.navigation a {
  background-position: right center;
}
.grid table tr.group {
  background: #C3E7F7;
}
.grid table .selector {
  padding: 0;
}
@media (max-width: 950px) {
  .grid table td.lastStartDt,
  .grid table th.lastStartDt {
    display: none;
  }
}
@media (max-width: 850px) {
  .grid table td.frequency,
  .grid table th.frequency {
    display: none;
  }
}
.grid table.multiline td {
  white-space: normal;
  line-height: 20px;
  padding: 5px 0 5px 10px;
  vertical-align: top;
}
.grid .selector input,
.gridForm .selector input {
  vertical-align: -5%;
}
.grid td.navigation,
.gridForm td.navigation {
  padding: 0;
}
.grid td.navigation:hover,
.gridForm td.navigation:hover,
.grid td.navigation.hover,
.gridForm td.navigation.hover {
  background: #3AA0CC;
  color: white;
}
.grid td.navigation a,
.gridForm td.navigation a {
  padding-left: 10px;
  display: block;
  color: inherit;
  background-image: url(../Images/Icons/ArrowRight.png);
  background-repeat: no-repeat;
  background-position: -10000px;
}
.grid td.navigation a:hover,
.gridForm td.navigation a:hover,
.grid td.navigation a.hover,
.gridForm td.navigation a.hover {
  text-decoration: none;
}
.gridForm {
  width: 100%;
  border-collapse: collapse;
}
.gridForm tr:hover td,
.gridForm tr.hover td {
  background-color: #DAF0FA;
}
.gridForm th {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  height: 15px;
  line-height: 15px;
  background-color: #F3F3F3;
  text-align: left;
  font-family: "Segoe UI Semibold", "Segoe UI", "Helvetica Neue", Garuda, Verdana, sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 11px;
}
.gridForm td {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #F3F3F3;
  border-bottom: 2px solid white;
  line-height: 38px;
}
.gridForm td .line,
.gridForm td pre {
  line-height: 16px;
}
.gridForm td .padding {
  padding: 8px 0;
}
.gridForm input,
.gridForm select {
  width: 100%;
}
.gridForm input[type="text"],
.gridForm input[type="password"],
.gridForm input[type="email"],
.gridForm input[type="number"],
.gridForm textarea,
.gridForm select {
  font-family: "Segoe UI", Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 3px 3px 4px;
  border: 1px solid #999;
}
.gridForm a.remove {
  color: #888;
  display: block;
}
.gridForm a.remove:hover,
.gridForm a.remove.hover {
  color: #999;
  text-decoration: none;
}
.subgrid table {
  width: auto;
}
.subgrid table tbody:first-of-type tr:first-child td {
  border-top: 5px solid #FFF;
}
.subgrid table th {
  text-transform: lowercase;
  border-bottom: 1px solid #CCC;
}
.subgrid table th span {
  padding-left: 10px;
  padding-right: 10px;
}
.subgrid table td {
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.no-table-header thead,
.no-table-header .k-grid-header {
  display: none;
}
.gray-text td {
  color: #aaa;
}
.records-displayed {
  margin-top: 10px;
  color: #888;
}
p.normal-line-height {
  line-height: 18px;
  margin: 5px 0;
}
table.some-cell-space td {
  padding: 5px 10px 5px 0;
}