html > body.html {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /* 1 */
  line-height: 1.5em;
  font-size: 16px;
}
html > body #bootstrap-scope header#navbar,
html > body #bootstrap-scope h1.page-header {
  display: none;
}
html > body #bootstrap-scope section.col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
html > body #bootstrap-scope div.main-container {
  margin-left: 0;
  margin-right: 0;
}
html > body #bootstrap-scope .container-striped .row:nth-of-type(even) {
  background-color: #f9f9f9;
}
html > body #bootstrap-scope .container-striped .row:hover {
  background-color: #eee;
}
html > body #bootstrap-scope .list-group-item div[class^=col-] {
  margin-bottom: 10px;
}
html > body #bootstrap-scope .list-group-item div[class^=col-]:last-child {
  margin-bottom: 0;
}
html > body #bootstrap-scope ul.ui-sortable .ui-sortable-helper,
html > body #bootstrap-scope ul.ui-sortable li {
  cursor: move;
}
html > body #bootstrap-scope .form-control {
  color: #333;
}
html > body #bootstrap-scope #managePhonesModal .container + .alert,
html > body #bootstrap-scope #manageEmailsModal .container + .alert,
html > body #bootstrap-scope #managePhonesModal .container-fluid + .alert,
html > body #bootstrap-scope #manageEmailsModal .container-fluid + .alert,
html > body #bootstrap-scope #managePhonesModal .alert + form,
html > body #bootstrap-scope #manageEmailsModal .alert + form {
  margin-top: 15px;
}
html > body #bootstrap-scope #manageTechniqueAddModal .text-center > [role="group"] > .btn {
  margin-top: 8px;
}
html > body #bootstrap-scope .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
html > body #bootstrap-scope .mono {
  font-family: monospace;
}
html > body #bootstrap-scope .btn.fade[disabled],
html > body #bootstrap-scope fieldset[disabled] .btn.fade {
  opacity: 0;
}
html > body #bootstrap-scope label > img {
  cursor: pointer;
}
html > body #bootstrap-scope .gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
html > body #bootstrap-scope .alert > p + ul {
  margin-top: 5px;
}
@media (min-width: 992px) {
  html > body #bootstrap-scope .modal-md {
    width: 900px;
  }
}
@media (min-width: 768px) {
  html > body #bootstrap-scope .modal-lg {
    width: 90%;
  }
}
/*# sourceMappingURL=pac-refsvc.css.map */