html {
  height: 100%;
}

body {
  background-color: #eee;
  height: 100%;
}
 
.container {
  width    : 95%;
  position : relative;
  margin   : 0 auto;
}

.usersContainer {
  width: 100%;
  float: left;
  padding: 0px 30px 0px 0px;
}

.usersContainer tbody tr:hover, .usersContainer tbody tr.editing {
  cursor: pointer;
  background-color: rgb(253,101,0);
  color: white;
}

/*.usersContainer tbody tr.editing {
  font-weight:bold;
  border:1px solid #000;
  color: rgb(253,101,0);
}*/


.sidebar {
  width: 30%;
  float: left;
  padding-left: 30px;
  border-left: 1px solid #ddd;
}

a.remove {
  clear:both;
  margin-top:10px;
  font-size:0.9em;
  float:right;
  font-weight:normal;
}

.nav-header{
  width:100%;
  height:32px;
  padding-top:4px;
  background-color: #ddd;
}

.nav-header ul {
  width: 208px;
  margin: 0px auto;
  padding: 0px;
}

.nav-header li {
  list-style:none;
  width: 100px;
  margin: 2px;
  padding: 0px;
  float:left;
  text-align:center;
  color: #999;
  cursor: pointer;
}

.nav-header li:hover {
  text-decoration:underline;
}
.nav-header li.chosen {
  font-weight: bold;
  color: rgb(0, 153, 153);
}
.btn-primary{
  background-color: rgb(0, 153, 153);
  border-color: rgb(0, 153, 153);
}
.btn-primary:hover{
  background-color: rgb(0, 112, 112);
  border-color: rgb(0, 112, 112);
}

.nav-header li:first-child {
  border-right: 1px solid gray;
}

.header, .footer {
  background-color  : rgb(51,51,51);
  line-height : 40px;
  width       : 100%;
  color       : #fff;
}

.header {
  height:60px;
}
 
.header h1, .header a {
  display : inline-block;
}
 
.header h1 {
  font-weight : normal;
  margin-left:10px;
  margin-top: 15px;
  font-size: 30px;
}

h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
 
.footer, .footer-push { 
  clear:both;
}

.footer {
  height: 50px;
}

.footer-push {
  height:70px;
}

.footer .container {
  padding-top: 6px;
  width: 100%;
}
 
.footer img {
  display:block;
  width: 110px;
  margin: 0 auto;
}

.content {
  min-height:100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}

.uploadContainer {
  width: 400px;
  margin: 0 auto;
}

.small_note {
  font-size: 0.9em;
  margin: 10px 0px;
}

div.error {
  font-size:0.9em;
  font-style: italic;
  color: rgb(253, 101,0);
}

input[type="file"] {
  padding:10px;
  font-size:0.9em;
}

input[type="radio"] {
  margin-left:12px;
  margin-right:3px;
}

input[type="submit"], button {
  margin-top:15px;
  margin-left:3px;
  float: right;
}
.form-control {
  margin-bottom:2px;
}
.form-control:focus, .form-control:active{
  border-color:#fff;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(253,101,0,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(253,101,0,.6);
  z-index:10;
}

a, a:hover{
  color: rgb(253, 101,0);
}

a.logout {
  float:right;
  margin: 10px 15px;
}

table {
  border:collapse;
}

.remove {
  cursor:pointer;
}

td, th {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 2px 10px;
}

th {
  text-align: left;
}
tbody tr:nth-child(odd){
  background-color: #fff;
}

/*label, input {
  clear  : both;
  float  : left;
  margin : 5px 0;
}*/