
table {
  border-collapse: collapse;
}

a {
    color: #ffe484;
}
a:hover{
    color: #c1ab5e;	
}
table thead tr {
  margin-left: 20px;
}

table tbody tr {
  border: 1px solid #ccc;
}

.recipe_view table tbody tr {
	border: 0;
}

tr.ui-selecting {
  background: #ffe484;
}

tr.ui-selected {
  background: #ffe484;
  color: rgb(52, 58, 64);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	  background: #ffe484;
	  border:0;
}


.hidden {
  display: none;
}
.ingredient_headline{
	font-size: 1.1rem;
}

.modal-header{
	background: #343a40;
}
.modal-header h5 {
	color: #ffe484;
}	
.modal-header .close {
	color: #ffe484;
	text-shadow: 0;
	opacity: 1;
}
.modal-body .alert{
	margin-top: 0;
}

.keywords_select {
	width: calc( 100% - 50px);
	border-radius: 0;
}

body {
  font-size: .875rem;
  background: #f3f3f3;
  color: rgb(52, 58, 64);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.emojionearea, .emojionearea.form-control {
	border-radius:0px;
	border: 1px solid #ced4da;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	box-shadow: none;
}
#keywordModal .btn-success {
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
}
.keyword_edit_form .row{
	margin-bottom: 5px;
}

.btn {
	padding:2px 5px;	
}
.alert{
	margin-top: 30px;
}

.navbar-nav{
	flex-direction: inherit;
}
.navbar-nav .nav-item {
	padding-left: 10px;
	display: inline;
	vertical-align: middle;
}
.navbar-nav .nav-item .dropdown-toggle {
	padding:.5rem 0;
}

.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
    color: #ffe484;
}
h1,h2,h3,h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.badge-light {
	background: #ffe484;
}
.navbar-nav .dropdown-menu{
	position: absolute;
}
.nav-link {
	color: #FFF;

}
.nav-link.recipeicon .svg-inline--fa {
	vertical-align:-1px;
}
.nav-link.recipeicon {
	border-radius: .25rem;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffe484;
	border-color: #ffe484;	
	font-size: 24px;
	padding:0;
	border: 1px solid #ffe484;	
	margin: 0;
	padding: 0 5px;
	display: table-cell;
	vertical-align: middle;
}

.recipeiconobject{
	margin-bottom: -3px;
}


.nav-link.recipeicon .recipeiconobject{
	margin-bottom: -3px;
}
.nav-link.recipeicon .recipeiconobject #Layer_1{

	fill: #ffe484;
}

.form-control {
	border-radius: 0;
}

.main_wrapper {
	margin-top: 30px;
	margin-bottom: 60px;	
}

/** LOGIN **/
#login{
	max-width:430px !important;
	background: rgb(52, 58, 64);
	padding: 15px;
	/*box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.5), 5px 5px 10px 0 rgba(0, 0, 0, 0.5);*/
}

#login .btn-block{
	border-radius: 0;
	background: #ffe484;
	color: rgb(52, 58, 64);
}

#login .svg-inline--fa {
	vertical-align:-1px;
}
#login h1 {
	border-radius: .25rem;
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	#border: 1px solid #ffe484;	
	color: #ffe484;
	border-color: rgb(52, 58, 64);
	#font-size: 24px;
	padding:0;

	margin: 0;
	padding: 0 5px; 
	margin-bottom: 10px;
}





/*
 * MASONRY
 */
.btn.dropdown-toggle.dropdown-toggle-no-arrow{
	color: #ffe484;
}
 
.recipes-masonry-content{
	margin-top: 30px;
}
.recipes-masonry-content .col-md-4{
	margin-bottom: 15px;
}

.recipes-masonry-content .recipes-masonry-element{
	background: rgba(32, 36, 40, 0.5);
	width: 100%;
	height: 100%;
	height: 250px;
}

.recipes-masonry-content .img-thumb{
	width: 100%;
	height: 250px;
	object-fit: cover;
	overflow: hidden;
}
.recipes-masonry-content h4 {
    font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #ffe484;
	position: absolute;
	bottom: 25px;
	margin-left: 20px;
	z-index:2;
	width: calc(100% - 50px);	
}

.recipes-masonry-content .keywords{
	position: absolute;
	bottom: 10px;
	z-index: 2;
	margin-left: 20px;
}

.recipes-masonry-content .bg_gradient {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: -5px;;
    min-height: 100px;
    margin: 0 20px;
    z-index: 1;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.75) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}


.recipes-masonry-content a{
	color: #FFF;
}





/*
 * RECIPE EDIT
 */


.recipe_edit_headline {
	color: #FFF;
	position: absolute;
	bottom: 0px;
	margin-left: 20px;
	z-index:2;
	width: calc(100% - 70px);	
}
.recipe_edit .img-thumb{
	width: 100%;
	height: 100%;
	max-height: 350px;	
	object-fit: cover;
	overflow: hidden;
}
.recipe_edit .bg_gradient {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: -5px;;
    min-height: 200px;
    margin: 0 20px;
    z-index: 1;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 20%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.75) 20%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
/*
 * RECIPE VIEW
 */
 
.ingredientsCombiTable tr:hover {
	cursor: pointer;
}
.ingredientsCombiTable tr.line-through {
	text-decoration: line-through;
	color: rgba(52, 58, 64, 0.5);
} 
 
#add_shopping_list_message{
	/*display:none;*/
}
#combined_ingredients{
   position: absolute;
   left: -1000px;
   top:  -1000px;	
}
.shoppinglist td {
	vertical-align: middle;
}

.actionbtn{
	margin-right: 5px;
	padding: .375rem .75rem;
	color: #495057;
} 
.actionbtn .fa-file-pdf,
.actionbtn .fa-shopping-cart{ 
	color: rgb(52, 58, 64);
}
.recipe_view tr:hover {
	cursor: pointer;
}
.recipe_view tr.line-through {
	text-decoration: line-through;
	color: rgba(52, 58, 64, 0.5);
}

.dropdown-toggle-no-arrow::after {
    display: none;
}
.dropdown-toggle{
	padding: 0 10px;	
}

.recipe_view a{
	color: #ffe484;
}
.recipe_view a.btn{
	color: #FFF !important;
}	
.table-sm td label{
	margin-bottom: 0;
}

.recipe_view .img-thumb{
	width: 100%;
	height: 100%;
	max-height: 350px;	
	object-fit: cover;
	overflow: hidden;
}
.image-headline-wrapper {
	max-height: 350px;
	min-height: 200px;
	background: rgba(32, 36, 40, 0.5);
}

.recipe_view_headline {
	color: #FFF;
	position: absolute;
	bottom: 20px;
	margin-left: 20px;
	z-index:2;
	width: calc(100% - 50px);	
}

.recipe_view .bg_gradient {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    left: -5px;;
    min-height: 200px;
    margin: 0 20px;
    z-index: 1;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.75) 20%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.75) 20%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0.75) 20%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.badge{
	font-weight: 400;
}
.recipe_view .card {
	border-radius: 0;
}
.recipe_view .recipe-instructions{
/*margin-top: 30px;
padding: 0 30px;*/
font-size: large
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 20px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 20px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.btn-xs {
    padding: 0px 4px;
}

.svg-inline--fa {
	height: 0.8em;
	width: 0.8em;
	vertical-align: -.10em
	
}

/*OVERWRITE BOOTSTRAP GRID*/
@media (max-width: 768px) {

	.col-md-3 {
    	-ms-flex: 0 0 25%;
		flex: 0 0 50%;
		max-width: 50%;

	}


	.recipe_edit .table-sm td{
		width: 100%;
		display: block;
	}


}

