html {
	/*background-image: url("../img/frame/background.png");
	background-size: cover;
	background-position: center;*/
	background: url("../img/frame/background.png") no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

span, a, th, td {
	font-family: Meiryo;
	padding: 0;
	color: #646464;
}

select {
	border: 0;		
	background-color: inherit;
}

.toolbar {
	background-image: url("../img/frame/toolbar.png");
	position: fixed;
  	top: 0;
  	left: 0;
  	height: 100px;
  	z-index: 10;
}

.toolbar a {
	color: #FFFFFF;
}

.toolbar .tooltable {
	width: 80%;
	border: 0;
	position: absolute;
	height: 100%;
	top: 0;
	border-spacing: 0;
}

.currentparent {
	background-color: #CCCCCC;
}
.currentparent a{
	color: #333333;
}

.currentmodule {
	background-color: #CCCCCC;
}
.currentmodule a{
	color: #333333;
}

.pushdownDiv {
	height: 100px;
}

.pushdownDiv2 {
	height: 70px;
}

.pushdownDiv3 {
	height: 80px;
}

.pushdownDiv4 {
	height: 20px;
}

.pushdownDiv5 {
	height: 10px;
}
.pushdownDiv6 {
	height: 500px;
}

.contenttable {
	width: 70%;
	background-color: #FFFFFF;
	margin: auto;
	border-radius: 20px;
	border-spacing: 0;
	position: relative;
	min-height: 500px;	
}

.contenttable1 {
	width: 70%;
	background-color: #FFFFFF;
	margin: auto;
	border-radius: 20px;
	border-spacing: 0px 10px;
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
}

.contenttable2 {
	width: 85%;
	background-color: #FFFFFF;
	margin: auto;
	border-radius: 20px;
	border-spacing: 0;
	position: relative;
	min-height: 500px;
}
.contenttable3 {
	width: 70%;
	background-color: #FFFFFF;
	margin: auto;
	border-radius: 20px;
	border-spacing: 0;
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
}

.tdinnertable {
	vertical-align: initial;
	padding-bottom: 10px;
}


.submenu {
	width: 100%;
	background-color: #EAEEF1;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 50px;
	border-spacing: 0;
	position: absolute;
	top: 0;
}
.submenu tr td {
	box-sizing: border-box;
  	padding: 15px;
}

.submenudiv {
	padding: 0 10px 0 10px;
	float: left;
}
.submenudiv a img {
	height: 25px	
}


.innertable {
	width: 90%; 
	margin-left: auto; 
	margin-right: auto;
	border-spacing: 0;
}

.innertable tr {
	line-height: 35px;
}

.innertable table {
	width: 100%; 
	margin-left: auto; 
	margin-right: auto;
	border-spacing: 0;
}


.inputtextbox {
	background-color: #CCCCCC;
	border-radius: 5px;
	box-sizing: border-box;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    border: 0;
}

.inputtextbox1 {
	border: 0;
	padding: 5px;
}

.btnsubmit {	
  	cursor: pointer;
  	background-color: rgb(25, 155, 230);
  	border-radius: 5px;
  	display: inline-block;
  	width:148px; 
  	
  	padding:5px 0 5px 0;
  	color: #FFFFFF;
  	
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnsubmit2 {	
  	cursor: pointer;
  	background-color: #DD3333;
  	border-radius: 5px;
  	display: inline-block;
  	width:148px; 
  	
  	padding:5px 0 5px 0;
  	color: #FFFFFF;
  	display: none;
}

.btnfunction {	
  	cursor: pointer;
  	background-color: #4E4E4E;  	
  	display: inline-block;
  	width: 93px;
  	margin: 6px 0 6px 0;
  	text-align: center;
  	border-radius: 5px;
  	height: 30px;
  	color: #FFFFFF;
  	text-decoration: none;
  	
  	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	width: auto;
	background-size: 100% auto;
	padding-left: 10px;
	padding-right: 10px;
}

.btnfunction span {	  	
  	color: #FFFFFF;
  	
}

.btndelete {	
  	cursor: pointer;
  	background-image: url('../img/frame/btndelete.png');
  	background-repeat: no-repeat;
  	display: inline-block;
  	background-position: center;
  	width:60px;
}

.btnedit {	
  	cursor: pointer;
  	background-image: url('../img/frame/btndelete.png');
  	background-repeat: no-repeat;
  	/*display: inline-block;*/
  	background-position: center;
  	/*width:60px;*/
	background-size: 100% auto;
	padding-left: 10px;
	padding-right: 10px;
}

.btnconfirm {	
  	cursor: pointer;
  	background-image: url('../img/frame/btndelete.png');
  	background-repeat: no-repeat;
  	display: inline-block;
  	background-position: center;
  	/*width:35px;*/
	background-size: 100% auto;
	padding-left: 10px;
	padding-right: 10px;
}

.headtr {
	border: 0;
	background-color: #BBBBBB;	
}

.datatr1 {
	border: 0;
	background-color: #FFFFFF;	
}

.datatr2 {
	border: 0;
	background-color: #EBEBEB;	
}

.grouptop {
	width:45%; 
	text-align:center; 
	background-color:#D2D2D2; 
	border-top-left-radius:5px; 
	border-top-right-radius:5px;"
}
.grouptop div {
	height: 200px;	
}

.groupbottom {
	width:45%; 
	text-align:center; 
	background-color:#D2D2D2; 
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;"
	min-height:100px;
	max-height:200px;
	box-sizing: border-box;
  	padding-bottom: 10px;	
}
.groupbottom div {
	height: 200px;
	overflow: auto;
}

.groupbottom div li {
	border-radius: 5px;
	background-color: #FFFFFF;
	text-align:left; 
	list-style-type: none; 
	margin: 3px; 
	padding: 0.4em; 
	cursor:pointer;
	margin: 5px 10px 5px 10px;
}

.selectedtab {
	background-color: #C9C9C9;
	color: #000000;
	cursor:pointer; 
	display: block;
	border-radius: 5px;
}

.not-selectedtab {
	background-color: #A5A5A5;
	color: #FFFFFF;
	cursor:pointer; 
	display: block;
	border-radius: 5px;
}

.material {
	display: none; 
	height: 100%; 
	overflow-y: auto; 
	max-height: 420px;
}

.displaydiv {
	margin: auto; 
	position: relative; 
	top: 50%; 
	transform: translateY(-50%); 
	background-color: #000000; 
	border: 1px solid #000000;
}

.block {
	border:2px solid #FFFFFF; 
	position: absolute; 
	cursor: pointer; 
	box-sizing: border-box;
	line-height: initial;
	overflow:hidden;
}

.block1 {
	border:2px solid #FF0000; 
	position: absolute; 
	cursor: pointer; 
	box-sizing: border-box;
	line-height: initial;
	overflow:hidden;
}

.blockindex {
	color: #FFFFFF;
}
.blockname {
	line-height: 10px;
	color: #FFFFFF;
}

.space {
	display: none;
}

.space1 {
	display: initial;
}

.machine {
	text-align: center;	
	list-style-type: none;
	margin: 3px;
	padding: 0.4em;
	cursor: pointer;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 4px;
}

.materialdiv {
	float:left; 
	position:relative; 
	width:120px; 
	height:140px;
}

.logininput {
	font-size: 13px; 
	border: 0; 
	border-radius: 5px; 
	background-color: #646464; 
	padding: 7px; 
	color: #DCDCDC;
}

.mainmenulist {
	float: left;
	background-color: #DCDCDC;
	min-height: 170px;
	min-width: 185px;
	list-style: none;
	text-align: left;	
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 10px 5px 10px;
}

.mainmenulist img {
	width: 25px;
	height: 25px;
}

.mainmenulist span {
	color: rgb(25, 155, 230);
}

.itemSelected {
	background-color: orange;	
	cursor: pointer;
}

.itemSelected span {
	/*color: #CCCCCC;*/
}

.hiddenfunction {
	display: none;
}

.scheduleDiv1 {
	height: 90%; 
	position: absolute; 
	top: 5%; 
	background-color: #57CE55; 	
	text-align: center;
	overflow: hidden;	
	border: white 1px solid;
	cursor: pointer;
        z-index: 1;
}

.scheduleDiv2 {
	height: 90%; 
	position: absolute; 
	top: 5%; 
	background-color: #4D66CA; 
	text-align: center;
	overflow: hidden;	
	border: white 1px solid;
	cursor: pointer; 
}
.scheduleImg {
	width:15px; 
	height:15px; 
	position:absolute; 
	right:0; 
	top:0;
	display: none;
	cursor: pointer;
	
}

.progressbar {
	display: none;
	height: 30px;
	border: 3px solid #D2D2D2;
}

.progress {
	background-color: #B5E61D;
	height: 100%;
	width: 0px;
}
.progressPercent {
	position: absolute;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 50%;
	transform: translateX(-50%);
}