body.page-template-crm {
  /* FORMS */
  /* TABLES */
  /* info-utente */ }
  body.page-template-crm .advice {
    margin: 0;
    padding: 15px 30px;
    background: #FEFF99;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000; }
  body.page-template-crm form .input-container input[type="text"] {
    background: #dfeceb; }
  body.page-template-crm table {
    margin: 5px 0 20px 0;
    empty-cells: hide;
    border-spacing: 1px;
    border-collapse: separate !important; }
    body.page-template-crm table tr {
      margin: 1px 0; }
      body.page-template-crm table tr td {
        background-color: #F7F7F7;
        padding: 8px 10px;
        line-height: .8em; }
        body.page-template-crm table tr td:first-child {
          text-align: right; }
  body.page-template-crm .activities-container .activity-recap {
    line-height: 1.2em;
    font-size: .8em;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px; }
  body.page-template-crm .activities-container .extra-info-recap {
    border-top: 1px dashed #dedede;
    padding-top: 5px;
    margin-top: 5px; }
  body.page-template-crm .activities-container.short-list .activity-recap:nth-child(n+10) {
    display: none; }
  body.page-template-crm .activities-container .show-more-activities {
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
    font-size: .8em; }
  body.page-template-crm .charts-recap #donations-chart {
    min-width: 310px;
    max-width: 800px;
    height: 400px;
    margin: 0 auto; }
  body.page-template-crm .donations-container .donation-recap {
    line-height: 1.2em;
    font-size: .8em;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px;
    position: relative; }
    body.page-template-crm .donations-container .donation-recap big {
      font-size: 2em;
      line-height: 1.3em; }
    body.page-template-crm .donations-container .donation-recap.pending {
      background-color: #FEFF99; }
    body.page-template-crm .donations-container .donation-recap.not_complete {
      background-color: #FF004E;
      color: #FFF; }
    body.page-template-crm .donations-container .donation-recap.child {
      margin-left: 30px; }
    body.page-template-crm .donations-container .donation-recap.test:after {
      content: 'TEST';
      position: absolute;
      top: 100%;
      width: 50px;
      height: 50px;
      left: 100%;
      display: block;
      background-color: #CEEFFF;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      color: #000;
      text-align: center;
      font-size: 11px; }
