@charset "utf-8";
/* CSS Document */
.modal {
	background-color:rgba(0,0,0,0.7);
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.win {
	border-color:#000000;
	border:outset 3px;
    background-color: rgba(255,255,255,1);
	border-radius:5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 10px 10px 12px #555;  
    -webkit-box-shadow: 10px 10px 12px #555;  
    box-shadow: 10px 10px 12px #555;  	
	opacity:1;
    font-size:30px;
	color: #000000;
	padding:10px;
	min-width:100px;
	min-height:100px;
	max-width:calc(100% - 30px);
	max-height:calc(100% - 30px);
	overflow:auto;
	position:relative;
}
.input {
	font-size: 30px;
}
div.input {
	text-align:left;
	width:100%;
	padding:5px;
}
input[type=checkbox] {
    width: 30px;
    height: 30px;
}	
pre {
	font-size: 10px !important;
}
.text {
	padding-bottom:50px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	width:100%;
	text-align:justify;
	max-width:600px;
	max-height:600px;
	overflow:auto;
	min-width:400px;
}

.label {
	font-size:30px;
	font-weight:600;
	padding:5px;
}

.info {
  font-size: 30px;
  font-weight: 600;
  padding: 5px;
  border: #dadada 1px outset;
  margin-left: 10px;
  margin-right: 10px;
}
.title {
	width:100%;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	background-color:#CCCCCC;
	margin:2px;
}

.command:hover {
	background-color:#000000;
	color:#FFFFFF;
}

.command {
	border:#000000 1px solid;
	cursor:pointer;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	color:#000000;
	font-weight:bold;
	float:right;
	font-size:30px;
	margin:2px;
	margin-right:5px;
	padding:5px;
	width:60px;
	height:60px;
}


.command.delete {
	background-image:url(/images/delete.png);
}

.command.delete:hover {
	background-image:url(/images/delete_w.png);
}

.command.exit {
	background-image:url(/images/exit.png);
}

.command.exit:hover {
	background-image:url(/images/exit_w.png);
}

.command.save {
	background-image:url(/images/save.png);
}

.command.save:hover {
	background-image:url(/images/save_w.png);
}

.command.saveall {
	background-image:url(/images/saveall.png);
}

.command.saveall:hover {
	background-image:url(/images/saveall_w.png);
}

.command.exit {
	background-image:url(/images/exit.png);
}

.command.exit:hover {
	background-image:url(/images/exit_w.png);
}
