/* line 5, app/assets/stylesheets/admin.css.scss */
body#admin {
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

/* line 11, app/assets/stylesheets/admin.css.scss */
body#admin .container {
  background-image: none;
}

/* line 15, app/assets/stylesheets/admin.css.scss */
body#admin textarea {
  width: 100%;
}

/* line 19, app/assets/stylesheets/admin.css.scss */
body#admin h1, body#admin h2, body#admin h3, body#admin h4, body#admin p {
  color: #3f3f3f;
}

/* line 24, app/assets/stylesheets/admin.css.scss */
body#admin .content a:not(.btn) {
  color: blue;
}

/* line 28, app/assets/stylesheets/admin.css.scss */
body#admin .content div {
  color: black;
}

/* line 34, app/assets/stylesheets/admin.css.scss */
body#admin .admin_list li {
  margin-bottom: 20px;
}

/* line 39, app/assets/stylesheets/admin.css.scss */
body#admin .input div.alert {
  width: 200px;
}

/* line 43, app/assets/stylesheets/admin.css.scss */
body#admin div.alert-success {
  color: #0f5706;
}

/* line 47, app/assets/stylesheets/admin.css.scss */
body#admin div.alert-error {
  color: #810c0c;
}

/* line 51, app/assets/stylesheets/admin.css.scss */
body#admin .topbar h3 a, body#admin .topbar .brand {
  padding: 10px 6px 8px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
}

/* line 60, app/assets/stylesheets/admin.css.scss */
body#admin ul.nav li.active a {
  color: #fff5b4;
}

/* line 65, app/assets/stylesheets/admin.css.scss */
.video-sub-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 72, app/assets/stylesheets/admin.css.scss */
.item-row-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
}

/* line 79, app/assets/stylesheets/admin.css.scss */
.item-row-flex > div {
  margin-right: 10px;
}

/* line 83, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(1) {
  width: 2%;
}

/* line 87, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(2) {
  width: 10%;
}

/* line 91, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(3) {
  width: 16%;
}

/* line 95, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(4) {
  width: 16%;
}

/* line 99, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(5) {
  width: 7%;
}

/* line 103, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(6) {
  width: 16%;
}

/* line 107, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(7) {
  width: 13%;
}

/* line 111, app/assets/stylesheets/admin.css.scss */
.item-row-flex div:nth-child(8) {
  width: 20%;
}

/* line 116, app/assets/stylesheets/admin.css.scss */
.meta-text {
  font-size: 80%;
}

/* line 120, app/assets/stylesheets/admin.css.scss */
.user-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}

/* line 128, app/assets/stylesheets/admin.css.scss */
.user-profile-header h2 {
  margin: 0;
}

/* line 133, app/assets/stylesheets/admin.css.scss */
.user-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 30px;
}

/* line 140, app/assets/stylesheets/admin.css.scss */
.stat-card {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 14px;
  text-align: center;
}

/* line 147, app/assets/stylesheets/admin.css.scss */
.stat-card .stat-label {
  display: block;
  font-size: 80%;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* line 155, app/assets/stylesheets/admin.css.scss */
.stat-card .stat-value {
  display: block;
  font-size: 130%;
  font-weight: bold;
  color: #3c3c3c;
}

/* line 163, app/assets/stylesheets/admin.css.scss */
.user-detail-section {
  margin-bottom: 30px;
}

/* line 166, app/assets/stylesheets/admin.css.scss */
.user-detail-section h3 {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid gainsboro;
}

/* line 173, app/assets/stylesheets/admin.css.scss */
.payment-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

/* line 180, app/assets/stylesheets/admin.css.scss */
.payment-stat {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 6px;
  padding: 12px;
}

/* line 186, app/assets/stylesheets/admin.css.scss */
.payment-stat .payment-label {
  display: block;
  font-size: 80%;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* line 194, app/assets/stylesheets/admin.css.scss */
.payment-stat .payment-value {
  display: block;
  font-size: 110%;
  font-weight: bold;
  color: #3c3c3c;
}

/* line 202, app/assets/stylesheets/admin.css.scss */
.status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 210, app/assets/stylesheets/admin.css.scss */
.status-badge.status-active {
  background-color: #28a745;
  color: white;
}

/* line 215, app/assets/stylesheets/admin.css.scss */
.status-badge.status-inactive {
  background-color: #6c757d;
  color: white;
}

/* line 220, app/assets/stylesheets/admin.css.scss */
.status-badge.status-locked {
  background-color: #dc3545;
  color: white;
}

/* line 226, app/assets/stylesheets/admin.css.scss */
.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

/* line 231, app/assets/stylesheets/admin.css.scss */
.data-table th, .data-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid gainsboro;
}

/* line 237, app/assets/stylesheets/admin.css.scss */
.data-table th {
  background-color: whitesmoke;
  font-weight: bold;
  color: #3c3c3c;
}

/* line 243, app/assets/stylesheets/admin.css.scss */
.data-table tbody tr:hover {
  background-color: #fafafa;
}

/* line 248, app/assets/stylesheets/admin.css.scss */
.transaction-type {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 256, app/assets/stylesheets/admin.css.scss */
.transaction-type.transaction-add {
  background-color: #28a745;
  color: white;
}

/* line 261, app/assets/stylesheets/admin.css.scss */
.transaction-type.transaction-rebill {
  background-color: #007bff;
  color: white;
}

/* line 266, app/assets/stylesheets/admin.css.scss */
.transaction-type.transaction-cancel {
  background-color: #ffc107;
  color: black;
}

/* line 271, app/assets/stylesheets/admin.css.scss */
.transaction-type.transaction-delete {
  background-color: #dc3545;
  color: white;
}

/* line 276, app/assets/stylesheets/admin.css.scss */
.transaction-type.transaction-modify {
  background-color: #6c757d;
  color: white;
}

/* line 282, app/assets/stylesheets/admin.css.scss */
.admin-chart-section {
  background: #fafafa;
  border: 1px solid gainsboro;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}

/* line 293, app/assets/stylesheets/admin.css.scss */
.admin-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* line 299, app/assets/stylesheets/admin.css.scss */
.admin-chart-header h3 {
  margin: 0;
}

/* line 305, app/assets/stylesheets/admin.css.scss */
.admin-chart-controls button {
  margin-left: 6px;
}

/* line 310, app/assets/stylesheets/admin.css.scss */
.admin-chart-container {
  position: relative;
  width: 100%;
  height: 360px;
}

/* line 315, app/assets/stylesheets/admin.css.scss */
.admin-chart-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 324, app/assets/stylesheets/admin.css.scss */
.admin-chart-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 5;
  background: rgba(30, 30, 30, 0.92);
  color: #fff;
  font: 12px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  white-space: pre;
  max-width: 260px;
}

/* line 339, app/assets/stylesheets/admin.css.scss */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

/* line 346, app/assets/stylesheets/admin.css.scss */
.admin-quick-links {
  margin-bottom: 20px;
}

/* line 349, app/assets/stylesheets/admin.css.scss */
.admin-quick-links a {
  margin-right: 8px;
}

/* line 354, app/assets/stylesheets/admin.css.scss */
.section-header-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 24px 0 12px;
}

/* line 360, app/assets/stylesheets/admin.css.scss */
.section-header-row h2 {
  margin: 0;
}

/* line 364, app/assets/stylesheets/admin.css.scss */
.section-header-row .section-meta {
  color: #646464;
  font-size: 90%;
}

/* line 370, app/assets/stylesheets/admin.css.scss */
.stat-card-emphasis {
  border-color: #28a745;
  background: #edf7ef;
}

/* line 374, app/assets/stylesheets/admin.css.scss */
.stat-card-emphasis .stat-value {
  color: #1c6e2f;
}

/* line 380, app/assets/stylesheets/admin.css.scss */
.users-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid gainsboro;
  padding-left: 4px;
}

/* line 387, app/assets/stylesheets/admin.css.scss */
.users-tabs .users-tab {
  display: inline-block;
  padding: 8px 14px;
  text-decoration: none;
  color: #505050;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: transparent;
  font-size: 95%;
}

/* line 398, app/assets/stylesheets/admin.css.scss */
.users-tabs .users-tab:hover {
  background: whitesmoke;
  color: #282828;
}

/* line 403, app/assets/stylesheets/admin.css.scss */
.users-tabs .users-tab.users-tab-active {
  background: #fff;
  border-color: gainsboro;
  border-bottom: 2px solid #fff;
  margin-bottom: -1px;
  color: #1e1e1e;
  font-weight: bold;
}

/* line 414, app/assets/stylesheets/admin.css.scss */
.users-tab-help {
  margin-bottom: 16px;
}

/* line 421, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item.inactive-row {
  opacity: 0.55;
}

/* line 424, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item.inactive-row #name {
  color: #787878;
  font-style: italic;
}

/* line 429, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item.inactive-row:hover {
  opacity: 0.85;
}

/* line 435, app/assets/stylesheets/admin.css.scss */
.ip-analysis-summary {
  margin-bottom: 12px;
}

/* line 439, app/assets/stylesheets/admin.css.scss */
.subnet-highlight {
  background-color: #fff8e1;
}

/* line 443, app/assets/stylesheets/admin.css.scss */
.alert-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  color: #856404;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px;
}

/* line 452, app/assets/stylesheets/admin.css.scss */
ol.admin_list {
  counter-reset: section;
}

/* line 455, app/assets/stylesheets/admin.css.scss */
ol.admin_list a:not(.btn) {
  color: blue;
}

/* line 459, app/assets/stylesheets/admin.css.scss */
ol.admin_list li::before {
  counter-increment: section;
  content: counter(section);
  margin-right: 20px;
}

/* line 466, app/assets/stylesheets/admin.css.scss */
#user-container {
  margin-top: 20px;
}

/* line 473, app/assets/stylesheets/admin.css.scss */
#user-container #name-header,
#user-container #name {
  flex-basis: 26%;
}

/* line 478, app/assets/stylesheets/admin.css.scss */
#user-container #created-at-header,
#user-container #created-at {
  flex-basis: 15%;
}

/* line 483, app/assets/stylesheets/admin.css.scss */
#user-container #login-count-header,
#user-container #login-count {
  flex-basis: 12%;
}

/* line 488, app/assets/stylesheets/admin.css.scss */
#user-container #ip-count-header,
#user-container #ip-count {
  flex-basis: 10%;
}

/* line 493, app/assets/stylesheets/admin.css.scss */
#user-container #lifetime-revenue-header,
#user-container #lifetime-revenue {
  flex-basis: 14%;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 504, app/assets/stylesheets/admin.css.scss */
#user-container #last-login-header,
#user-container #last-login {
  flex-basis: 23%;
  padding-left: 8px;
}

/* line 510, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-header,
#user-container .user-line-item {
  display: flex;
  flex-direction: row;
}

/* line 516, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #969696;
  padding-bottom: 6px;
}

/* line 524, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-header a.sortable-column {
  color: #3c3c3c;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}

/* line 529, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-header a.sortable-column:hover {
  color: #141414;
  border-bottom-color: #969696;
}

/* line 534, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-header a.sortable-column.sortable-column-active {
  color: #145aa0;
  font-weight: bold;
}

/* line 541, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item {
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-top: 4px;
}

/* line 547, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item.locked {
  background-color: #ffe6e6;
}

/* line 552, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item a.user-name-link {
  color: #145aa0;
  text-decoration: none;
}

/* line 556, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-item a.user-name-link:hover {
  text-decoration: underline;
}

/* line 562, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-details {
  padding-left: 18%;
  margin-bottom: 12px;
  font-size: 90%;
}

/* line 567, app/assets/stylesheets/admin.css.scss */
#user-container .user-line-details ul {
  margin: 4px 0;
  padding-left: 20px;
}

/* line 573, app/assets/stylesheets/admin.css.scss */
#user-container .risk-badge {
  padding: 2px 8px;
  border-radius: 4px;
  color: white;
  font-size: 80%;
  text-transform: uppercase;
}

/* line 580, app/assets/stylesheets/admin.css.scss */
#user-container .risk-badge.risk-green {
  background-color: #28a745;
}

/* line 584, app/assets/stylesheets/admin.css.scss */
#user-container .risk-badge.risk-yellow {
  background-color: #ffc107;
  color: black;
}

/* line 589, app/assets/stylesheets/admin.css.scss */
#user-container .risk-badge.risk-red {
  background-color: #dc3545;
}

/* line 594, app/assets/stylesheets/admin.css.scss */
#user-container .btn-small {
  padding: 2px 8px;
  font-size: 80%;
  margin-right: 4px;
}

/* line 601, app/assets/stylesheets/admin.css.scss */
.dark-mode-toggle {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 8px 6px;
}

/* line 610, app/assets/stylesheets/admin.css.scss */
.dark-mode-toggle:hover {
  color: #fff5b4;
}

/* line 627, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin {
  background-color: #1e1f22;
  color: #e3e3e6;
}

/* line 631, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin h1, html.admin-dark body#admin h2, html.admin-dark body#admin h3, html.admin-dark body#admin h4, html.admin-dark body#admin p {
  color: #e3e3e6;
}

/* line 636, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin .content a:not(.btn) {
  color: #7fb0ff;
}

/* line 640, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin .content div {
  color: #e3e3e6;
}

/* line 645, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin div.alert-success {
  color: #7ed957;
}

/* line 649, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin div.alert-error {
  color: #ff8080;
}

/* line 656, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="button"]):not([type="submit"]):not([type="reset"]),
html.admin-dark body#admin textarea,
html.admin-dark body#admin select,
html.admin-dark body#admin .form-control,
html.admin-dark body#admin .uneditable-input {
  background-color: #35373c;
  color: #e3e3e6;
  border-color: #45474d;
}

/* line 666, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin label {
  color: #e3e3e6;
}

/* line 672, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin .actions {
  background: #2b2d31;
  border-top-color: #45474d;
}

/* line 677, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin input:focus,
html.admin-dark body#admin textarea:focus,
html.admin-dark body#admin select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: #2b2d31;
  color: #e3e3e6;
}

/* line 687, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin ::placeholder {
  color: #a6a7ab;
}

/* line 688, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin :-moz-placeholder {
  color: #a6a7ab;
  opacity: 1;
}

/* line 689, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin ::-moz-placeholder {
  color: #a6a7ab;
  opacity: 1;
}

/* line 690, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin :-ms-input-placeholder {
  color: #a6a7ab;
}

/* line 691, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin ::-webkit-input-placeholder {
  color: #a6a7ab;
}

/* line 694, app/assets/stylesheets/admin.css.scss */
html.admin-dark body#admin input:-webkit-autofill,
html.admin-dark body#admin input:-webkit-autofill:focus,
html.admin-dark body#admin textarea:-webkit-autofill {
  -webkit-text-fill-color: #e3e3e6;
  -webkit-box-shadow: 0 0 0 1000px #35373c inset;
}

/* line 702, app/assets/stylesheets/admin.css.scss */
html.admin-dark .item-row-flex {
  color: #e3e3e6;
}

/* line 706, app/assets/stylesheets/admin.css.scss */
html.admin-dark .user-profile-header {
  border-bottom-color: #45474d;
}

/* line 710, app/assets/stylesheets/admin.css.scss */
html.admin-dark .stat-card,
html.admin-dark .payment-stat,
html.admin-dark .admin-chart-section {
  background: #2b2d31;
  border-color: #45474d;
}

/* line 716, app/assets/stylesheets/admin.css.scss */
html.admin-dark .stat-card .stat-label,
html.admin-dark .stat-card .payment-label,
html.admin-dark .payment-stat .stat-label,
html.admin-dark .payment-stat .payment-label,
html.admin-dark .admin-chart-section .stat-label,
html.admin-dark .admin-chart-section .payment-label {
  color: #a6a7ab;
}

/* line 721, app/assets/stylesheets/admin.css.scss */
html.admin-dark .stat-card .stat-value,
html.admin-dark .stat-card .payment-value,
html.admin-dark .payment-stat .stat-value,
html.admin-dark .payment-stat .payment-value,
html.admin-dark .admin-chart-section .stat-value,
html.admin-dark .admin-chart-section .payment-value {
  color: #e3e3e6;
}

/* line 727, app/assets/stylesheets/admin.css.scss */
html.admin-dark .user-detail-section h3 {
  border-bottom-color: #45474d;
}

/* line 732, app/assets/stylesheets/admin.css.scss */
html.admin-dark .data-table th, html.admin-dark .data-table td {
  border-bottom-color: #45474d;
}

/* line 736, app/assets/stylesheets/admin.css.scss */
html.admin-dark .data-table th {
  background-color: #35373c;
  color: #e3e3e6;
}

/* line 741, app/assets/stylesheets/admin.css.scss */
html.admin-dark .data-table tbody tr:hover {
  background-color: #2b2d31;
}

/* line 746, app/assets/stylesheets/admin.css.scss */
html.admin-dark .alert-warning {
  background-color: #3d3414;
  border-color: #665722;
  color: #ffe082;
}

/* line 752, app/assets/stylesheets/admin.css.scss */
html.admin-dark .subnet-highlight {
  background-color: #3d371e;
}

/* line 756, app/assets/stylesheets/admin.css.scss */
html.admin-dark ol.admin_list a:not(.btn) {
  color: #7fb0ff;
}

/* line 761, app/assets/stylesheets/admin.css.scss */
html.admin-dark .stat-card-emphasis {
  background: #223226;
  border-color: #3a6e46;
}

/* line 766, app/assets/stylesheets/admin.css.scss */
html.admin-dark .section-header-row .section-meta {
  color: #a6a7ab;
}

/* line 770, app/assets/stylesheets/admin.css.scss */
html.admin-dark .users-tabs {
  border-bottom-color: #45474d;
}

/* line 773, app/assets/stylesheets/admin.css.scss */
html.admin-dark .users-tabs .users-tab {
  color: #a6a7ab;
}

/* line 776, app/assets/stylesheets/admin.css.scss */
html.admin-dark .users-tabs .users-tab:hover {
  background: #35373c;
  color: #e3e3e6;
}

/* line 781, app/assets/stylesheets/admin.css.scss */
html.admin-dark .users-tabs .users-tab.users-tab-active {
  background: #2b2d31;
  border-color: #45474d;
  border-bottom-color: #2b2d31;
  color: #e3e3e6;
}

/* line 792, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-item.inactive-row #name {
  color: #a6a7ab;
}

/* line 799, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-header {
  border-bottom-color: #787a80;
}

/* line 805, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-header a.sortable-column {
  color: #a6a7ab;
}

/* line 808, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-header a.sortable-column:hover {
  color: #e3e3e6;
  border-bottom-color: #45474d;
}

/* line 813, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-header a.sortable-column.sortable-column-active {
  color: #9cc8ff;
  font-weight: bold;
}

/* line 820, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-item {
  border-bottom-color: #45474d;
}

/* line 823, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-item.locked {
  background-color: #4a2020;
}

/* line 827, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-item a.user-name-link {
  color: #9cc8ff;
}

/* line 830, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .user-line-item a.user-name-link:hover {
  text-decoration: underline;
}

/* line 836, app/assets/stylesheets/admin.css.scss */
html.admin-dark #user-container .risk-badge.risk-yellow {
  color: black;
}

/* line 871, app/assets/stylesheets/admin.css.scss */
.admin-nav-toggle {
  display: none;
}

/* line 875, app/assets/stylesheets/admin.css.scss */
.user-list-mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 885, app/assets/stylesheets/admin.css.scss */
  body#admin {
    padding-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
  /* line 891, app/assets/stylesheets/admin.css.scss */
  .topbar .topbar-inner .container {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    position: relative;
    overflow: visible;
  }
  /* line 907, app/assets/stylesheets/admin.css.scss */
  .topbar .admin-brand-link {
    flex: 0 1 auto;
  }
  /* line 912, app/assets/stylesheets/admin.css.scss */
  .topbar .admin-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }
  /* line 927, app/assets/stylesheets/admin.css.scss */
  .topbar .admin-nav-toggle:focus-visible {
    outline: 2px solid #fff5b4;
    outline-offset: -4px;
  }
  /* line 933, app/assets/stylesheets/admin.css.scss */
  .admin-nav-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
    border-radius: 1px;
  }
  /* line 943, app/assets/stylesheets/admin.css.scss */
  .admin-nav-toggle-icon::before,
.admin-nav-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    top: 5px;
  }
  /* line 955, app/assets/stylesheets/admin.css.scss */
  .admin-nav-toggle-active .admin-nav-toggle-icon {
    border: 0;
    background: transparent;
    height: 18px;
  }
  /* line 960, app/assets/stylesheets/admin.css.scss */
  .admin-nav-toggle-active .admin-nav-toggle-icon::before {
    top: 8px;
    transform: rotate(45deg);
  }
  /* line 964, app/assets/stylesheets/admin.css.scss */
  .admin-nav-toggle-active .admin-nav-toggle-icon::after {
    top: 8px;
    transform: rotate(-45deg);
  }
  /* line 971, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 4px 0 8px;
    float: none;
    flex-direction: column;
    align-items: stretch;
    background: #222;
    background: linear-gradient(to bottom, #2a2a2a, #1a1a1a);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    z-index: 10001;
  }
  /* line 989, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li {
    display: block;
    float: none;
  }
  /* line 994, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li a {
    display: block;
    float: none;
    padding: 12px 16px;
    min-height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    color: #d8d8d8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  /* line 1004, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li a:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  /* line 1010, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li:last-child a {
    border-bottom: 0;
  }
  /* line 1015, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle {
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    min-height: 44px;
    font-size: 16px;
    color: #d8d8d8;
  }
  /* line 1023, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff5b4;
  }
  /* line 1030, app/assets/stylesheets/admin.css.scss */
  .topbar ul.nav.admin-nav-open {
    display: flex;
  }
}

@media (max-width: 768px) {
  /* line 1041, app/assets/stylesheets/admin.css.scss */
  .admin-chart-container {
    height: 220px;
  }
  /* line 1045, app/assets/stylesheets/admin.css.scss */
  .admin-chart-section {
    padding: 14px;
  }
  /* line 1049, app/assets/stylesheets/admin.css.scss */
  .admin-chart-header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  /* line 1054, app/assets/stylesheets/admin.css.scss */
  .admin-chart-header h3 {
    font-size: 15px;
  }
  /* line 1056, app/assets/stylesheets/admin.css.scss */
  .admin-chart-header .admin-chart-controls {
    display: flex;
    gap: 6px;
  }
  /* line 1062, app/assets/stylesheets/admin.css.scss */
  .admin-chart-header .admin-chart-controls .btn {
    flex: 1 1 0;
    margin-left: 0;
    padding: 8px 6px;
    font-size: 13px;
    min-height: 40px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  /* line 1081, app/assets/stylesheets/admin.css.scss */
  #user-container {
    margin-top: 14px;
  }
  /* line 1084, app/assets/stylesheets/admin.css.scss */
  #user-container .user-list-desktop {
    display: none;
  }
  /* line 1088, app/assets/stylesheets/admin.css.scss */
  #user-container .user-list-mobile {
    display: block;
  }
  /* line 1094, app/assets/stylesheets/admin.css.scss */
  .user-card {
    position: relative;
    background: #fafafa;
    border: 1px solid gainsboro;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 10px;
  }
  /* line 1102, app/assets/stylesheets/admin.css.scss */
  .user-card.user-card-locked {
    background: #ffe9e9;
    border-color: #f3c3c3;
  }
  /* line 1107, app/assets/stylesheets/admin.css.scss */
  .user-card.user-card-inactive {
    opacity: 0.55;
  }
  /* line 1112, app/assets/stylesheets/admin.css.scss */
  .user-card-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  /* line 1122, app/assets/stylesheets/admin.css.scss */
  .user-card-name-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 1130, app/assets/stylesheets/admin.css.scss */
  .user-card-name {
    font-size: 17px;
    font-weight: bold;
    color: #145aa0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1139, app/assets/stylesheets/admin.css.scss */
  .user-card-name:hover {
    text-decoration: underline;
  }
  /* line 1142, app/assets/stylesheets/admin.css.scss */
  .user-card-locked-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 10px;
    background: #dc3545;
    color: #fff;
    font-size: 70%;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  /* line 1157, app/assets/stylesheets/admin.css.scss */
  .user-card-revenue {
    font-size: 17px;
    font-weight: bold;
    color: #1c6e2f;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  /* line 1165, app/assets/stylesheets/admin.css.scss */
  .user-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 14px;
  }
  /* line 1171, app/assets/stylesheets/admin.css.scss */
  .user-card-cell {
    display: flex;
    flex-direction: column;
    min-height: 36px;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  /* line 1180, app/assets/stylesheets/admin.css.scss */
  .user-card-cell-label {
    font-size: 70%;
    color: #787878;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 1px;
  }
  /* line 1188, app/assets/stylesheets/admin.css.scss */
  .user-card-cell-value {
    font-size: 14px;
    color: #3c3c3c;
  }
  /* line 1196, app/assets/stylesheets/admin.css.scss */
  .user-card-stretched-link {
    position: absolute;
    inset: 0;
    z-index: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  /* line 1206, app/assets/stylesheets/admin.css.scss */
  .user-card-locked .user-card-revenue {
    color: #781e28;
  }
  /* line 1211, app/assets/stylesheets/admin.css.scss */
  .admin-quick-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
  }
  /* line 1217, app/assets/stylesheets/admin.css.scss */
  .admin-quick-links .btn {
    margin-right: 0;
  }
  /* line 1220, app/assets/stylesheets/admin.css.scss */
  .section-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  /* line 1227, app/assets/stylesheets/admin.css.scss */
  .admin-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  /* line 1232, app/assets/stylesheets/admin.css.scss */
  .stat-card {
    padding: 16px 12px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  /* line 1239, app/assets/stylesheets/admin.css.scss */
  .stat-card .stat-label {
    font-size: 75%;
  }
  /* line 1243, app/assets/stylesheets/admin.css.scss */
  .stat-card .stat-value {
    font-size: 165%;
  }
  /* line 1249, app/assets/stylesheets/admin.css.scss */
  .stat-card-emphasis {
    grid-column: 1 / -1;
  }
  /* line 1254, app/assets/stylesheets/admin.css.scss */
  .user-profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* line 1261, app/assets/stylesheets/admin.css.scss */
  .form-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  /* line 1266, app/assets/stylesheets/admin.css.scss */
  .form-inline .form-control {
    flex: 1 1 100%;
  }
  /* line 1267, app/assets/stylesheets/admin.css.scss */
  .form-inline .btn {
    flex: 1 1 auto;
    min-height: 40px;
  }
  /* line 1273, app/assets/stylesheets/admin.css.scss */
  .users-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    border-bottom: 1px solid gainsboro;
    padding: 4px;
  }
  /* line 1280, app/assets/stylesheets/admin.css.scss */
  .users-tabs .users-tab {
    white-space: nowrap;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 12px 10px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 1291, app/assets/stylesheets/admin.css.scss */
  .users-tabs .users-tab.users-tab-active {
    border-color: gainsboro;
    background: #fff;
    border-bottom: 2px solid #28a745;
    margin-bottom: 0;
  }
  /* line 1303, app/assets/stylesheets/admin.css.scss */
  .pagination a, .pagination span {
    padding: 8px 10px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  /* line 1332, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .topbar ul.nav {
    background: linear-gradient(to bottom, #2b2d31, #1e1f22);
    border-top-color: #45474d;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  }
  /* line 1337, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .topbar ul.nav li a {
    color: #e3e3e6;
  }
  /* line 1340, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .topbar ul.nav li a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
  }
  /* line 1346, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle {
    color: #e3e3e6;
  }
  /* line 1349, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .topbar ul.nav li.admin-nav-dark-toggle-li .dark-mode-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff5b4;
  }
}

@media (max-width: 640px) {
  /* line 1359, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card {
    background: #2b2d31;
    border-color: #45474d;
  }
  /* line 1363, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card.user-card-locked {
    background: #4a2020;
    border-color: #6e3232;
  }
  /* line 1369, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-name {
    color: #9cc8ff;
  }
  /* line 1372, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-name:hover {
    text-decoration: underline;
  }
  /* line 1375, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-cell-label {
    color: #a6a7ab;
  }
  /* line 1379, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-cell-value {
    color: #e3e3e6;
  }
  /* line 1383, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-revenue {
    color: #78dc96;
  }
  /* line 1387, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .user-card-locked .user-card-revenue {
    color: #e69696;
  }
  /* line 1392, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .users-tabs {
    border-bottom-color: #45474d;
  }
  /* line 1395, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .users-tabs .users-tab {
    color: #a6a7ab;
  }
  /* line 1398, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .users-tabs .users-tab:hover {
    background: #35373c;
    color: #e3e3e6;
  }
  /* line 1403, app/assets/stylesheets/admin.css.scss */
  html.admin-dark .users-tabs .users-tab.users-tab-active {
    background: #2b2d31;
    border-color: #45474d;
    border-bottom-color: #28a745;
    color: #e3e3e6;
  }
}
/* line 5, app/assets/stylesheets/age_verification.scss */
#age-verification-page {
  max-width: 560px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: "Asap", "Open Sans", sans-serif;
}

/* line 12, app/assets/stylesheets/age_verification.scss */
.av-card {
  background: #fff;
  border: 1px solid #e6e6eb;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* line 19, app/assets/stylesheets/age_verification.scss */
.av-card h1 {
  font-size: 1.6rem;
  margin: 0 0 12px 0;
  color: #1a1a2e;
}

/* line 25, app/assets/stylesheets/age_verification.scss */
.av-card h2 {
  font-size: 1.15rem;
  margin: 24px 0 8px 0;
  color: #1a1a2e;
}

/* line 32, app/assets/stylesheets/age_verification.scss */
.av-explanation {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #3a3a4a;
  margin-bottom: 20px;
}

/* line 39, app/assets/stylesheets/age_verification.scss */
.av-alert {
  background: #fde8e8;
  border: 1px solid #f5b5b5;
  color: #8a1f1f;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

/* line 49, app/assets/stylesheets/age_verification.scss */
.av-notice {
  background: #e7f5e8;
  border: 1px solid #a9d4ab;
  color: #1f5a25;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

/* line 59, app/assets/stylesheets/age_verification.scss */
.av-privacy {
  font-size: 0.85rem;
  color: #5a5a6a;
  margin: 8px 0 16px 0;
  line-height: 1.5;
}

/* line 66, app/assets/stylesheets/age_verification.scss */
.av-vendor-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0;
}

/* line 73, app/assets/stylesheets/age_verification.scss */
.av-vendor-button {
  display: block;
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #1a1a2e;
  background: #fff;
  color: #1a1a2e;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* line 89, app/assets/stylesheets/age_verification.scss */
.av-vendor-button:hover {
  background: #1a1a2e;
  color: #fff;
}

/* line 94, app/assets/stylesheets/age_verification.scss */
.av-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 20px 0;
}

/* line 100, app/assets/stylesheets/age_verification.scss */
.av-checkbox-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* line 106, app/assets/stylesheets/age_verification.scss */
.av-checkbox-row label {
  font-size: 0.95rem;
  color: #1a1a2e;
  cursor: pointer;
}

/* line 113, app/assets/stylesheets/age_verification.scss */
.av-submit-row {
  margin-top: 12px;
}

/* line 117, app/assets/stylesheets/age_verification.scss */
.av-submit {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  background: #1a1a2e;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

/* line 132, app/assets/stylesheets/age_verification.scss */
.av-submit:hover {
  background: #2a2a4e;
}

/* line 136, app/assets/stylesheets/age_verification.scss */
.av-jurisdiction-note {
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid #e6e6eb;
  font-size: 0.8rem;
  color: #7a7a8a;
  line-height: 1.5;
}

/* line 144, app/assets/stylesheets/age_verification.scss */
.av-jurisdiction-note strong {
  color: #1a1a2e;
}

/* line 149, app/assets/stylesheets/age_verification.scss */
.av-underage-exit {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #5a5a6a;
}

/* line 154, app/assets/stylesheets/age_verification.scss */
.av-underage-exit a {
  color: #1a1a2e;
  text-decoration: underline;
}

/* line 160, app/assets/stylesheets/age_verification.scss */
.av-help {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #5a5a6a;
}

/* line 165, app/assets/stylesheets/age_verification.scss */
.av-help a {
  color: #1a1a2e;
  text-decoration: underline;
}

@media (max-width: 600px) {
  /* line 173, app/assets/stylesheets/age_verification.scss */
  #age-verification-page {
    margin: 16px auto;
  }
  /* line 177, app/assets/stylesheets/age_verification.scss */
  .av-card {
    padding: 20px 16px;
  }
  /* line 180, app/assets/stylesheets/age_verification.scss */
  .av-card h1 {
    font-size: 1.35rem;
  }
  /* line 184, app/assets/stylesheets/age_verification.scss */
  .av-card h2 {
    font-size: 1.05rem;
  }
  /* line 189, app/assets/stylesheets/age_verification.scss */
  .av-vendor-button,
.av-submit {
    padding: 16px 14px;
    font-size: 0.95rem;
  }
}
/*!
 * Bootstrap v1.4.0
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: Sun Dec 25 20:18:31 PST 2011
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
  background-color: #161616;
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}

.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}

a {
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}

a:hover {
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.row > .offset1 {
  margin-left: 80px;
}
.row > .offset2 {
  margin-left: 140px;
}
.row > .offset3 {
  margin-left: 200px;
}
.row > .offset4 {
  margin-left: 260px;
}
.row > .offset5 {
  margin-left: 320px;
}
.row > .offset6 {
  margin-left: 380px;
}
.row > .offset7 {
  margin-left: 440px;
}
.row > .offset8 {
  margin-left: 500px;
}
.row > .offset9 {
  margin-left: 560px;
}
.row > .offset10 {
  margin-left: 620px;
}
.row > .offset11 {
  margin-left: 680px;
}
.row > .offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.row > .offset-one-third {
  margin-left: 340px;
}
.row > .offset-two-thirds {
  margin-left: 660px;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;

}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #6b6b6b;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  text-align: right;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.topbar {
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
}
.topbar a {
  color: #bfbfbf;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topbar h3 a:hover, .topbar .brand:hover, .topbar ul .active > a {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
}
.topbar h3 {
  position: relative;
}
.topbar h3 a, .topbar .brand {
  float: left;
  display: block;
  padding: 10px 6px 8px;
  margin-left: -20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
}
.topbar p {
  margin: 0;
  line-height: 40px;
}
.topbar p a:hover {
  background-color: transparent;
  color: #ffffff;
}
.topbar form {
  float: left;
  margin: 5px 0 0 0;
  position: relative;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.topbar form.pull-right {
  float: right;
}
.topbar input {
  background-color: #444;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 1;
  padding: 4px 9px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid #111;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.topbar input:-moz-placeholder {
  color: #e6e6e6;
}
.topbar input::-webkit-input-placeholder {
  color: #e6e6e6;
}
.topbar input:hover {
  background-color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.topbar input:focus, .topbar input.focused {
  outline: 0;
  background-color: #ffffff;
  color: #404040;
  text-shadow: 0 1px 0 #ffffff;
  border: 0;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.topbar-inner, .topbar .fill {
  background-color: #222;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.topbar div > ul, .nav {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  left: 0;
  font-size:0.9em;
}
.topbar div > ul > li, .nav > li {
  display: block;
  float: left;
}
.topbar div > ul a, .nav a {
  display: block;
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  text-decoration: none;
}
.topbar div > ul a:hover, .nav a:hover {
  color: #ffffff;
  text-decoration: none;
}
.topbar div > ul .active > a, .nav .active > a {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.5);
}
.topbar div > ul.secondary-nav, .nav.secondary-nav {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.topbar div > ul.secondary-nav .menu-dropdown,
.nav.secondary-nav .menu-dropdown,
.topbar div > ul.secondary-nav .dropdown-menu,
.nav.secondary-nav .dropdown-menu {
  right: 0;
  border: 0;
}
.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle,
.nav .dropdown.open .dropdown-toggle {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #333;
}
.topbar div > ul .menu-dropdown a.menu,
.nav .menu-dropdown a.menu,
.topbar div > ul .dropdown-menu a.menu,
.nav .dropdown-menu a.menu,
.topbar div > ul .menu-dropdown .dropdown-toggle,
.nav .menu-dropdown .dropdown-toggle,
.topbar div > ul .dropdown-menu .dropdown-toggle,
.nav .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown a.menu.open,
.nav .menu-dropdown a.menu.open,
.topbar div > ul .dropdown-menu a.menu.open,
.nav .dropdown-menu a.menu.open,
.topbar div > ul .menu-dropdown .dropdown-toggle.open,
.nav .menu-dropdown .dropdown-toggle.open,
.topbar div > ul .dropdown-menu .dropdown-toggle.open,
.nav .dropdown-menu .dropdown-toggle.open {
  background: #444;
  background: rgba(255, 255, 255, 0.05);
}
.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #999;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #191919;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#292929), to(#191919));
  background-image: -moz-linear-gradient(top, #292929, #191919);
  background-image: -ms-linear-gradient(top, #292929, #191919);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #191919));
  background-image: -webkit-linear-gradient(top, #292929, #191919);
  background-image: -o-linear-gradient(top, #292929, #191919);
  background-image: linear-gradient(top, #292929, #191919);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#191919', GradientType=0);
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .active a,
.nav .menu-dropdown .active a,
.topbar div > ul .dropdown-menu .active a,
.nav .dropdown-menu .active a {
  color: #ffffff;
}
.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #222;
  border-color: #444;
}
.topbar ul .menu-dropdown li a, .topbar ul .dropdown-menu li a {
  padding: 4px 15px;
}
li.menu, .dropdown {
  position: relative;
}
a.menu:after, .dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.menu-dropdown, .dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  min-width: 160px;
  max-width: 220px;
  _width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.menu-dropdown li, .dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.menu-dropdown .divider, .dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.topbar .dropdown-menu a, .dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #808080;
  text-shadow: 0 1px 0 #ffffff;
}
.topbar .dropdown-menu a:hover,
.dropdown-menu a:hover,
.topbar .dropdown-menu a.hover,
.dropdown-menu a.hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.open .menu,
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .menu-dropdown,
.dropdown.open .menu-dropdown,
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.tabs, .pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
footer {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eee;
}
.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(https://stickyasian18.com/assets/glyphicons-halflings-d99e3fa32c641032f08149914b28c2dc6acf2ec62f70987f2259eabbfa7fc0de.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url(https://stickyasian18.com/assets/glyphicons-halflings-white-f0e0d95a9c8abcdfabf46348e2d4285829bb0491f5f6af0e05af52bffb6324c4.png);
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-error,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11000;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
}
.modal-body {
  padding: 15px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 5px;
  display: none;
}
.popover.above .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.below .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover .inner {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px;
  overflow: hidden;
  width: 280px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover .title {
  background-color: #f5f5f5;
  padding: 9px 15px;
  line-height: 1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
}
.popover .content {
  background-color: #ffffff;
  padding: 14px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover .content p, .popover .content ul, .popover .content ol {
  margin-bottom: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* line 4, app/assets/stylesheets/members.css.scss */
.members_banner {
  margin-left: 353px;
  margin-top: 20px;
}

/* line 9, app/assets/stylesheets/members.css.scss */
.alert-error {
  background: #FE9A9A;
  border: 1px solid #FC4D5C;
  text-shadow: none;
}

/* line 14, app/assets/stylesheets/members.css.scss */
.alert-error p {
  color: #CD112E;
}

/* line 18, app/assets/stylesheets/members.css.scss */
.alert-error h4 {
  color: #CD112E;
}

/* line 23, app/assets/stylesheets/members.css.scss */
.alert-info {
  background-color: #daedf8;
  border: 1px solid #9AC1F6;
}

/* line 27, app/assets/stylesheets/members.css.scss */
.alert-info p {
  color: #3f86b4;
}

/* line 31, app/assets/stylesheets/members.css.scss */
.alert-info h4 {
  color: #3f86b4;
}

/* line 36, app/assets/stylesheets/members.css.scss */
.member_content p {
  color: #818181;
}

/* line 42, app/assets/stylesheets/members.css.scss */
#member-menu {
  background: #ff02d4;
  border: 1px solid white;
  border-right: none;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 30px;
}

/* line 52, app/assets/stylesheets/members.css.scss */
#member-menu a {
  border: 1px solid white;
  color: white;
  text-align: center;
  padding: 8px 2px 8px 2px;
  font-size: 90%;
  text-transform: uppercase;
}

/* line 60, app/assets/stylesheets/members.css.scss */
#member-menu a:hover {
  text-decoration: none !important;
  background-color: #e401bd;
}

/* line 65, app/assets/stylesheets/members.css.scss */
#member-menu .current {
  color: yellow;
  background-color: #ab008d;
}

/* line 71, app/assets/stylesheets/members.css.scss */
.affiliate-image {
  max-width: 100%;
}
@media (max-width: 1340px) {
  /* line 25, app/assets/stylesheets/mobile_responsive.scss */
  .container {
    width: auto;
    max-width: 1300px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 768px) {
  /* line 41, app/assets/stylesheets/mobile_responsive.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* line 58, app/assets/stylesheets/mobile_responsive.scss */
video {
  max-width: 100%;
  height: auto;
}

/* line 62, app/assets/stylesheets/mobile_responsive.scss */
.episode video {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

/* line 82, app/assets/stylesheets/mobile_responsive.scss */
.video-play-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

/* line 91, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transition: background 0.15s ease;
  z-index: 2;
}

/* line 113, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 2, 212, 0.85);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
  transition: transform 0.15s ease, background 0.15s ease;
}

/* line 132, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay i.fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 38px;
  color: #fff;
  transform: translate(-50%, -50%) translateX(3px);
  pointer-events: none;
}

/* line 142, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay:hover {
  background: rgba(0, 0, 0, 0.18);
}

/* line 144, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay:hover::before {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ff02d4;
}

/* line 150, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* line 156, app/assets/stylesheets/mobile_responsive.scss */
.video-play-overlay.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  /* line 164, app/assets/stylesheets/mobile_responsive.scss */
  .video-play-overlay::before {
    width: 64px;
    height: 64px;
  }
  /* line 168, app/assets/stylesheets/mobile_responsive.scss */
  .video-play-overlay i.fa-play {
    font-size: 28px;
  }
}

/* line 174, app/assets/stylesheets/mobile_responsive.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 181, app/assets/stylesheets/mobile_responsive.scss */
a.video {
  max-width: 100%;
}

@media (max-width: 1340px) {
  /* line 191, app/assets/stylesheets/mobile_responsive.scss */
  .episode {
    width: auto;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  /* line 200, app/assets/stylesheets/mobile_responsive.scss */
  .episode {
    margin: 0;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 211, app/assets/stylesheets/mobile_responsive.scss */
  .episode h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 0 12px 0;
    padding: 0 16px;
  }
  /* line 218, app/assets/stylesheets/mobile_responsive.scss */
  .episode .description {
    font-size: 1.1em;
    margin: 0 0 16px 0;
    padding: 0 16px;
  }
  /* line 225, app/assets/stylesheets/mobile_responsive.scss */
  .episode video {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0;
  }
  /* line 234, app/assets/stylesheets/mobile_responsive.scss */
  .episode .video-sub-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 8px;
    margin: 16px 0 0 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  /* line 242, app/assets/stylesheets/mobile_responsive.scss */
  .episode .video-sub-images img {
    width: 100%;
    height: auto;
  }
  /* line 249, app/assets/stylesheets/mobile_responsive.scss */
  .episode .image-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  /* line 256, app/assets/stylesheets/mobile_responsive.scss */
  .episode .image-container img {
    width: 100%;
    height: auto;
  }
  /* line 261, app/assets/stylesheets/mobile_responsive.scss */
  .episode .image-container > div {
    margin-right: 0;
  }
  /* line 275, app/assets/stylesheets/mobile_responsive.scss */
  body .page-heading {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 16px 0 20px 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
}

/* line 299, app/assets/stylesheets/mobile_responsive.scss */
.nav-toggle {
  display: none;
}

@media (max-width: 1000px) {
  /* line 307, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) {
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
  }
  /* line 312, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) a {
    padding: 10px 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* line 326, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    min-height: 48px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: #ab008d;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* line 346, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  /* line 352, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon {
    position: relative;
    width: 20px;
    height: 14px;
    display: inline-block;
  }
  /* line 358, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
    background: #fff;
    border-radius: 1px;
  }
  /* line 364, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon::before,
.nav-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
  }
  /* line 372, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon::before {
    top: 0;
  }
  /* line 373, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon::after {
    bottom: 0;
  }
  /* line 374, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-icon {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
  }
  /* line 380, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-active .nav-toggle-icon {
    border: 0;
    background: transparent;
    height: 18px;
  }
  /* line 385, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-active .nav-toggle-icon::before {
    top: 8px;
    transform: rotate(45deg);
  }
  /* line 389, app/assets/stylesheets/mobile_responsive.scss */
  .nav-toggle-active .nav-toggle-icon::after {
    bottom: 8px;
    transform: rotate(-45deg);
  }
  /* line 395, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) {
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: #ab008d;
    margin: 0 0 0 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  /* line 405, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    min-height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 18px;
    text-transform: none;
    color: #fff;
  }
  /* line 417, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) a:last-child {
    border-bottom: 0;
  }
  /* line 421, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav:not(.pagination) a:hover, .top-menu nav:not(.pagination) a.current {
    background: #e401bd;
    text-decoration: none;
  }
  /* line 428, app/assets/stylesheets/mobile_responsive.scss */
  .top-menu nav.nav-open:not(.pagination) {
    display: flex;
  }
}

@media (max-width: 768px) {
  /* line 447, app/assets/stylesheets/mobile_responsive.scss */
  .footer {
    padding: 24px 16px;
  }
  /* line 452, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row {
    flex-direction: column;
  }
  /* line 455, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row > div {
    max-width: 100%;
    margin-bottom: 24px;
    text-align: center;
  }
  /* line 460, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row > div:last-child {
    margin-bottom: 0;
  }
  /* line 465, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row > div p {
    margin: 0 0 12px 0;
    line-height: 1.55;
  }
  /* line 469, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row > div p:last-child {
    margin-bottom: 0;
  }
  /* line 474, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-flex-row > div h3 {
    margin-top: 0;
    margin-bottom: 8px;
  }
  /* line 484, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-text {
    padding: 20px 16px;
  }
  /* line 487, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-text h3 {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  /* line 491, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-text h3:first-child {
    margin-top: 0;
  }
  /* line 496, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-text p {
    margin: 0 0 12px 0;
    line-height: 1.55;
  }
  /* line 500, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-text p:last-child {
    margin-bottom: 0;
  }
  /* line 506, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-menu {
    padding: 16px;
  }
  /* line 509, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-menu h3 {
    margin-bottom: 10px;
  }
  /* line 513, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-menu ul.horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  /* line 522, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-menu ul.horizontal li {
    display: list-item;
    list-style: none;
  }
  /* line 527, app/assets/stylesheets/mobile_responsive.scss */
  .footer .footer-menu ul.horizontal a {
    display: inline-block;
    padding: 6px 4px;
    min-height: 36px;
    line-height: 1.4;
  }
}

@media (max-width: 1340px) {
  /* line 543, app/assets/stylesheets/mobile_responsive.scss */
  .members_banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  /* line 553, app/assets/stylesheets/mobile_responsive.scss */
  #member-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 556, app/assets/stylesheets/mobile_responsive.scss */
  #member-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  /* line 573, app/assets/stylesheets/mobile_responsive.scss */
  #join_page h1.shout {
    font-size: 2em;
  }
  /* line 581, app/assets/stylesheets/mobile_responsive.scss */
  #join_page .join-button {
    font-size: 1.4em;
    padding: 14px 18px;
    display: inline-block;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  /* line 596, app/assets/stylesheets/mobile_responsive.scss */
  .contact_us .left_col,
.contact_us .right_col {
    width: auto;
    float: none;
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  /* line 611, app/assets/stylesheets/mobile_responsive.scss */
  .review_link_text {
    width: auto;
    max-width: 100%;
    float: none;
  }
  /* line 618, app/assets/stylesheets/mobile_responsive.scss */
  .review_link img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  /* line 630, app/assets/stylesheets/mobile_responsive.scss */
  .photo {
    width: auto;
    max-width: 100%;
    float: none;
  }
  /* line 636, app/assets/stylesheets/mobile_responsive.scss */
  .photo_left,
.photo_right {
    margin: 0 0 12px 0;
  }
}

@media (max-width: 600px) {
  /* line 649, app/assets/stylesheets/mobile_responsive.scss */
  nav.pagination a,
nav.pagination li,
nav.pagination span,
.paginated a,
.paginated li,
.paginated span {
    padding: 8px 10px !important;
    display: inline-block;
  }
  /* line 657, app/assets/stylesheets/mobile_responsive.scss */
  nav.pagination li,
.paginated li {
    font-size: 1.2em;
  }
}

@media (max-width: 600px) {
  /* line 672, app/assets/stylesheets/mobile_responsive.scss */
  #age-gate-container {
    padding: 20px 16px;
    gap: 20px;
    justify-content: flex-start;
  }
  /* line 678, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-hero {
    max-width: 100%;
    margin-top: 16px;
  }
  /* line 683, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-logo {
    max-width: 200px;
  }
  /* line 687, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-tagline {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  /* line 693, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-content-box {
    padding: 24px 20px;
  }
  /* line 697, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-content-box h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  /* line 702, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-content-box p {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  /* line 709, app/assets/stylesheets/mobile_responsive.scss */
  .age-gate-enter-btn {
    min-height: 52px;
    font-size: 16px;
    padding: 16px 20px;
  }
}
/* line 5, app/assets/stylesheets/model_photos.css.scss */
p.photo_hint {
  text-align: center;
  font-size: 0.9em;
}

/* line 9, app/assets/stylesheets/model_photos.css.scss */
p.photo_hint a {
  color: #cecece;
}

/* line 14, app/assets/stylesheets/model_photos.css.scss */
.photo img {
  border: 1px solid #878787;
}

/* line 17, app/assets/stylesheets/model_photos.css.scss */
.photo img:hover {
  border: 1px solid #dbdbdb;
}

/* line 22, app/assets/stylesheets/model_photos.css.scss */
.photo {
  width: 495px;
  float: left;
}

/* line 27, app/assets/stylesheets/model_photos.css.scss */
.photo_left {
  margin: 0 10px 0 0;
}

/* line 31, app/assets/stylesheets/model_photos.css.scss */
.photo_right {
  margin: 0;
}

/* line 35, app/assets/stylesheets/model_photos.css.scss */
.image-container {
  display: flex;
  flex-direction: row;
}

/* line 39, app/assets/stylesheets/model_photos.css.scss */
.image-container > div {
  margin-right: 10px;
}
/* line 1, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper {
  margin-top: 20px;
}

/* line 4, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper .buttonWrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
}

/* line 11, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper button {
  border: 1px solid #cfcfcf;
  padding: 4px;
  cursor: pointer;
  opacity: 0.4;
}

/* line 18, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper button.active {
  opacity: 1;
}

/* line 22, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper .tab-published {
  background-color: #e7ffe1;
  border: 1px solid #337813;
  color: #337813;
}

/* line 28, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper .tab-unpublished {
  background-color: #fcd1d1;
  border: 1px solid #891325;
  color: #891325;
}

/* line 34, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper .tab-content {
  display: none;
  padding: 10px 20px;
}

/* line 39, app/assets/stylesheets/tabs.css.scss */
.alt-tabs-wrapper .tab-content.active {
  display: block;
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/welcome.css.scss */
h1, h2, h3, h4 {
  color: #ff02d4;
  font-family: 'Open Sans', sans-serif;
}

/* line 14, app/assets/stylesheets/welcome.css.scss */
.page-heading {
  font-size: 36px;
  line-height: 42px;
  margin: 20px 0;
  text-align: center;
}

/* line 21, app/assets/stylesheets/welcome.css.scss */
.no_list_style {
  list-style-type: none;
}

/* line 25, app/assets/stylesheets/welcome.css.scss */
h2 {
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 36px;
}

/* line 31, app/assets/stylesheets/welcome.css.scss */
h3 {
  font-size: 18px;
}

/* line 35, app/assets/stylesheets/welcome.css.scss */
p {
  line-height: 18px;
  margin-bottom: 9px;
}

/* line 40, app/assets/stylesheets/welcome.css.scss */
ol, ul, p {
  font-family: 'Asap', sans-serif;
  color: #cecece;
  font-size: 1.1em;
  line-height: 1.1em;
}

/* line 47, app/assets/stylesheets/welcome.css.scss */
.admin_text, a.admin_text {
  color: #3f3f3f;
}

/* line 51, app/assets/stylesheets/welcome.css.scss */
.float_left {
  float: left;
}

/* line 55, app/assets/stylesheets/welcome.css.scss */
.float_right {
  float: right;
}

/* line 59, app/assets/stylesheets/welcome.css.scss */
.review_link {
  overflow: hidden;
  margin: 0 0 10px 0;
}

/* line 63, app/assets/stylesheets/welcome.css.scss */
.review_link img {
  border: 1px solid #fff;
}

/* line 68, app/assets/stylesheets/welcome.css.scss */
.review_link_text {
  width: 735px;
  margin: 4px 0 0 0;
}

/* line 78, app/assets/stylesheets/welcome.css.scss */
.footer ul li {
  font-size: 1.2em;
}

/* line 83, app/assets/stylesheets/welcome.css.scss */
.footer #col2 {
  width: 300px;
  margin-left: 40px;
}

/* line 88, app/assets/stylesheets/welcome.css.scss */
.footer .span-one-third {
  width: 320px;
}

/* line 92, app/assets/stylesheets/welcome.css.scss */
.footer a {
  color: yellow;
}

/* line 100, app/assets/stylesheets/welcome.css.scss */
.episode {
  margin: 0 auto 50px auto;
  max-width: 1080px;
}

/* line 109, app/assets/stylesheets/welcome.css.scss */
.episode .description {
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.1em;
  color: #cecece;
}

/* line 116, app/assets/stylesheets/welcome.css.scss */
.episode .images {
  overflow: hidden;
  margin: 8px 0 0 0;
}

/* line 121, app/assets/stylesheets/welcome.css.scss */
.episode .image {
  max-width: 324px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* line 129, app/assets/stylesheets/welcome.css.scss */
.episode .image_left {
  margin: 0 50px 0 0;
}

/* line 133, app/assets/stylesheets/welcome.css.scss */
.episode .image_center {
  margin: 0 50px 0 0;
}

/* line 137, app/assets/stylesheets/welcome.css.scss */
.episode .large_link {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #cecece;
}

/* line 143, app/assets/stylesheets/welcome.css.scss */
.episode .episode-meta {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 150, app/assets/stylesheets/welcome.css.scss */
.episode .episode-meta a {
  margin-right: 6px;
}

/* line 158, app/assets/stylesheets/welcome.css.scss */
#public_nav {
  margin: 16px 0 16px 0;
  overflow: hidden;
}

/* line 163, app/assets/stylesheets/welcome.css.scss */
#public_nav li {
  background: url(https://stickyasian18.com/assets/nav-c335d0e25cce79b5117ac6e40a0ef06c621d340d6f4a6b990bd17f369e96539f.png) no-repeat;
  display: block;
  float: left;
  height: 45px;
  text-indent: -9999px;
}

/* line 170, app/assets/stylesheets/welcome.css.scss */
#public_nav li a {
  display: block;
  height: 45px;
}

/* line 176, app/assets/stylesheets/welcome.css.scss */
#public_nav #home {
  background-position: 0 0;
  width: 59px;
}

/* line 180, app/assets/stylesheets/welcome.css.scss */
#public_nav #home:hover {
  background-position: 0 -47px;
}

/* line 184, app/assets/stylesheets/welcome.css.scss */
#public_nav #home:active {
  background-position: 0 -94px;
}

/* line 190, app/assets/stylesheets/welcome.css.scss */
#public_nav #home.current {
  background-position: 0 -141px;
}

/* line 194, app/assets/stylesheets/welcome.css.scss */
#public_nav #cams {
  background-position: -59px 0;
  width: 129px;
}

/* line 198, app/assets/stylesheets/welcome.css.scss */
#public_nav #cams:hover {
  background-position: -59px -47px;
}

/* line 202, app/assets/stylesheets/welcome.css.scss */
#public_nav #cams:active {
  background-position: -59px -94px;
}

/* line 208, app/assets/stylesheets/welcome.css.scss */
#public_nav #cams.current {
  background-position: -59px -141px;
}

/* line 212, app/assets/stylesheets/welcome.css.scss */
#public_nav #fashion {
  background-position: -188px 0;
  width: 127px;
}

/* line 216, app/assets/stylesheets/welcome.css.scss */
#public_nav #fashion:hover {
  background-position: -188px -47px;
}

/* line 220, app/assets/stylesheets/welcome.css.scss */
#public_nav #fashion:active {
  background-position: -188px -94px;
}

/* line 225, app/assets/stylesheets/welcome.css.scss */
#public_nav #fashion.current {
  background-position: -188px -141px;
}

/* line 229, app/assets/stylesheets/welcome.css.scss */
#public_nav #models {
  background-position: -315px 0;
  width: 125px;
}

/* line 233, app/assets/stylesheets/welcome.css.scss */
#public_nav #models:hover {
  background-position: -315px -47px;
}

/* line 237, app/assets/stylesheets/welcome.css.scss */
#public_nav #models:active {
  background-position: -315px -94px;
}

/* line 242, app/assets/stylesheets/welcome.css.scss */
#public_nav #models.current {
  background-position: -315px -141px;
}

/* line 246, app/assets/stylesheets/welcome.css.scss */
#public_nav #updates {
  background-position: -440px 0;
  width: 179px;
}

/* line 250, app/assets/stylesheets/welcome.css.scss */
#public_nav #updates:hover {
  background-position: -440px -47px;
}

/* line 254, app/assets/stylesheets/welcome.css.scss */
#public_nav #updates:active {
  background-position: -440px -94px;
}

/* line 259, app/assets/stylesheets/welcome.css.scss */
#public_nav #updates.current {
  background-position: -440px -141px;
}

/* line 263, app/assets/stylesheets/welcome.css.scss */
#public_nav #blank {
  background-position: -619px 0;
  width: 213px;
}

/* line 268, app/assets/stylesheets/welcome.css.scss */
#public_nav #members {
  background-position: -832px 0;
  width: 84px;
}

/* line 272, app/assets/stylesheets/welcome.css.scss */
#public_nav #members:hover {
  background-position: -832px -47px;
}

/* line 276, app/assets/stylesheets/welcome.css.scss */
#public_nav #members:active {
  background-position: -832px -94px;
}

/* line 281, app/assets/stylesheets/welcome.css.scss */
#public_nav #join {
  background-position: -916px 0;
  width: 86px;
}

/* line 285, app/assets/stylesheets/welcome.css.scss */
#public_nav #join:hover {
  background-position: -916px -47px;
}

/* line 289, app/assets/stylesheets/welcome.css.scss */
#public_nav #join:active {
  background-position: -916px -94px;
}

/* line 294, app/assets/stylesheets/welcome.css.scss */
#public_nav #join.current {
  background-position: -916px -141px;
}

/* line 299, app/assets/stylesheets/welcome.css.scss */
ul.horizontal li {
  display: inline;
  list-style-type: none;
}

/* line 304, app/assets/stylesheets/welcome.css.scss */
nav:not(.pagination) {
  background: #ff02d4;
  border: 1px solid white;
  margin: 0 auto 20px auto;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 315, app/assets/stylesheets/welcome.css.scss */
nav:not(.pagination) a {
  border: 1px solid white;
  color: white;
  text-align: center;
  padding: 8px 36px;
  font-size: 90%;
  text-transform: uppercase;
}

/* line 323, app/assets/stylesheets/welcome.css.scss */
nav:not(.pagination) a:hover {
  text-decoration: none !important;
  background-color: #e401bd;
}

/* line 329, app/assets/stylesheets/welcome.css.scss */
nav:not(.pagination) .current {
  color: yellow;
  background-color: #ab008d;
}

@media (max-width: 430px) {
  /* line 337, app/assets/stylesheets/welcome.css.scss */
  nav {
    font-size: .8em;
  }
  /* line 341, app/assets/stylesheets/welcome.css.scss */
  nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }
}

/* line 351, app/assets/stylesheets/welcome.css.scss */
.footer h3 {
  text-align: center;
}

/* line 355, app/assets/stylesheets/welcome.css.scss */
.footer .footer-text, .footer .footer-menu {
  text-align: center;
  padding: 20px;
}

/* line 360, app/assets/stylesheets/welcome.css.scss */
.footer .footer-menu li {
  margin-right: 10px;
}

/* line 365, app/assets/stylesheets/welcome.css.scss */
a.video {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 375, app/assets/stylesheets/welcome.css.scss */
.contact_us {
  margin: 30px 0px;
}

/* line 378, app/assets/stylesheets/welcome.css.scss */
.contact_us p {
  font-size: 1.3em;
  padding-right: 20px;
}

/* line 383, app/assets/stylesheets/welcome.css.scss */
.contact_us h3 {
  line-height: 20px;
  margin-bottom: 6px;
}

/* line 388, app/assets/stylesheets/welcome.css.scss */
.contact_us .left_col {
  width: 450px;
  float: left;
  padding: 0 30px 0 0;
}

/* line 394, app/assets/stylesheets/welcome.css.scss */
.contact_us .right_col {
  width: 450px;
  float: right;
}

/* line 403, app/assets/stylesheets/welcome.css.scss */
.paginated ul {
  text-align: center;
  margin-top: 61px;
  margin-bottom: 39px;
}

/* line 409, app/assets/stylesheets/welcome.css.scss */
.paginated li {
  margin-right: 6px;
  font-size: 1.7em;
  border: 1px solid #ff02d4;
  padding: 6px;
}

/* line 420, app/assets/stylesheets/welcome.css.scss */
#join_page {
  text-align: center;
  margin-top: 47px;
}

/* line 424, app/assets/stylesheets/welcome.css.scss */
#join_page h1.shout {
  font-size: 2.5em;
  color: #ab0b90;
  border: 1px solid #eee;
  padding: 5px 0 8px 0;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  margin: 0 auto;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa6fe3), to(#e308bd));
  background: -moz-linear-gradient(top, #fa6fe3, #e308bd);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa6fe3, endColorStr=#e308bd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#fa6fe3, endColorStr=#e308bd);
}

/* line 442, app/assets/stylesheets/welcome.css.scss */
#join_page p {
  width: 80%;
  margin: 20px auto;
}

/* line 448, app/assets/stylesheets/welcome.css.scss */
#join_page p.small {
  font-size: 0.9em;
}

/* line 452, app/assets/stylesheets/welcome.css.scss */
#join_page input {
  height: 86px;
  border: none;
}

/* line 457, app/assets/stylesheets/welcome.css.scss */
#join_page ul {
  list-style-type: none;
  margin: 20px 0;
}

/* line 461, app/assets/stylesheets/welcome.css.scss */
#join_page ul li {
  margin: 20px 0 30px 0;
}

/* line 467, app/assets/stylesheets/welcome.css.scss */
.join-button {
  color: #ffffff;
  font-size: 35px;
  padding: 16px;
  text-decoration: none;
  border-radius: 12px;
  text-shadow: 1px 1px 3px #666666;
  border: solid #099e2c 3px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#3ffa64), to(#21c400));
  background: -webkit-linear-gradient(top, #3ffa64, #21c400);
  background: -moz-linear-gradient(top, #3ffa64, #21c400);
  background: -o-linear-gradient(top, #3ffa64, #21c400);
  background: -ms-linear-gradient(top, #3ffa64, #21c400);
  background: linear-gradient(top, #3ffa64, #21c400);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ffa64, endColorStr=#21c400);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ffa64, endColorStr=#21c400);
  display: inline-block;
  /* IE is so silly */
}

/* line 485, app/assets/stylesheets/welcome.css.scss */
.join-button:hover {
  border: solid white 3px;
}

/* line 490, app/assets/stylesheets/welcome.css.scss */
.border {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

/* line 495, app/assets/stylesheets/welcome.css.scss */
.footer-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 501, app/assets/stylesheets/welcome.css.scss */
.footer-flex-row > div {
  max-width: 30%;
}

/* line 506, app/assets/stylesheets/welcome.css.scss */
nav.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* line 514, app/assets/stylesheets/welcome.css.scss */
nav.pagination a {
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 8px;
  background-color: #fe06d4;
}

/* line 521, app/assets/stylesheets/welcome.css.scss */
nav.pagination a:hover {
  text-decoration: none;
  background-color: #e204bd;
}

/* line 527, app/assets/stylesheets/welcome.css.scss */
nav.pagination .current {
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 8px;
  background-color: black;
}

/* line 536, app/assets/stylesheets/welcome.css.scss */
#age-gate-container {
  display: flex;
  flex-direction: column;
  /* stack hero + content-box vertically */
  justify-content: center;
  align-items: center;
  gap: 28px;
  /* space between hero and gate box */
  min-height: 100vh;
  padding: 32px 20px;
  box-sizing: border-box;
  /* Dark gradient background — brand-forward, no imagery, looks premium
     without crossing into "harmful to minors" territory. */
}

/* Brand hero — logo + tagline, sits above the gate box.
 * No model imagery. Compliance-safe. */
/* line 551, app/assets/stylesheets/welcome.css.scss */
.age-gate-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 520px;
  width: 100%;
}

/* line 560, app/assets/stylesheets/welcome.css.scss */
.age-gate-logo {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  /* Subtle lift so the wordmark reads against the dark gradient. */
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}

/* line 569, app/assets/stylesheets/welcome.css.scss */
.age-gate-tagline {
  margin: 16px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8b8c8;
  line-height: 1.5;
}

/* line 578, app/assets/stylesheets/welcome.css.scss */
.age-gate-content-box {
  background-color: white;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-width: 450px;
  width: 100%;
}

/* line 588, app/assets/stylesheets/welcome.css.scss */
.age-gate-content-box h1 {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 593, app/assets/stylesheets/welcome.css.scss */
.age-gate-content-box p {
  margin-bottom: 20px;
  color: black;
}

/* line 598, app/assets/stylesheets/welcome.css.scss */
.age-gate-content-box form div {
  margin-bottom: 15px;
  /* Adds some spacing between form elements */
}

/* line 602, app/assets/stylesheets/welcome.css.scss */
.age-gate-content-box form div:last-child {
  margin-bottom: 0;
}

/* Button-style gate (replaces checkbox form). Single primary CTA + exit link.
 * Touch-friendly (>=44px tap target), mobile-first, full-width on small screens. */
/* line 608, app/assets/stylesheets/welcome.css.scss */
.age-gate-form {
  margin: 0 0 16px 0;
}

/* line 612, app/assets/stylesheets/welcome.css.scss */
.age-gate-enter-btn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 24px;
  min-height: 48px;
  /* WCAG touch target */
  font-size: 16px;
  /* >=16px prevents iOS Safari zoom-on-focus */
  font-weight: 600;
  color: #fff;
  background-color: #0071e3;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease;
}

/* line 631, app/assets/stylesheets/welcome.css.scss */
.age-gate-enter-btn:hover,
.age-gate-enter-btn:focus {
  background-color: #0058b0;
}

/* line 635, app/assets/stylesheets/welcome.css.scss */
.age-gate-enter-btn:active {
  background-color: #00428a;
}

/* line 638, app/assets/stylesheets/welcome.css.scss */
.age-gate-enter-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* line 643, app/assets/stylesheets/welcome.css.scss */
.age-gate-exit-link {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #6e6e73;
  text-decoration: underline;
}

/* line 650, app/assets/stylesheets/welcome.css.scss */
.age-gate-exit-link:hover {
  color: #1d1d1f;
}

/* Email capture form (homepage, join page, confirmation landing)
 * Inline-styled so it renders correctly on both the public layout and the
 * standalone confirmation page. Mobile-first; centered; max-width 520px.
 */
/* line 657, app/assets/stylesheets/welcome.css.scss */
.email-capture {
  width: 100%;
  max-width: 520px;
  margin: 40px auto;
  padding: 28px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5ea;
  text-align: center;
  box-sizing: border-box;
}

/* line 669, app/assets/stylesheets/welcome.css.scss */
.email-capture-inner h3 {
  margin: 0 0 6px 0;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1f;
}

/* line 676, app/assets/stylesheets/welcome.css.scss */
.email-capture-inner p.small {
  margin: 0 auto 18px auto;
  max-width: 380px;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.5;
}

/* line 684, app/assets/stylesheets/welcome.css.scss */
.email-capture-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 10px;
}

/* line 692, app/assets/stylesheets/welcome.css.scss */
.email-capture-row input[type=email] {
  flex: 1 1 240px;
  min-width: 0;
  max-width: 320px;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  background: #fff;
  color: #1d1d1f;
  box-sizing: border-box;
}

/* line 705, app/assets/stylesheets/welcome.css.scss */
.email-capture-row input[type=email]:focus {
  outline: none;
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.15);
}

/* line 711, app/assets/stylesheets/welcome.css.scss */
.email-capture .join-button.small {
  flex: 0 0 auto;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
}

/* line 718, app/assets/stylesheets/welcome.css.scss */
.email-capture-inner p.tiny {
  margin: 0 auto;
  max-width: 380px;
  color: #86868b;
  font-size: 11px;
  line-height: 1.4;
}

/* Confirmation landing page */
/* line 727, app/assets/stylesheets/welcome.css.scss */
.email-confirm-page {
  width: 100%;
  max-width: 560px;
  margin: 60px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* line 735, app/assets/stylesheets/welcome.css.scss */
.email-confirm-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e5e5ea;
}

/* line 742, app/assets/stylesheets/welcome.css.scss */
.email-confirm-card h1 {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 600;
}

/* line 748, app/assets/stylesheets/welcome.css.scss */
.email-confirm-card p {
  color: #424245;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

/* line 755, app/assets/stylesheets/welcome.css.scss */
.email-confirm-card .small {
  font-size: 13px;
  color: #6e6e73;
}

@media (max-width: 600px) {
  /* line 761, app/assets/stylesheets/welcome.css.scss */
  .email-capture {
    margin: 24px auto;
    padding: 20px 16px;
  }
  /* line 765, app/assets/stylesheets/welcome.css.scss */
  .email-capture-row {
    flex-direction: column;
  }
  /* line 768, app/assets/stylesheets/welcome.css.scss */
  .email-capture-row input[type=email],
.email-capture .join-button.small {
    max-width: 100%;
    width: 100%;
  }
  /* line 773, app/assets/stylesheets/welcome.css.scss */
  .email-confirm-card {
    padding: 20px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
