

body {
    font-family: Arial, Verdana, Times new roman;
    font-size: 0.6cm;
    padding: 0px;
    margin: 0;
}


input {
}

input:focus, select:focus {
    outline: none;
}

input[type=text], input[type=search], select {
    border-radius: 0.3cm;
    border: 0.05cm #aaa solid;
    height: 0.8cm;
    padding-top: unset;
    padding-bottom: unset;
}

input[type=submit], button {
    border: 0.05cm #aaa solid;
    border-radius: 0.2cm;
    height: 0.8cm;
    padding-top: unset;
    padding-bottom: unset;
}

input[type=checkbox],input[type=radio] {
    width: auto;
}


button {
}

a {
    color: #22c;
}


#page {
    margin: auto;
}


.round {
    border-radius: 0.4cm;
}

.topbar {
    width: 100%;
    background: #fff;
    height: 1cm;
    padding-top: 0.1cm;
    position: fixed;
}


.barend {
    height: 1.2cm;
}

.toolbar {
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    background: #fff;
}

.toolbar .separator {
	width: 0.2cm;
}

.toolbar input, .toolbar select, .toolbar button, .toolbar img, .toolbar a, .toolbar div, .toolbar form {
	display: inline-flex;
	color: #000;
}

.toolbar button {
	width: 0.8cm;
	background: none;
	border: none;
}

.toolbar input[type=search], .toolbar input[type=text] {
    background: #eee;
	max-width: 12cm;
	border-radius: 0.5cm 0cm 0.5cm 0cm;
	padding-left: 0.4cm;
}

.toolbar a {
    height: 0.8cm;
    line-height: 0.8cm;
    text-decoration: none;
}


 .toolbar img {
    background: none;
    border: none;
    width: 0.8cm;
    vertical-align: middle;
}

.toolbar .round {
    border-radius: 0.4cm;
}


.toolbar .expand {
    flex: 2;
}

.hidden {
	display: none;
}

.rightpanel {
	position: fixed;
	max-width: 99%;
	width: 10cm;
	height: 100%;
	top: 0%;
	right: 0%;
	background: #fff;
	overflow: auto-x;
	animation-name: top_hover;
	animation-duration: 1s;
}

@keyframes top_hover {
  0%  {opacity: 0;}
  100% {opacity: 1.0;}
}

.menu {
    
}

.menu .box {
    display: none !important;
}

.menu:hover .box {
    position: absolute;
    background: #fff;
    padding: 0.2cm;
    border: 0.05cm #ccc solid;
    border-radius: 0.2cm;
    animation-name: top_hover;
    animation-duration: 1.0s;    

    display: block !important;
    margin-top: 0.8cm;
    height: auto;
    width: 4.5cm;
    
}


.menu:hover .box a {
    display: block;
    padding: 0.1cm;
    border-radius: 0.2cm;
}

.menu:hover .box a:hover {
    background: #ddd;
}

.right {
    float: right !important;
}

.rightabsolute {
	position: absolute;
	top: 0.1cm;
	right: 0.1cm;
}

.round {
    border-radius: 0.5cm;
}

.center {
    text-align: center;
}




.listview1 {
    margin: auto;
    text-align: center;
}

.listview1 div {
    display: inline-block;
    width: 6cm;
    min-height: 7cm;
    text-decoration: none;
    border-radius: 0.2cm;    
    padding: 0.25cm;
    box-sizing: border-box;
    font-size: 0.5cm;
    color: #000; 
    vertical-align: top;     
}

@media screen and (max-width: 12cm) {
	.listview1 div {
		width: 49%;
	}
}


@keyframes listview1_hover {
  0%  {background-color: inherit;}
  100% {background-color: #ddd;}
}



.listview1 div p {

}


.listview1 div img {
    width: 100%;
    border-radius: 0.2cm;   
}




.listview2 {
	overflow-x: auto;
        background: #eee;
        padding: 0.1cm;
        border: solid #ccc 1px;
}

.listview2 div, .listview2 a {
	width: 0.8cm;
	height: 1cm;
	display: inline;	
}

.listview2 a {
    text-decoration: none;
}

.listview2 img {
	max-width: 0.8cm;
	max-height: 0.8cm;
        vertical-align: middle;
}

.listview2 input {
	max-width: 1.5cm;
}

.listview2 .line span {
	display: inline-block;
	overflow-x: hidden;
	width: 0.7cm;	
}

.cover {
	display: inline-block;
	padding: 0.1cm;	
}

.cover img {
	vertical-align: bottom;	
	width: 7cm;
	border: 1px solid #aaa;
	/*border-radius: 0.2cm;*/
	padding: 2px;
}

.cover div {
	margin-left: 0.3cm;
	display: inline-block;	
}

.cover a {
	text-decoration: none;
}

@media screen and (max-width: 12cm) {
	.cover img {
		width: 99%;
	}
}

.cover img.icon {
	width: 0.6cm;
	border: none;
}

@keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeout {
  from {opacity: 1;}
  to {opacity: 0;}
}


.shadow {
	position: absolute;
	top: 1.0cm;
	border: 1px solid #ccc;
	border-radius: 0.2cm;
	background: #eee;
	padding: 0.2cm;
	font-size: 0.5cm;
	max-width: 99%;
	
	animation-name: fadein;
	animation-duration: 1.0s;
}

.toolbar .shadow {
		display: initial;
}

.shadow input, .shadow button {
	margin-left: 0.3cm;
}

.shadow .icon {
	width: 0.4cm;
	margin-left: 0.3cm;
	vertical-align: middle;
	cursor: pointer;
}

.shadow p {
	display: block;
	margin-top: 0cm;
	margin-bottom: 0.2cm;
}

.hidden {
    display: none !important;
    /*opacity: 0;*/
}

.fadein {
	animation-name: fadein;
	animation-duration: 1.0s;
}

.fadeout {    
    animation-name: fadeout;
    animation-duration: 1.0s;
}

.window {
    position: fixed;
    border-radius: 0.2cm;
    border: 0.05cm solid #aaa;
    width: 10.0cm;
    height: 7.0cm;
    max-width: 100%;
    max-height: 100%;
    left: calc(50% - 5cm);
    top: calc(50% - 3.5cm);
    background: #fff;
    padding: 0.3cm;
    font-size: 0.5cm;
    box-sizing: border-box;
    opacity: 1;
}

@media screen and (max-width: 10cm) {
	.window {
		left: 0%;
	}
}

@media screen and (max-height: 7cm) {
	.window {
		top: 0%;
	}
}

.window p {
	margin-top: 0cm;
}


.treeview1 div {
	margin-left: 0.8cm;
}

.treeview1 .folder {
	font-weight: bold;
}

.treeview1 .leaf {
	font-weight: normal;
}

.main_content {
              border: none;
              overflow: auto;
              width: 100%;
              margin: auto;
              height: 80%;
}
