/***************************************************************
*** DEFAULT VALUES *********************************************
****************************************************************/

h1, h2, h3, h4, h5 {
	padding: 0;
	margin-top: 10px;
	border-bottom: 2px solid #A6DB59;
	padding-bottom: 5px;
	font-family: 'Ubuntu', sans-serif;
	color: #A6DB59;
}

a {
	color: #532d05;
	text-decoration: none;
}

a:hover {
	color: #e25509;
	font-weight: bold;
}

/***************************************************************
*** SEARCH PANEL ***********************************************
****************************************************************/

div.searchPanel {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	height: auto;
	padding: 10px;
}

div.searchText a {
	color: #A6DB59;
	text-shadow: none;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-left: 28px;
}

div.searchForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-left: auto;
	flex: 1;
	float: none;
	margin: 0 !important;
}

div.searchPanel form {
	width: inherit;
	margin-bottom: 0px !important;
}

div.searchPanel input, 
div.searchPanel select {
	height: 30px;
	padding: 5px;
	background: #2a2a2a;
	border: 1px solid #444;
	color: #A6DB59;
}

input#searchValue {
	padding-left: 10px;
	border: 1px solid #444;
	border-radius: 5px;
	background-color: #423d39;
	color: #fff;
	min-width: 200px !important;
	max-width: 400px;
}

div.searchPanel select {
	text-transform: uppercase;
}

div.searchPanel input,
div.searchPanel select,
div.searchPanel button {
	flex: 0 1 auto;
	min-width: 30px;
	max-width: 100%;
	box-sizing: border-box;
}

@media (max-width: 650px) {
  div.searchPanel {
    flex-direction: column;
    align-items: stretch;
  }

  div.searchText {
    display: none;
  }

  div.searchForm {
    width: 100%;
    justify-content: center;
  }

  div.searchForm input,
  div.searchForm select,
  div.searchForm button {
    flex: 1 1 auto;
    min-width: 30px;
    margin-top: 5px;
  }
}

/********************************************
*** NAVIGATION ******************************
********************************************/

div#navigation {
	width: 100%;
	height: min-content;
	background: #412f2f;
	list-style: none;
	display: inline-block;
	border: 1px solid #555;
	border-radius: 8px;
	font-family: verdana, helvetica, arial, sans-serif;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

div#navigation ul li:hover > ul {
	display: block;
}

div#navigation ul {
	margin: 0px 5px;
	padding: 0px;
	text-transform: uppercase;
	list-style-type: none;
}

div#navigation ul ul {
	display: none;
	z-index: 10;
	background: #fff;
	border: 3px solid #999;
	border-top: 0;
}

div#navigation ul li {
	float: left;
	position: relative;
}

div#navigation ul li a {
	padding: 0px 10px;
	display: block;
	color: #A6DB59;
	text-decoration: none;
	line-height: 40px;
	font-size: 14px;
}

div#navigation ul li:hover {
	background: #3a3a3a;
}

div#navigation ul li:hover a {
	color: #fff;
}

div#navigation ul li:hover > ul {
	margin: 0px;
	padding: 0px;
}

div#navigation ul li:hover > ul li {
	float: none;
	display: block;
}

div#navigation ul li:hover > ul li a {
	color: #000;
	width: 130px;
	font-weight: normal;
}

div#navigation ul li:hover > ul li a:hover {
	color: #fff;
}

div#navigation ul li ul {
	position: absolute;
	left: 0px;
	width: 150px;
}

div#navigation li a:hover, div#navigation li a:active {
	background-color: #7A991A;
}

/***************************************************************
*** MENU *******************************************************
****************************************************************/

div.menu {
	width: 98%;
	height: min-content;
	margin: 1%;
	resize: both;
	border: 1.5px solid;
	border-radius: 8px;
	/* border-color: #B2B2B2 #E6E6E6 #E6E6E6 #B2B2B2; */
	border-color: #3f3f3f;
	background-color: #2a2a2a;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #ccc;
}

div.menu button {
	width: 100%;
	border: 0px;
	color: #2ca1e0;
	background-color: #2a2a2a;
}

div.titleList {
	background-color: #e1fbee;
	height: 400px;
	overflow: auto;
	padding: 5px;
	box-shadow: 0px 0px 10px 3px #2a2a2a;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.titleList div:hover a {
	color: #e25509;
	font-weight: bold;
}

/***************************************************************
*** TIP ********************************************************
****************************************************************/

div.tip {
	width: 98%;
	margin: 1%;
	border: 1.5px solid;
	border-radius: 8px;
	color: #ccc;
	background-color: #2a2a2a;
	border-color: #3f3f3f;
	box-shadow: 0px 0px 10px 3px #2a2a2a;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

div.tip button {
	border: 0px;
	background-color: transparent;
}

div.tipTitle {
	width: auto;
	background-color: #333;
	color: #2ca1e0;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #444;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

div.tipTitle p {
	display: inline;
}

div.tipTitle a {
	color: #ffd63b;
	font-weight: bold;
}

div.tipDescription {
	width: auto;
	background-color: #e3d1b3;
	border-bottom: 1px solid #DADAF5;
	padding: 10px;
	margin: 0px;
	font-family: Arial, sans-serif, Tahoma, Helvetica, 'Ubuntu', Times New Roman;
	color: #5e2a03;
	font-size: 14px;
}

/***************************************************************
*** TIP FORM ***************************************************
****************************************************************/

form.tipForm {
	margin-top: 30px;
	background: transparent;
}

form.tipForm label {
	float: left;
	width: 85px;
	margin-left: 40px;
}

form.tipForm textarea {
	padding: 5px;
	resize: vertical;
	min-width: 400px;
	height: 200px;
	line-height: 17px;
	background-color: #2a2a2a;
	color: #A6DB59;
	border: 1px solid #555;
}

input.tipLanguageForm {
	text-transform: uppercase;
}

div.tipDescriptionForm {
	margin-left: 125px;
}

div.tipDescriptionForm textarea {
	font-family: Arial, sans-serif, Tahoma, Helvetica, 'Ubuntu';
}

/* div.tipCode {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
} */

div.tipCodeForm {
	width: 995px;
}

form.tipForm input {
	width: 200px;
	height: 25px;
	padding: 3px 5px;
	margin-bottom: 20px;
	background-color: #2a2a2a;
	color: #A6DB59;
	border: 1px solid #555;
}

/***************************************************************
*** STATUS MESSAGES ********************************************
****************************************************************/

div.error, div.success, div.warning {
	line-height: 16px;
	display: block;
	border: 1px solid #999999;
	border-radius: 5px;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 25px;
}

div.error {
	background-color: #5c1e1e;
	color: #ff7777;
}

div.warning {
	background-color: #554c1e;
	color: #ffdd88;
}

div.success {
	background-color: #1e5c1e;
	color: #A6DB59;
}

div.error img, div.success img, div.warning img {
	float: left;
	margin: 0px 7px 0px 7px;
	margin-top: 1px;
}

div.error img.close, div.success img.close, div.warning img.close {
	float: right;
	margin: 0px 7px 0px 7px;
	margin-top: 1px;
}

/***************************************************************
*** READ MORE LINKS ********************************************
****************************************************************/

a.morelink {
	text-decoration: none;
	outline: none;
}

.morecontent span {
	display: none;
	color: #A3A3A3;
}

.comment {
	color: #A3A3A3;
}

/* Apply border-radius to all form elements and buttons */
input,
select,
textarea,
button {
	border-radius: 8px !important;
}
