#bc_btn_main {
  position: fixed;
  top: 20%;
  right: 0px;
  /* Show/Hide */
  /* BTN Holder */ }
  #bc_btn_main .bc_btn_expander {
    width: 25px;
    height: 25px;
    float: right;
    background: #f2f2f2;
    border: solid gray 0px;
    border-right-width: 0px;
    border-radius: 5px 0px 0px 5px; }
    #bc_btn_main .bc_btn_expander:hover {
      background: #ffffff; }
    #bc_btn_main .bc_btn_expander:active {
      background: #555555; }
    #bc_btn_main .bc_btn_expander img {
      width: 100%;
      height: 100%; }
  #bc_btn_main .bc_btn_container .bc_btn_frame {
    /*background: $btn_frame_color;*/
    right: 0px;
    clear: right;
    float: right;
    white-space: nowrap;
    height: 80px;
    width: auto; }
    #bc_btn_main .bc_btn_container .bc_btn_frame label {
      height: 100%;
      width: auto;
      font-family: Arial;
      font-weight: bold;
      margin-left: 5px; }
    #bc_btn_main .bc_btn_container .bc_btn_frame .bc_btn_btn {
      overflow: auto;
      /*background: $btn_color;*/
      float: left; }
      #bc_btn_main .bc_btn_container .bc_btn_frame .bc_btn_btn:hover {
        /*background: $btn_color_hover;*/ }
      #bc_btn_main .bc_btn_container .bc_btn_frame .bc_btn_btn:active {
        /*background: $btn_color_active;*/ }
      #bc_btn_main .bc_btn_container .bc_btn_frame .bc_btn_btn img {
        display: block;
        margin: auto;
        vertical-align: middle;
        height: 100%; }
    #bc_btn_main .bc_btn_container .bc_btn_frame:after {
      content: "";
      display: block;
      clear: both; }

.bc_btn_clear {
  clear: both; }

/*# sourceMappingURL=style.css.map */
