/*
 * Override Bootstrap/Theme settings
 *
 */

/*fix padding hacks*/
	body{
		padding-right: 0;
		padding-left: 0;
	}
	.container-fluid {
		padding-right: 20px;
		padding-left: 20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-right: 0px;
		margin-left: 0px;
	}
/*end padding hacks*/

body {
	position: relative;

}

.bold {
	font-weight: bold;
}

.obvious-link {
	text-decoration: underline;
	color: #626B34;
	font-weight: bold;
}

.nobr {
	white-space: nowrap;
}

.breadcrumb {
	background-color: #453721;
	border: 1px solid #38271E;
	color: #fff;
  	background-image: -moz-linear-gradient(top, #453721, #38271E);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#453721), to(#38271E));
  	background-image: -webkit-linear-gradient(top, #453721, #38271E);
  	background-image: -o-linear-gradient(top, #453721, #38271E);
  	background-image: linear-gradient(to bottom, #453721, #38271E);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#453721', endColorstr='#38271E', GradientType=0);
}

.nav-tabs.nav-stacked  > li.active > a, .nav-tabs.nav-stacked > li > a:hover {
	border: 1px solid #626B34;
	color: #fff;
	background-color: #798540;
	background-image: -moz-linear-gradient(top, #798540, #626B34);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#798540), to(#626B34));
	background-image: -webkit-linear-gradient(top, #798540, #626B34);
	background-image: -o-linear-gradient(top, #798540, #626B34);
	background-image: linear-gradient(to bottom, #798540, #626B34);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#798540', endColorstr='#626B34', GradientType=0);
}

/* Applies to any primary/success button in the nav */
.navbar-inner a.btn-success, .navbar-inner a.btn-primary {
	color: white;
}

.modal-body {
	/* increased from the default 400px */
	max-height: 480px;
}

#videohelp {
	padding: 8px 15px;
}

@media (min-width: 980px) {
	body {
		padding-top: 45px;
	}
	.sidebar-nav-fixed {
		min-width: 160px;
	}
}

.breadcrumb > li.active {
	text-shadow: none;
}

.box-header h2 {
	color: #38271E;
}

.price-suggestions button {
	padding: 0;
}
.price-suggestions .btn-link {
	color: #78A2B7;
}

/*
 * Custom
 *
 */

.login-box h2 {
	color: #38271E;
	font-family: inherit;
	font-weight: bold;
}

.login-box .input-prepend-focus {
	border-left: 5px solid #798540;
}

.small-span {
	min-height: 20px !important;
}

.delete-beer-dropdown, .delete-futurebeer-dropdown,
.delete-bev-dropdown{
	left: -125px;
}

.stats_description {
	display: none;
}
.error, div.error ul.errorlist li, ul.errorlist li {
	color: #b94a48;
}

ul.errorlist li {
	list-style: none;
	list-style-position: outside;
}
ul.errorlist {
	margin-left: 0;
}

.box-header .box-icon i {
	opacity: 1;
}
.delete-event-dropdown {
	left: -125px;
}
.help-block {
	font-size: 85%;
}
legend {
	font-size: 120%;
	margin-left: 3%;
	width: 97%;
}

.super-small {
	font-size: 70%;
}

.add-options-brewery .btn, .add-options-search .btn {
	margin-bottom: 8px;
}

#pricing-matrix th {
	font-size: 120%;
}

#pricing-matrix td, #pricing-matrix th {
	text-align: center;
}

#pricing-matrix td.left, #pricing-matrix th.left {
	text-align: left;
}

td.highlight, th.highlight { background-color: #ddd; }

.center {
	text-align: center;
}

.textarea-small {
	 font-size: 12px;
	 line-height: 14px;
}

.tooltip {
	white-space: normal;
}

.category-list {
	list-style-type: none;
	margin-left: 5px;
}

.category-list .category-row:first-child .category-up-btn, .category-row.alert-error .category-up-btn,
.category-list .category-row:last-child .category-down-btn, .category-row.alert-error .category-down-btn {
	display: none;
}

.category-row {
	padding-top: 5px;
	border-bottom: 1px solid #efefef;
}

.beer-marked-delete, .beer-marked-delete .box-content {
	background-color: #fdeaea !important;
}

.clear-both {
	clear: both;
}

.box-beer, .box-beer .box-content{
	background-color: #efefef;
}

input.advanced-price-input { width: 40px; }
.beerpricecell .input-append .add-on, .input-prepend .add-on { padding-left: 1px; padding-right: 1px; }

input.advanced-price-input::-webkit-input-placeholder {
    color: #dedede !important;
}
input.advanced-price-input:-moz-placeholder {
    /* FF 4-18 */
    color: #dedede !important;
}
input.advanced-price-input::-moz-placeholder {
    /* FF 19+ */
    color: #dedede !important;
}
input.advanced-price-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #dedede !important;
}
input.show-choice {
	margin-top: 0;
}

.navbar-inner a.btn-danger {
	color: #ffffff;
}

#location_search_results .btn {
	margin-bottom: 5px;
}

/* Style a custom file upload button */
.file-upload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.file-upload input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

[class^="bevato-icon-"],[class*=" bevato-icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-repeat:no-repeat;background-size:contain;}
[class^="bevato-icon-large"],[class*=" bevato-icon-large"]{width:50px;height:50px;}
/* Old */
.bevato-icon-big-ice-rocks, .bevato-icon-large-big-ice-rocks { background-image: url(/static/icons/bevato/big-ice-rocks.png);  }
.bevato-icon-medium-ice-rocks, .bevato-icon-large-medium-ice-rocks  { background-image: url(/static/icons/bevato/medium-ice-rocks.png);  }
.bevato-icon-small-ice-rocks, .bevato-icon-large-small-ice-rocks { background-image: url(/static/icons/bevato/small-ice-rocks.png);  }
/* New */
.bevato-icon-cocktail-1, .bevato-icon-large-cocktail-1 { background-image: url(/static/icons/bevato/cocktail-1.png);  }
.bevato-icon-coup-1, .bevato-icon-large-coup-1 { background-image: url(/static/icons/bevato/coup-1.png);  }
.bevato-icon-flute-1, .bevato-icon-large-flute-1 { background-image: url(/static/icons/bevato/flute-1.png);  }
.bevato-icon-mug-1, .bevato-icon-large-mug-1 { background-image: url(/static/icons/bevato/mug-1.png);  }
.bevato-icon-pint-1, .bevato-icon-large-pint-1 { background-image: url(/static/icons/bevato/pint-1.png);  }
.bevato-icon-pint-2, .bevato-icon-large-pint-2 { background-image: url(/static/icons/bevato/pint-2.png);  }
.bevato-icon-rocks-1, .bevato-icon-large-rocks-1 { background-image: url(/static/icons/bevato/rocks-1.png);  }
.bevato-icon-rocks-2, .bevato-icon-large-rocks-2 { background-image: url(/static/icons/bevato/rocks-2.png);  }
.bevato-icon-rocks-3, .bevato-icon-large-rocks-3 { background-image: url(/static/icons/bevato/rocks-3.png);  }
.bevato-icon-snifter-1, .bevato-icon-large-snifter-1 { background-image: url(/static/icons/bevato/snifter-1.png);  }
.bevato-icon-small-1, .bevato-icon-large-small-1 { background-image: url(/static/icons/bevato/small-1.png);  }
.bevato-icon-tall-glass-1, .bevato-icon-large-tall-glass-1 { background-image: url(/static/icons/bevato/tall-glass-1.png);  }
.bevato-icon-tulip-1, .bevato-icon-large-tulip-1 { background-image: url(/static/icons/bevato/tulip-1.png);  }
.bevato-icon-tulip-2, .bevato-icon-large-tulip-2 { background-image: url(/static/icons/bevato/tulip-2.png);  }
.bevato-icon-wineglass-1, .bevato-icon-large-wineglass-1 { background-image: url(/static/icons/bevato/wineglass-1.png);  }
.bevato-icon-carafe-empty, .bevato-icon-large-carafe-empty { background-image: url(/static/icons/bevato/carafe-empty.png);  }
.bevato-icon-carafe-full, .bevato-icon-large-carafe-full { background-image: url(/static/icons/bevato/carafe-full.png);  }
.bevato-icon-margarita, .bevato-icon-large-margarita { background-image: url(/static/icons/bevato/margarita.png);  }
.bevato-icon-mason-jar, .bevato-icon-large-mason-jar { background-image: url(/static/icons/bevato/mason-jar.png);  }
.bevato-icon-stemless, .bevato-icon-large-stemless { background-image: url(/static/icons/bevato/stemless.png);  }
.bevato-icon-stemless-brandy, .bevato-icon-large-stemless-brandy { background-image: url(/static/icons/bevato/stemless-brandy.png);  }

.box-content .tab-content {
	overflow: visible;
}

/*
 * Custom Gritter styles
 *
 */

.gritter-success .gritter-item {
	background-color: rgba(223,240,216,0.8);
    color: #646464;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
         	box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
}

.gritter-success .gritter-close {
	background: url(../img/close-button.png);
}

.gritter-success .gritter-title {
    text-shadow: none;
}

#clearAll {
	color: #00a12a;
	padding-right: 10px;
}

#gritter-notice-wrapper a {
	color: #ffffff;
	text-decoration: underline;
}
tr.promo-disabled:nth-child(odd)>td{
	background: rgba(30, 30, 30, 0.3) !important;
}
.promo-disabled td{
	background: rgba(30, 30, 30, 0.15) !important;
}
.promo-disabled img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.15;
	filter: alpha(opacity=15); /* For IE8 and earlier */
}


	.box-content.dropdown-menu{
		margin-top: 8px;
	}
	.th-noti-item {
		width: 280px;
		height: auto;
		font-size: 12px;
		margin: 6px;
	}
	.th-noti-none {
		width: 180px;
		height: auto;
		font-size: 12px;
		margin: 6px;
		font-style: italic;
	}
	.th-noti-item a, .th-noti-item a:hover, .th-noti-item a:active {
		color: #00a12a !important;
	}
	.th-noti-item-titlebar {
		width: 100%;
		float: left;
		padding: 2px 1px;
	}
	.th-noti-item-title {
		width: 260px;
		white-space: normal;
		float: left;
		font-size: 14px;
		font-weight: bold;
	}
	.th-notify-body {
		clear:both;
		width: 100%;
		white-space: normal;
		padding: 5px;
	}
	.th-noti-item .box-icon {
		display: none;
	}
	.th-noti-item:hover .box-icon {
		float:right;
		display: inline;
		width:15px;
	}

/* Fix a small display issue on the image picker (http://rvera.github.io/image-picker/) */
ul.thumbnails.image_picker_selector li .thumbnail {
	text-align: center;
}
ul.thumbnails.image_picker_selector li .thumbnail.selected {
	color: white;
}

/* Bring this dashboard design closer to the new one */

.navbar-fixed-top .navbar-inner {
	background: #3d551e;
}
body {
	background: #ffffff;
	font-family: "Lato", sans-serif;
	color: #333333;
}
body>div.container-fluid {
	padding-left: 0;
}
.brand img {
	height: 40px;
	margin-top: -5px;
}
#under-header {
	margin: 0;
	border-top: none;
	clear: both;
	height: 10px;
}
.main-container {
	width: 100%
}
@media (min-width: 992px) {
	.main-menu-span {
		width: 235px;
		margin-right: -100%;
		float: left;
		position: relative;
		margin-left: 0;
	}

	.main-page-span {
		float: left;
		width: 100%;
		margin-left: 0;
	}

	.main-page-content {
		min-height: 787px;
		margin-left: 235px;
		padding: 25px 20px 10px 20px;
		border-left: 1px solid #F0F3F7;
	}
}
@media (max-width: 991px) {
	.main-menu-span {
		width: 100%;
	}
}
#sidebar-nav > ul {
	padding-top: 1.5em;

}
#sidebar-nav .nav-header {
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.1;
}
.nav-tabs.nav-stacked li > a {
	color: #555555;
	border: none;
	background: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	margin: 0 !important;
	padding: 10px 15px;
	display: block;
	line-height: 20px;
}
.nav-tabs.nav-stacked li {
	margin-bottom: 0;
}
.nav-tabs.nav-stacked li.active > a {
	background: #83b543;
	border: none;
	border-radius: 0;
}
.nav-tabs.nav-stacked li.active > ul.sub-menu {
	display: block;
}
.nav-tabs.nav-stacked li > a:hover, .nav-tabs.nav-stacked > li > ul.sub-menu li.active > a {
	background: #F1F1F1;
	border: none;
	border-radius: 0;
	color: #555555;
}
.nav-tabs.nav-stacked li > a > i {
	opacity: 1;
	margin-left: 1px;
	margin-right: 4px;
	font-size: 16px;
}
.nav-tabs.nav-stacked > li > a span.arrow {
	float: right;
	width: 20px;
	text-align: center;
	display: inline;
	font-size: 16px;
	height: auto;
	font-weight: 300;
	text-shadow: none;
	top: 4px;
	right: 14px;
	font: normal normal normal 14px/1 FontAwesome;
}
.nav-tabs.nav-stacked > li > a span.arrow:before {
	content: "\f104";
}
.nav-tabs.nav-stacked > li > a span.arrow.open:before {
	content: "\f107";
}
.nav-tabs.nav-stacked > li > ul.sub-menu {
	list-style: none;
	display: none;
	padding: 0;
	margin: 8px 0px 8px 0px;
}
.nav-tabs.nav-stacked > li > ul.sub-menu li > a {
	font-weight: normal;
	padding: 6px 15px 6px 43px;
}
.nav-tabs.nav-stacked li > ul.sub-menu li > a:hover {
	text-decoration: none;
}
.navbar-fixed-top ul.nav li a {
	color: #bdda98;
	text-shadow: none;
}
.navbar-fixed-top ul.nav li.dropdown.open>a.dropdown-toggle {
	color: #bdda98;
	background: none;
}
.navbar-fixed-top ul.nav>li>a:hover {
	background-color: #587b2b;
}
.navbar-fixed-top ul.nav li ul li>a {
	color: #555;
	font-weight: 300;
	padding: 8px 16px;
}
.navbar-fixed-top ul.nav li ul li>a:hover {
	background: #e1e5ec;
}
.navbar-fixed-top .login-thumbnail {
	float: left;
	position: relative;
	width: 29px;
	height: 29px;
	margin-right: 5px;
	margin-top: -3px;
	background-color: white;
	overflow: hidden;
}
.navbar-fixed-top .nav {
	margin-top: 8px;
}
.box-content {
	background: transparent;
}

/*
Removed these because on some pages this creates just too much dark contrast

.box-header {
	background: #555555;
	border: 1px solid #555555;
	color: #ffffff;
}
.box-header h2 {
	color: #ffffff;
	text-shadow: none;
}
.box-header h2 i {
	opacity: 1;
}
.box-header .break {
	border: none;
	margin: 0;
	padding: 0;
}*/

.main-page-content {
	padding-top: 10px;
}
.breadcrumb {
	background: none;
	border: none;
	color: #333333;
	margin-top: 0;
}
.breadcrumb li, .breadcrumb>.active {
	text-shadow: none;
	color: #333333;
}
.breadcrumb a {
	color: #888;
}
