/* Common set of styles to ensure that text gets truncated w/ an ellipsis */
/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *
 * Modified by Cynergy 2/2013
 */
.btn {
  display: inline-block;
  padding: 4px 25px 4px 12px;
  margin-bottom: 0;
  line-height: 18px;
  height: 18px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  min-width: 70px;
  /* /access/ui/images/components/bg_combobox.png */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAIAAAAvP0KbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpsxjEKADEIBdHPXsH7H08QhCCI2KhJtSmWLR4z2HsjMxERcHeYGdZaUFWICJj56e6rqn7/a2ZuX0R0BBgAtb1PIOgmfLkAAAAASUVORK5CYII=) repeat-x;
  border: 1px solid #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
.btn .label {
  display: inline-block;
  position: absolute;
  width: auto;
  margin: 0;
  padding: 0;
  left: 7px;
  right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
  /* This is needed to fix Chrome issue. */
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
}
.btn:hover,
.btn:focus {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #fff;
  outline: 5px auto -webkit-focus-ring-color;
}
.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  opacity: 0.20;
  filter: alpha(opacity=20);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-dark.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-dark {
  /* /images/components/bg_combobox_dark.png */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAcCAIAAAAvP0KbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAF5JREFUGFcFwYkNgCAAALHbBUFiEJAgTwyf27j/ArZ838f7vqy1mHMyxqD3TmuN53motVJKIedMSon7vokxEkLgui689zjnsNZynifGGI7jQGvNvu8opZBSsm0bQogfRBARNRQSV20AAAAASUVORK5CYII=) repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-dark .label {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #999ca0;
  font-size: 13px;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #999ca0;
  font-size: 13px;
  background-color: #222222;
  *background-color: #151515;
}
.btn-dark:active,
.btn-dark.active {
  background-color: #080808 \9;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
  width: 0;
}
.btn-dark .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.dropup,
.dropdown {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 30px;
}
.dropdown-toggle {
  *margin-bottom: -3px;
  width: 100%;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.caret {
  display: inline-block;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropup .caret,
.dropdown .caret {
  top: 5px;
  position: absolute;
  right: 10px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-height: 26px;
  max-height: 260px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  opacity: 0.9;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 	Ensure that the overflow scrolling is not inharited further down the line
		This fixes the z-index layering issue found on iOS6 Mobile Safari */
}
.dropdown-menu > * {
  -webkit-overflow-scrolling: auto;
}
.dark .dropdown-menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  opacity: 0.95;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
  text-decoration: none;
  outline: 0;
  background-color: #e6e6e6;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.dropup.dark .dropdown-menu,
.dropdown.dark .dropdown-menu {
  background: #000000;
}
.dropup.dark .dropdown-menu > li > a,
.dropdown.dark .dropdown-menu > li > a {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
}
.dropup.dark .dropdown-menu > li > a:hover,
.dropdown.dark .dropdown-menu > li > a:hover,
.dropup.dark .dropdown-menu > li > a:focus,
.dropdown.dark .dropdown-menu > li > a:focus,
.dropup.dark .dropdown-menu > .selected > a,
.dropdown.dark .dropdown-menu > .selected > a,
.dropup.dark .dropdown-menu > .selected > a:hover,
.dropdown.dark .dropdown-menu > .selected > a:hover,
.dropup.dark .dropdown-menu > .selected > a:focus,
.dropdown.dark .dropdown-menu > .selected > a:focus {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  background-color: #212526;
}
.dropup.dark .dropdown-menu > .disabled > a,
.dropdown.dark .dropdown-menu > .disabled > a,
.dropup.dark .dropdown-menu > .disabled > a:hover,
.dropdown.dark .dropdown-menu > .disabled > a:hover,
.dropup.dark .dropdown-menu > .disabled > a:focus,
.dropdown.dark .dropdown-menu > .disabled > a:focus {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #999999;
  font-size: 13px;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
#text-ruler {
  font-family: "Inter-Medium", sans-serif;
  font-weight: normal;
  color: #52575e;
  font-size: 13px;
  visibility: hidden;
  white-space: nowrap;
  position: fixed;
}
