/**
 * GLS Archives application styles.
 *
 * @package GLSArchives
 * @since   2.0.0
 */

/**
 * FontAwesome 3 icon-* class aliases.
 *
 * Maps legacy icon-* classes to the FontAwesome font-family
 * provided by the FA 4.6.0 CDN loaded in _head.php.
 */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
.icon-search:before { content: "\f002"; }
.icon-user:before { content: "\f007"; }
.icon-ok:before { content: "\f00c"; }
.icon-remove:before { content: "\f00d"; }
.icon-zoom-in:before { content: "\f00e"; }
.icon-off:before { content: "\f011"; }
.icon-cog:before { content: "\f013"; }
.icon-trash:before { content: "\f014"; }
.icon-download-alt:before { content: "\f019"; }
.icon-upload-alt:before { content: "\f01b"; }
.icon-lock:before { content: "\f023"; }
.icon-picture:before { content: "\f03e"; }
.icon-pencil:before { content: "\f040"; }
.icon-chevron-left:before { content: "\f053"; }
.icon-chevron-right:before { content: "\f054"; }
.icon-plus-sign:before { content: "\f055"; }
.icon-minus-sign:before { content: "\f056"; }
.icon-remove-sign:before { content: "\f057"; }
.icon-ok-sign:before { content: "\f058"; }
.icon-eye-open:before { content: "\f06e"; }
.icon-warning-sign:before { content: "\f071"; }
.icon-shopping-cart:before { content: "\f07a"; }
.icon-credit-card:before { content: "\f09d"; }
.icon-filter:before { content: "\f0b0"; }
.icon-briefcase:before { content: "\f0b1"; }
.icon-group:before { content: "\f0c0"; }
.icon-double-angle-left:before { content: "\f100"; }
.icon-double-angle-right:before { content: "\f101"; }
.icon-spinner:before { content: "\f110"; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
input:invalid {box-shadow: none}

.survey-content {
  padding-top: 65px !important;
  width: 922px !important;
  position: relative;
}
.survey-content img {
  border: 0;
}
.survey-content table {
  border-collapse: collapse;
}
.survey-content h1 {
  margin: 30px 0 10px;
}
.survey-content h1:first-child {
  margin-top: 10px;
}
.survey-content nav#main {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #9FB8A5;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
}
.survey-content nav#main #welcome-message {
  position: absolute;
  right: 1em;
  top: 1.25em;
  color: white;
}
.survey-content nav#main a {
  border-left: thin solid white;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  padding: 1em;
  margin-right: -0.5em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0.25em;
}
.survey-content nav#main a:hover {
  background-color: white;
  color: black;
}
.survey-content nav#main a:first-child {
  border-left-width: 0;
}

table.form {
  width: 80%;
}
table.form th, table.form td {
  padding: 0.25em 0.5em 0.25em 0;
  vertical-align: top;
}
table.form th {
  text-align: left;
  padding-top: 0.65em;
  width: 8em;
}
table.form input[type="email"], table.form input[type="number"], table.form input[type="password"], table.form input[type="search"], table.form input[type="tel"], table.form input[type="text"], table.form input[type="url"], table.form input[type="color"], table.form input[type="date"], table.form input[type="datetime"], table.form input[type="datetime-local"], table.form input[type="month"], table.form input[type="time"], table.form input[type="week"], table.form select, table.form textarea {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.form input[type="email"]:disabled, table.form input[type="number"]:disabled, table.form input[type="password"]:disabled, table.form input[type="search"]:disabled, table.form input[type="tel"]:disabled, table.form input[type="text"]:disabled, table.form input[type="url"]:disabled, table.form input[type="color"]:disabled, table.form input[type="date"]:disabled, table.form input[type="datetime"]:disabled, table.form input[type="datetime-local"]:disabled, table.form input[type="month"]:disabled, table.form input[type="time"]:disabled, table.form input[type="week"]:disabled, table.form select:disabled, table.form textarea:disabled {
  color: #B2B2B2;
  background-color: #E2E2E2;
  background-image: none;
}
table.form input[type=file] {
  margin: 0.5em 0;
}
table.form .range {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  margin: 0.75em 1em 0;
}
table.form button, table.form input[type=button], table.form input[type=submit] {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
  margin-right: 0.5em;
}
table.form button:hover:not(:disabled), table.form input[type=button]:hover:not(:disabled), table.form input[type=submit]:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
table.form button:active:not(:disabled), table.form input[type=button]:active:not(:disabled), table.form input[type=submit]:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
table.form button:disabled, table.form input[type=button]:disabled, table.form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
table.form button + a, table.form input[type=button] + a, table.form input[type=submit] + a {
  border: 1px solid #ccc;
  padding: 8px 15px;
  background-color: #F4F4F4;
  border-radius: 5px;
  text-decoration: none;
  float: right;
}

nav.actions {
  text-align: right;
}
nav.actions a, nav.actions button {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
}
nav.actions a:hover:not(:disabled), nav.actions button:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
nav.actions a:active:not(:disabled), nav.actions button:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
nav.actions a:disabled, nav.actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

form.delete {
  margin-top: 2em;
  border-top: medium solid #d1d1d1;
  padding-top: 1em;
  text-align: right;
}
form.delete button {
  position: relative;
  border: 1px solid #af0d0d;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #e46d6d;
  box-shadow: inset 0 1px 0 0 #e46d6d;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #e22222;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e22222), color-stop(100%, #bd0e0e));
  background-image: -webkit-linear-gradient(top, #e22222, #bd0e0e);
  background-image: -moz-linear-gradient(top, #e22222, #bd0e0e);
  background-image: -ms-linear-gradient(top, #e22222, #bd0e0e);
  background-image: -o-linear-gradient(top, #e22222, #bd0e0e);
  background-image: linear-gradient(top, #e22222, #bd0e0e);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #a10707;
  -webkit-background-clip: padding-box;
}
form.delete button:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #dd4040;
  box-shadow: inset 0 1px 0 0 #dd4040;
  cursor: pointer;
  background-color: #cb2020;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb2020), color-stop(100%, #ae0e0e));
  background-image: -webkit-linear-gradient(top, #cb2020, #ae0e0e);
  background-image: -moz-linear-gradient(top, #cb2020, #ae0e0e);
  background-image: -ms-linear-gradient(top, #cb2020, #ae0e0e);
  background-image: -o-linear-gradient(top, #cb2020, #ae0e0e);
  background-image: linear-gradient(top, #cb2020, #ae0e0e);
}
form.delete button:active:not(:disabled) {
  border: 1px solid #af0d0d;
  -webkit-box-shadow: inset 0 0 8px 4px #9f0e0e, inset 0 0 8px 4px #9f0e0e, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #9f0e0e, inset 0 0 8px 4px #9f0e0e, 0 1px 1px 0 #eeeeee;
}
form.delete button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
form fieldset {
  border: 2px groove #9fb8a5;
  width: 80%;
  padding: 2em 1em 1em;
  border-radius: 5px;
}
form fieldset legend {
  width: auto;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #004828;
  color: white;
  padding: 0.5em 1em;
  margin: 0;
  line-height: 19px;
  border-radius: 5px;
}
form fieldset table.form {
  width: 100%;
}
form input[type=radio], form input[type=checkbox] {
  vertical-align: middle;
  margin: 0;
  display: inline;
}
form .error, form .success {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  padding: 0.5em 1em;
  margin: 1em 0;
  border-width: medium;
  border-style: solid;
}
form .error li, form .success li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  margin: 1em 0;
}
form .error {
  border-color: red;
  background-color: #ffafaf;
}
form .success {
  border-color: green;
  background-color: #B4EAC0;
}

table.columned {
  width: 100%;
}
table.columned > tbody > tr > td {
  padding-left: 1em;
  vertical-align: top;
}
table.columned > tbody > tr > td:first-child {
  padding-left: 0;
}

.criteria {
  position: relative;
}
.criteria a {
  position: absolute;
  right: 0;
  top: 0;
}

.filter fieldset {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filter table.form th {
  width: auto;
}

.data {
  width: 100%;
  margin: 1em 0;
}
.data a {
  text-decoration: none;
}
.data a:hover {
  text-decoration: underline;
  color: black;
}
.data th, .data td {
  padding: 0.5em 1em;
  vertical-align: top;
}
.data tbody td.nowrap {
  white-space: nowrap;
}
.data thead th, .data thead td, .data tfoot th, .data tfoot td {
  white-space: nowrap;
  background-color: #858585;
  padding: 0.5em;
}
.data thead th, .data thead td, .data thead a, .data thead a:hover, .data tfoot th, .data tfoot td, .data tfoot a, .data tfoot a:hover {
  color: white;
}
.data thead th, .data thead td {
  text-align: left;
  font-weight: bold;
  font-size: 110%;
}
.data tfoot th, .data tfoot td {
  text-align: center;
}
.data tfoot th:first-child, .data tfoot td:first-child {
  text-align: left;
  padding-left: 1em;
}
.data tfoot th:last-child, .data tfoot td:last-child {
  text-align: right;
  padding-right: 1em;
}
.data tr.empty td {
  padding: 1em 2em;
}
.data tr.even {
  background-color: #F7F7F7;
}
.data tr:hover {
  background-color: #e3eae4;
}

.data#surveys {
  font-size: 90%;
}
.data#surveys th, .data#surveys td {
  padding: 0.5em 0.5em;
  vertical-align: middle;
}
.data#surveys th p, .data#surveys td p {
  margin: 0.5em 0 0;
}
.data#surveys th p:first-child, .data#surveys td p:first-child {
  margin-top: 0;
}
.data#surveys th.avoid-wrap, .data#surveys td.avoid-wrap {
  min-width: 8em;
}
.data#surveys tbody .addresses {
  border-bottom: thin dotted gray;
  position: relative;
  cursor: help;
}
.data#surveys tbody .addresses img {
  display: none;
  position: absolute;
  top: -0.5em;
  left: 0;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 0.5em #888888;
  box-shadow: 0 0 0.5em #888888;
}
.data#surveys tbody .action {
  white-space: nowrap;
  width: 110px;
}
.data#surveys tbody button {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
  font-size: inherit;
  padding: 4px 10px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.data#surveys tbody button:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
.data#surveys tbody button:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
.data#surveys tbody button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.data#surveys tbody button[name] {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  width: auto;
}

#va-layout > tbody > tr {border-bottom: thin solid #9FB8A5}
#va-layout > tbody > tr > td {width: 50%; padding: 1em 0}
#va-layout img {max-width: 100%}
#va-layout address {font-style: normal}
#va-layout address label, #va-layout .survey address div {float: left}
#va-layout address label {
  clear: left; margin-right: 1em; font-weight: bold; width: 7em;
}
#va-layout address div {clear: right; margin-bottom: 1em}
#va-layout address .addresses {clear: both}
#va-layout p {margin: 0.1em 0}
#va-layout .action {margin-top: 1em}

form[action$="show.php"] button, form[action$="purchase.php"] button {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
}
form[action$="show.php"] button:hover:not(:disabled), form[action$="purchase.php"] button:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
form[action$="show.php"] button:active:not(:disabled), form[action$="purchase.php"] button:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
form[action$="show.php"] button:disabled, form[action$="purchase.php"] button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#approval-list ul#users {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#import button, #approval-list button, #permission-reset button {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
}
#import button:hover:not(:disabled), #approval-list button:hover:not(:disabled), #permission-reset button:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
#import button:active:not(:disabled), #approval-list button:active:not(:disabled), #permission-reset button:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
#import button:disabled, #approval-list button:disabled, #permission-reset button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#approval-list button {
  margin: 1em;
}

#import {
  position: relative;
}
#import button {
  position: absolute;
  bottom: 0.5em;
  left: 20em;
}

#admin p {
  width: 70%;
}

#credit-card-form {
  position: fixed;
  width: 30em;
  top: 50%;
  left: 50%;
  margin-left: -15em;
  margin-top: -20em;
  background-color: white;
  border-radius: 0.5em;
  box-shadow: 0 3px 3px 1px #606060;
  z-index: 100;
  padding: 0.5em;
}
#credit-card-form legend {
  padding: 0.5em 1em; border-radius: 0.25em; margin: 0;
  font-size: 130%; font-weight: bold; width: auto;
  background-color: #004828; color: white; line-height: normal;
}
#credit-card-form label {line-height: normal; display: inline}
#credit-card-form input {display: inline-block}
#credit-card-form table.form, #credit-card-form table.address {width: 100%}
#credit-card-form fieldset {border-width: 0; margin: 1em 0 0; padding: 0}
#credit-card-form fieldset legend {
  font-size: 120%; border-width: 0; padding: 0;
  background-color: transparent; color: black;
}
#credit-card-form button, #credit-card-form input[type=button], #credit-card-form input[type=submit] {
  position: relative;
  border: 1px solid #6ba479;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #cfd5d0;
  box-shadow: inset 0 1px 0 0 #cfd5d0;
  color: white;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background-color: #9fb8a5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fb8a5), color-stop(100%, #75aa82));
  background-image: -webkit-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -moz-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -ms-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: -o-linear-gradient(top, #9fb8a5, #75aa82);
  background-image: linear-gradient(top, #9fb8a5, #75aa82);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #58a36a;
  -webkit-background-clip: padding-box;
  margin: 1em auto;
  width: 80%
}
#credit-card-form button:hover:not(:disabled), #credit-card-form input[type=button]:hover:not(:disabled), #credit-card-form input[type=submit]:hover:not(:disabled) {
  -webkit-box-shadow: inset 0 1px 0 0 #b3beb5;
  box-shadow: inset 0 1px 0 0 #b3beb5;
  cursor: pointer;
  background-color: #94a999;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #94a999), color-stop(100%, #6ca37a));
  background-image: -webkit-linear-gradient(top, #94a999, #6ca37a);
  background-image: -moz-linear-gradient(top, #94a999, #6ca37a);
  background-image: -ms-linear-gradient(top, #94a999, #6ca37a);
  background-image: -o-linear-gradient(top, #94a999, #6ca37a);
  background-image: linear-gradient(top, #94a999, #6ca37a);
}
#credit-card-form button:active:not(:disabled), #credit-card-form input[type=button]:active:not(:disabled), #credit-card-form input[type=submit]:active:not(:disabled) {
  border: 1px solid #6ba479;
  -webkit-box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #649c72, inset 0 0 8px 4px #649c72, 0 1px 1px 0 #eeeeee;
}
#credit-card-form button:disabled, #credit-card-form input[type=button]:disabled, #credit-card-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#credit-card-form #card_number {
  background-image: url(/images/credit-cards/placeholder.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}
#credit-card-form #card_number.american-express {
  background-image: url(/images/credit-cards/amex.png);
}
#credit-card-form #card_number.visa {
  background-image: url(/images/credit-cards/visa.png);
}
#credit-card-form #card_number.mastercard {
  background-image: url(/images/credit-cards/mastercard.png);
}
#credit-card-form #card_number.discover {
  background-image: url(/images/credit-cards/discover.png);
}
#credit-card-form #card_number.diners-club {
  background-image: url(/images/credit-cards/diners.png);
}
#credit-card-form #card_number.jcb {
  background-image: url(/images/credit-cards/jcb.png);
}
#credit-card-form #state, #credit-card-form #country {width: 14em}
