#header {
  color: #FFFFFF;
  height: 130px;
  margin: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
#header .headerText {
  font-size: 25px;
}
#content {
  width: 100%;
}
.post {
  background: url(../images/img05.jpg) repeat-y left top;
  float: left;
  width: 650px;
}
.post-bgtop {
  background: url(../images/img04.jpg) no-repeat left top;
}
.post-bgbtm {
  background: url(../images/img06.jpg) no-repeat left bottom;
  padding: 50px 40px 30px 40px;
}
.post .title {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #232F01;
}
.post .title a {
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: lowercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #3A3D40;
}
.post .generalHealth {
  font-size: 15px;
  font-weight: bold;
}
tr.generalHealth {
  background: antiquewhite;
  color: chocolate;
  text-align: left;
}
.post td.GOOD,
.post li span.GOOD {
  color: green;
}
.post td.ERROR,
.post li span.ERROR {
  color: orange;
  font-weight: bold;
}
.post td.CRITICAL,
.post li span.CRITICAL {
  color: red;
  font-weight: bold;
}
.post img {
  float: left;
  padding: 15px 0px;
}
.post .byline {
  font-size: 11px;
  font-style: italic;
}
.info {
  font-size: 13px;
  font-weight: bold;
  color: #006599;
  background: url("../images/blue-info.png") no-repeat 0px 0px;
  background-size: 17px;
  float: none;
  text-indent: 22px;
}
.errorMessage {
  font-size: 13px;
  font-weight: bold;
  color: red;
  background: url("../images/red_error_icon.png") no-repeat;
  background-size: 19px;
  text-indent: 22px;
  height: 20px;
}
.message {
  font-size: 13px;
  font-weight: bold;
  color: green;
  background: url("../images/green-tick.png") no-repeat;
  background-size: 17px;
  text-indent: 22px;
}
table.envTable {
  width: 555px;
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 5px;
}
td.envKey {
  width: 200px;
  word-wrap: break-word;
}
td.envValue {
  width: 355px;
  word-wrap: break-word;
}
.table-header {
  background-color: #003865;
  line-height: 20px;
  color: white;
}
#statusTable {
  border-collapse: separate;
  border-spacing: 5px;
  border: 1px solid;
  width: 555px;
  font-size: 13px;
}
#statusTable td div {
  word-wrap: break-word;
  width: 435px;
}
/*** File Upload styling**/
div.custom_file_upload {
  height: 20px;
  margin: 40px auto;
}
input.file {
  width: 250px;
  height: 32px;
  border: 1px solid #BBB;
  border-right: 0;
  color: #888;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
}
div.file_upload {
  width: 80px;
  height: 24px;
  background: #7abcff;
  background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abcff), color-stop(44%, #60abf8), color-stop(100%, #4096ee));
  background: -webkit-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -o-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -ms-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
  display: inline;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding-top: 8px;
}
div.file_upload:before {
  content: 'Select File';
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
div.file_upload input {
  position: relative;
  height: 30px;
  width: 250px;
  display: inline;
  cursor: pointer;
  opacity: 0;
}
.entry .submitBtn {
  background: #7abcff;
  background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abcff), color-stop(44%, #60abf8), color-stop(100%, #4096ee));
  background: -webkit-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -o-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: -ms-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  background: linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
  color: #fff;
  border: none;
  font-weight: bold;
  height: 32px;
  border-radius: 8px;
  margin-left: 120px;
  cursor: pointer;
}
.entry label {
  display: inline-block;
  width: 80px;
  font-weight: bold;
}
.entry .txtBox {
  border-radius: 4px;
  width: 250px;
  height: 30px;
  border: 1px solid gray;
}
.entry li {
  padding-top: 10px;
}
ul.navList {
  -moz-column-count: 2;
  -moz-column-gap: 11px;
  -webkit-column-count: 2;
  -webkit-column-gap: 11px;
  column-count: 2;
  column-gap: 11px;
  max-height: 200px;
  overflow: scroll;
  padding: 0px;
  /* margin-top: 20px; */
}
.navListHeader {
  border: 1px solid lightgrey;
  margin-top: 17px;
  -moz-column-count: 2;
  -moz-column-gap: 11px;
  -webkit-column-count: 2;
  -webkit-column-gap: 11px;
  column-count: 2;
  column-gap: 11px;
  background-color: lightgrey;
  padding: 0px;
}
.navList li {
  border: 1px solid lightgrey;
}
.navListHeader li {
  border-right: 1px solid white;
  padding: 0px;
  margin: 0px;
}
.navListHeader li.mapEntry span,
.navList li.mapEntry span {
  color: #006599;
  font-size: 14px;
  display: inline-block;
  word-wrap: break-word;
}
.navList li.mapEntry span.institution {
  border-right: 1px solid lightgrey;
  width: 119px;
}
.navListHeader li span.institution {
  border-right: 1px solid white;
  width: 119px;
}
.navList li:nth-child(even) {
  background: antiquewhite;
  color: #000000;
}
.navList li:nth-child(odd) {
  background: #FFF;
}
.navList li.mapEntry label {
  display: inline;
}
ul.navListHeader li.mapEntry span {
  color: black;
  font-weight: bold;
}
#noSubscription .post img,
#authFailed .post img {
  float: none;
  padding: 0px;
}
#authFailed .post .title {
  display: inline-block;
  padding: 2px 3px 7px 38px;
  position: absolute;
}
#noSubscription .post .title {
  display: block;
}
#authFailed .post .entry {
  display: inline;
  position: absolute;
  width: 320px;
  text-align: left;
  padding-top: 30px;
  padding-left: 20px;
}
#noSubscription .post .entry {
  padding-top: 60px;
  padding-left: 20px;
}
#noSubscription #content,
#authFailed #content {
  width: 50%;
  margin: auto;
  float: none;
}
#authFailed #main {
  height: 100%;
}
#noSubscription .post-bgbtm {
  min-height: 350px;
}
#noSubscription .message,
#authFailed .message {
  color: #000000;
  background: none;
  text-indent: 0px;
  font-weight: normal;
}
#usageContainer {
  border: 2px outset darkgrey;
  border-radius: 6px;
  float: right;
  margin-right: 80px;
  margin-top: 21px;
  min-height: 40px;
  width: 200px;
}
#usageLink {
  color: darkred;
  display: block;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 12px;
}
.filter-search {
  padding: 5px;
  width: 40%;
  margin: 7px 0;
  display: block;
  border: 1px solid gray;
}
.prod-description {
  color: #006298;
  text-decoration: none;
  font-size: 15px;
}
.third-party {
  background-color: antiquewhite;
}
.legend-third-party,
.legend-third-party button {
  width: 20px;
  height: 15px;
  background-color: antiquewhite;
  display: inline-block;
  border: 1px solid black;
  margin-right: 5px;
}
.legend-text {
  vertical-align: baseline;
}
.letter-btn {
  margin-right: 3px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
  color: #d54405;
}
.reset-btn {
  padding: 4px 8px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  background-color: #006298;
  border: 1px solid #006298;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.letter-btn:hover {
  text-decoration: underline;
}
.letters-container {
  margin: 5px 0;
}
th,
td {
  border-bottom: 1px solid #ddd;
}
.disabled {
  color: black;
  background-color: #ccc;
  cursor: text;
}
.disabled:hover {
  text-decoration: none;
}
.selected-letter {
  color: black;
  border: 1px solid #c55;
  cursor: text;
}
.selected-letter.reset-btn {
  color: white;
}
.gale-logo {
  background: url('../images/Gale Badge.svg') no-repeat;
  height: 60px;
  width: 200px;
}
/** Direct Linking **/
#dl_info .post,
#dl_info .post-bgtop,
#dl_info .post-bgbtm {
  background: none;
  padding: 0 5em ;
}
#dl_info .post_bgbtm {
  padding-bottom: 0;
  padding-top: 10px;
}
#dl_info table.envTable {
  width: 100%;
  border-radius: 5px;
  margin: 10px 0;
}
#dl_info td {
  padding: 2px;
  font-size: small;
}
.dl_list li {
  padding-bottom: 10px;
}
.dl_list .action {
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
}
.dl_list .format,
.dl_list .instruction {
  margin-left: 20px;
}
.dl_list .format {
  font-family: monospace;
  padding: 10px 0;
  color: blue;
}

/*# sourceMappingURL=admin.css.map */
