/* ----------------------------------------------------------------------------
This file is provided for operations-specific style customizations.
It should be included last in the page source, so its values override any other
css values.
---------------------------------------------------------------------------- */

/* Layers menu border color */
#layers-menu-dropdown-button {
   border-color: #CCCCCC;
}

/* Priority 1 event album view header background and text colors */
.eventGalleryHeader-criticalPriority,
.criticalEventsPopupHeader {
   background-color: #FDA2C7;
   color: #333333;
}

/* Priority 1 event album view background colors */
.eventGalleryBody-criticalPriority,
.criticalEventsPopupBody {
   background-color: #FFE6EE;
}

/*----- Legend -----*/
/* Legend content background, text, and drop shadow */
.map-legend-content {
   background-color: #ffffff;
   color: #000000;
   box-shadow: 1px -1px 9px 0 #1b1b1b;
}
/** Max height for a legend icon */
.map-legend-content-item {
   height:30px;
}
/* Legend button position */
.map-legend-toggler  {
   margin-right:25px;
}
/* Legend button when it's open: image & drop shadow*/
.map-legend-toggler.open {
   background-image: url("images/legend-toggle-opened.png");
   width: 155px;
   height: 42px;
   box-shadow: 3px -4px 8px -2px #1B1B1B;
}
/* Legend button when it's closed: image, drop shadow, and height to float up */
.map-legend-toggler.closed {
   background-image: url("images/legend-toggle-closed.png");
   width: 155px;
   height: 42px;
   box-shadow: 3px 0 12px 1px #1B1B1B;
   margin-bottom: 22px;
}

/* NE Custom styles */
.user-name-text, .user-name-text a {
   color: #000000;
   text-align: right;
}

