/*!
 * Bootstrap v3.0.3 (buttons only)
 *
 * Copyright 2013 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.
 */
.Signals_FFI_Block {
  display: block !important;
}
.Signals_FFI_Info_Text {
  margin-top: 6px;
  padding: 6px;
}
.Signals_FFI_Strong_Text {
  font-weight: bold;
}
.Signals_FFI_M_Text {
  font-size: 13px !important;
}
.Signals_FFI_Hide {
  display: none;
}
.Signals_FFI_Center {
  text-align: center;
}
.Signals_FFI {
  margin-bottom: 10px;
}


/*!
 * Button
 */
.Signals_FFI_Btn {
  padding: 4px !important;
  border: 1px solid !important;
  color: #fff !important;
  background-color: #3072b3 !important;
  border-color: #3072b3 !important;
  border-bottom-color: #2a65a0 !important;
  text-align: center !important;
  font-weight: bold !important;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
  background-image: -moz-linear-gradient(#599bdc, #3072b3);
  background-image: -o-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  zoom: 1;
}
.Signals_FFI_Btn:hover,
.Signals_FFI_Btn:focus,
.Signals_FFI_Btn:active {
  opacity: 0.8;
  text-decoration: none;
}
.Signals_FFI_Btn:active,
.Signals_FFI_Btn.active {
  border-color: #2a65a0 !important;
  border-bottom-color: #3884CF !important;
  color: #fff !important; 
  background-color: #3072b3 !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
  background-image: -moz-linear-gradient(#3072b3, #599bdc);
  background-image: -o-linear-gradient(#3072b3, #599bdc);
  background-image: linear-gradient(#3072b3, #599bdc);
}
/* Overrides extra padding on button elements in Firefox. */
.Signals_FFI_Btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}


/*!
 * Header
 */
#Signals_FFI_Bar {
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ff4629;
  padding: 10px 0;
  z-index: 9999999;
}
#Signals_FFI_Bar p {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
#Signals_FFI_Bar a {
  color: #fff67a;
  border-bottom: 1px dotted #fff67a;
}
#Signals_FFI_Bar a,
#Signals_FFI_Bar a:hover {
  text-decoration: none;
}
#Signals_FFI_Bar .Signals_Close_Btn a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  padding: 1px 4px 1px 4px;
  font-weight: bold;
  background: #000;
  color: #fff !important;
  border-bottom: none;
}
#Signals_FFI_Bar .Signals_Close_Btn a:hover {
  opacity: 0.6;
}
.Signals_FFI_Bar_Container {
  width: 100%;
  margin: 0 auto;
}