* { margin: 0px; padding: 0px; }
html{
  min-height:100%;
  position:relative;
  overscroll-behavior: none;
}
body {
  font-size: 18px;
  background: #eee;
  font-family:Arial,Verdana,sans-serif;	
  height:100%;
  overscroll-behavior: none;
}
a {
  color:#888;
  text-decoration:none;
}
#page {
  width:100%;
  height:100%;
  max-width:900px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.err {
  background: #f2dede !important;
}
.ok {
  background: #DFEFC7 !important;
}
.info {
  padding:20px 10px;
}



.logo {
  width:30px;
  height:30px;
  border:0;
  position:absolute;
  z-index:1;
  padding:15px;
}
.header {
  box-sizing:border-box;
  width: 100%;
  height:60px;
  color: white;
  background: var(--main_color_1);
  text-align: left;
  font-size:18px;
  font-weight:bold;
  padding: 19px 16px 16px 66px;
  position:relative;
}
.header .title {
  font-size: 18px;
  font-weight:normal;
  color:#fff;
  margin:0px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header .btn {
  cursor:pointer;
  border:0;
  float:right;
  filter: invert(100%);
  margin-left:20px;
}
.header .btn img {
  width:24px;
  height:24px;
}

.content {
  position:absolute;
  top:60px;
  bottom:0;
  left:0;
  right:0;
  background: white;
  overflow: auto;
  padding-top:0px;
}
.input-group input[type=text], .input-group input[type=password], .input-group input[type=email] {
  height: 30px;
  width: calc(100% - 10px);
  padding: 5px 5px;
  font-size: 16px;
  border:0;
  border-bottom: 1px solid gray;
  outline:0;
}
.content .btnr {
  float:right;
  margin:5px;
  padding:10px;
}
.content .btn {
  padding: 10px 30px;
  color: #fff;
  background: var(--main_color_1);
  border-radius: 3px;
  cursor:pointer;
  border:0;
  font-size:100%;
  margin:10px 0px;
}
.content .btn img {
  vertical-align: middle;
  margin-top:-2px;
  width:28px;
  height:28px;
  padding:2px;
  border:0;
}
.btnlang {
  float:right;
  color: white;
  border-radius:3px;
  padding: 3px 5px;
  cursor:pointer;
}
.btnlangsel {
  background:#fff;
  color:var(--main_color_1);
}
.input-group {
  margin: 0px 5px 10px 5px;
}
.input-group label {
  display: block;
  text-align: left;
  margin: 3px;
  color:#aaa;
}

.logout {
  display:inline-block;
  float:right;
  filter:invert();
  margin-left:15px;
}
.selectedfolder {
  margin:-5px 0;
  padding:15px 10px 15px 60px;
  background: url("../icon_folder.svg") 5px 0px / 42px 42px  no-repeat;
  color:#999;
  overflow-wrap: break-word;
}
.folder {
  padding:0;
  background: url("../icon_folder.svg") 10px center / 28px 28px no-repeat;
  border-bottom:1px solid #999;
  overflow-wrap: break-word;
  display: flex;
  min-height: 60px;
  align-items: center;
  cursor:pointer;
}
.folder .name {
  padding: 20px 20px 20px 50px;
  color:#888;
  user-select: none;
}
.folder a.edit {
  display:block;
  padding:10px;
  float:right;
  width:24px;
  height:24px;
  background: url("../icon_settings.svg") center no-repeat;
  background-size:24px 24px;
}
.file {
  background:#fff;
  padding:20px 20px 20px 20px;
  overflow-wrap: break-word;
  border-bottom:1px solid #aaa;
}
.file img:first-child {
  float:right;
  width:22px;
  height:22px;
}
.file span {
  background: #b60000;
  font-size:14px;
  padding: 2px 15px;
  float:right;
  display:inline-block;
  color:#fff;
}
.small {
  font-size:0.7em;
}
#installbtn {
  display:none;
}
