@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/Lato-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/Lato-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(/fonts/Lato-Italic.woff2) format('woff2');
}



a {
    color: inherit;
}
a:hover, a:active, a:focus {
	outline: 0;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active {
    color: inherit;
    background-color: #ECF0F1;
}
.glyphicon.btn:hover, .glyphicon.btn:focus, .glyphicon.btn:active {
    color: inherit;
}
.loading {
	background-image: url("../img/ajax-loader.gif");
	background-position: center;
	background-size: 20px auto;
	background-repeat: no-repeat;
}

a.navbar-brand {
	padding: 5px;
}

a.inherit_style {
    color: inherit;
}

a.inherit_style:hover {
    color: inherit;
}

.clickable-row, .clickable-element {
	cursor: pointer;
	--webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.clickable-row:hover {
	background-color: #ECF0F1 !important;
}

.module_bottle {
	height: 236px;
    padding: 0;
}
.module_bottle .panel-heading {
    padding: 3px;
    line-height: 1.4;
    height : 49px;
    overflow: hidden;
    background-color: #ECF0F1;
}
.module_bottle .panel-heading p {
    width: 100%;
    font-size: 12px;
    padding: 0;
}
.module_bottle .bottle {
    margin: 10px auto;
    height: 120px;
    position: relative;
}

.module_bottle .bottle img {
    margin: 0 auto;
    height: 120px;

    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.module_bottle .bottle .liquid {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.module_bottle p.volume_left, .module_bottle p.volume_init  {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    margin: 0;
    width: 25px;
    margin: 0 auto;
    display: block;
}
.module_bottle p.volume_left {
    bottom: 30px;
    border-bottom: 1px solid #fff;
}
.module_bottle .well {
	height: 111px;
}
.module_bottle .actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 65px;
    margin: 0 auto;
}

.ghost-module, .ghost-bottle {
	opacity: .3;
	height: 300px;
	--webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ghost-bottle {
	height: 236px;
}

.ghost-module:hover, .ghost-bottle:hover {
	opacity: 1;
}

.bottle-sizes img {
    max-width: 100%;
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    padding: 10px;
}
.bottle-sizes img.active {
    background-color: #ECF0F1;
}
.bottle-sizes span {
    position: absolute;
    top: 1px;
    right: 16px;
    border-radius: 4px;
    border-top-right-radius: 0;
    font-size: 0.8em;
    background-color: #2C3E50;
    color: #fff;
    padding: 3px;
}
h3 a.btn {
	color: #fff;
	position: relative;
	top: -8px;
	margin-left: 12px;
}

table a:not(.btn), .table a:not(.btn) {
	text-decoration: none;
}

.logs table a:not(.btn), .logs .table a:not(.btn) {
	text-decoration: underline;
}

td a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.rowlink {
	cursor: pointer;
}

.rowlink tr > td {
	vertical-align: middle !important;
}

table ul {
	margin-bottom: 0;
}

/* Wysiwyg stuff */
.wysiwyg-color-black {color: black;}
.wysiwyg-color-silver {color: silver;}
.wysiwyg-color-gray {color: gray;}
.wysiwyg-color-white {color: white;}
.wysiwyg-color-maroon {color: maroon;}
.wysiwyg-color-red {color: red;}
.wysiwyg-color-purple {color: purple;}
.wysiwyg-color-fuchsia {color: fuchsia;}
.wysiwyg-color-green {color: green;}
.wysiwyg-color-lime {color: lime;}
.wysiwyg-color-olive {color: olive;}
.wysiwyg-color-yellow {color: yellow;}
.wysiwyg-color-navy {color: navy;}
.wysiwyg-color-blue {color: blue;}
.wysiwyg-color-teal {color: teal;}
.wysiwyg-color-aqua {color: aqua;}
.wysiwyg-color-orange {color: orange;}

/* copy from bootstrap */
blockquote {
    padding: 10.5px 21px;
    margin: 0px 0px 21px;
    font-size: 18.75px;
    border-left: 5px solid #ECF0F1;
}

