@CHARSET "UTF-8";

h3 { margin-top: 15px; }

.vertical-align {
    display: flex;
    align-items: center;
}

/*.files { border-collapse: collapse; width: 670px }
.files .space { height: 10px; }*/
.files.actual .file { background-color: #CCECFF }
.files.old .file { background-color: #eaeaea }

.file { height: 45px; margin-bottom: 10px; }
/*.file td { padding: 6px; }
.file .icon,
.file .os { width: 40px; text-align: center }
.file .icon img,
.file .os img { height: 24px; max-width: 24px }
.file .name { width: 550px }*/

input[type=button],
input[type=submit],
button {
	border: solid #91C6F7 1px;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	/*width: 100px;
	height: 25px;*/
}
input.blue, button.blue { background-color: #4f81bd; }
input.gray, button.gray { background-color: #7F7F7F; }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.error { color: #EB3B3B; }
.success { color: #60CC39; }

.intro { float: left; }
.logout { float: right; }
.clear { clear: both }