body{
	background-color:#DDDDDD;	
	width: 100vw;
    height: 100vh;
}
.mainContent{
	margin: 5vh 25vw 0vh 25vw;
    border-radius: 2vw;
    background-color: #FFFFFF;
    display: inline-block;
    padding-top: 5vh;
    padding-bottom: 4vh;
    width: 50vw;
}
.mainContent div{
	width:100%;
}
.logo{
	background-image: url(./assets/login/logo_green.svg);
    height: 10vh;
    background-position: center;
    background-repeat: no-repeat;
}

#formLogin{
	margin: 4vh 4vw 1vh 4vw;
}
#formLogin .itemLeft{
	float:left;
	width:47%;
}
#formLogin .itemRight{
	float:right;
	width:47%;
}
#buttonRefresh{
	font-size: 2.2vh;
    line-height: 3vh;
}
.itemFlex{
	float:left;
	margin-right:0.5vw;
}
.text-grey{
	color:#808386;
}
.separate{
	width: 1px !important;
    height: 5vh;
}
.liscence{
	position: absolute;
    width: 100vw;
    bottom: 1vh;
}
.tableFlex{
	display:inline-block;
	width:100px;
}
@media (orientation: portrait) {
  .mainContent {
    margin: 5vh 10vw 0vh 10vw;
    width: 80vw;
  }
  .text-lg{
	font-size:2.2vh;
  }
  .pl-12{
	padding-left: 8vw;
  }
}

#dialogRenameTemplate {
    z-index: 9990;
    left: 0px;
    top: 0px;
	width:100vw;
	height:100vh;
}
#dialogRenameTemplate .content{
	margin: auto;
    margin-top: 40vh;
	max-width: 50vw;
}
#dialogRenameTemplate .subject{
	font-size: 2.4vh;
    line-height: 4vh;
}
#dialogRenameTemplate .inputContent{
	font-size: 2.4vh;
    padding: 2vh 5vh;
}
#dialogRenameTemplate input{
	width: 100%;
    border-bottom: 1px solid;
    margin-top: 8px;
}
#dialogRenameTemplate input:focus{
    outline: none;
}
#dialogRenameTemplate .buttonConfirm{
	width: 60%;
    margin-left: 20%;
}
@media (orientation: portrait) {
	#dialogRenameTemplate .content{
		max-width: 80vw;
		font-size:3.6vh;
		line-height:4vh;
	}
}


#dialogChangeTemplate {
    z-index: 9990;
    left: 0px;
    top: 0px;
	width:100vw;
	height:100vh;
}
#dialogChangeTemplate .content{
	margin: auto;
    margin-top: 20vh;
	max-width: 50vw;
}
#dialogChangeTemplate .subject{
	font-size: 2.4vh;
    line-height: 4vh;
}
#dialogChangeTemplate .inputContent{
	font-size: 2.4vh;
    padding: 2vh 5vh;
}
#dialogChangeTemplate input{
	width: 100%;
    border-bottom: 1px solid;
    margin-top: 8px;
}
#dialogChangeTemplate input:focus{
    outline: none;
}
#dialogChangeTemplate .buttonConfirm{
	width: 60%;
    margin-left: 20%;
}
@media (orientation: portrait) {
	#dialogChangeTemplate .content{
		max-width: 80vw;
		font-size:3.6vh;
		line-height:4vh;
	}
}
#dialogChangeTemplate .selectorContent{
	padding: 1vh;
    font-size: 1.8vh;
}