/* cpa_table.css */
#cpa_list div.dataTables_length {
  float: left;
  padding-top: 1px; }

#cpa_list div.dataTables_filter {
  float: right;
  padding-left: 25px; }

#cpa_table .details-row > td,
#cpa_list_table .details-row > td {
  padding: 0; }
  #cpa_table .details-row > td *:hover,
  #cpa_list_table .details-row > td *:hover {
    background: none; }

#cpa_table .details-row.odd,
#cpa_list_table .details-row.odd {
  background-color: #f5f6f7; }
  #cpa_table .details-row.odd .details-table tr,
  #cpa_list_table .details-row.odd .details-table tr {
    background-color: #f5f6f7; }

#cpa_table .details-row.even,
#cpa_list_table .details-row.even {
  background-color: #ffffff; }

#cpa_table .details-row .details-container,
#cpa_list_table .details-row .details-container {
  width: 100%;
  padding-bottom: 20px; }
  #cpa_table .details-row .details-container .logo,
  #cpa_list_table .details-row .details-container .logo {
    margin-left: 90px; }
    #cpa_table .details-row .details-container .logo img,
    #cpa_list_table .details-row .details-container .logo img {
      max-width: 100px; }

#cpa_table.dataTable td.details-switch,
#cpa_list_table.dataTable td.details-switch {
  background: url("../../img/details_open.png") no-repeat center center;
  cursor: pointer; }

#cpa_table.dataTable tr.shown td.details-switch,
#cpa_list_table.dataTable tr.shown td.details-switch {
  background: url("../../img/details_close.png") no-repeat center center; }

#cpa_table.dataTable .button,
#cpa_list_table.dataTable .button {
  display: inline-block;
  padding: 2px 8px; }

#cpa_table > thead th.details-switch,
#cpa_list_table > thead th.details-switch {
  background: none; }

#cpa_table > tbody > tr td:first-child,
#cpa_list_table > tbody > tr td:first-child {
  width: 55px; }

#cpa_table > tbody > tr td:last-child,
#cpa_list_table > tbody > tr td:last-child {
  text-align: right; }

#cpa_table > tbody > tr td.dataTables_empty,
#cpa_list_table > tbody > tr td.dataTables_empty {
  text-align: center; }

#cpa_table > tbody > tr.details-row td:last-child,
#cpa_list_table > tbody > tr.details-row td:last-child {
  text-align: left; }

#cpa_map {
  padding-bottom: 60px; }
  #cpa_map ul.map-legend {
    list-style: none; }
    #cpa_map ul.map-legend li {
      color: #000000;
      display: block;
      float: left;
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 20px;
      margin-right: 20px;
      max-width: 150px; }
      #cpa_map ul.map-legend li div {
        float: left;
        width: 25px;
        height: 25px;
        margin-bottom: 15px;
        margin-right: 10px; }
        #cpa_map ul.map-legend li div.dark-blue {
          background-color: #205e9a; }
        #cpa_map ul.map-legend li div.blue {
          background-color: #5197db; }
        #cpa_map ul.map-legend li div.yellow {
          background-color: #fbe381; }
        #cpa_map ul.map-legend li div.rose {
          background-color: #f9978f; }
        #cpa_map ul.map-legend li div.red {
          background-color: #e64438; }
        #cpa_map ul.map-legend li div.grey {
          background-color: #f7f7f7; }
      #cpa_map ul.map-legend li:last-child {
        margin-bottom: 0; }
