@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap&.css");
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('webfonts/fa-brands-400.eot');
  src: url('webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('webfonts/fa-brands-400.woff2') format('woff2'), url('webfonts/fa-brands-400.woff') format('woff'), url('webfonts/fa-brands-400.ttf') format('truetype'), url('webfonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.button {
  background-color: #ffffff;
  border: 1px solid #eee;
  color: #444444;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  min-width: 8rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
}
.button:hover,
.button:focus,
.button:active {
  text-decoration: none;
  color: #fff;
  background-color: #086aeb;
  border: 1px solid transparent;
}
.button:hover {
  cursor: pointer;
}
.button:active {
  background: #086aeb;
  color: #fff;
}
.button.selected {
  background: #086aeb;
  color: #fff;
}
.button.selected:hover {
  background: #2e85f8;
}
.button:link,
.button:visited {
  text-decoration: none;
}
.button.primary-button {
  color: #666;
  background-color: #fff;
  border: 1px solid transparent;
}
.button.primary-button:hover,
.button.primary-button:focus,
.button.primary-button:active {
  color: #fff;
  background-color: #086aeb;
  border: 1px solid transparent;
}
.button.image-button {
  height: auto;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
}
.button.image-button:hover,
.button.image-button:focus,
.button.image-button:active {
  background-color: transparent;
  border: 0;
}
#buttons {
  background: #fff;
  border: solid 1px #eee;
  border-radius: 0;
  display: inline-block;
  margin-top: 0.5em;
  min-width: 80px;
  padding: 0.5em;
  text-align: center;
}
#buttons:hover {
  background: #086aeb;
  color: #fff;
  cursor: pointer;
}
#buttons:active {
  background: #086aeb;
  color: #fff;
}
.link {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  cursor: pointer;
}
.gray-disk {
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 17px;
  font-weight: bold;
  font-size: 10.666px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0;
  padding-left: 4px;
  text-decoration: none;
}
.gray-disk:hover {
  background: rgba(0, 0, 0, 0.1);
}
.gray-disk:active {
  background: rgba(85, 153, 255, 0.6);
}
.buttonMixin {
  background: #fff;
  border: 0;
  color: #666;
  text-transform: uppercase;
}
.buttonMixin:hover {
  background: #086aeb;
  color: #fff;
  cursor: pointer;
}
.clickable:hover {
  color: white;
  background-color: #086aeb;
  cursor: pointer;
}
.selectable.selected {
  color: white;
  background-color: #086aeb;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  display: inline-block;
  padding-right: 1rem;
  text-transform: uppercase;
  vertical-align: middle;
}
.form-group input {
  vertical-align: middle;
}
.form-inline .form-group {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.panel {
  margin: 1rem 0;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.panel form {
  margin: 0;
}
.panel table th {
  text-transform: uppercase;
}
.panel table input[type=text],
.panel table input[type=date],
.panel table select,
.panel table textarea {
  width: 100%;
  max-width: 300px;
}
.panel table.inline-table th,
.panel table.inline-table td {
  height: 42px;
  padding: 0 1rem;
}
.panel table:not(.inline-table) {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #eeeeee;
}
.panel table:not(.inline-table) thead th,
.panel table:not(.inline-table) thead td {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.panel table:not(.inline-table) tbody tr:nth-child(even) th,
.panel table:not(.inline-table) tbody tr:nth-child(even) td {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.panel table:not(.inline-table) th,
.panel table:not(.inline-table) td {
  padding: 0.5rem 1rem;
}
.panel table:not(.inline-table) a {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.panel table:not(.inline-table) a:link,
.panel table:not(.inline-table) a:visited,
.panel table:not(.inline-table) a:hover,
.panel table:not(.inline-table) a:focus,
.panel table:not(.inline-table) a:active {
  color: #444444;
  text-decoration: none;
}
.panel table:not(.inline-table) a:hover .fa,
.panel table:not(.inline-table) a:focus .fa,
.panel table:not(.inline-table) a:active .fa {
  background-color: #008dd0;
}
.panel table:not(.inline-table) .fa {
  font-size: 14px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: 0.25rem;
  text-align: center;
  color: #086aeb;
  background-color: white;
  border-color: #086aeb;
  border-radius: 50%;
}
.panel table:not(.inline-table) .fa:hover,
.panel table:not(.inline-table) .fa:focus,
.panel table:not(.inline-table) .fa:active {
  background-color: #008dd0;
}
.panel-header {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.panel-header h2 .fa {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
  color: #999;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #999;
}
.panel-header .button {
  margin-left: 1rem;
}
.panel-body {
  padding: 2rem;
}
.panel-body > *:first-child {
  margin-top: 0 !important;
}
.panel-body > *:last-child {
  margin-bottom: 0 !important;
}
.panel-footer {
  text-align: right;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}
.panel-footer .button {
  margin-left: 1rem;
}
.list {
  border: 1px solid #eeeeee;
  border-bottom: 0;
}
.list:last-child {
  border-bottom: 1px solid #eeeeee;
}
.list.open .list-header::after {
  content: "\f078";
}
.list.open .list-body {
  display: block;
}
.list-header {
  position: relative;
}
.list-header a {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
}
.list-header a:link,
.list-header a:visited,
.list-header a:hover,
.list-header a:focus,
.list-header a:active {
  text-decoration: none;
  color: #444444;
}
.list-header a::before {
  font-size: 6px;
  content: "\f111";
  display: inline-block;
  margin-right: 0.5rem;
  font-family: "FontAwesome";
  color: #53A4DA;
  vertical-align: middle;
}
.list-header span {
  vertical-align: middle;
}
.list-header::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -6px;
  font-family: "FontAwesome";
}
.list-body {
  display: none;
  padding: 2rem;
  border-top: 1px solid #eeeeee;
}
.list-body > *:first-child {
  margin-top: 0;
}
.list-body > *:last-child {
  margin-bottom: 0;
}
.well {
  padding: 1rem;
  margin: 1rem 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.row {
  margin: 0 -1rem 1rem -1rem;
}
.row::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.row.column-1 .column {
  width: 100%;
}
.row.column-2 .column {
  width: 50%;
}
.row.column-3 .column {
  width: 33.33333%;
}
.row.column-4 .column {
  width: 25%;
}
.row.column-5 .column {
  width: 20%;
}
.row.column-6 .column {
  width: 16.66666%;
}
.row .column {
  float: left;
  padding: 0 1rem;
}
.matrix {
  margin: -0.5rem -1rem;
}
.matrix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.matrix.column-1 .matrix-cell {
  width: 100%;
}
.matrix.column-2 .matrix-cell {
  width: 50%;
}
.matrix.column-3 .matrix-cell {
  width: 33.33333%;
}
.matrix.column-4 .matrix-cell {
  width: 25%;
}
.matrix.column-5 .matrix-cell {
  width: 20%;
}
.matrix.column-6 .matrix-cell {
  width: 16.66666%;
}
.matrix .matrix-cell {
  float: left;
  padding: 0.5rem 1rem;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html,
body {
  font-size: 12px;
  height: 100%;
}
#userAdmin h1,
#userAdmin h2,
#userAdmin h3,
#userAdmin h4,
#userAdmin h5,
#userAdmin h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#userAdmin h1 {
  margin: 0 0 1rem 0;
  text-align: left;
}
#userAdmin h2 {
  padding: 0;
  margin: 0;
}
#userAdmin input,
#userAdmin button,
#userAdmin select {
  font-size: 12px;
  padding: 4px 8px;
  vertical-align: middle;
}
#userAdmin table {
  font-size: 13px;
  background-color: transparent;
}
#userAdmin #pageContainer {
  max-width: none;
  min-width: 0;
  height: 100%;
  color: #444444;
  background-color: #ffffff;
  overflow: auto;
}
#userAdmin #leftNav {
  position: relative;
  float: left;
  width: 18%;
  height: 100%;
  padding: 1rem 0 0 1rem;
  border-right: 1px solid #eeeeee;
}
#userAdmin #leftNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#userAdmin #leftNav .list-header .onxyz-icon {
  background-color: #086aeb;
  display: inline-block;
  height: 8px;
  left: 0.6em;
  position: relative;
  width: 8px;
  top: 1.9em;
}
#userAdmin #leftNav .list-header a::before {
  content: none !important;
}
#userAdmin #leftNav .panel-body {
  padding-top: 0;
  padding-left: 0;
}
#userAdmin #leftNav .panel-body .list-body {
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-top: 0.5rem;
}
#userAdmin #leftNav .colorIcon {
  width: 5px;
  height: 5px;
  background-color: #53A4DA;
}
#userAdmin #leftNav a {
  font-size: 1rem;
  display: block;
  padding: 1rem 1rem 1rem 2rem;
  text-decoration: none;
  color: #444444;
}
#userAdmin #leftNav a:link,
#userAdmin #leftNav a:visited,
#userAdmin #leftNav a:hover,
#userAdmin #leftNav a:focus,
#userAdmin #leftNav a:active {
  text-decoration: none;
  color: #444444;
}
#userAdmin #leftNav a .add_user_button {
  font-size: 1em;
  text-transform: uppercase;
  padding-left: 0;
}
#userAdmin #leftNav a:hover,
#userAdmin #leftNav a:focus,
#userAdmin #leftNav a:active {
  background-color: #ffffff;
}
#userAdmin #leftNav a:hover .fa,
#userAdmin #leftNav a:focus .fa,
#userAdmin #leftNav a:active .fa {
  color: #999;
  background-color: #fff;
}
#userAdmin #leftNav .fa {
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 0.5rem;
  text-align: center;
  vertical-align: middle;
  color: #444444;
  background-color: #fff;
  border-radius: 50%;
}
#userAdmin #logo {
  float: none;
  display: block;
  padding: 1rem !important;
  max-width: 150px;
  margin: 0 auto 3rem auto;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
#userAdmin #logo:hover,
#userAdmin #logo:focus,
#userAdmin #logo:active {
  background-color: #fff !important;
}
#userAdmin #logo img {
  max-width: 100%;
}
#userAdmin #logout {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
}
#userAdmin #content {
  float: right;
  width: 82% !important;
  height: 100%;
  padding: 2rem 2rem 2rem 0;
  background-color: #ffffff;
  text-align: left;
}
#userAdmin .priv-group {
  border: solid 1px #ffffff;
}
#userAdmin .priv-group .header {
  display: block;
  padding: 0.3em 0.3em 0.3em 1.25em;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.15rem;
}
#userAdmin .well {
  margin-left: -1rem;
}
#userAdmin .user_search_container {
  display: flex;
  flex-direction: row;
  position: relative;
}
#userAdmin .user_search_container .user_search {
  height: 32px;
  line-height: 32px;
  margin-top: 0.5rem;
}
#userAdmin #copy-permissions {
  text-align: right;
}
