﻿/* colors - define colors first then elements */
/*Background */
/*Disabled Text*/
/*Text*/
/*Table Fill*/
/*Border */
/*Nav hover*/
/*Table border*/
/*Nav border*/
/*Check Border*/
/*Contact Us Border*/
/*Main Nav*/
/*Event Menu*/
/*Table Headers*/
/*Accent*/
/*buttons*/
/* green text links */
/*Bike Reg Blue*/
/*Bike Reg Blue A: .25 */
/*Blue for tabs*/
/*Blue for hover */
/*Blue for hover checkboxes*/
/*Links, etc.*/
/*Closed events, etc.*/
/* alerts and such */
/* sidebar content bg */
/* Baseline Z-Index Values */
/* Box Shadow Mixin */
/* To use: @include box-shadow($top, $left, $blur, $spread, $color); */
.sent-email-grid table:not(.noStyle) label.container {
  font-size: 0.875em; }

.sent-email-grid table:not(.noStyle) th {
  text-align: left; }

.sent-email-grid table:not(.noStyle) tr.odd {
  background-color: #F2F2F2; }

.sent-email-grid table:not(.noStyle) tr.even {
  background-color: #ffffff; }

.sent-email-grid table:not(.noStyle) td.emailTextTD, .sent-email-grid table:not(.noStyle) td.recipientsTD {
  padding: 0.5em; }

.sent-email-grid table:not(.noStyle) td.utils {
  vertical-align: top;
  text-align: right; }
  .sent-email-grid table:not(.noStyle) td.utils a {
    font-size: 1.25em;
    padding-right: 0.5em;
    margin-top: 0.5em;
    display: inline-block; }

.sent-email-grid table:not(.noStyle) td.recipientsTD > div {
  max-width: 500px;
  overflow-x: scroll; }
  @media screen and (max-width: 767px) {
    .sent-email-grid table:not(.noStyle) td.recipientsTD > div {
      max-width: 250px; } }

.sent-email-grid a i.fa:hover {
  text-decoration: none; }

.sent-email-grid .recipientsText {
  border-top: 0;
  border-bottom: 0; }

.sent-email-grid .emailTextDiv, .sent-email-grid .recipientsDiv {
  display: none;
  height: 100px;
  overflow-y: scroll; }

.sent-email-grid .outerHeader {
  display: inline-block;
  width: 49%; }

.sent-email-grid .filterHead {
  cursor: pointer; }

.sent-email-grid .expandcontent {
  padding: 0.5em; }

.sent-email-grid .bikereg a.filterHead:active {
  color: #00559c; }
