﻿/* Move down content because we have a fixed navbar that is 50px tall */

html,body {
    margin:0;
	padding:0;
	height:100%;
}


.wrapper{
    min-height:100%; 
    position:relative;
}

.header{
    padding:25px;
}

.content{
    padding-top:10px;
    padding-bottom:10px; 
    /*height:calc(100% - 160px);*/
}

.footer{
    width:100%; 
    height:80px; 
    position:absolute;
    bottom:0; left:0; 
    background-color:white;    
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



/* Fast UK Parcel CSS STARTS HERE  */

*{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight:bold;
}

.hidden {
    display:none;
}

.container{
    width:inherit;
    max-width:1500px;
}

.form-control-symbol {
    position:absolute;
    top:inherit;
    padding-left:10px;
    padding-top:6px;
    font-size: medium;
    color: #808080;
}

.form-control-price {
   display:inline-block;
   text-align:right;
   margin-bottom:5px;
   
}

.btn-pill{
    text-align:left;
    margin:2px;
    margin-left:0;
    max-width:none;
    width:100%;
}

.btn-background {
    position:absolute; 
    top:0; 
    left:0; 
    bottom:0;
    height:inherit;
    width:100%; 
    background-color:black;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

#menu ul{
  list-style: none; 
  margin-left:-40px;
  color:white;
}

#menu ul a:link {
    color:white;
}

#menu ul a:visited { 
     color:white;
}

#menu li{
  display: inline;
 color:white;
}

#menu li + li::before {
    content: " • ";
    padding: 0 6px;
    color: white; 
}

.RadGrid
{
        outline: none ;
}