html,
body {
    height: 100%;

}
.main-navbar {
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
    margin-bottom:0;
    padding-left:15px;
    /*background-color: #fff;*/
    background-color: rgba(255,255,255,0.9);  
}
.main-navbar .navbar-brand{
    padding:2px 10px 0 3px;
}
.main-navbar .navbar-brand img{
    max-height:38px;
    padding-top:5px;

}

/*.main-navbar .navbar-left{
    width:100%
}*/
.main-navbar .navbar-left input{
    /*border-radius: 0;*/
    height:31px;

}
.main-navbar .navbar-form {
    min-width:400px;
}
.main-navbar .navbar-form  > *{
    width:100%
}
.main-navbar .navbar-left button {
    height:31px;
}
.footer {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9em;
}
.footer p{
    margin:0;
}
.green {
    color: #66ff00;
}
.blue {
    color: #337ab7;
}
.wrap {
    min-height: 100%;
    height: auto;
    /*margin: 10px 0 0 0;*/
    /*padding: 0 0 60px;*/
}

/*.wrap > .container {
    padding: 70px 15px 20px;
}*/

.footer {
    height: 60px;
    background-color: #fff;
    background-image: url("../images/overlay.png");
    background-repeat: repeat;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}


@media(max-width:768px) {
    .nav li > form {
        padding: 3px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}
.pagination .active a {
    background-color: #db1014;
    border-color: #db1014;;
}
.pagination .active a:hover {
    background-color: #db1014;
    border-color: #db1014;;
}
.inline-header {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    color: #ddd;
    font-weight: bold;
}

.inline-header:before,
.inline-header:after {
    background: #ddd;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    top: 50%;
    width: 700%;
}
.inline-header:before {
    right: 100%;
}
.inline-header:after {
    left: 100%;
}
.container-inline-header {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.random-products-content {

}
.random-product img {

    background-color: #fff;
   /* border-width: 1px 1px 0px 1px; */
    border-style: solid ;
    border-color: #ddd;
    border-radius: 4px 4px 0 0  ;
    padding:4px;
    height:auto;
   /* max-height: 150px;
    width:100%; */
}

.random-product-image {
   /* padding:5px; */
    position: relative;
}
.random-product:hover > div{
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 15px #1883d7;
    outline:none;
}
.random-product a:hover {
    outline:none;
}
.random-product {
    margin-bottom:15px;
}
.random-product > div {
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    position: relative;
    box-shadow: 0px 0px 5px #888888;
}

.random-product-title {
   /* width:100%; */
    max-height: 20px;
    overflow: hidden;
    border-radius: 0  0 4px 4px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 4px;
}
.black-links a {
    color: #666 !important;
}
.black-links a {
    color: #666 !important;
}
.black-links .active a{
    color:#fff !important;
}