.btn {
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-radius: 4px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #333333;
  cursor: pointer;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  font-size: 13px;
  line-height: 18px;
  padding: 4px 10px 4px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  *margin-left: .3em;
  -moz-border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  outline: 0;
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
  -webkit-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] {
  background-color: #e6e6e6;
  background-image: none;
  box-shadow: none;
  cursor: default;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.btn:hover {
  background-color: #e6e6e6;
  background-position: 0 -15px;
  color: #333333;
  text-decoration: none;
  transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  -webkit-transition: background-position 0.1s linear;
}

button.btn,
input[type="submit"].btn {
  *padding-bottom: 2px;
  *padding-top: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-group.open #signout-text {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
}

.btn-group.open #state-btn {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
}

.disabled-signout {
  background: url("../../images/stop.png") no-repeat 2px;
  cursor: auto;
}

.dropdown-arrow {
  background: transparent url("../../images/white_arrow.png") no-repeat center;
  padding: 0px 10px;
}

.progress-spinning-wheel {
  background: transparent url("../../images/indicator_bluebg.gif") no-repeat right;
  padding: 0px 10px;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 12px;
  line-height: 18px;
  display: none;
  padding: 4px 0;
  margin: 0;
  list-style: none outside none;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -moz-background-clip: padding;
  -moz-border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.bottom-up {
  bottom: 100%;
  margin-bottom: 2px;
  top: auto;
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  margin: 5px 1px;
  overflow: hidden;
  *width: 100%;
  *margin: -5px 0 5px;
}
.dropdown-menu a {
  clear: both;
  display: block;
  font-weight: normal;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
}

.dropdown-menu > li > a {
  line-height: 18px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #0088cc;
  color: #ffffff;
  text-decoration: none;
}

.state-icon {
  background-image: url("../../images/sprite_presence.png");
  background-repeat: no-repeat;
}

.state-icon-green {
  background-position: 9px 6px;
}

.state-icon-red {
  background-position: 9px -34px;
}

.state-icon-white {
  background-position: 9px -54px;
}

.state-icon-yellow {
  background-position: 9px -14px;
}

a:focus {
  outline-offset: 0px;
}

a.state-icon, a.disabled-signout {
  line-height: 20px;
  padding: 0 0 0 20px;
}

#logo-img {
  margin: 0 12px 0 0;
}

#mobile-agent-tooltip {
  left: 2px;
  position: relative;
  top: 4px;  
}

#problem {
  display: block;
  position: relative;
  right:5px;
  /*white-space: nowrap;*/
}

#problem img {
  vertical-align:middle;
}

#problem-text {
  cursor: pointer;
  display:inline-block;
  vertical-align:middle;
}

#signout-area {
  display: block;
  position: relative;
  white-space: nowrap;
}

#signout-menu {
  left: auto;
  max-height: 15em;
  max-width: 200 px;
  overflow: auto;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 18 px;
}

#signout-menu > li > a {
  padding: 3px 20px 3px 25px;
}

#signout-menu.dropdownDisabled {
  display: none;
}

.yellowText {
  color:#FAE807;
}

#signout-text {
  cursor: pointer;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  color: #ffffff;
  filter: none;
  outline: medium none;
  padding: 4px 3px 4px 10px;
  text-shadow: none;
}

#signout-text.dropdownDisabled {
	padding: 4px 10px;
}

#signout-text:hover, #signout-text:active, #signout-text:focus,
#state-btn:hover, #state-btn:active, #state-btn:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

  /* we should probably use less here... */
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.3) 50%), to(rgba(230, 230, 230, 0)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.3) 50%, rgba(230, 230, 230, 0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3) 50%, rgba(230, 230, 230, 0));
  background-image: -ms-linear-gradient(rgba(255,255,255,0.3) 50%, rgba(230, 230, 230, 0));
  background-image: -o-linear-gradient(rgba(255,255,255,0.3) 50%, rgba(230, 230, 230, 0));
  background-image: linear-gradient(rgba(255,255,255,0.3) 50%, rgba(230, 230, 230, 0));

  border: 1px solid #ccc;
}

#state-area {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

#state-btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  color: #ffffff;
  filter: none;
  outline: medium none;
  padding: 4px 3px 4px 0px;
  text-shadow: none;
}

#state-icon-status {
  line-height: 18px;
  padding: 4px 0 0 20px
}

#state-menu {
  max-height: 15em;
  overflow: auto;
  position: absolute;
}

#state-menu > li > a {
  padding: 4px 20px 2px 25px;
}

#state-text {
  display: inline-block;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

#state-timer {
  display: inline-block;
  font-size: 13px;
  padding: 8px 0 0 8px;
  position: relative;
  white-space: nowrap;
}

#state-menu.dropdownDisabled {
  display: none;
}

#state-text.dropdownDisabled {
  padding: 0 8px 0 5px;
}

#user-info-text {
  font-weight: bold;
  padding: 0 0 2px 0;
  font-size: 1.2em;
}