/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    background-color: #222;
	font-family: 'Roboto', sans-serif!important;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
		font-family: 'Roboto', sans-serif!important;
    }
}

a {
	font-weight:600!important;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 3rem;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.bottom-buffer { margin-bottom:10px; }

.top-buffer { margin-top:10px; }

.strong {
	font-weight:bold;
}

.greyed {
	color:#aaa
}

.denebg {
	background-color: #E41857!important;
	border: #E41857!important;
}
.denebg:hover {
	background-color: #b40837!important;
}

/*gridview*/

.gridView{
	margin-bottom:40px;
	text-align:center;
}

.gridViewContainer{
	
	
	box-shadow:5px 5px 10px #eee;
	margin-bottom:10px!important;
}


.gridProdTitle{
	display:block;
	font-weight:bold;
	height:60px;
	/*background-color:#f5f5f5;*/
	padding:8px;
	margin-bottom:10px
	
}

.gridProdImage{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px!important;
	
}

.gridProdPrice{
	display:block;
	margin-bottom:10px!important;
	
}
.gridProdPrice span{
	color:#C95355;
	font-weight:bold;
	
}


.gridAddBasket{
	display:block;
	padding-bottom:10px!important;
	
}

.catButton{
	margin-right:5px;
	margin-bottom:5px;
	
}

/* Custom Shite */

.pullBanner{
	display:none;
	position:absolute;
	z-index:999;
	top:50px;
	right:0px;
	background-color:#efefef!important;
}

.miniSelect{
	height:20px!important;
	line-height:20px!important;
}
/*
.panel-body{
	max-height:400px;
	overflow: auto;
}
*/

@media print {
	
	#page-wrapper{
		width:100%;
		padding-left: 0px;
		margin:none;
	}
	.navbar{
		display:none;
	}
}

.ck_form_error {
	display:inline-block;
	margin-left:10px;
	position: absolute;
	background-color: #d33;
	border-radius: 5px;
	padding:1px 5px;
	font-size: 10px;
	font-weight: bold;
	color: white;
}

.inouttable {
	font-size: 10px!important;
	color:#999;
}

.directionsLink{
	font-size: 10px!important;
	color:#fff!important;
}

.mx-1rem {
	margin:1rem 0!important;
}

.my-1rem {
	margin:0 1rem!important;
}

.panel-default .panel-heading{
	background: rgb(195,19,67)!important;
    background: linear-gradient(0deg, rgba(163,15,56,1) 0%, rgba(228,104,93,1) 100%)!important;
	background: linear-gradient(0deg, #111 0%, #555 100%)!important; 
	color:#fff!important;
	text-shadow:2px 2px 2px #400;
}

.price-comp-input {
	padding: 0.1rem 0.2rem;
	width: 50%;
	margin-right: 1rem;
}


