/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

.am-info {
  border: none;
}
.am-product-terms {
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/* Helpdesk */

/* clickaable rows */
.am-page-helpdesk .am-grid tbody tr {
  cursor: pointer;
}
.am-page-helpdesk .am-grid .helpdesk-row-hover td {
  background-color: #ffd19f !important;
}
.am-page-helpdesk .am-grid thead tr th:nth-child(3n+3) {
    display: none;
}
.am-page-helpdesk .am-grid tbody tr td:nth-child(3n+3) {
    display: none;
}
.am-helpdesk-grid-subject a {
  font-size: 18px;
  display: block;
  color: black;
  font-weight: 500;
  text-decoration: none;
}
.am-helpdesk-grid-subject .link {
  font-size: 18px;
  display: block;
  color: black;
  font-weight: 500;
  text-decoration: none;
}
.am-helpdesk-grid-subject .am-helpdesk-grid-msg-cnt {
  padding: 1px 5px;
}
.am-helpdesk-grid-subject .am-helpdesk-grid-msg {
  color: #979797;
  font-size: 11px;
}


/* -------------------------------------------------------------------------- */
/* Warning Message */

.site-warning {
  color: white;
  background-color: #df3400;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 20px 5px;
}
.site-warning a {
  color: white;
}

/* -------------------------------------------------------------------------- */
/* Dashboard */

.am-body-content-top > h1 {
  display: none;
}
.am-common h2 {
  display: none;
}
.am-credits {
  opacity: 0;
}
#widget-widget-member\/main\/right-1 {
  display: none;
}
#member-main-subscriptions {
  background-color: #c0fbc0;
  border-radius: 10px;
}
.am-list-subscriptions-title {
  display: block;
  font-size: 18px;
}
.am-list-subscriptions .am-list-subscriptions-title::after {
  content: none;
}
.am-list-subscriptions-date {
  display: block;
}
.am-list-subscriptions-link {
  margin-top: 15px;
  display: block;
}
.cancel-subscription {
  padding: 5px 15px;
  background-color: #a6a6a6;
  color: white !important;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
}
.upgrade-subscription {
  padding: 5px 15px;
  background-color: #188e00;
  color: white !important;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 6px;
}
.am-upgrade-options {
  line-height: 2
}
.am-upgrade-options-comment {
  margin-top: 10px;
}

/* drogon link */
#resource-link-link-1 {
  padding: 11px 20px;
  background-color: #ffb11c;
  color: black !important;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 20px;
  margin-top: 10px;
  display: block;
  text-align: center;
  font-weight: 500;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.13);
}
#resource-link-link-1:hover {
  background-color: #fdb936;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.15);
}
