@charset "utf-8";
/* CSS Document */
/* Dk. Green: #4B7C5F; */
/* Lt. Green: #8AAB96; */
/* Dk. Blue: #004E75; */
/* Lt. Blue: #6396B0; */
table {
  color: #333;
}
#req {
  color: #F00;
}
/* FORM TABLES */
form {
  padding: 10px;
  border: 1px solid #999;
  margin: 0;
  background: #DDD;
  color: #444;
}
#FormTable {
  margin: 10px 0 10px 0;
  border: 1px solid #999;
  color: #333;
  width: 100%;
  font-size: 0.8rem;
}
#FormTable img {
  border: 0px;
}
#FormTable th {
  font-weight: normal;
  text-align: left;
  font-size: 0.55rem;
  line-height: 1rem;
  text-transform: uppercase;
  min-width: 100px;
  color: #333;
  border-bottom: 1px solid #999;
  padding: 8px;
  background: #EEE;
  vertical-align: top;
}
#FormTable td {
  width: 100%;
  border-bottom: 1px solid #999;
  background: #FFF;
  color: #333;
}
#FormTable h4 {
  margin: 10px;
}
#FormTable .info {
  vertical-align: top;
  width: 1rem;
  background: #EEE;
  padding: 10px 5px 0px 5px;
  background: url('../../admin/images/icon_info.gif') no-repeat center top;
  background-position: 5px 10px;
  color: #333;
}
#FormTable .info a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 1px;
  color: #333;
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  margin: 0px;
  color: #111;
  font-family: "aktiv-grotesk-std", sans-serif;
  border: none;
  background: rgba(0, 0, 0, .05);
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  box-sizing: border-box;
}
textarea {
  border: none;
  padding: 8px;
  margin: 0px;
  font-size: 1.1rem;
  background-color: transparent;
  color: #333;
  font-family: "aktiv-grotesk-std", sans-serif;
  box-sizing: border-box;
}
select {
  padding: 8px;
  font-size: 1.1rem;
  background-color: transparent;
  font-family: "aktiv-grotesk-std", sans-serif;
  border: 1px solid #CCC;
  margin: 0;
  box-sizing: border-box;
}
/* POP-UP - FORM */
#popUpForm {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: .9rem;
}
#popUpForm input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  width: 100%;
  border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
  font-size: 1.1rem;
  background-color: transparent;
  color: #333;
  font-family: "aktiv-grotesk-std", sans-serif;
}
#popUpForm textarea {
  width: 95%;
  border: 1px solid #CCC;
  padding: 4px;
  margin: 0px;
  font-size: 1.1rem;
  background-color: transparent;
  color: #333;
  font-family: "aktiv-grotesk-std", sans-serif;
}
#popUpForm select {
  padding: 8px;
  font-size: 1.1rem;
  background-color: transparent;
  font-family: "aktiv-grotesk-std", sans-serif;
  border: 1px solid #CCC;
  margin: 0;
}
#popUpSection {
  overflow: hidden;
  margin: 10px 0 10px 0;
}
/* POP BUTTONS */
.popButtons a, .popButtons button {
  display: block;
  margin: 0 7px 0 0;
  background-color: #BBB;
  border: 1px solid #AAA;
  text-decoration: none;
  color: #EEE;
  cursor: pointer;
  padding: 8px 12px 8px 12px;
}
button:hover, .popButtons a:hover {
  background-color: #dff4ff;
  border: 1px solid #c2e1ef;
  color: #336699;
}
.popButtons a:active {
  background-color: #6299c5;
  border: 1px solid #6299c5;
  color: #FFF;
}
.popPositive {
  padding: 15px;
  font-size: 2rem;
  font-style: italic;
}
button.popPositive, .popButtons a.popPositive {
  color: #EEE;
  text-align: left;
}
.popButtons a.popPositive:hover, button.popPositive:hover {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #4B8215;
}
.popButtons a.popPositive:active {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #4B8215;
}
/* SORTABLE TABLES */
.sortable {
  margin: 0;
  border: 1px solid #999;
  color: #333;
}
.sortable th {
  font-weight: normal;
  background: #CCC;
  color: #333;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.sortable th a {
  padding: 5px;
  font-weight: normal;
  display: block;
  text-decoration: none;
  color: #333;
}
.sortable th a:hover {
  background: #444;
  color: #FFF;
}
.sortable td {
  background: #FFF;
  color: #333;
  padding: 0px 0px 0px 3px;
  vertical-align: middle;
  padding: 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
#sortabletable td a {
  color: #758542;
  text-decoration: none;
}
.sortable .icon {
  background: #FFF;
  text-align: center;
  color: #FFF;
}
.sortable .icon a {
  display: block;
  font-size: 1px;
  color: #FFF;
  height: 16px;
  width: 40px;
  text-decoration: none;
}
#action {
  background: #EEE;
  width: 10px;
  padding: 0;
}
#action a {
  display: block;
  text-decoration: none;
  padding: 6px;
  margin: 0px;
}
#action a:hover {
  background: #AAA;
  color: #FFF;
}
#green {
  background: url('../../admin/images/check_green.png') center no-repeat;
}
#gray {
  background: url('../../admin/images/check_gray.png') center no-repeat;
}
#red {
  background: url('../../admin/images/cross.png') center no-repeat;
}
.sortable .number {
  text-align: right;
}
/* ADMIN BUTTONS: Foundation */
.buttons {
  height: 20px;
  padding: 0px 0 10px 0;
}
.buttons a, .buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #DDD;
  border: 2px solid #999;
  text-decoration: none;
  color: #999;
  cursor: pointer;
  padding: 8px 12px 8px 12px; /* Links */
}
.buttons button {
  width: auto;
  overflow: visible;
  padding: 8px 12px 8px 12px; /* IE6 */
}
.buttons button[type] {
  padding: 8px 12px 8px 12px; /* Firefox */
  line-height: 17px; /* Safari */
}
*:first-child + html button[type] {
  padding: 8px 12px 8px 12px; /* IE7 */
}
.buttons button img, .buttons a img {
  margin: 0 6px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}
/* ADMIN BUTTONS: Standard */
button:hover, .buttons a:hover {
  background-color: #dff4ff;
  border: 2px solid #c2e1ef;
  color: #336699;
}
.buttons a:active {
  background-color: #6299c5;
  border: 2px solid #6299c5;
  color: #fff;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  color: #666;
  text-align: left;
}
.buttons a.positive:hover, button.positive:hover {
  background-color: #E6EFC2;
  border: 2px solid #C6D880;
  color: #529214;
}
.buttons a.positive:active {
  background-color: #529214;
  border: 2px solid #529214;
  color: #fff;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
  background: #fbe3e4;
  border: 2px solid #fbc2c4;
  color: #d12f19;
}
.buttons a.negative:active {
  background-color: #d12f19;
  border: 2px solid #d12f19;
  color: #fff;
}
#NewAdminItem {
  background: #EEE;
  padding: 5px 0px 10px 5px;
  border-bottom: 1px solid #CCC;
}