/* An empty css file for global usage */
.navbar .logo{max-height:56px}
.poweredlogo{max-width:16rem}
.surveys-list-container{margin-bottom:3em;}
html body .navbar.navbar-default.navbar-fixed-top {
    z-index: 1041;
}
.file-upload-modal,.modal{
    z-index: 1050;
}
.modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.modal .modal-dialog {
margin:auto;
}
.modal-content {
  margin: 0 auto;
}
.table-fixed-header table.ls-answers > thead > tr.ls-heading {
  display: table-row;
}