html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 150%;
}

/*body {
    background: #0d2b50 url(http://vu2022.hu6.xethost.com/templates/yoo_expo/images/background/background_ocean_bg.png) 50% 0 repeat-x;
}

#page-body {
    background: url(http://vu2022.hu6.xethost.com/templates/yoo_expo/images/background/background_ocean_img.jpg) 50% 0 no-repeat;
}*/

.text-center {
	text-align: center;
}

.inline {
	display: inline-block;
}

.text-red {
	color: #f00;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.3em;
	display: inline-block;
}

.required:after {
	content: ' *';
	color: #f00;
}

label {
	display: block;
}

.fa-info-circle {
	color: #428bca;
}

.w-33 {width: 33%;}
.w-45 {width: 45%;}
.w-50 {width: 49.5%;}
.w-65 {width: 65%;}
.w-100 {width: 100%;}

.mt15px {margin-top: 15px;}

#customer-table tr td:nth-child(2){
	width: 32px;
	text-align: center;
}

#menu-table {
	width: 100%;
}

#menu-table tr th,
#menu-table tr td {
	text-align: center;
}

#menu-table tr th:nth-child(2),
#menu-table tr th:nth-child(3),
#menu-table tr th:nth-child(4),
#menu-table tr th:nth-child(5),
#menu-table tr th:nth-child(6),
#menu-table tr th:nth-child(7),
#menu-table tr th:nth-child(8) {
	width: 13%;
}

input,
select,
textarea {
	border-radius: 4px;
	border: 1px solid #999;
}

textarea {
	resize: vertical;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {-moz-appearance: textfield;}

#menu-table td > input {
	text-align: center;
	width: 30px;
}