body,html{
	margin: 0;
	padding: 0;
	max-height: 99vh;
}

html {
    direction: rtl;
}

body{
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: -1;
	height: 99vh;
}

body:before{
	position: fixed;
	background: rgba(0,0,0,0.72);
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
}

#pages_container, header, footer{
	max-width: 320px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	float: none;
	clear: both;
	position: relative;
	z-index: 1;
}

#pages_container{
	min-height: 66vh;
	max-height: 77vh;
}

#pages_container .page{
	position: absolute;
	top: 0;
	display: none;
	margin: 0 auto;
	width: 100%;
}

#pages_container .page.current{
	width: 100%;
	display: block !important;
	margin: 0 auto;
}

header h1{
	margin: 9.1px auto;
	overflow: hidden;
	text-indent: -9999vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;	
}

#welcome_screen .event_logo{
	margin: 26px auto;
	overflow: hidden;
	text-indent: -9999vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;		
}

#welcome_screen .instructions{
	list-style-type: decimal;
}


#searchme{
	text-align: center;
}

#searchme form#search_me_by_id_card input {
	font-family: "Heebo";
	font-size: 21px;
	font-weight: bold;
	border: none;
	border-radius: 8px;
	width: 100%;
	padding: 2% 0%;
	max-width: 260px;
	margin: 21px auto;
	display: block;
	text-align: center;
	font-weight: 100;
}

footer ul#credits{
	padding: 0;
	margin-bottom: 0;
}

footer ul#credits li{
	display: inline-block;
	overflow: hidden;
	text-indent: -9999vw;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;	
}

footer ul#credits li.middle_icon{
	margin: 0 31px;
}


#Powered_by_AssafMedia a{
    background-image: url("../images/poweredby.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 97px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999vw;	
}

.big_button{
	width: 100%;
	padding: 3% 1%;
	max-width: 260px;
	margin: 21px auto;
	display: block;
}

.small_button {
    width: 32%;
    padding: 2% 1%;
    max-width: 260px;
    margin: 10px 10px;
    display: inline-block;
}

.bold{
	font-weight: 900;
}

.underline{
	text-decoration: underline;
}

#pages_container .table{
	display: table;
	width: 100%;
	height: 100%;	
}

#pages_container .table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;	
}

#pages_container .table-row{
	display: table-row;
	width: 100%;
	height: 100%;		
}

.ajax{
	display: none;
}

.ajax .table{
	display: table;
	width: 100%;
	height: 100vh;	
}

.ajax .table-row{
	display: table-row;
	width: 100%;
	height: 100vh;		
}

.ajax .table-cell{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100vh;		
}

.nano-pane{
	display: none !important;
}