.phoneThumbBar {
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background-color:#000000;
	opacity:0.6;
	height: 120px;
	z-index: 98;
}
.phoneThumbBG {
	position: absolute;
	bottom: 1px;
	/*left: 0px;*/
	right: 0px;
	height: 105px;
	overflow: hidden;
	opacity: 0.9;
	/*background-color:#888888;*/
	z-index:102;
}
.phoneThumbBox {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 95px;
	/*background-color:#ff0000;*/
}
.phoneThumbItem{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 82px;
	border-width: 1px;
	border-style:inset;
}

.bottom.right, .bottom.right button, .bottom.right .numbering{
  position: absolute; 
  top: 2px;
  left: auto; }
  a ,button{
   cursor: pointer;
  }
  .bottom.right{
  	 padding-right: 10px;
  }
  .top.right, .top.right button, .top.right .numbering{
  position: absolute; 
  top: 2px;
  left: auto; }
   .top.right{
  	 padding-right: 10px;
  }
    .bottom.left, .bottom.left button, .bottom.left .numbering{
  position: absolute; 
  top: 2px;
  right: auto; }
   .bottom.left{
  	 padding-left: 0px;
  }
	.pbToolBar{
	
    overflow: hidden;
    position: absolute;
    z-index: 99;
   
    
 	bottom: -270px;
  	left: 0px;
 	right: 0px;
 	
  	height: 42px;
	}
	.pbToolBar button {
    width: 45px;
    height: 33px;
    padding: 2px;
	}
		.pbTopBar{
	
    overflow: hidden;
    position: absolute;
    z-index: 99;
   
    
 	top: -50px;
  	left: 0px;
 	right: 0px;
 	
  	height: 42px;
  	
	}
	.pbTopBar button {
    width: 45px;
    height: 33px;
    padding: 2px;
	}
	.phonebutton{
		width : 40px;
		height : 40px;
		position : absolute;
		cursor : pointer;
	}
	.phonebutton div{
		width : 25px;
		height : 25px;
		margin-left : 7px;
		margin-top : 7px;
	}
	.phoneMoreButton{
		width : 65px;
		height : 40px;
		position : absolute;
		cursor : pointer;
	}
	.phoneMoreButton div{
		width : 25px;
		height : 25px;
		margin-left : 20px;
		margin-top : 7px;
	}


/* Fullscreen book: remove outer bars, margins and black letterboxing. */
html, body {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
}

body {
  position: fixed !important;
  inset: 0 !important;
}

#mainContainer,
#flipbookContainer,
.flipbook-container,
.flipbook,
#app,
#content {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: transparent !important;
}

/* Remove common FlipBuilder stage/viewport letterboxing. */
.fp-viewport,
.fp-stage,
.fp-book,
.bookContainer,
#bookContainer,
#viewerContainer {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}

/* Hide remaining UI/branding elements. */
.fbTopBar,
.pbTopBar,
.fbToolBar,
.pbToolBar,
.topBar,
.bottomBar,
.toolbar,
#toolbar,
#topToolbar,
#bottomToolbar,
.logo,
.brand,
[class*="flipbuilder"],
[id*="flipbuilder"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Let the viewer use the entire available viewport. */
canvas,
iframe {
  max-width: 100vw !important;
  max-height: 100vh !important;
}
