html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 60px;
  margin-bottom: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}
.button-container {
  position: absolute;
  width: 100%;
  bottom: 100px;
}
.button-container .buttons {
  width: 400px;
  max-width: 400px;
  margin: auto;
}
.container {
  padding: 0 15px;
}
.footer .container {
  margin-top:10px;
}

.container .text-muted {
  margin: 20px 0;
}

.viewer-container {
	max-width: 400px;
	margin: auto;
}

.viewer {
	text-align: center;
}

.dislike {
	position: relative;
	float: left;
}
.like {
	position: relative;
	float: right;
	margin-right: 0;
}

.viewer {
	height: 400px;
}

.viewer-button span {
width:100px;line-height:60px;font-size: 40px;
}

.nvoicr-error {
  background-color: #f2dede !important;
}

.table-hover tbody tr:hover > td {
  cursor: pointer
}

label.sr-only~div > .form-control-feedback{right: 10px;}

/* added for angular-ui */
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

// Style the file input (More info: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/)
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.upload-remove {
  opacity: .4;
  margin-left: 5px;
}
.upload-text {
  padding-top: 7px;
}

.nav-pills>li>a {
  background-color:#eee;
}
.nav-pills>li>a:hover {
  background-color:#ccc;
}
.navbar-brand {
  padding: 2px 15px 0 15px;
}