/**
 * @file
 * Styling for contextual links look and feel.
 *
 * We are proactivly making use of !important to ensure the contextual links
 * styling isn't broken by unspecific selectors such as ".block a". In order to
 * change the styling of the contextual links you should overwrite this file in
 * your subtheme.
 */
/**
 * Contextual link wrappers
 */
/* line 16, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links-region-active {
  outline: #999 dashed 1px; }

/* line 19, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links-wrapper {
  font-size: 12px !important; }
  /* line 22, ../../../sass/modules/contextual/contextual.theme.scss */
  .contextual-links-wrapper a {
    text-decoration: none; }

/**
 * Contextual trigger.
*/
/* line 30, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links-trigger {
  /* Positioning */
  height: 18px;
  /* Box Model */
  margin: 0 !important;
  padding: 0 2px !important;
  width: 28px;
  /* Other Declarations */
  background: transparent url('../../../images/modules/contextual/gear-select.png') no-repeat 2px 0 !important;
  border: 1px solid transparent !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  text-indent: 9999px;
  /* LTR */ }

/* line 45, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links-trigger:hover,
.contextual-links-active .contextual-links-trigger {
  background-position: 2px -18px !important; }

/* line 48, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links-active .contextual-links-trigger {
  /* Positioning */
  position: relative;
  z-index: 1;
  /* Other Declarations */
  background-color: #fff !important;
  border-color: #ccc !important;
  border-bottom: none !important;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/**
 * Contextual links.
 */
/* line 62, ../../../sass/modules/contextual/contextual.theme.scss */
.contextual-links {
  /* Position */
  position: absolute;
  right: 0;
  /* LTR */
  top: 18px;
  /* Box Model */
  margin: 0 !important;
  padding: 0 !important;
  /* Other Declarations */
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  -webkit-border-radius: 4px 0 4px 4px;
  -moz-border-radius: 4px 0 4px 4px;
  -ms-border-radius: 4px 0 4px 4px;
  -o-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  /* LTR */
  text-align: left;
  white-space: nowrap; }
  /* line 77, ../../../sass/modules/contextual/contextual.theme.scss */
  .contextual-links li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 100%;
    list-style: none;
    list-style-image: none; }
  /* line 85, ../../../sass/modules/contextual/contextual.theme.scss */
  .contextual-links a {
    display: block;
    margin: 0 !important;
    padding: 5px 10px !important;
    color: #333 !important;
    font-size: 12px !important; }
    /* line 92, ../../../sass/modules/contextual/contextual.theme.scss */
    .contextual-links a:hover {
      background-color: #bfdcee !important; }
