/*
 * --- Primary Colors ---
 */
/*
 * --- Informational Colors ---
 *
 * Use these colors for alerts or informational text.
 */
/*
 * --- Supporting Colors ---
 *
 * These colors would primarily be used with text.
 */
/*
 * --- Feature Colors ---
 *
 * Colors used primarily in the dashboard to brand distribution channels
 */
/*
 * --- Background Colors ---
 */
/*
* --- Gradients ---
 */
/*
 * --- Text Colors ---
 *
 * When using text on a light background stick to Black or Slate.
 * Use White or Light Gray on dark backgrounds. Silver is reserved
 * for disabled states.
 */
/*
 * --- Original ---
 *
 * This is our original color variables. Some have been updated
 * to use the new color variables for StockBlocks and some of the
 * non standard variables are being left as is.
 */
.page-account #update-commissions-button {
  margin-top: 20px;
}
.page-account .account-container {
  display: grid;
  grid-template-areas: "navigation space content";
  grid-template-columns: 250px 20px auto;
  grid-template-rows: 100%;
  grid-gap: 10px;
  height: 100vh;
}
.page-account .account-container .alert {
  margin: 10px 15px;
}
.page-account .account-container .nav-sidebar {
  margin-top: -20px;
  grid-area: navigation;
  margin-left: 2px;
  -webkit-box-shadow: 8px 8px 10px -8px #808080;
  -moz-box-shadow: 8px 8px 10px -8px #808080;
  box-shadow: 8px 8px 10px -8px #808080;
}
.page-account .account-container .nav-sidebar .nav-tabs {
  margin-top: 20px;
  border: none;
}
.page-account .account-container .nav-sidebar .nav-tabs li {
  float: none;
}
.page-account .account-container .nav-sidebar .nav-tabs li a {
  border: none;
}
.page-account .account-container .main-account {
  grid-area: content;
  overflow: scroll;
}
.page-account .account-container .main-account .create-review-note {
  padding-top: 18px;
}
.page-account .account-container .main-account #create-review-batch-notification-area {
  padding-top: 18px;
}
.page-account .edit-section {
  color: #29b6ea;
  cursor: pointer;
  font-size: 16px;
}
.page-account .edit-section:hover {
  color: #2dc6ff;
  text-decoration: underline;
}
.page-account .edit-section i {
  padding-right: 7px;
}
.page-account form:not(#add-artist-form) #revshare-options .row {
  opacity: 1;
  padding-bottom: 30px;
  visibility: visible;
}
.page-account form:not(#add-artist-form) #application-options .row {
  opacity: 1;
  padding-bottom: 30px;
  visibility: visible;
}
.page-account form:not(#add-artist-form) .row {
  opacity: 1;
  padding-bottom: 30px;
  visibility: visible;
  transition: all 0.5s;
}
.page-account form:not(#add-artist-form) .row button {
  margin-right: 15px;
}
.page-account form:not(#add-artist-form) input {
  color: #444;
  transition: all 0.5s;
}
.page-account form:not(#add-artist-form) textarea {
  color: #444;
  transition: all 0.5s;
}
.page-account form:not(#add-artist-form):not(.editing) input:not(#new-profile-url) {
  background-color: #ffffff;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default;
}
.page-account form:not(#add-artist-form):not(.editing) textarea:not(#new-profile-url) {
  background-color: #ffffff;
  box-shadow: none !important;
  border: 1px solid transparent !important;
  cursor: default;
}
.page-account form:not(#add-artist-form):not(.editing) .row {
  opacity: 0;
  visibility: hidden;
}
.page-account form .tooltip .tooltip-inner {
  max-width: 300px;
}
.page-account form .tooltip .tooltip-arrow {
  border-top-color: #a9e2f7;
}
.page-account form .tooltip.in {
  opacity: 0.95;
}
.page-account .show-on-edit {
  display: none;
}
.page-account .checkboxWrapper {
  position: relative;
}
.page-account .checkboxOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-account .tooltip-inner {
  background-color: #a9e2f7;
  color: #ffffff;
  font-size: 14px;
  padding: 15px;
}
.page-account .nav-tabs .tooltip .tooltip-arrow {
  border-right-color: #a9e2f7;
}
.page-account .legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.page-account .header-2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-account .header-2 .tooltip .tooltip-inner {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14), 0 0.25px 1px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
}
.page-account .header-2 .tooltip .tooltip-arrow {
  border-top-color: #ffffff;
}
.page-account #voluntary-info-disclaimer {
  margin-top: 30px;
}
.page-account .description-paragraph {
  padding: 0;
}
.page-account #about {
  height: 217px;
}
.page-account #update-user-form .checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
}
.page-account #update-commissions-form label {
  font-weight: normal;
}
.page-account #update-commissions-form label {
  font-weight: normal;
}
.page-account .finance-admin-container {
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-account .finance-admin-container .payout-status {
  color: #ffffff;
  background-color: #e32d19;
  padding: 2px 5px;
  font-size: 12px;
}
.page-account .finance-admin-container .payout-status.label-success {
  background-color: #10ab5b;
}
.page-account .finance-admin-container .actions-div {
  margin-left: 30px;
}
.page-account .finance-admin-container .actions-div .actions-title {
  margin-left: -30px;
}
.page-account .finance-admin-container .reject-payment-info-reason-container {
  max-width: 50%;
}
.page-account .finance-admin-container .finance-admin-payment-eligibility-form {
  margin-left: 30px;
}
.page-account #artist-profiles-tab table {
  border: 1px solid #ccc;
  width: 100%;
}
.page-account #artist-profiles-tab tr {
  border: 1px solid #ccc;
}
.page-account #artist-profiles-tab th {
  border: 1px solid #ccc;
}
.page-account #artist-profiles-tab td {
  border: 1px solid #ccc;
}
.page-account #artist-profiles-tab #add-artist-form input {
  margin: 16px 16px 0 0;
}
.page-account #artist-profiles-tab #add-artist-form textarea {
  width: 100%;
}
.page-account::-webkit-input-placeholder {
  color: #aaa !important;
}
.page-account:-moz-placeholder {
  color: #aaa !important;
  opacity: 1;
}
.page-account::-moz-placeholder {
  color: #aaa !important;
  opacity: 1;
}
.page-account:-ms-input-placeholder {
  color: #aaa !important;
}
