body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}


/* Alterations to the boiler's styles */
.navbar-inverse .navbar-brand {
    margin-left: 10px;
    color: #EEE;
    font-size: 24px;
    line-height: 16px;
}
.navbar-inverse .navbar-nav li a {
    color: #EEE;
}
.navbar-inverse .navbar-nav .dropdown-menu li a {
    color: #666;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control, .form-register .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input[type=file].form-control {
    height: auto;
}

/* Quick hack to include registration! */
.form-register input {
    margin-bottom: -1px;
    border-radius: 0px;
}
.form-register input:first-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.form-register input:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-register button {
    margin-top: 10px;
}


/*  AmazonPepr2 styles  */
#start-scanning-graphic {
    height: 150px;
    width: 100%;
    background-image: url('../img/Start-Scanning.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.blue-to-white {
/*    background: #3EB3D7;  Old browsers 
    background: -moz-linear-gradient(top,  #3EB3D7 0%, #ffffff 100%);  FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3EB3D7), color-stop(100%,#ffffff));  Chrome,Safari4+ 
    background: -webkit-linear-gradient(top,  #3EB3D7 0%,#ffffff 100%);  Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top,  #3EB3D7 0%,#ffffff 100%);  Opera 11.10+ 
    background: -ms-linear-gradient(top,  #3EB3D7 0%,#ffffff 100%);  IE10+ 
    background: linear-gradient(to bottom,  #3EB3D7 0%,#ffffff 100%);  W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3EB3D7', endColorstr='#ffffff',GradientType=0 );  IE6-9 */
}
#homeSplash {
/*    background-image: url('../img/whitePepr.png');
    background-repeat: no-repeat;
    background-position: center;*/
}
@media screen and (max-width: 767px) {
    #homeSplash {
/*        background-image: url('../img/whitePepr_sm.png');
        background-position: center top;*/
    }
}
@media screen and (max-width: 300px) {
    #homeSplash {
        background-image: none;
    }
}



.form-register {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-register fieldset {
    margin: 20px 0;
}
.form-register legend {
    color: #7891A5;
    margin-bottom: 0;
    border: none;
}
label {
    display: block;
}
.pagination-container {
    text-align: right;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
label.required::after {
    color: red;
    content: ' *';
}
fieldset {
    border: 1px solid #CCC;
    padding: 5px;
}
fieldset legend {
    border: none;
    width: auto;
    margin-bottom: 0;
    padding: 0 5px;
}
form {
    margin-bottom: 20px;
}


ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}



/******************** Fluidbox CSS **************************/
a[data-fluidbox] {
    background-color: #eee;
    border: none;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    margin-bottom: 1.5rem;
}
a[data-fluidbox].fluidbox-opened {
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

a[class^='float'] {
    margin: 1rem;
    margin-top: 0;
    width: 33.33333%;
}
a.float-left {
    float: left;
    margin-left: 0;
}
a.float-right {
    float: right;
    margin-right: 0;
}

a[data-fluidbox] img {
    display: block;
    margin: 0 auto;
    opacity: 0;
    max-width: 100%;
    transition: all .25s ease-in-out;
}

#fluidbox-overlay {
    background-color: rgba(255,255,255,.85);
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
}

.fluidbox-wrap {
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    z-index: 400;
    transition: all .25s ease-in-out;
}
    .fluidbox-opened .fluidbox-wrap {
        z-index: 600;
    }

.fluidbox-ghost {
    background-size: cover;
    background-position: center center;
    position: absolute;
    transition: all .25s ease-in-out;
    }