body {
	background-color:#000;
	font-family: "Open Sans",sans-serif;
	font-size:small;
	color: #fff;
}

a {color: #fff;}
a:hover {text-decoration: underline;}

h1 {font-size: 35px; margin: 10px 0;}
h2 {font-size: 25px; margin: 10px 0;}

.clear {clear: both;}

#content {
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
}

.block-register {max-width: 500px; margin: 0 auto;}

@media (min-width: 900px) {
	#block-left, #block-right {
		display: inline-block;
		vertical-align: top;
	}
	#block-left {width: 60%;}
	#block-right {width: 38%;}
}

#logo {
	background: url("https://chapelparket.com/assets/images/logo-white.svg") no-repeat;
	width: 155px;
    height: 74px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#top {width:100%; padding: 20px 0; text-align: right;}
#top a {display:block; text-decoration: none;}
#top span {display:block;}
.info #top {text-align: center;}

div.subtitle{
	width:80%;
	margin: 0 auto;
	color:#68a9d2;
	text-align:center;
}

#frame {
	text-align:left;
	position: relative;
	margin: 0 auto;
	max-width:1000px;
	overflow:hidden;
}

#frame table a {
	color: #FFC800;
	text-decoration: none;
	font-size: 13.5px;
    line-height: 25px;
}

#error {
	max-width:450px;
	background-color:#FFE4E1;
	color:#000000;
	padding:7pt;
	position: relative;
	margin: 10pt auto;
	text-align:center;
	border: 1px dotted #CDD2D6;
}

#ok {
	max-width: 530px;
	background-color: #33CC00;
	color: #000000;
	padding: 7pt;
	position: relative;
	margin: 10pt auto;
	text-align: center;
	border: 1px solid#447821;
}

input {border: 1px solid #CDD2D6;}

select {
	font-size: 17px;
	padding: 9px 15px;
	margin: 5px 0;
	min-width: 330px;
	border: 1px solid #CDD2D6;
	background: black;
    color: white;
}

.bar{
	width:100%;
	clear:both;
	height:1px;
}

.center {
	text-align: center;
}

/* File list */

table.table {width:100%; border-collapse: collapse;}
table.table td{padding:5px 4px;}
table.table tr.row.two {background-color:#6f6f6f;}
table.table tr.row.one {background-color:#4c4c4c;}

table.table tr.row td.icon, 
table.table td.del {width:25px; text-align: center;}

table.table tr.row td.size {width: 100px; text-align: right;}
table.table tr.row td.changed {width: 150px; text-align: center;}
table.table tr.header img {vertical-align:bottom;}
table img{border:0;}

/* Info area */ 
#info {color:#000000; max-width:680px; position: relative; margin: 0 auto; text-align:center; margin-top: 10px;}

/* Thumbnail area */

#thumb {position:absolute; border: 1px solid #CDD2D6; background:#f8f9fa; display:none; padding:3px;}
#thumb img {display:block;}

/* Login bar (at the bottom of the page) */
#login_bar {margin: 0 auto; margin-top:2px; max-width:680px;}
#login_bar input.submit{float:right;}

/* Upload area */

#upload {margin: 25px auto 0 auto; max-width:680px;}
#upload #password_container {margin-right:20px;}
#upload #newdir_container, #upload #password_container {float:left;}
#upload #upload_container{float:right;}

#upload input.upload_dirname, #upload input.upload_password{width:140px;}
#upload input.upload_file{font-size:small;}

/* Breadcrumbs */

div.breadcrumbs {display:block; padding:1px 3px; color:#cccccc; font-size: 11px;}
div.breadcrumbs a{display:inline-block; color:#cccccc; padding: 2px 4px 10px 2px; font-size: 14px; text-decoration: none;}

/* Login area */

#login {max-width:420px; text-align:left; margin:15px 100px 50px 0; float: left;}
#login div {display:block; width:100%; margin-top:5px;}
#login label{width: 120px; text-align: right;}

::-webkit-input-placeholder { color: white; opacity: 1 !important; }
::-moz-placeholder {color: white;}
:-moz-placeholder {color: white;}
:-ms-input-placeholder {color: white;}

#user_name, #user_pass {
	font-size: 17px;
	color: white;
	padding: 9px 15px;
	margin: 5px 0;
	width: 100%;
	background: transparent;
}

#user_name:hover, #user_pass:hover, #user_name:focus, #user_pass:focus {border: 1px solid white; outline: none; border-color: #CCAD68;}

#user_login {margin: 40px 0;}
.button_big {padding: 10px 35px; font-size: 25px;}
.button_big, .button_big:hover, #newdir_container input[type="submit"]:hover, #upload_container input[type="submit"]:hover{color: #CCAD68;}
.button_big, #newdir_container input[type="submit"], #upload_container input[type="submit"]{color: white; font-weight: bold; cursor: pointer; border-color: #CCAD68;background: transparent;}

#newdir_container input, #upload_container input[type="submit"]{padding: 5px 10px;}
#upload_container input[type="file"]{padding: 2px; border-color: #CCAD68;}

/* Register */
#register_info {float: left; max-width:480px; margin:0 0 50px 0; font-size: 14px;}
#register_info h2 {font-size: 17px;}
#register_info a{text-decoration: none;}
#user_register {background: transparent; color: white; margin-top: 60px;}

#register {font-size: 16px; padding: 15px; border-top: 1px solid #CDD2D6; border-bottom: 1px solid #CDD2D6;}
#register label {min-width: 150px; display: block;}

#register input[type=text] {font-size: 17px; padding: 9px 15px; margin: 5px 0; min-width: 300px;}
#register input[type=text], #newdir_container input[type=text] {color: white; border-top: 0px; border-right: 0px; border-left: 0px; border-color: #ccc; background-color: transparent;}
#register input[type=text]:focus, #newdir_container input[type=text]:focus {outline: none; border-bottom: 2px solid #CCAD68;}

#accept {font-size: 15px; line-height: 20px;}
#accept a {color: #CCAD68;}

#accept input[type=checkbox] {
  -ms-transform: scale(1.25); /* IE */
  -moz-transform: scale(1.25); /* FF */
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -o-transform: scale(1.25); /* Opera */
}

/* Mobile interface */
body.mobile #frame, body.mobile #info, body.mobile #upload {max-width:none;}
body.mobile {font-size:medium;}

body.mobile a.item {display:block; padding:10px 0;}
body.mobile a.item span.size {float:right; margin-left:10px;}

body.mobile table.table {margin-bottom:30px;}
body.mobile table.table tr td {border-top: 1px solid #CDD2D6;}
body.mobile table.table tr.last td {border-bottom: 1px solid #CDD2D6;}

body.mobile #top {padding-bottom:3px;}
body.mobile #top a {padding-top:3px;}

body.mobile #upload #password_container, 
body.mobile #upload #upload_container, 
body.mobile #upload #newdir_container {float:none; margin-top:5px;}

body.mobile #upload input.upload_dirname, body.mobile #upload input.upload_password{width:240px;}
body.mobile #upload {margin-bottom:15px;}