/*
Copyright 2015 Surplex UK Limited
Designed by James Willis
*/
/* 
    Created on : 05-Aug-2014, 11:53:34
    Author     : jameswillis
    Surplex Colour #80af03
*/

@import url("https://fonts.googleapis.com/css?family=Anton|Open+Sans|Ubuntu");


.surplex-masthead {
    margin-top: 10px;
    padding: 20px;
}

.surplex-mastwidth {
    background-color: #f4f4f4;
    width:100%;
}

.surplex-spacer {
    background-image: url('../img/background.jpg');
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
    color: #80af03;
    border-bottom: 0px solid transparent;
    width:100%;
}

.navbar-default {
    background-color: #80af03;
    border-color: #80af03;
    border-radius: 0px;
}


.navbar-default .navbar-nav > li > a {
    color: white;
  margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 16px;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: white;
    margin-bottom: -1px;
    margin-top: -1px;
    padding-top: 16px;
    background-color: #80C403;
  }
  
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
  margin-top: -1px;
    margin-bottom: -1px;
  padding-top: 16px;
}

.surplex-environment {
    border-radius: 0px;
    margin-top: -33px;
    padding: 4px;
    padding-top: 0px;
    background-color: #80af03;
    color: white;
    border-color: transparent;
}

.surplex-piccaption {
    font-size: 15px;
}

.dropdown-menu {
    background-color: #E7E7E7;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -1px;
}
.dropdown-menu > li > .active > a {
    color: white;
    margin-bottom: -1px;
}
.dropdown-menu > li > .active > a:hover {
    background-color: #80C403;
    color: white;
}

.surplex-collection {
    background-color: gray;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #80C403;
}
.surplex-button {
    background-color: #80af03; 
    padding:10px; 
    color: white; 
    font-size: 15px; 
    font-weight: bold;
    border-color: white; 
    border-width: 4px; 
    border-radius: 5px;
}
.surplex-button:hover {
    background-color: #80C403; 
    padding:10px; 
    color: white; 
    font-size: 15px; 
    font-weight: bold;
    border-color: white; 
    border-width: 4px; 
    border-radius: 5px;
}



.surplex-button.disabled {
    background-color: red; 
    padding:10px; 
    color: white; 
    font-size: 15px; 
    font-weight: bold;
    border-color: white; 
    border-width: 4px; 
    border-radius: 5px;
}

.fusion-text p {
    text-align: left !important;
    margin-top: 15px !important;
}