﻿.central_text_title {
	padding: 8px;
}
.inline_title {
	font-size: 1rem;
	font-weight: bold;
	color: #FFBF00;
}
.central_text_container{
	padding: 40px;
	margin-top: 16px;
}
.central_text_content {
	padding: 8px;
	font-size: 1rem;
	margin-left: 50px;
	margin-right: 100px;
	text-align: justify;
    text-justify: inter-word;
}

.highlighted_text {
	color: #FFBF00;
}

.subtle_link:link 		{ color: gray; }
.subtle_link:visited 	{ color: gray; }
.subtle_link:hover 		{ color: black; }
.subtle_link:active		{ color: black; }

table {
	display: block;
	table-layout: fixed;
    overflow-x: auto;
    white-space: nowrap;
	border-collapse: separate;
	border-spacing: 8px 2px; /* horizontal vertical */
}
th { border-color: #ffb428; }	
td { word-wrap: break-word; text-align: center; }

.order_button 		 { background-color: #ffb428; color: white; border: none; font-weight: bold; cursor: pointer; max-height:48px; }
.order_button:hover  { background-color: #db9004; }
.order_button:active { background-color: #ffda4e; }

.login_button 		 { background-color: #1e90ff; color: white;  }
.login_button:hover  { background-color: #0062d1; }
.login_button:active { background-color: #5bcdff; }

.signup_button 		  { background-color: #5d74c9; color: white; cursor: pointer; }
.signup_button:hover  { background-color: #3e55aa; }
.signup_button:active { background-color: #7c92e8; }

.resetpassword_button 		 { background-color: #c96a5d; color: white; }
.resetpassword_button:hover  { background-color: #a55144; }
.resetpassword_button:active { background-color: #ed8e77; }

.gmail_login_link {
	/*background-color: #1e90ff; */
	border: 4px solid #1e90ff;
	color: #1e90ff; 
	padding:4px; 
	text-align: center; 
	border-radius: 10px;
}


#ErrorMessage {
	color: red;
	text-align: center;
}

.label_like {
	border: none;
	width: 100%;
}
.label_like:focus {outline:none!important;}


.upd_button {
	background-color: DodgerBlue; 
	color: white; 
	max-height:48px;
	margin-left:2px;
	margin-right:2px;
}
.addnewprod_button {
	background-color: LimeGreen; 
	color: white; 
	max-width:220px;
	max-height:48px;
	margin-left:2px;
	margin-right:2px;
}


.tablecell_180px{
	min-width:180px;
	max-width:180px;
}
.tablecell_360px{
	min-width:100px;
	max-width:360px;
}
.tablecell_420px{
	min-width:100px;
	max-width:420px;
}
.tablecell_autowidth{
	width: 100%;
}
.tablecell_hidden {
	display:none;
}

.informative_text {
	color: #FFBF00;
	font-style: italic;
}


footer{
	position: relative;
}
#honeydrop_img {
	position: absolute;
	top:  0px;
	left: 77%;
}
#logo_at_footer {
	position: absolute;
	top:  20px;
	left: 60px;
}

#mySidebar {
	border-top-right-radius: 20px;
	border: 3px solid #FFBF00;
	border-left: none;
}
.sidebar_line {
	height: 1px;     /* The thickness of the line */
	border: none;    /* Remove the default gray 3D border */
	background-color:#FFBF00;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ---- Adaptations for different screen sizes ---- */

@media screen and (max-width: 767px) {
	h2{font-size:22px;}
	.central_text_title { font-size:22px; padding: 4px; }
	.inline_title { font-size:20px; font-weight: bold; color: #FFBF00; }
	.central_text_container{ padding: 6px; margin-top: 1px; }
	.central_text_content {font-size:16px; margin-left: 8px; margin-right: 10px; }
	table td:first-child, table th:first-child{ min-width:190px; }
}

