﻿.gpexportschedule .table-exports {
  border-spacing: 10px;
}
.gpexportschedule .table-exports th {
  text-transform: uppercase;
  font-size: 65%;
}
.gpexportschedule .table-exports td {
  vertical-align: top;
}
.gpexportschedule .table-exports .col-id,
.gpexportschedule .table-exports .col-text,
.gpexportschedule .table-exports .col-datetime {
  white-space: nowrap;
}
.gpexportschedule .table-exports .cmds {
  min-width: 60px;
}
.gpexportschedule .table-schedule {
  border-collapse: separate;
  border-spacing: 10px;
}
.gpexportschedule .table-schedule td {
  width: 33%;
  height: 100%;
  padding: 5px;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.gpexportschedule .table-schedule td div.title {
  margin-top: 2px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  display: inline-block;
}
.gpexportschedule .frequencyInterval {
  width: 30px;
}
.gpexportschedule .frequencyType {
  width: 90px;
}
.gpexportschedule .weekday {
  border: 1px solid silver;
  background-color: #EEE;
  padding: 2px;
  margin-bottom: 5px;
  cursor: pointer;
}
.gpexportschedule .box {
  min-width: 80px;
  max-width: 120px;
  text-align: center;
  padding: 2px 4px 2px 4px;
  background-color: #ebebeb;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.gpexportschedule .Completed {
  background-color: green;
  border-color: green;
  color: white;
}
.gpexportschedule .Failed {
  background-color: red;
  border-color: red;
  color: white;
}