/* source-sans-pro-regular - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"),
    url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-regular.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
/* source-sans-pro-600 - latin-ext_latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v11-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"),
    url("../fonts/source-sans-pro-v11-latin-ext_latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-sans-pro-v11-latin-ext_latin-600.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-600.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-sans-pro-v11-latin-ext_latin-600.svg#SourceSansPro")
      format("svg"); /* Legacy iOS */
}
/* source-serif-pro-regular - latin-ext_latin */
@font-face {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Source Serif Pro"), local("SourceSerifPro-Regular"),
    url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-regular.svg#SourceSerifPro")
      format("svg"); /* Legacy iOS */
}
/* source-serif-pro-600 - latin-ext_latin */
@font-face {
  font-family: "Source Serif Pro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-serif-pro-v5-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
  src: local("Source Serif Pro Semibold"), local("SourceSerifPro-Semibold"),
    url("../fonts/source-serif-pro-v5-latin-ext_latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/source-serif-pro-v5-latin-ext_latin-600.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-600.woff")
      format("woff"),
    /* Modern Browsers */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/source-serif-pro-v5-latin-ext_latin-600.svg#SourceSerifPro")
      format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"),
    url("../fonts/roboto-v18-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/roboto-v18-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v18-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}

.red {
  color: red;
}

.green {
  color: green;
}

.yellow {
  color: yellow;
}

.orange {
  color: orange;
}

.white {
  color: white;
}

.gray {
  color: gray;
}

.black {
  color: black;
}

body {
  display: flex;
  /*min-height: 100vh;*/
  height: 100vh;
  /* https://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/*/
  flex-direction: column;
}

div#withfoundation {
  flex: 1 0 auto;
}

/* Try fixing iOS */
.top-bar.expanded{min-height: fit-content;}

footer {
  background: rgba(230, 250, 230, 0.6);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(230, 240, 230, 0.3) 90%,
    rgba(180, 200, 180, 0.5) 100%
  );
  margin-top: 10px;
  padding-top: 1.4rem;
  padding-bottom: 0.2rem;
  min-width: 100%;
  flex-shrink: 0;
}

pre,
code {
  font-size: 0.8rem;
}

pre {
  border: 1px dashed #005a00;
  overflow: auto;
  max-height: 10rem;
}

code {
  background-color: #f0f3f0;
  border-color: green;
  border-radius: 1px;
}

.email {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  font-size: 0.75rem;
}

.email:before {
  display: inline-block;
  padding-right: 0.2rem;
  font: normal normal normal 14px/1 FontAwesome !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
}

.bold {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

img.tiny {
  width: 16px;
  margin: auto 4px auto 4px;
}
img.tiny.logo {
  height: 1.4rem;
  width: auto;
  vertical-align: text-bottom;
  margin-right: 2px;
  border-radius: 100px;
}

img.landing.logo {
  width: 100%;
  height: auto;
}

img.profile {
  width: 100%;
  height: auto;
  max-width: inherit;
  margin: 5px;
}

img.comm {
  max-height: 12rem;
  max-width: 100%;
}

div.usersearch {
  position: relative;
  z-index: inherit;
}
div.usersearch div.flex {
  display: flex;
}
div.usersearch input,
div.usersearch span.prefix {
  margin: 0;
  height: 1.5rem;
  line-height: 1.3rem;
  padding: 1px 5px;
}
div.usersearch span.prefix {
  width: auto;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
div.usersearch input {
  width: 100%;
}
div.usersearch ul.searchresults {
  background-color: white;
  position: absolute;
  width: 100%;
  z-index: 10;
}
div.usersearch ul.searchresults:not(:empty) {
  border: thin solid #ddd;
}
div.usersearch ul.searchresults li {
  padding: 0.1rem 0;
}
div.usersearch ul.searchresults li:not(:last-child) {
  border-bottom: thin solid #eee;
}
div.usersearch ul.searchresults li:hover {
  background-color: #eee;
  cursor: pointer;
}
div.usersearch ul.searchresults li div.res div {
  line-height: 1rem;
  font-size: 0.8rem;
}
div.usersearch ul.searchresults li div.res div.m {
  color: #aaa;
  float: right;
}
div.usersearch ul.searchresults li div.res img {
  max-width: 2rem;
  min-width: 2rem;
  float: left;
  padding-right: 0.1rem;
}

.hidden,
[v-cloak] {
  display: none;
}

.ENL {
  color: #25b125;
}

.RES {
  color: #0088ff;
}

.expand {
  width: 100%;
}

table.expand {
  margin-bottom: 0;
}

.row.fluid {
  max-width: 100%;
}

.row.highlight {
  background-color: #fff;
  border: 1px gray solid;
  padding: 5px;
}

.row.event {
  border-left: 0.2rem solid transparent;
  margin-left: -0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.4rem;
}
.row.event:hover {
  border-left-color: darkgreen;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15),
    0 -4px 10px 0 rgba(0, 0, 0, 0.15);
}
.row.event .columns {
  padding: 0.1rem 0.2rem;
}
.row.event button,
.row.event .button {
  margin: 0;
}
@media screen and (max-width: 40rem) {
  .row.event {
    margin-bottom: 1.5rem;
  }
}

p.small,
p.small * {
  font-size: 0.8rem;
  margin: initial;
  line-height: 1.1rem;
}

select[size],
select[multiple] {
  background-image: none;
}

#bigcnt {
  margin-top: 0.5rem;
}
div.sticky nav.top-bar {
  z-index: 9999;
}

.lvl_profile {
  position: relative;
  max-height: 140px;
  max-width: 140px;
  border: 1px solid rgba(64, 64, 64, 0.6);
  padding: 0;
  margin: 4px 0;
}
.lvl_profile img {
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 138px;
}
.lvl_profile div {
  position: absolute;
  right: 3px;
  top: -3px;
  z-index: 1;
  color: #08ec08;
  font-size: 1.4rem;
  text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black;
  text-align: right;
}
.lvl_profile div.role {
  right: 3px;
  bottom: -3px;
  top: initial;
  font-size: 1rem;
  text-align: right;
}

@media screen and (max-width: 40rem) {
  .lvl_profile img {
    width: 100%;
  }
  .inlinesearch .prefix,
  .inlinesearch .postfix,
  .inlinesearch input,
  .inlinesearch a.button,
  .inlinesearch select {
    margin: 0;
    height: 1.6rem;
    line-height: 1.25rem;
    padding: 1px 3px;
  }
}

@media all and (min-width: 640px) {
  .inlinesearch .prefix,
  .inlinesearch .postfix,
  .inlinesearch input,
  .inlinesearch a.button,
  .inlinesearch select {
    margin: 0;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 1px 5px;
  }
}

a[href].external:after {
  content: "\f14c";
  width: 1.3rem;
  padding-left: 0.5rem;
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}

.fa-sm {
  font-size: 0.8rem;
}

i.fa > span {
  position: relative;
  left: -0.75rem;
  top: -0.75rem;
  color: #666;
  font-size: 0.8rem;
  font-weight: bold;
  background: white;
  padding: 0.1rem 0.3rem;
  border: #666 1px solid;
  border-radius: 100%;
}

.panel.header {
  padding: 0;
  margin: 0.2rem 0 0.5rem;
}
.panel.header.scroll div.called {
  max-height: 224px;
  overflow-y: auto;
}
.panel.header .title {
  background: #d2e2d2;
  border-width: 1px;
  border-radius: 2px;
  top: 0;
  padding: 0.4rem;
}
.panel.header .title a.button,
.panel.header .title .panel.header .title button {
  margin-top: -4px;
}
.panel.header .title h5 {
  margin-bottom: 0.2rem;
}
.panel.header div.called {
  padding: 0.4rem;
}

div.scroll {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

div.scroll.noresize {
  min-height: 60vh;
}

div.row.spacedown {
  margin-bottom: 1rem;
}

ul.auditlog {
  font-size: 0.825rem;
  line-height: 1.175rem;
  list-style: none;
  margin: 2px 0 6px 0;
  background-color: #ffffff;
}

ul.accordion.audit {
  margin-bottom: 5px;
}

.accordion.audit .accordion-navigation > a {
  padding: 0.4rem;
}

ul.userlist li.user {
  border: thin solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

div.usr_link {
  width: 100%;
  display: inline-block;
  margin-bottom: 2px;
}

@keyframes blink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.8;
  }
}
.blink {
  -webkit-animation: blink 2s ease-in-out infinite;
  -moz-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
}

li.auditlog-warning {
  background-color: rgba(251, 228, 66, 0.4);
}
li.auditlog-verify {
  background-color: rgba(133, 255, 102, 0.2);
}
li.auditlog-confirmed {
  background-color: rgba(56, 183, 24, 0.2);
}
li.auditlog-old {
  display: none;
}
