@CHARSET "UTF-8";
.etelcsoportok {
	clear: both;

}
.etelcsoport {
	display: block;
	text-align: center;
	position: relative;
	float: left;
	border: solid 1px rgb(213, 213, 213);
	border-radius: 3px;
	height: 110px;
	width: 110px;
	box-shadow: 2px 1px 3px rgba(0,0,0,0.4), inset -2px -2px 5px rgba(0,0,0,0.5);
	cursor: pointer;
	margin: 5px;
}
.etelcsoport .inf {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	padding: 5px;
	font-size: 11px;
	margin: 0px;
	line-height: 12px;
	color: #000;
	text-align: center;
	background-color: rgba(255,255,255,0.4);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
    min-height: 30px;
}

.etelcsoport .inf .inf-text {
	background-color: rgba(255, 255, 255, 0.6);
}
.etelcsoport .sh {
	box-shadow: inset 2px 2px 7px rgba(255,255,255,1);
	display: block;
	height: 100px;
	width: 100px;
	text-align: center;
	position: relative;
	padding: 5px;
	overflow: hidden;
	border-radius: 3px;
}
.etelcsoport:hover {
	box-shadow: 1px 0px 2px rgba(0,0,0,0.4), inset -2px -2px 5px rgba(0,0,0,0.5);
}
.etelcsoport:active {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4), inset -2px -2px 5px rgba(0,0,0,0.5);
}
.popover {
	max-width: 600px;
}
.etelcsoport img {
}
.etelcsoport h4 {
	background-color: rgba(0,0,0,0.4);
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 5px;
	color: #fff;
}
.accordion-inner.narrow {
	padding: 0px;
}
.accordion-inner.narrow .nav-tabs {
	margin-bottom: 0px;
}
.accordion-inner.narrow .grid-view {
	padding-top: 0px;
}
.accordion-inner.narrow table {
	margin-bottom: 5px;
}
.accordion-inner.narrow .pagination {
	margin: 5px 0px;
}
.accordion-heading a {
	display: block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;

	line-height: 20px;
	color: #333;
	text-align: left;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	text-decoration: none;
	border-radius: 4px 4px 0px 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.accordion-heading a:hover {
	color: #333;
	text-decoration: none;
	background-position: 0 -40px;
	-webkit-transition: background-position .05s linear;
	-moz-transition: background-position .05s linear;
	-o-transition: background-position .05s linear;
	transition: background-position .05s linear;
}
.collapse {
	overflow: hidden;
}
.toolbar {
	padding: 5px;
	background-color: #fafafa;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ddd;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {

}
.nav-tabs>li>a {
	background-color: #fafafa;
	border-color: #ddd;
	border-bottom: 1px solid #ddd;
}
menu, ol, ul {
padding: 0 0 0 15px;
}
.modal-body .grid-view {
	margin: 0px, -10px;
	padding: 0px;
}
.modal-body .grid-view .items {
	margin: 0px;
}
.modal-body .pagination, .modal-body .pagination ul {
	margin: 0px;
	padding: 0px;
}
.modal-body .control-group {
	margin-bottom: 8px;
}
.terem {
	box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
	border-radius: 5px;
	position: relative;
	margin: 10px 0px;
	padding: 20px 10px 10px 10px;
	border: inset 1px rgba(0,0,0,0.3);
}
.terem h2 {
	font-weight: bold;
	font-size: 16px;
	margin: -5px 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 15px;
	color: rgba(0,0,0,0.7);
	text-shadow: 1px 1px 2px rgba(255,255,255,1);
}
.tableimage {
	max-width: 50px;
	max-height: 50px;
	height: auto;
	width: auto;
	margin: -5px;
}
.input-help {
	margin: -8px;
	position: relative;
	top: 2px;
	left: -8px;
}
#helpswitch i {
	padding: 4px 7px;
	margin: -3px -2px;
}
#helpswitch i.icon-rounded {
	margin: -3px -2px;
	color: #fff;
	background-color: #505050;
	border-radius: 50%;
}
#helpcontainer {
	display: none;
}
.accordion-inner.table {
	padding: 0px 0px;
	margin: 0px;
}
.accordion-inner.table td {
	font-size: 12px;
	padding: 4px;
	line-height: 1.3em;
}
/*szabad,rendeles,keszul,foglalt,fizetes,felszolgalhato,felszolgalt*/
.asztal-allapot-szabad {
	border: inset 3px #00aa00;
}

.asztal-allapot-szabad span.border {
    background-color: rgba(0,170,0,0.3);
}

.asztal-allapot-szabad span.inf {
    background-image: url("allapot/szabad.png");
}

.asztal-allapot-foglalt {
	border: inset 3px #0000ff;
}

.asztal-allapot-foglalt span.border {
    background-color: rgba(0,0,255,0.3);
}

.asztal-allapot-foglalt span.inf {
    background-image: url("allapot/foglalt.png");
}

.asztal-allapot-rendeles {
	border: inset 3px #aa0000;
}

.asztal-allapot-rendeles span.border {
    background-color: rgba(170,0,0,0.3);
}

.asztal-allapot-rendeles span.inf {
    background-image: url("allapot/rendeles.png");
}

.asztal-allapot-keszul {
	border: inset 3px #0000aa;
}

.asztal-allapot-keszul span.border {
    background-color: rgba(0,0,170,0.3);
}

.asztal-allapot-keszul span.inf {
    background-image: url("allapot/keszul.png");
}

.asztal-allapot-fizetes {
	border: inset 3px #00ffaa;
}

.asztal-allapot-fizetes span.border {
    background-color: rgba(0,255,170,0.3);
}

.asztal-allapot-fizetes span.inf {
    background-image: url("allapot/fizetes.png");
}

.asztal-allapot-felszolgalhato {
	border: inset 3px #ff00aa;
}

.asztal-allapot-felszolgalhato span.border {
    background-color: rgba(255,0,170,0.3);
}

.asztal-allapot-felszolgalhato span.inf {
    background-image: url("allapot/felszolgalhato.png");
}

.asztal-allapot-felszolgalt {
	border: inset 3px #f0f0aa;
}

.asztal-allapot-felszolgalt span.border {
    background-color: rgba(240,240,170,0.3);
}

.asztal-allapot-felszolgalt span.inf {
    background-image: url("allapot/felszolgalt.png");
}

span.border {
    display: inline-block;
    width: 20px;
    opacity: 30;
    height: 16px;
    margin-left: 2px;
    margin-bottom: -3px;
}

.pull-left {
		margin-left: 0;
	}
.etelmennyhozzaadbtn {
	position: relative;
	font-weight: bold;
    font-size: 18px!important;
	padding: 12px 8px;
	min-width: 1.5em;
}
.etelmennyhozzaadbtn .megys {
	position: absolute;
	bottom: -5px;
	left: 0;
	font-size: 10px!important;
	right: 0;
	display: block;
	color: #d0d0d0;
}
tr[rel="allapot-uj"] {
	border-left: 3px solid #55dd33;
}
tr[rel="allapot-keszul"] {
	border-left: 3px solid #2233dd;
}
tr[rel="allapot-torolt"] {
	border-left: 3px solid #ff0000;
}
tr[rel="allapot-fizetve"] {
	border-left: 3px solid #dddddd;
}
tr[rel="allapot-felszolgalhato"] {
	border-left: 3px solid #ffff00;
}
tr[rel="allapot-felszolgalt"] {
	border-left: 3px solid #000000;
}
#asztalrendelesgrid tr.odd, #asztalrendelesgrid tr.even {
	cursor: pointer;
}
.grid-view table.items tr td {
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.grid-view table.items tr.torolt td,
.grid-view table.items tr.sztornozott td,
.grid-view table.items tr.gyujto_fizetve td
{
	text-decoration: line-through !important;
    background-color: #ee5f5b;
}

.grid-view table.items tr.gyujto_fizetve td input:disabled
{
    display: none;
}

.grid-view table.items tr.sztorno td {
    background-color: #ee775b;
}

.grid-view table.items tr.van-torolt-tetel td {
    background-color: #ffecc8;
}
.grid-view table.items tr.selected td {
	background-color: rgb(208, 208, 208);
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}
.grid-view table.items tr.selected {

}

@media (max-width: 767px) {
	.popover {
		max-width: 100%;
	}
	.popover-title, .popover-content {
		padding: 4px 5px;
	}
	h1 {
		margin: 0;
		font-size: 1.3em;
	}
	body {
		padding-right: 0px;
		padding-left: 0px;
	}
	.toolbar {
		padding: 5px 0px;
		overflow: hidden;
		clear: both;
		border-bottom: 1px solid #ddd;
	}
	.btn-group + .btn-group {
		margin: 0;
	}
	.btn-group-narrow .btn {
		padding: 4px 8px;
	}
	.table th,
	.table td {
	  padding: 5px 3px;
	}
	.nav-tabs > li > a {
		padding-top: 0.7em;
	  padding-right: .7em;
	  padding-left: .7em;
	  margin-right: 1px;
	  line-height: 1.4em;
	}
	.nav-tabs > li > a > i {
		font-size: 1.4em;
	}
	.etelcsoport {
		border-radius: 3px;
		height: 90px;
		width: 90px;
		box-shadow: 2px 1px 3px rgba(0,0,0,0.4), inset -2px -2px 5px rgba(0,0,0,0.5);
		cursor: pointer;
		margin: 5px;
	}
	.etelcsoport .sh {
		height: 80px;
		width: 80px;
		padding: 5px;
	}
	.etelcsoport .inf {
		font-size: 9px;
		line-height: 10px;
		padding: 2px;
	}
	.etelcsoport h4 {
		padding: 3px;
	}
	.terem {
		box-shadow: inset 2px 2px 3px rgba(0,0,0,0.2);
		border-radius: 5px;
		position: relative;
		margin: 6px 0px;
		padding: 18px 0px 2px 0px;
		border: inset 1px rgba(0,0,0,0.3);
	}
	.modal-body {
		padding: 5px;
	}
	.modal-footer {
		padding: 5px;
	}
	.modal-header {
		padding: 5px;
	}
	.modal-body .control-group {
		margin-bottom: 3px;
	}
	.modal-body .control-label {
		font-size: small;
		margin: 3px 0px 0px 0px;
	}
	#rendelesmenu a {
		width: 1.4em;
		height: 1.4em;
		padding: .7em;
		margin: 0 0 .3em 0;
	}
	#rendelesmenu a i {
		font-size: 1.4em;
	}
	.grid-view table.items tr td {
		font-size: 12px;
	}
}
.bizonylat-summary {
    position: fixed;
    left: 20px;
    width: 17%;
    background-color: #e0e0e0;
    padding: 15px 10px 10px 40px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.bizonylat-summary .netto,
.bizonylat-summary .brutto {
    font-weight: bold;
    text-align: right;
}
.button-column, .toggle-column {
    padding: 0;
    white-space: nowrap;
}
.button-column>a, .toggle-column>a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    display: inline-block;
    padding: 1px;
    white-space: nowrap;
    background-color: #505050;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 2px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.button-column>a:active, .toggle-column>a:active {
    background-color: #505050;
    box-shadow: 0px 0px 0px;
}
.button-column a:hover, .toggle-column>a:hover {
    background-color: #707070;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.all-large-inputs input, .all-large-inputs select {
    font-size: 18px;
    padding: 7px 5px;
    height: 24px;
    line-height: 24px;
}
.all-large-inputs select {
    height: 39px;
}

#nyugta-lista-osszesen-doboz-fizet {
    margin-left: 5px;
}

div.pagination.model-view {
    text-align: center;
    margin: 0;
}

div.pagination.model-view ul {
    padding-left: 0;
}

div.pagination.model-view ul li.previous a {
    margin-right: 10px;
}

div.pagination.model-view ul li.next a {
    border-left-width: 1px;
}

#enyomtatoselect #eredetinyomtato {
    overflow: auto !important;
    width: 100%;
}

#enyomtatoselect .form-horizontal .control-label  {
    width: 80px;
}

#enyomtatoselect .form-horizontal .controls {
    margin-left: 90px;
}

div.modal-body.visszajaro .control-label {
    font-size: 15px;
}

tr.sum-row td {
    font-weight: bold;
}

a.etelcsoport.fizetheto:after {
  content: "\f0d6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  font-size: 40px;
  color: rgba(0,105,32,0.3);
  top: 35%;
  left: 31%;
  z-index: 1;
}
.header-buttons {
    float: right;
}

.header-buttons a {
    margin-right: 3px;
}

.header-buttons a:first-child {
    margin-right: 0;
}

.add-food .input-small {
	margin-right: 3px;
	margin-top: 6px;
}

.add-food .btn {
	margin-left: 2px;
}


.items.table.image tbody tr {
	float: left;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-right: 20px;
	margin-top: 10px;
}

.items.table.image tbody tr td {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: solid 1px rgb(213, 213, 213);
	border-radius: 3px;
	padding: 0;
	margin: 0;
	box-shadow: 2px 1px 3px rgba(0,0,0,0.4), inset -2px -2px 5px rgba(0,0,0,0.5);
}

.items.table.image tbody .etel-elem {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.items.table.image tbody .etel-elem span.sh {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	box-shadow: inset 2px 2px 7px rgba(255,255,255,1);
	text-align: center;
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.items.table.image tbody .etel-elem span.sh h4 {
	background-color: rgba(0,0,0,0.4);
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}

.items.table.image tbody .etel-elem .btn.btn-primary {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1000;
}

.hide {
	display: none !important;
}

.items.table.image thead tr th:first-child,
.items.table.image thead tr th:last-child,
.items.table.image thead tr td:first-child,
.items.table.image thead tr td:last-child {
	display: none;
}

.items.table.image thead tr th,
.items.table.image thead tr td {
	display: inline-block;
}

.items.table.image thead tr  {
	text-align: center;
}

.items.table.image thead tr th,
.items.table.image thead tr td {
	width: 27%;
	max-width: 220px;
}

.items.table.image thead tr td input,
.items.table.image thead tr td select {
	width: 100%;
}

.list-type {
	float: right;
}

#extra-functions a {
	color: #930808;
}

.twocols .btn.btn-large SPAN {
	display: none;
}

.twocols .span6.left-side {
	margin-left: 1.5% !important;
	margin-top: 3px
}

.twocols .span6.right-side {
	margin-left: 1.05% !important;
}

.twocols #code-to-order-form {
	padding-top: 7px;
	width: 98.5%;
}

@media (max-width: 1250px) {
	.twocols .span6 {
		width: 100% !important;
	}

	.twocols #code-to-order-form {
		padding-top: 0;
		width: auto;
	}
}

.cke_button__save, .cke_button__newpage, .cke_button__preview, .cke_button__print, .cke_combo__font {
	display: none !important;
}

.order-table .grid-view tr {
	float: left;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: solid 1px;
}

.order-table .grid-view tr td {
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	display: grid;
	align-content: center;
}

option[disabled] {
	color: #e4dada !important;
}

#settings-form div.controls {
	margin-left: 250px !important;
}

#settings-form label.control-label{
	width: 230px !important;
}

#fizetespopup #tab2 .control-group .control-label {
	width: 340px !important;
}
#fizetespopup #tab2 .control-group .controls {
	margin-left: 355px !important;
}

#fizetespopup #tab2 .control-group .controls INPUT {
	width: 160px !important;
}

ol.list-group.import li {
	padding-top: 5px;
}

ol.list-group.import li span.text {
	width: 60%;
	display: inline-block;
}
