/*
  custom color properties for ALICE
*/
body {
   background: white;
}

.region-content > nav.tabs {
  background: #fff; }
  .region-content > nav.tabs a.is-active {
    color: #20568d; 
   }

/* main menu */   
header .nav > li > a, header .nav > li > span {
   color: white;
}

header .dropdown-menu > li > a, header .dropdown-menu > li > span {
   background: inherit;
   color: white;
}

/* entity reference colors */
.field.field--type-entity-reference .field--items .field--item a {
   background: transparent;
   color:#0855a0; 
}

.field.field--type-entity-reference .field--items .field--item a:hover {
   color:#0855a0; 
}

.view .view-content table {
   background: #fefefe; }
   .view .view-content table thead th {
     background: #acc2d8;
     padding: 5px; }
   .view .view-content table tbody tr:nth-child(even) {
     background-color: #f9f9fa; }
   .view .view-content table tbody tr:nth-child(odd) {
     background-color: #e9ecef; }
   .view .view-content table tbody td {
     color: #333333; }
   .view .view-content table tfoot td {
     background-color: #333339;
     color: #999999; } 
     
.red, .cern-view-display-page .view-content .red {
   color: red !important;
}
.orange, .cern-view-display-page .view-content .orange {
   color: orange !important;
}
.green, .cern-view-display-page .view-content .green {
   color: green !important;
}


