::-webkit-scrollbar {
	width: 20px;
}

::-webkit-scrollbar-track {
	background: #fe8a01;
	overflow: auto;
}

::-webkit-scrollbar-thumb {
	background: white;
	overflow: auto;
	border: 5px solid transparent;
	background-clip: padding-box;
	border-radius: 20px;
	transition: height 0.2s ease-in-out;
	padding: 5px;
	cursor: pointer;
}

.main{	
	padding-left: 300px;
	padding-top: 10px;
}

.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"], .side-nav li > a > i.material-icons{
	color: rgb(254 138 1);
}

@media screen and (max-width: 993px) {
   .main{
		padding-left: 0px;
	}
}

.fullwidth{
	width: 100%;
}

th{
	border-radius: 0px;
}

.bufeline{
	background-color: #bae2ff;
    cursor: pointer;
    height: 50px;
    margin-top: -15px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.bufeline:hover{
	background-color: #61bcff;
}

#fogyasztas{
	width: 100%;
    top: 0% !important;
    height: 100%;
    max-height: 100%;
}

#fogyasztas .row{
	margin-bottom: 0px;
}

#numberpicker{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 10000;
}

.nomargin{
	margin: 0px !important;
}

.nopadding{
	padding: 0px !important;
}

.numberclose{
	width: calc(100% - 7px);
    float: left;
    background-color: #ffbaba;
    text-align: center;
    padding: 20px;
    height: 50px;
    line-height: 6px;
    border: solid 2px white;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.numberclose:hover{
	background-color: #ff8282;
}

.buffetlist{
	background-color: #fff4e7;
    height: 100%;
    border-left: solid 7px #fe8a01;
	border-bottom: solid 7px #fe8a01;
	overflow-y: scroll;
	overflow-x: hidden;
}

#buffetlist .qty{
	color: red;
    font-weight: bold;
    font-size: 40px;
}

#buffetlist .price{
	color: black;
	font-weight: bold;
	float: right;
}

#buffetlist .buy_from_buffet{
    border: none;
    background-color: #fe8a01;
    color: white;
    padding: 20px;
    position: absolute;
	bottom: 0px;
	display: none;
	overflow: hidden;
}

#buffetlist .buy_from_buffet:hover{
	background-color: red;
}

#numberpicker .number{
	width: 33%;
    float: left;
    background-color: #bae2ff;
    text-align: center;
    padding: 20px;
    height: 100px;
    line-height: 60px;
	border: solid 2px white;
	cursor: pointer;
	font-size: 40px;
}

#numberpicker .number:hover{
	background-color: #61bcff;
}

.product_grid{
    height: 100px;
    text-align: center;
	font-weight: bold;
	border: solid 2px white;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
}

.termek p{
	margin-top: 36px;
    font-size: 12px;
}

.product_grid:hover{
    border: solid 2px orange;
}

.orange{
	background-color: #ff8a00;
}

.csoki{
	background-color: #795548;
	color: white;
}

.ital{
	background-color: blue;
	color: white;
}

.buffet_list_item{
	cursor: pointer;
}

.buffet_list_item:hover{
	background-color: #ffe7e7;
}

.sos{
	background-color: #ffc800;
	color: black;
}

.kave{
	background-color: #a24524;
	color: white;
}

#customer_list .chip{
	border-radius: 0px;
}

#customer_list .chip:hover{
	background-color: #ff8a00 !important;
}

.eventcontainer{
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
	scrollbar-color: red yellow !important;
}

.eventcontainer .striped > tbody > tr:nth-child(odd){
	background-color: #e3f2fdbf;
}

.revertbtn{
	padding: 10px 5px;
	height:10px;
	line-height: 0px;
	margin-left: 20px;
}

#loading{
	position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: auto;
}

#loading .spinner-red{
	margin-left: 50%;
	margin-top: 25%;
}

.buffetbadge{
	background-color: red;
    color: white !important;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

.logo{
	padding: 24px;
	margin-bottom: 12px;
	display: block;
	margin: auto;
}


#response_icon_ok{
	position: absolute;
	left: 50%;
	bottom: 50%;
	color: green;
	font-size: 7em;
	display: none;
}

#response_icon_notok{
	position: absolute;
	left: 50%;
	bottom: 50%;
	color: red;
	font-size: 7em;
	display: none;
}

.chip{
	background-color: white;
	color: black;
}

thead{
	border-bottom: none;
}

#membershipstatus{
	text-align: center;
}

label{
	color: black;
}

.price p{
	float: right;
	font-weight: bold;
	font-size: 24px;
}

.topsumcontainer{
	margin-top: -10px;
}

.topsum{
	text-align: center;
	color: white;
}

thead:hover{
	cursor: pointer;
}

.select_interval{
	background-color: #e7fff6;		
}

.select_interval select{
	background-color: #e7fff6;	
	height: 52px;
	border: none;
}

.table_icon_button{
	height: 30px;
    width: 30px;
}

.table_icon_button i{
	font-size: 18px;
	line-height: 30px;
}

.modal_padding{
	padding: 30px;
}

form{
	margin: 0px;
}

input[type='checkbox']{
	padding: 20px;
}

.align_checkbox{
	padding: 12px;
}

.user-view .boldspan{
	font-weight: 500;
	line-height: 18px;
}

#stattable td{
	padding: 0px;
	border: 1px solid #e2e2e2;
}

.customer_chip{
	cursor: pointer;
}

.valign-container{
	position: relative;
	height: 200px;
}

.valign-data{
	position: absolute;
	top: 90%;	
	padding: 10px;
	background-color: #fefefec7;
	-webkit-box-shadow: 10px 10px 69px 8px rgba(0,0,0,0.11);
	-moz-box-shadow: 10px 10px 69px 8px rgba(0,0,0,0.11);
	box-shadow: 10px 10px 69px 8px rgba(0,0,0,0.11);
	transform: translate(0%, 20%);
}

/* to get ride of the yellow color in chrome*/
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    transition: background-color 5500s ease-in-out 0s;
    -webkit-box-shadow: inset 0 0 0 500px transparent;
}


.modal-content p span{
	display: inline-flex;
    vertical-align: middle;
    line-height: 36px;
}

.custom_material_icon{
	margin-top: 1;
    display: inline-flex;
    vertical-align: top;
    padding: 3px;
}

#customer_detail{
	width: 100%;
	top: 0% !important;
	height: 100%;
	max-height: 100%;
}

#discount{
	background-color: #eaeaea;
    padding: 10px;
    margin: 15px;
}

.tabs{
	margin-bottom: 20px;
}

.tabs .tab a:hover, .tabs .tab a.active{
	background-color: #000000;
    color: white;
    font-weight: bold;
}

.tabs .tab a{
	background-color: transparent;
    color: black;
    font-weight: bold;
}

.tabs{
	background-color: #ff9900;
}

.indicator{
	display: none;
}

.edzologincontainer input{
	width: 100%;
    border: solid 1px black;
    padding: 20px;
}

.edzologincontainer button{
	border: none;
    width: 100%;
}

.eletkorcheck{
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

button[disabled], html input[disabled]{
	cursor: not-allowed;
    background-color: #c1c1c1 !important;
    color: white;
}

ul:not(.browser-default) > li{
	list-style-type: none;
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
	line-height: 30px;
	font-weight: bold;
}

table.striped > tbody > tr:nth-child(odd){
	background-color: #ff990026;
}

.pagination li.active{
	background-color: #ff9900;
}

.side-nav:not(.browser-default) > li{
	padding: 0px;
	width: 100%;
}

#exitbtn{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: red;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 35px;
    color: white;
    border-top: solid 5px black;
    line-height: 65px;
	cursor: pointer;
}

.bigbtn{
	width: 100%;
    background-color: #ff9900;
    border: none;
    padding: 10;
	font-weight: bold;
	margin-top: 50px;
	height: 64px;
}

.tabs li{
	border: solid 1px #f1f1f1;
}

.receiptrow{
	cursor: pointer;
}

td, th{
	border-radius: 0px;
}

.customcollapsible{
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

h3{
	padding-left: 10px;
    font-size: 24px;
    color: #fe8a01;
    letter-spacing: 2px;
}

.fixed-action-btn{
	position: fixed;
    left: 23px;
    bottom: 76px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.entry_block{
	margin: 0px;
	border: solid 1px white;
    padding: 5px;
}

.entry_block input{
	margin: 0px !important;
	height: 30px !important;
	border: none !important;
}

.daypass_price{
	float: right;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    background-color: black;
    color: white;
    cursor: pointer;
}

.membership_price{
	float: right;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px;
    background-color: black;
    color: white;
}

.coach_selector{
	display: inline-block;
	float: right;
	margin-right: 20px;
}

.coach_customer_box{
	background-color: #ff9900;
	height: 70px;
    text-align: center;
    border: solid 2px white;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    display: block;
}

.coach_customer_box:hover{
	background-color: red;
}

#coach_decide_yes{
	background-color: #00a700;
	height: 50%;
	width:100%;
	display: table;
	cursor:pointer;
}

#coach_decide_no{
	background-color: red;
	height: 50%;
	width:100%;
	display: table;
	cursor:pointer;
}

.coach_decide_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1;
}

.coach_decide_box span{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
	color: white;
	background-color: black;
	width: 100%;
	text-align: center;
}

.coach_decide_box i{
    color: white;
    font-size: 10rem;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.coach_ticket_choose{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
	z-index: 1;	
	display: none;
	min-height: 100%;
}

.coach_ticket_container{
	display: table;
    height: 300px;
	border: solid 2px white;
	cursor: pointer;
}

.coach_ticket{
	display: table-cell;
    height: 100%;
	vertical-align: middle;
	text-align: center;	
}

.coach_ticket span{
	color: black;
	width: 100%;
	font-size: 2rem;
}

.ticket_name{
	background-color: #1000ff;
}

.ticket_price{
	background-color: #00adff;
}

#loader{
	background-color: white;
    height: 100%;
    width: 100%;
	z-index: 1000;
	display: none;
    position: fixed;
}

#loader img{
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    background-color: black;
    text-align: center;
}


#searchbox{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: solid 20px #545454;
    margin: 0px;
    background-color: black;
    height: 70px;
    color: white;
    font-size: 30px;
}

#beallitasok_gomb{
	position: fixed;
    bottom: 0;
    right: 0;
    height: 71px;
    width: 71px;
    border: none;
    background-color: #ff9900;
}

#beallitasok_gomb i{
	font-size: 50px;
	color: black;
}

.vissza_gomb{
	position: fixed;
    bottom: 0;
    right: 0;
    height: 73px;
    width: 73px;
    border: none;
    background-color: #ff9900;
}

.logout_gomb{
	position: fixed;
    bottom: 0;
    left: 0;
    height: 73px;
    width: 73px;
    border: none;
    background-color: red;
}

.vissza_gomb i, .logout_gomb i{
	font-size: 50px;
	color: black;
}

#vanberlet{
	background-color: #00118a;
    display: table;
    height: 500px;
    border: solid 2px white;
    cursor: pointer;
    width: 100%;
}

#vanberlet span{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
	font-size: 2rem;
	color: white;
}

#test1 input{
	width: 100%;
    border: solid 1px black;
    padding: 20px;
}

.buffetbadgeqty{
	background-color: black;
    color: white !important;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    margin: 5px;
}

#buffetlist ul li{
	width: 100%;	
}

#buffetlist ul li span.price{
	width: 70%;
    display: block;
    text-align: center;
    background-color: black;
    color: white !important;
    padding: 10px;
    float: left;
}

#buffetlist ul li span.vat{
	width: 30%;
    display: block;
    text-align: center;
    background-color: yellow;
    padding: 10px;
    float: right;
}

.buffetbadgevat{
	background-color: yellow;
    color: black !important;
    position: absolute;
    right: 5;
    bottom: 5;
    font-size: 12px !important;
}

.buffettable{
	
}

.buffettable td{
	padding: 10px;
	border: solid 1px black;
}

.buffet_table_date_row{
	background-color: #19ff00;
}

.buffet_table_date_row input::placeholder{
	color: black !important;
}

.buffet_stand_button{
	width: 100%;
    height: 100px;
    background-color: lime;
    border: solid 4px black;
    font-weight: bold;
    font-size: 30px;
}

.buffet_stand_button:hover{
	background-color: green;
}

.buffettable .buffet_qty_ok{
	font-weight: bold;
	background-color: #19ff00;
    color: black;
    text-align: center;
}

.buffettable .buffet_qty_notok{
	font-weight: bold;
	background-color: red;
	color: black;
    text-align: center;
}

#customer_note{
	height: 140px;
    border: none;
    background-color: #3e3e3e;
    border-top: solid 10px #ff9d00;
    border-bottom: solid 10px #ff9d00;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 50px;
}

#upload_customer_note{
	background-color: #33ff00;
    width: 100%;
    height: 140px;
    border-top: solid 10px #ff9d00;
    border-bottom: solid 10px #ff9d00;
    font-weight: bold;
    font-size: 16px;
}

select#whobought{
	height: 70px;
}

#buffetlist .collection{
	border: none !important;
}