@import "bulma.css";

.navbar-burger.is-large {
	transform: scale(2) translateX(-33%);
}

.menu-list li a {
	background-color: #000000;
}

form {
	padding: 1em;
}

form label, form p, .drinksform p, .locationsform p, .managementform p, .profileform p{
	font-weight: bold;
	margin-left: 1.2em;
	margin-top: 1em;
}

form input[type=text], form input[type=password], form textarea, .searchField{
	margin: 1em;
	margin-left: 1em;
	padding: 0.2em;
	padding-left: 0.5em;
	font-size: 1.2em;
	border-radius: 5px;
	box-shadow: 0px 0px 2px black;
	outline: none;
	border-style: solid;
	border-color: #DDDDDD;
	width: 250px;
}

.searchField{
	margin-right: 0;
	height: 2em;
}

form input[type=text]:read-only, form textarea:read-only{
	color: #333333;
	background-color: #EEEEEE;
}
form input[type=text]:hover, form input[type=password]:hover, form textarea:hover, .searchField:hover{
	border-color: #999999;
}

form input[type=text]:focus, form input[type=password]:focus, form textarea:focus, .searchField:focus{
	border-color: #00AACC;
}

form input[type=submit], form input[type=reset], form input[type=button], form input[type=file], .userform .followButton a{
	margin: 0.7em;
	padding: 0.1em 0 0.2em 0;
	width: 250px;
	background-color: #00AACC;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 3px grey;
	font-size: 1.5em;
	display:block;
}

.userform .followButton a{
	width: 200px;
	margin-left: 0em;
	text-align: center;
}

form input[type=file]{
	font-size: 1em;
	margin-left: 1em;
}

form input[type=submit]:hover, form input[type=reset]:hover, form input[type=button]:hover, form input[type=file]:hover, .userform .followButton a:hover{
	background-color: #0088AA;
}

form a{
	font-weight: bold;
	color: #555555;
	margin-left: 1.3em;
	display:block;
}
form a:hover{
	text-decoration: underline;
}

#livesearch{
	border: none;
}

#livesearch p{
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-top: 1em;
}

#livesearch ul li{
	margin-bottom: 0.2em;
	padding: 0.2em 0.2em 0.2em 0.4em;
	background-color: #EEEEFF;
	border-radius: 5px;
}

#livesearch ul li:hover{
	cursor: pointer;
}

.articles{
}

.prost{
	border-top-left-radius: 5px;
	margin-bottom: 1em;
}

#prostuser{
	background-image: linear-gradient(to right, #EEEEFE 60%, #FFFFFF);
	border-top-left-radius: 5px;
	padding-right: 5em;
	border-left: dotted 1px;
	border-top: dotted 1px;
}
#prostuser img{
	max-width: 32px;
	max-height: 32px;
	vertical-align: middle;
}

#prostmidheader{
	border-top: dotted 1px;
}
#prosttime{
	background-image: linear-gradient(to left, #FFF5F5 60%, #FFFFFF);
	text-align: right;
	border-top-right-radius: 5px;
	padding-left: 5em;
	border-top: dotted 1px;
	border-right: dotted 1px;
}
#prosttime img{
	vertical-align: middle;
}
#prostpic{
	background-color: #EEFFFF;
	border-bottom-left-radius: 5px;
	border-left: dotted 1px;
	border-bottom: dotted 1px;
	text-align: center;
}
#prostmain{
	background-color: #FFFFEE;
	border-bottom-right-radius: 5px;
	border-bottom: dotted 1px;
	border-right: dotted 1px;
}
#prostdrink{
	font-weight: bold;
	font-size: 1.5em;
}
#prostlocation{
	font-style: italic;
}
#prostcomment{
	padding: 0.5em;
	border: solid 1px #FFEEEE;
	border-radius: 10px;
}

.drinkform, .locationform, .userform{
	margin-left: 1.2em;
	margin-top: 1em;
}

.drinkform .header, .locationform .header, .userform .header{
	font-weight: bold;
	font-size: 2em;
}

.drinkform li{
	/*list-style-type: square;
	list-style-position: inside;*/
}

.locationform .address, .userform .address{
	font-style: italic;
	margin-top: 1em;
}

.locationform .map{
	margin-top: 1em;
	text-decoration: none;
}

.drinkpicture{
	max-width: 128px;
	max-height: 128px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px lightblue;
}

.prostdrinkpicture{
	max-width: 40px;
	max-height: 64px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px lightblue;
}

.pagination{
	display: none;
}

#username img{
	max-width: 128px;
	max-height: 128px;
}

#username p, .drinkform p, .locationform p{
	font-weight: bold;
}

.tabs {
	margin-top: 1em;
}

.drinklocation a, .userpagecontent .listButton a{
	margin: 0.7em 0.7em 0.7em 0em;
	padding: 0.1em 0 0.2em 0.5em;
	/*width: 250px;*/
	background-color: #F2F5FF;
	color: #333377;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 3px grey;
	font-size: 1.5em;
	display:block;
}

.drinklocation a, .userpagecontent .listButton a:hover{
	background-color: #E2E5FF;
}

.followPic{
	margin-right: 0.2em;
	vertical-align: middle;
}

#searchButton{
	visibility: hidden;
}