@charset "UTF-8";
html > body {
  background-color: #eef0f2;
}

.dnnHelpText,
span.dnnHelpText {
  color: #FFF;
}

.LoginPanel {
  width: auto !important;
  float: none !important;
  display: flex !important;
  padding: 0 !important;
  max-width: 100% !important;
  justify-content: center;
  /* style the form item wrapper */
}
.LoginPanel > div {
  min-width: 300px;
  max-width: 500px;
}
.LoginPanel .dnnForm .dnnFormItem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.LoginPanel .dnnFormItem > .dnnLabel {
  margin-top: 0;
}
.LoginPanel .dnnFormItem > .dnnLabel label {
  display: block;
}
.LoginPanel ul.dnnActions {
  margin: 0 !important;
  padding: 0 !important;
}

ul {
    list-style: circle outside;
	}
	ul, ol {
       margin-left: 18px;
	}

.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
  display: none;
}
.LoginPanel .dnnLabel {
  display: block;
  float: none;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  overflow: visible;
  text-align: left;
}
.LoginPanel .dnnLoginService input[type=text],
.LoginPanel .dnnLoginService input[type=password] {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border-radius: 1px;
  padding: 10px;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
  background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
  font-size: 15px;
}

/* primary action buttons - also used in dnn modal popups */
.dnnFormItem .dnnLabel,
.dnnFormItem label.dnnLabel {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1.6rem;
}

.dnnPrimaryAction,
.dnnFormItem input[type=submit],
a.dnnPrimaryAction {
  transition: 0.2s all;
  font-family: "Neo Sans W01 Bold", sans-serif, arial;
  font-weight: 1.6rem;
  background: #0099dc;
  border-color: #0099dc;
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  border-radius: 1px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 0.25rem;
}
.dnnPrimaryAction:hover,
.dnnFormItem input[type=submit]:hover,
a.dnnPrimaryAction:hover {
  background: #0083bd !important;
  border-color: #0083bd !important;
  text-decoration: none !important;
}

/* secondary action buttons - also used in dnn modal popups */
.dnnSecondaryAction,
.dnnFormItem input[type=submit],
a.dnnSecondaryAction {
  transition: 0.2s all;
  font-family: "Neo Sans W01 Bold", sans-serif, arial;
  font-weight: 1.6rem;
  background: #FFF;
  border-color: #dde2e6;
  color: #555;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  border-radius: 0.25rem;
  font-size: 15px;
  padding: 10px 20px;
}
.dnnSecondaryAction:hover,
.dnnFormItem input[type=submit]:hover,
a.dnnSecondaryAction:hover {
  border-color: #d3d9de !important;
  background: #e4e7ea !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
}

.navbar-nav > .nav-item {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
}
.navbar-nav .fnv_login {
  font-weight: 400 !important;
}
.navbar-nav .fnv_login::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 1ch;
}



div.container.content {
  padding-bottom: 60px;
  margin-bottom: 20px;
  padding-top: 0;
}

.breadcrumbs {
  background-color: #FF0000;
}
.breadcrumbs > div > nav > span > span > span,
.breadcrumbs > div > nav > span > span > img {
  display: inline;
}
.breadcrumbs > div > nav > span > span > span a.breadcrumb-item span {
  color: #0099dc !important;
  font-size: 1.4rem;
}
.breadcrumbs > div > nav > span > span > span:last-child a.breadcrumb-item {
  flex-flow: inline;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.breadcrumbs > div > nav > span > span > span:last-child a.breadcrumb-item span {
  color: #58595b !important;
}

html > body .container,
html > body .container-fluid,
html > body .container-lg,
html > body .container-md,
html > body .container-sm,
html > body .container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
html > body .container.breadcrumbs__container {
  padding: 0;
}
@media (min-width: 1440px) {
  html > body .container {
    max-width: 1184px;
  }
  html > body .containerIAS {
    max-width: 1370px;
  }
}
@media (min-width: 1560px) {
  
  html > body .containerIAS {
    max-width: 1470px;
  }
}
@media (min-width: 1660px) {
  
  html > body .containerIAS {
    max-width: 1570px;
  }
}
@media (min-width: 1960px) {
  
  html > body .containerIAS {
    max-width: 1770px;
  }
}
/*# sourceMappingURL=skin.css.map */
