/*
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
*/
/* 
    Created on : May 8, 2014, 3:09:24 PM
    Author     : SkyBlow Jerzy Urban <skyblow@skyblow.com>
*/
.add-feature-button {
  background-color: #FE9F1A;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 10px; }

.add-feature-button:hover {
  background-color: #666; }

.add-feature-button-icon {
  font-size: 55px;
  float: right;
  margin-left: 5px; }

.add-feature-button-arrow {
  font-size: 15px;
  float: right;
  margin-bottom: 5px;
  left: 4px;
  display: none;
  right: 5px;
  position: absolute; }

.toolbox .feature-name {
  font-size: 25px; }

.navbar-inverse {
  background-color: #FE9F1A; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  /*  font-size: 35px;*/
  font-weight: bold; }

.navbar-inverse {
  border: none; }

body {
  background-color: #feffca; }

.navbar-inverse .navbar-toggle {
  border-color: #fff; }

.feature-info {
  position: fixed;
  top: 110px;
  display: none;
  z-index: 1000;
  background-color: #FE9F1A;
  color: #fff;
  font-size: 18px;
  left: 475px;
  padding: 10px;
  border-radius: 10px;
  width: 340px;
  border: 3px solid #fff;
  opacity: 0; }

.add-feature-button:hover .feature-info {
  display: inherit !important; }

.feature-info:hover {
  display: none !important; }

.home-button {
  display: none; }

.how-to-use-button {
  font-size: 20px;
  color: #FE9F1A; }

.how-to-use-button:hover {
  text-decoration: none;
  color: #FE5F1A; }

@media (min-width: 770px) {
  .right-column {
    left: 38.667%; } }
