body {
	background-color: #8ca3b5;
	background-image: url('http://s.cosy.cz/143');
	/* background-image: url('K125_KEY_VISUAL_2.jpg'); */
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
div#wrap-logo {
  background-color: #ffffff;
  width: 100%;
}
img#logo {
  margin: 15px 20px 10px 20px;
  width: 270px;
}
div#wrap-login-form {
  background-color: rgba(255,255,255,0.7);
  margin: auto;
  margin-top: 80px;
  padding: 45px 40px 45px 22px;
  text-align: right; 
  width: 288px;
}
form {
  margin: auto;
}
p.wrap-login-input {
  margin: 1px;
}
input.form-field {
  background-color: #888888;
  border-style: none;
  color: #ffffff;
  height: 36px;
  padding-left: 30px;
  width: 240px;
}
input.form-button {
  background-color: #f47838;
  border-style: none;
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari, Chrome */
  -khtml-border-radius: 4px; /* KHTML */
  border-radius: 4px; /* CSS3 */
  color: #ffffff;
  font-weight: bold;
  height: 36px;
  margin-top: 15px;
  width: 100px;
}
p#wrap-user:before {
  content: "\f007";
  color: #ffffff;
  display: inline-block;
  font-family: 'FontAwesome';
  left: 24px;
  position: relative;
  width: 16px;
}
input#user {
  -moz-border-top-left-radius: 4px; /* Firefox */
  -moz-border-top-right-radius: 4px; /* Firefox */
  -webkit-border-top-left-radius: 4px; /* Safari, Chrome */
  -webkit-border-top-right-radius: 4px; /* Safari, Chrome */
  -khtml-border-top-left-radius: 4px; /* KHTML */
  -khtml-border-top-right-radius: 4px; /* KHTML */
  border-top-left-radius: 4px; /* CSS3 */
  border-top-right-radius: 4px; /* CSS3 */
}
p#wrap-passwd:before {
  content: "\f023";
  color: #ffffff;
  display: inline-block;
  font-family: 'FontAwesome';
  left: 24px;
  padding-top: 3px;
  position: relative;
  width: 16px;
}
input#passwd {
  -moz-border-bottom-left-radius: 4px; /* Firefox */
  -moz-border-bottom-right-radius: 4px; /* Firefox */
  -webkit-border-bottom-left-radius: 4px; /* Safari, Chrome */
  -webkit-border-bottom-right-radius: 4px; /* Safari, Chrome */
  -khtml-border-bottom-left-radius: 4px; /* KHTML */
  -khtml-border-bottom-right-radius: 4px; /* KHTML */
  border-bottom-left-radius: 4px; /* CSS3 */
  border-bottom-right-radius: 4px; /* CSS3 */
}
div#wrap-content {
  background-color: rgba(255,255,255,0.7);
  margin: auto;
  margin-top: 30px;
  min-height: 400px; 
  padding: 40px;
  width: 1000px;
}
div#dir-name {
  color: #565656;
  padding: 10px 22px;
}
table#dir-contents {
  border-spacing: 0px 2px;
  width: 100%;
}
table#dir-contents tr {
  background-color: #ffffff;
}
table#dir-contents tr td {
  padding: 5px 10px;
}
table#dir-contents tr th {
  padding: 5px 10px;
  text-align: left;
}
a {
  color: #f47838;
  outline:none;
}
a.action {
  float: right;
  margin-right: 10px;
}
a.fileDownloadSimpleRichExperience {
  float: right;
  margin-right: 10px;
}
.col2 {
  text-align: right !important;
  width: 100px;
}
button.ui-button {
  outline:none;
}