/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Copyright (C) 2012 Freshplum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Controls defaults
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

input,
textarea,
button,
form input,
form textarea,
form button { font-family: "Helvetica", "Arial", sans-serif; text-rendering: optimizeLegibility; }

button::-moz-focus-inner { border: 0; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Push button
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.button {
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  height: 12px;
  padding: 7px 10px;
  margin: 3px 27px 27px 3px;
  color: rgba(0, 0, 0, .67);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
/*
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .67)),to(rgba(255, 255, 255, 0))) rgba(0, 0, 0, .08);
  background: -moz-linear-gradient(0% 100% 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .67)) rgba(0, 0, 0, .08);
*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2),to(#ddd));
  background: -moz-linear-gradient(0% 100% 90deg, #ddd, #f2f2f2);
  box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: center;
  position: relative;
}

a.button:active {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee),to(#d0d0d0));
  background: -moz-linear-gradient(0% 100% 90deg, #d0d0d0, #eee);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
}

@-webkit-keyframes active_button_pulse {
  from { color: #1ba5f4; text-shadow: 0 1px 0 rgba(255, 255, 255, .75), 0 0 6px rgba(73, 184, 248, .55); }
  to { color: rgba(0, 0, 0, .67); text-shadow: 0 1px 0 rgba(255, 255, 255, .75); }
}

@-moz-keyframes active_button_pulse {
  from { color: #1ba5f4; text-shadow: 0 1px 0 rgba(255, 255, 255, .75), 0 0 6px rgba(73, 184, 248, .55); }
  to { color: rgba(0, 0, 0, .67); text-shadow: 0 1px 0 rgba(255, 255, 255, .75); }
}

a.button.active {
  color: #1ba5f4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .75), 0 0 5px rgba(73, 184, 248, .33);
  -webkit-animation: active_button_pulse 1.5s alternate infinite ease-in-out;
  -moz-animation: active_button_pulse 1.5s alternate infinite ease-in-out;
}

a.button.active:active {
  color: #178fd3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .67), 0 0 5px rgba(73, 184, 248, .33);
}

a.button.large {
  font-size: 15px;
  line-height: 1;
  height: 15px;
  padding: 9px 12px;
}

a.button span {
  display: block;
  padding: 3px;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .17), inset 0 -1px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .17), inset 0 -1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .17), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

a.button span.back_arrow,
a.button span.back_arrow span,
a.button span.dropdown_arrow,
a.button span.dropdown_arrow span {
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

a.button span.back_arrow,
a.button span.back_arrow span { border-width: 4px 4px 4px 0; }

a.button span.dropdown_arrow,
a.button span.dropdown_arrow span { border-width: 4px 4px 0; }

a.button span.back_arrow,
a.button span.dropdown_arrow { display: inline-block; position: relative; }

a.button span.back_arrow {
  margin-right: 7px;
  top: 1px;
  border-color: transparent #fff transparent transparent;
}

a.button span.back_arrow, x:-moz-any-link { top: 0; }
a.button span.back_arrow, x:-moz-any-link, x:default { top: 0; }

a.button span.dropdown_arrow {
  margin-left: 5px;
  margin-right: -5px;
  top: -1px;
  border-color: #fff transparent transparent;
}

a.button:active span.back_arrow { border-color: transparent rgba(255, 255, 255, .87) transparent transparent; }
a.button:active span.dropdown_arrow { border-color: rgba(255, 255, 255, .87) transparent transparent; }

a.button span.back_arrow span,
a.button span.dropdown_arrow span { display: block; position: absolute; }

a.button span.back_arrow span {
  top: -5px;
  left: 0;
  border-color: transparent rgba(0, 0, 0, .67) transparent transparent;
}

a.button span.dropdown_arrow span {
  top: -5px;
  left: -4px;
  border-color: rgba(0, 0, 0, .67) transparent transparent;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Toggle
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a.toggle {
  display: inline-block;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  width: 34px;
  height: 12px;
  padding: 6px 9px;
  margin: 0 8px 18px 0;
/*   color: #5f576c; */
  color: rgba(0, 0, 0, .55);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .15)),to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .87), inset 0 -1px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .87), inset 0 -1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .45), 0 1px 0 rgba(255, 255, 255, .87), inset 0 -1px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
  text-align: right;
  position: relative;
}

a.toggle_off {
  text-align: right;
  color: rgba(0, 0, 0, .55);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
}

a.toggle_on {
  text-align: left;
  color: #f5f5f5;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .33), 0 1px 0 rgba(255, 255, 255, .87);
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .33), 0 1px 0 rgba(255, 255, 255, .87);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .33), 0 1px 0 rgba(255, 255, 255, .87);
  background: #9dacb8 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .45)),to(rgba(0, 0, 0, .1)));
  background: #9dacb8 -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .45));
  text-shadow: 0 1px 1px rgba(0, 0, 0, .33), 0 1px 0 rgba(0, 0, 0, .33);
}

a.toggle span {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2),to(#ddd));
  background: -moz-linear-gradient(0% 100% 90deg, #ddd, #f2f2f2);
  box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .55), inset 0 1px 0 rgba(255, 255, 255, 1);
}

a.toggle:active span {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee),to(#d0d0d0));
  background: -moz-linear-gradient(0% 100% 90deg, #d0d0d0, #eee);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .87);
  box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4), 0 2px 4px rgba(0, 0, 0, .67), inset 0 1px 0 rgba(255, 255, 255, .87);
}

a.toggle_off span { left: 3px; }
a.toggle_on span { left: 31px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Text fields and labels
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

input[type="text"],
input[type="password"],
a.selection_input {
  display: block;
  float: left;
  height: 14px;
  width: 196px;
  padding: 9px 10px 9px;
  margin: 0 12px 18px 0;
  font-size: 14px;
  line-height: 1;
  color: #555;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, .07)),to(rgba(0, 0, 0, 0)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .07));
  background-color: #fdfdfd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .55);
}

input[type="text"]:focus,
input[type="password"]:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c7e5f5),to(#ebf4f9));
  background: -moz-linear-gradient(0% 100% 90deg, #ebf4f9, #c7e5f5);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .25), 0 1px 0 rgba(255, 255, 255, .87), inset 0 0 2px rgba(0, 0, 0, .5);
}

input[type="text"], x:-moz-any-link { padding: 10px 10px 8px; }
input[type="text"], x:-moz-any-link, x:default { padding: 10px 10px 8px; }
input[type="password"], x:-moz-any-link { padding: 10px 10px 8px; }
input[type="password"], x:-moz-any-link, x:default { padding: 10px 10px 8px; }
a.selection_input, x:-moz-any-link { padding: 10px 10px 8px; }
a.selection_input, x:-moz-any-link, x:default { padding: 10px 10px 8px; }

input[disabled="disabled"] { background-color: #f2f2f2; color: #111; cursor: text; }
input[disabled="disabled"], x:-moz-any-link { color: #555; }
input[disabled="disabled"], x:-moz-any-link, x:default { color: #555; }

a.selection_input {
  cursor: pointer;
  position: relative;
}

a.selection_input:active { background-color: #f2f2f2; }

a.selection_input span.dropdown_arrow {
  display: block;
  position: absolute;
  top: 14px;
  right: 8px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #555 transparent transparent;
}

label {
  height: 12px;
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #777;
  font-weight: bold;
}

label a {
  font-weight: bold;
  color: #397fc0;
}

label a:hover { text-decoration: underline; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Form errors
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.error input[type="text"],
div.error input[type="password"] {
  padding-right: 30px;
  width: 176px;
}

div.error input[type="text"]:focus,
div.error input[type="password"]:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6ced1),to(#f9ecec));
  background: -moz-linear-gradient(0% 100% 90deg, #f9ecec, #f6ced1);
}

div.error a.selection_input span.dropdown_arrow { display: none; }

div.error span.error {
  position: absolute;
  width: 33px;
  height: 32px;
  display: block;
  top: 18px;
  left: 183px;
  background: url(/static/images/shared/ui.png) 0 -192px no-repeat;
}

div.error span.error:hover { background-position: 0 -224px; }

div.error span.error span.flag {
  bottom: 38px;
  left: -112px;
  width: 256px;
  margin-left: 0;
}

div.error span.error:hover span.flag { display: block; }
div.error span.error span.flag:hover { display: none; }

div.error span.error span.flag span.arrow { left: 120px; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Dropdown menu link arrow
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

span.dropdown_arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #555 transparent transparent;
  border-width: 4px 4px 0;
  position: relative;
  top: -3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Selection menu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@-webkit-keyframes menu_zoom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes menu_zoom {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul.selection_menu {
  list-style: none;
  position: absolute;
  top: 0;
  width: 160px;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: rgba(0, 0, 0, .87);
  color: rgba(255, 255, 255, .87);
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 7px 9px rgba(0, 0, 0, .33);
  -webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, .33);
  -moz-box-shadow: 0 7px 9px rgba(0, 0, 0, .33);
  text-shadow: 0 -1px rgba(0, 0, 0, 1);
  z-index: 12;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 50% 0;
  -webkit-animation: menu_zoom .15s normal 1 ease-in-out;
  -moz-transform-origin: 50% 0;
  -moz-animation: menu_zoom .15s normal 1 ease-in-out;
}

ul.selection_menu li,
ul.selection_menu li a { display: block; }

ul.selection_menu li a {
  padding: 10px 12px 9px;
  width: 136px;
  color: rgba(255, 255, 255, .87);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

ul.selection_menu li a:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, .07);
}

ul.selection_menu li a:active {
  padding-top: 11px;
  padding-bottom: 8px;
}

ul.selection_menu li a.active {
  background: url(/static/images/console/controls/menu_check.png) 134px 8px no-repeat;
  width: 120px;
  padding-right: 28px;
  cursor: default;
}

ul.selection_menu li a.active:hover { color: rgba(255, 255, 255, .87); }

ul.selection_menu li a.active:active {
  padding-top: 10px;
  padding-bottom: 9px;
}

ul.selection_menu li.last a,
ul.selection_menu li.filter.last {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

ul.selection_menu li.last a { padding-bottom: 10px; }

ul.selection_menu li.last a:active { padding-bottom: 9px; }

ul.selection_menu li.filter {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .07);
  height: 37px;
}

ul.selection_menu li.filter.last { height: 38px; }

ul.selection_menu li.filter input[type="text"] {
  margin: 6px;
  width: 118px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .5)),to(rgba(255, 255, 255, .67)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(255, 255, 255, .67), rgba(255, 255, 255, .5));
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  height: 12px;
  padding: 7px 8px 7px 22px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), 0 -1px 0 rgba(0, 0, 0, 1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), 0 -1px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4), 0 -1px 0 rgba(0, 0, 0, 1);
  color: #333;
}

ul.selection_menu li.filter input[type="text"]:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .67)),to(rgba(255, 255, 255, .87)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(255, 255, 255, .87), rgba(255, 255, 255, .67));
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 -1px 0 rgba(0, 0, 0, 1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 -1px 0 rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .5), 0 -1px 0 rgba(0, 0, 0, 1);
}

ul.selection_menu li.filter span.search {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: url(/static/images/console/search.png) 0 0 no-repeat;
  top: 12px;
  left: 12px;
  pointer-events: none;
}

ul.selection_menu span.arrow {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -8px;
  left: 72px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, .87);
  border-width: 0 8px 8px;
}

ul.selection_menu span.spacing {
  display: block;
  position: absolute;
  bottom: -48px;
  left: 0;
  width: 1px;
  height: 1px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Status indicators
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

span.status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, .67)),to(rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(0% 100% 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .67));
  background-color: rgba(0, 0, 0, .25);
  box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67);
  -webkit-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67);
  -moz-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67);
}

span.status.running {
  background-color: rgba(0, 186, 0, 1);
  box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(0, 186, 0, .55);
  -webkit-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(0, 186, 0, .55);
  -moz-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(0, 186, 0, .55);
}

span.status.pending {
  background-color: rgba(255, 128, 0, 1);
  box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 128, 0, .55);
  -webkit-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 128, 0, .55);
  -moz-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 128, 0, .55);
}

span.status.not_running {
  background-color: rgba(255, 0, 0, 1);
  box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 0, 0, .55);
  -webkit-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 0, 0, .55);
  -moz-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    0 1px 0 rgba(255, 255, 255, .67),
    0 0 6px rgba(255, 0, 0, .55);
}

ul.selection_menu li a span.status,
ul.selection_menu li a span.status.running,
ul.selection_menu li a span.status.pending,
ul.selection_menu li a span.status.not_running {
  margin-right: 4px;
  box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 1px 0 rgba(255, 255, 255, .33);
  -webkit-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 1px 0 rgba(255, 255, 255, .33);
  -moz-box-shadow:
    inset 0 0 2px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .2),
    0 1px 0 rgba(255, 255, 255, .33);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          Retina
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  ul.selection_menu li.filter span.search {
    background-image: url(/static/images/console/search_2x.png);
    background-size: 13px 13px;
  }
}
