@charset "utf-8";
html {
	font-size: 8px;
}
body {
	padding: 0;
	margin: 0;
}
div.layeredpop {
	position: absolute;
	padding: .9rem 2rem;
	border-radius: .2rem;
	box-shadow: 0 .3rem .7rem 0 rgba(0, 0, 0, 0.12), 0 .1rem .4rem 0 rgba(0, 0, 0, 0.18), 0 .1rem .2rem 0 rgba(0, 0, 0, 0.12);
	background-color: white;
	z-index: 2;
	white-space: nowrap;
	visibility: hidden;
}
.cursor {
	cursor: pointer;
}
.hidden {
	display: none !important;
}
div.pop-screen {
	position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c2e4a;
    opacity: .83;
    color: black;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 50px;
    display: none;
    z-index: 18;
}
div.server-screen {
	position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c2e4a;
    opacity: .83;
    color: black;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 50px;
    display: none;
    z-index: 20;
}
div.btn_cancel2 {
	display: inline-block;
	margin-left: .5rem;
	padding: .3rem 1rem .4rem;
	color: #939aa5;
	font-size: 1.3rem;
  	background-color: white;
  	border:1px solid #939aa5;
  	border-radius: .3rem;  	
  	white-space: nowrap;
  	cursor: pointer;
}