﻿html {
  /*box-sizing: border-box;*/
  font-size: 16px; /* px fallback for non-rem compatibe browsers */
  font-size: 62.5%; /* = 10px*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-size: 14px; /* px fallback for non-rem compatibe browsers */
  font-size: 1.4rem; /* = 14px  */
  box-sizing: border-box;
  font-family: "Nunito Sans",PT Sans,sans-serif;
  font-style: normal;
  font-weight: 300;
  width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 0rem;
}

.body-wrapper {
  min-height: 100%;
  padding-bottom: 2rem;
}

.body-content {
  margin: 0;
  margin-left: 28rem;
}

.body-content-small {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
}

html.simple body {
  padding-top: 2rem;
}

body.wide {
  min-width: 75rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans",PT Sans,sans-serif;
  font-weight: 200;
}

ul, ol, dl {
  margin-bottom: 0rem;
  font-size: 1.4rem;
}

h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

h2.no-transform {
  text-transform: none;
}

h2.wizard-header {
  line-height: 3.2rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: bold;
}

h5.small {
  font-size: 2rem;
}

h5.section-title,
h5.section-title-gray {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: normal;
}

h5.subitem-title {
  padding-bottom: 1.5rem;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

h5.dynamic-panel-title {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
}

a {
  font-size: 1.6rem;
  font-weight: 400;
}

a i.fa {
  margin-right: 0.5rem;
}

p {
  font-size: 1.4rem;
  font-weight: 300;
}

.lead {
  font-size: 140%;
}

.exposed {
  font-size: 1.6rem;
  font-weight: 600;
}

p.lead {
  font-size: 2rem;
  line-height: 1.6;
}

p aside {
  font-size: 1.2rem;
  line-height: 1.35;
}

header, footer, nav, section {
  display: block;
}

header {
  min-height: 12rem;
  width: 100%;
  position: relative;
  z-index: 1000;
}

header nav {
  position: relative;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
  min-height: 8rem;
}

.header-logo {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 100%;
  max-width: 23.1rem;
}

.header-right {
  margin-left: 30rem;
}

.header-label {
  font-size: 1.4rem;
}

.section-header {
  margin-top: 2rem;
}

.logo-panel {
  width: 100%;
  background-color: #58595B;
  margin: 4rem 0;
  padding: 2rem 0;
}

.logo-panel img {
  display: block;
  max-height: 13rem;
  max-width: 41rem;
  margin: 0 auto;
}

#logolink {
  display: block;
  margin: 1rem 0rem;
}

#logolink img {
  max-height: 5.5rem;
}

#header-info {
  min-height: 8rem;
  padding: 1.8rem;
  font-size: 1.4rem;
}

#header-info .week-info,
#header-info .welcome-info {
  font-size: 1.8rem;
  padding-top: 0.8rem;
  margin-left: 1rem;
}

#header-info .advisor-info {
  margin-left: 1rem;
}

.wrapper {
  width: 100%;
  margin: 0rem auto;
  position: relative;
}

.content {
  position: relative;
}

.sign-out-container {
  float: right;
  margin-right: 2rem;
}

.login-header {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}

.login-header img {
  max-width: 30rem;
}

.login-title {
  text-align: center;
}

.user-info-btn {
  float: right;
  padding: 0.3rem 1rem 0.3rem 0rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

.user-info-btn ul {
  z-index: 999;
}

.user-info-btn i {
  margin: 0rem 0rem 0.2rem 1.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.user-info-btn {
  vertical-align: top;
  font-weight: 400;
  font-size: 1.4rem;
  background: none;
  color: #000;
  position: absolute;
  right: 1rem;
  cursor: pointer;
  min-width: 15rem;
  text-align: right;
}

#user-submenu {
  width: auto;
  padding: 0.8rem;
}

#user-submenu ul,
.dropdown-pane ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.dropdown-pane,
.dropdown-pane ul {
  text-transform: none;
}


@media (max-width: 650px) {
  .resp-sm .topbar {
    float: right;
    width: 50%;
  }

  .resp-sm .topbar .user-info-btn {
    border: none;
    margin-bottom: 1rem;
  }

  .resp-sm .topbar .sign-out-container {
    border: none;
    margin-bottom: 1rem;
  }

  .resp-sm .header-logo #logolink {
    position: relative;
  }

  .resp-sm .header-logo {
    max-width: none;
    position: relative;
    width: 50%;
  }

  .resp-sm .header-right {
    margin-left: 0rem;
  }

  .wrapper .title {
    margin-left: 0rem;
  }
}

#noscript-message {
  display: none;
}

#noscript-message .msg-box {
  font-size: 1.5rem;
}

.maincontent {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}

.content-sections {
  position: relative;
}

.header-adv-name {
  word-wrap: break-word;
}

.subnav {
  width: 100%;
  max-width: 28rem;
  margin: 0rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  padding: 2rem 0rem;
}

.subnav ul.tabs.vertical {
  width: auto;
  max-width: 100%;
  float: none;
}

.subnav ul.tabs li.disabled a {
  display: none;
}

.subnav ul {
  list-style: outside none none;
  margin: 0rem !important;
  padding: 0rem;
}

.subnav ul li {
  padding: 0rem;
  border-bottom: 1px solid;
}

.subnav ul li a,
.subnav ul li .disabled-lbl,
.subnav ul li .tab-text {
  margin: 0rem 1rem;
  padding: 1.2rem 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  outline: 0px none;
  text-transform: uppercase;
}

.subnav ul li a {
  display: block;
}

.subnav ul li .tab-text {
  display: block;
}

.subnav ul.tabs li .disabled-lbl {
  display: none;
}

.subnav ul.tabs li.disabled .disabled-lbl {
  display: block;
  border-bottom: 1px solid;
}

.subnav ul li:last-child,
.subnav ul li:last-child a,
.subnav ul li .disabled-lbl {
  border-bottom: none;
}

.subnav-content {
  margin: 0rem;
  padding: 0rem;
  margin-left: 28rem;
}

@media (max-width: 850px) {
  .subnav {
    max-width: 100%;
    position: static;
  }

  .subnav-content {
    width: 100%;
    margin-left: 0rem;
  }
}

.navcontent {
  width: 100%;
  margin: 0rem;
  padding: 0rem;
}

.content-inner {
  padding: 2rem 2rem 7.5rem;
  width: 100%;
  position:relative;
}

.content-inner p {
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
  font-weight: 400;
}

.content-text {
  font-size: 1.6rem !important;
  line-height: 2.6rem !important;
  font-weight: 400;
}

.control-panel {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #dadada;
  padding-top: 2rem;
}

.control-btn {
  margin: 0 0.5rem 1rem;
  min-width: 9rem;
  text-transform: uppercase;
}

.control-bar {
  padding: 1.5rem 2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top: 1px solid;
  left: 28rem;
  z-index: 1005;
}

.fade-msg {
  padding: 1rem;
  position: fixed;
  bottom: 0;
  right: 2rem;
  left: 30rem;
  z-index: 1005;
}

/* Main menu *********************************************************************/

.dl-menuwrapper ul {
  margin-left: 0;
}

.dl-menuwrapper .dl-menu {
  top: 100%;
}

.dl-menuwrapper button {
  border-radius: 3px;
}

.dl-menuwrapper li a {
  font-weight:300;
}

.menu-panel {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 2rem;
  max-width: 28rem;
  position: absolute;
  z-index: 1300;
}

.menu-panel .logo {
  margin-bottom: 4rem;
  margin-top:1rem;
}

.menu-panel .menu-icon {
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 0.2rem;
  margin-right: 0.8rem;
  display: inline-block;
}

.menu-panel .menu > li > a {
  font-weight:300;
}

.menu .active > a {
  background: none;
}

.menu-panel .menu.nested {
  margin-left: 2.6rem;
}

#mobile-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  .menu-panel .logo {
    float: left;
    margin-bottom: 0;
    width: 20rem;
  }

  .menu-panel {
    width: 100%;
    position: relative;
    max-width: none;
  }

  #main-menu {
    display: none;
  }

  #mobile-menu {
    display: block;
    margin-top: 1rem;
  }

  .body-content {
    margin-left: 0px;
  }

  .control-bar {
    left: 0px;
  }

  .fade-msg {
    left: 20px;
  }
}

/* Styles for basic forms *********************************************************************/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  box-shadow: none;
  font-size: 1.4rem;
  padding: 1rem 0.8rem;
  height: 3.6rem;
  margin-bottom: 1.5rem;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin-bottom: 1.5rem;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 0.8rem;
  margin-right: 1.6rem;
}

::placeholder {
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
}

input.radio[type="radio"] {
  margin-bottom: 0rem;
  margin-right: 1rem;
}

label.radio {
  margin-bottom: 1rem;
}

.input-short {
  max-width: 30rem;
}

input.x-small {
  max-width: 20rem;
}

.input-max-width {
  max-width: 50rem;
}

.input-modal {
  max-width: 60rem;
}

.radio-button {
  margin-right: 1rem;
  margin-top: 0.2rem;
}

.phone-input input {
  border-radius: 0px 4px 4px 0px !important;
}

/*Remove x pseudo element in ie11 from input text forms.*/
input[type=text]::-ms-clear {
  display: none;
}

form {
  margin-top: 2rem;
}

.validation-summary-valid {
  display: block;
}

.validation-summary-errors,
.client-validation-summary {
  font-size: 1.4rem;
}

.validation-summary-errors ul li {
  font-size: 1.4rem;
}

.field-validation-error,
.field-validation-success {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  margin-top: -1rem;
  font-weight: 600;
}

td .field-validation-error {
  margin-bottom: 0;
  margin-top: 0;
}

.custom-validation-error {
  font-size: 1.2rem;
  display: block;
}

.asterisk {
  padding-left: 0.3rem;
}

#ui-datepicker-div {
  z-index: 1400 !important;
}

.tooltip {
  max-width: 34rem !important;
  font-size: 1.2rem;
}

.form-wrapper,
.form-wrapper-wide {
  width: 100%;
  max-width: 50rem;
  margin: 2rem auto;
  padding: 0rem 4rem;
  margin-top: 2rem;
}

.form-wrapper {
  max-width: 50rem;
}

.form-wrapper-wide {
  max-width: 70rem;
}

.form-small {
  width: 100%;
  max-width: 30rem;
}

.import-section {
  display: inline-block;
  border: 1px dashed;
  padding: 2rem 4rem 2rem 2rem;
  min-width: 35.6rem;
}

.import-pnl {
  margin-top: 2rem;
  margin-bottom: 0rem;
}

.onoffswitch {
  position: relative;
  width: 10rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 21px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 3rem;
  padding: 0rem;
  line-height: 3rem;
  font-size: 1.5rem;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 1.3rem;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 1.3rem;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 2rem;
  margin: 0.5rem;
  position: absolute;
  top: 0rem;
  bottom: 0.5rem;
  right: 6rem;
  border-radius: 21px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0rem;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2rem;
}

td.checkbox-cell {
  max-width: 2.1rem !important;
}

label {
  font-size: 1.6rem;
}

.checkbox-input {
  float: left;
}

.checkbox-label {
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
}

.checkbox-label label {
  font-size: 1.4rem;
}

.checkbox-container,
label.checkbox-container,
.radio-container,
label.radio-container {
  font-size: 1.4rem;
  line-height: 1.6;
}

.checkbox-container label,
.radio-container label {
  font-size: 1.4rem;
  margin-left: 0rem;
  line-height: 1.6;
}

.checkbox-label-single {
  margin-left: 2rem;
  margin-top: -0.3rem;
  margin-right: 1.5rem;
}

.radio-input {
  float: left;
}

.radio.left {
  margin-right: 3rem;
  margin-bottom: 0;
}

.radio-title.left {
  margin-right: 3rem;
}

.grid-x .checkbox-label {
  margin-top: 0.6rem;
}

.button i {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

.col-input {
  margin-right: 2.5rem;
  font-size: 1.2rem;
}

.checkbox {
  margin: 1rem !important;
}

.checkbox-error {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.actions-btn {
  margin-left: 0rem;
}

.back-btn,
.button.back-btn {
  float: right;
  margin-left: 1rem;
}

.uploader {
  width: 100%;
  min-height: 10rem;
  padding: 1rem;
  border: 1px dashed;
}

.uploader label {
  margin-top: 2rem;
  margin-left: 2rem;
}

.uploader .remove-file,
.uploader .download-file {
  font-size: 2rem;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.uploader .file-name-txt,
.uploader .drag-text {
  display: inline-block;
  vertical-align: middle;
}

.upload-drop-zone {
  height: 4rem;
  width: 90%;
  border: 1px dashed;
}

label.import-btn input[type="file"],
.uploader input[type="file"] {
  position: fixed;
  left: -10000rem;
}

.button.import-btn {
  display: inline-block;
  margin-right: 1rem;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 10rem;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.prefix, .postfix {
  font-size: 1.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
}

.f-dropdown {
  font-size: 1.4rem;
}

.f-dropdown li a {
  padding: 0.8rem;
  line-height: 2rem;
}

select {
  -moz-appearance: none !important;
}

.f-dropdown li.disabled a {
  cursor: default;
}

.pager {
  font-size: 1.4rem;
}

ul.pagination li,
ul.pagination .current {
  padding: 0;
  border-radius: 3px;
}

ul.pagination li a {
  font-size: 1.4rem;
  padding: 0.0625rem 0.625rem 0.0625rem;
  border-radius: 3px;
  font-weight:400;
}

ul.pagination li.arrow a {
  padding:0;
}

ul.pagination li.current a {
  font-weight:bold;
}

ul.pagination li span {
  margin: 0rem 0.5rem;
}

label,
.filter-label,
.filter-label label {
  font-size: 1.2rem;
  font-weight: 400;
}

.ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.ellipsis {
  display: inline-block;
}

.filter-label span.ellipsis {
  margin-bottom:-0.7rem;
}

label.label-sm {
  font-size: 1.2rem;
}

label.label-md {
  font-size: 1.4rem;
}

label.label-lg {
  font-size: 1.6rem
}

select {
  font-size: 1.4rem;
  height: 3.6rem;
  font-family: "Nunito Sans",PT Sans,sans-serif;
}

.button {
  padding: 1rem 2rem;
  margin: 0px;
}

.button.float-center {
  margin-left: auto;
  margin-right: auto;
}

button, .button {
  line-height: normal;
}

button.close-button, .button.close-button {
  line-height:1;
}


button, .button, button:hover, button:focus,
.button:hover, .button:focus, .button.success,
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus,
.button.secondary, button.secondary,
.button.alert, button.alert {
  border: none; 
}

button, .button {
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Nunito Sans",PT Sans,sans-serif;
  font-size: 1.6rem;
}

button.small,
.button.small {
  padding: 0.8rem 2rem;
  min-width: 10rem;
  font-size: 1.2rem;
}

button.tiny, .button.tiny {
  font-size: 1rem;
}

button.large,
.button.large {
  font-size: 2rem;
}

.button.wizard {
  min-width: 12.2rem;
}

.button.success {
  border: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  opacity: 0.9;
}

.button.medium-width {
  width: 14rem;
}

.button.large-width {
  width: 40rem;
  max-width: 40rem;
}

.button.small-width {
  width: 11rem;
  margin-top: 0.3rem;
}

.button.icon-btn {
  margin-bottom: 0;
}

a.icon-btn i {
  margin: 0;
}

.download-btn {
  font-size: 1.6rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  font-weight: 300;
}

.form-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.inline-radio-label {
  display: inline;
  margin-left: 2rem;
}

table.radio-parent-nomargin tr td input[type="radio"] {
  margin: 0 !important;
}

td input,
td select {
  margin-bottom: 0 !important;
}

td .grid-text {
  padding-top: 0.6rem;
  display: inline-block;
}

td.input-header {
  padding-top: 1.2rem;
  vertical-align: top;
}

.num-input {
  width: 7rem !important;
}

.inline-textbox {
  display: inline !important;
  margin-left: 2rem !important;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

span.error, small.error {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.6rem;
}

.error small.error {
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.ex-section .exs-header {
  text-transform: uppercase;
  font-size: 18px;
  color: #6A873C;
  border-bottom: 1px solid #6A873C;
  line-height: 2.0;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.ex-section .exs-header:hover {
  color: #799B45;
}

.ex-section .exs-header:after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 0.8rem;
  right: 0.5rem;
  bottom: 0.8rem;
  position: absolute;
  display: inline-block;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.ex-section.active .exs-header:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.ex-section .exs-content {
  font-weight: 300;
  border-bottom: 1px solid;
  padding: 2rem 0;
}


.special-filter-container {
  position: relative;
  margin-right:2rem;
}

.special-filter-input {
  position: relative;
}

.special-filter-input input {
  cursor: pointer !important;
}

.special-filter-button {
  position: absolute;
  display: inline;
  right: 0;
  top: 1rem;
}

.special-filter-clear {
  position: absolute;
  display: inline;
  right: 0;
  top: 0.7rem;
}

textarea.full-width {
  max-width: 100% !important;
}

/* Table styles *********************************************************************/

table {
  width: 100%;
}

table {
  border: none;
  font-size: 1.6rem;
  border-collapse: collapse;
}

table thead {
  border: none;
  border-bottom: 1px solid;
}

table thead th,
table thead th a {
  font-weight: 600;
  font-size: 1.6rem;
}

table tbody {
  border: none;
}

table tr td,
table tr th,
table tbody tr td,
table thead tr th,
table thead tr td {
  font-size: 1.6rem;
  padding: 1rem .85rem;
  text-align: left;
  border-left: 1px solid;
  line-height: normal;
}

table td label {
  font-size: 1.6rem;
}

table td:first-child, table th:first-child,
table td.first-col, table th.first-col {
  border-left: none;
}

td.centered,
th.centered {
  text-align: center;
  vertical-align: middle;
}

td.centered input {
  margin-bottom: 0rem;
}

th .nowrap i {
  padding-right: 0rem;
  padding-left: 0.2rem;
}

table.list-grid {
  width: 100%;
}

table.list-grid tbody,
table.list-grid thead {
  display: block;
}

.list-grid thead tr th {
  height: 3rem;
  line-height: 3rem;
}

table.list-grid tbody {
  min-height: 16rem;
  overflow-y: auto;
  overflow-x: hidden;
}

table.list-grid tbody tr {
  cursor: pointer;
  border-top: 1px solid;
}

table.list-grid.nopointer tbody tr {
  cursor: default !important;
  border-top: 1px solid;
}

table.list-grid.details tbody tr {
  border-top: 1px solid;
}

table.list-grid tbody td {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

table.list-grid td,
table.list-grid th {
  padding: 0.5em;
}

table.list-grid tr.header td {
  padding: 1em 0.5em;
}

.list-grid td {
  font-size: 1.4rem !important;
}

table.list-grid tbody tr:hover {
  cursor: pointer;
}

table.list-grid thead th {
  font-weight: 600;
}

table.list-grid.light td {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

table.light {
  border: none;
  font-size: 1.4rem;
}

table.light,
table.light thead,
table.light tbody {
  background: #fff;
  border: none;
}

table.light tbody tr:nth-child(2n) {
  background-color: #fff;
}

table.noborder td, table.noborder th {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

td.white-space-break {
  white-space: pre-wrap;
}

table.success {
  border: 2px solid;
}

.table-loading {
  text-align: center;
  padding-top: 6rem;
}

.table-loading i {
  font-size: 3.2rem;
}

tr.vertical-top {
  vertical-align: top;
}

table.scrollable {
  display: table;
  width: 100%;
}

table.scrollable thead, table.scrollable tbody {
  width: 100%;
}

table.scrollable tbody {
  display: block;
  overflow: auto;
  height: 21.5rem;
}

table.scrollable tr {
  width: 100%;
  display: table;
  text-align: left;
}

table.hover tbody tr {
  cursor: pointer;
}

table.fixed {
  table-layout: fixed;
}

/* Helper classes *********************************************************************/

.clearfix {
  clear: both;
}

i.double-size {
  font-size: 2rem;
}

.text-normal-size {
  font-size: 1.4rem !important;
}

.text-normal-size10em {
  font-size: 1.6rem !important;
}

.center {
  margin: 0 auto;
}

.indent {
  margin-left: 3rem !important;
}

.margin10 {
  margin: 1rem !important;
}

.doubleline {
  line-height: 3;
}

.nowrap {
  white-space: nowrap;
}

.padding-left5 {
  padding-left: 0.5rem !important;
}

.padding-left20 {
  padding-left: 2rem;
}

.padding-left35 {
  padding-left: 3.5rem;
}

.padding-top5 {
  padding-top: 0.5rem !important;
}

.padding-top10 {
  padding-top: 1rem !important;
}

.padding-right10 {
  padding-right: 1rem !important;
}

.padding-bot10 {
  padding-bottom: 1rem !important;
}

.wrap {
  word-wrap: hyphenate;
  word-break: break-all;
}

.nomargin {
  margin: 0rem !important;
}

.nopadding {
  padding: 0rem !important;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}

.top0,
.notop {
  margin-top: 0rem !important;
}

.top2 {
  margin-top: 0.2rem !important;
}

.top5 {
  margin-top: 0.5rem !important;
}

.top6 {
  margin-top: 0.6rem !important;
}

.top7 {
  margin-top: 0.7rem !important;
}

.top8 {
  margin-top: 0.8rem !important;
}

.top10 {
  margin-top: 1rem !important;
}

.top15 {
  margin-top: 1.5rem !important;
}

.top20 {
  margin-top: 2rem !important;
}

.top23 {
  margin-top: 2.3rem !important;
}

.top25 {
  margin-top: 2.5rem !important;
}

.top30 {
  margin-top: 3rem !important;
}

.top40 {
  margin-top: 4rem !important;
}

.bottom0,
.nobottom {
  margin-bottom: 0rem !important;
}

.bottom5 {
  margin-bottom: 0.5rem !important;
}

.bottom8 {
  margin-bottom: 0.8rem !important;
}

.bottom10 {
  margin-bottom: 1rem !important;
}

.bottom15 {
  margin-bottom: 1.5rem !important;
}

.bottom20 {
  margin-bottom: 2rem !important;
}

.bottom30 {
  margin-bottom: 3rem !important;
}

.bottom40 {
  margin-bottom: 4rem !important;
}

.bottom80 {
  margin-bottom: 8rem !important;
}

.right8 {
  margin-right: 0.8rem;
}

.right20 {
  margin-right: 2rem;
}

.right140 {
  margin-right: 14rem;
}

.right200 {
  margin-right: 20rem;
}

.right300 {
  margin-right: 30rem;
}

.right400 {
  margin-right: 40rem;
}

.left0 {
  margin-left: 0;
}

.left8 {
  margin-left: 0.8rem;
}

.left10 {
  margin-left: 1rem;
}

.left15 {
  margin-left: 1.5rem !important;
}

.left20 {
  margin-left: 2rem;
}

.left30 {
  margin-left: 3rem !important;
}

.left40 {
  margin-left: 4rem !important;
}

.left50 {
  margin-left: 5rem;
}

.left60 {
  margin-left: 6rem !important;
}

.hide {
  display: none;
}

.hide-important {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.w5 {
  width: 5% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w55 {
  width: 55% !important;
}

.w10 {
  width: 10% !important;
}

.w12 {
  width: 12.5% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w44 {
  width: 44% !important;
}

.w45 {
  width: 45% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w62 {
  width: 62.5% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.w35 {
  width: 35% !important;
}

.w25p {
  width: 2.5rem;
}

.w6rm {
  width: 6rem;
}

.w9rm {
  width: 9rem;
}

.w11rm {
  width: 11rem;
}

.w15rm {
  width: 15rem;
}

.w18rm {
  width: 18rem;
}

.w20rm {
  width: 20rem;
}

.w22rm {
  width: 22rem;
}

.mw130 {
  min-width: 13rem !important;
}

.r5 {
  margin-right: 0.5rem !important;
}

.r8 {
  margin-right: 0.8rem !important;
}

.r10 {
  margin-right: 1rem !important;
}

.r20 {
  margin-right: 2rem !important;
}

.r25 {
  margin-right: 2.5rem !important;
}

.r50 {
  margin-right: 5rem !important;
}

.t10 {
  margin-top: 1rem;
}

.t20 {
  margin-top: 2rem;
}

.t3 {
  margin-top: 0.3rem;
}

.notop-border {
  border-top: none !important;
}

.nobottom-border {
  border-bottom: none !important;
}

.padding5 {
  padding: 0.5rem !important;
}

.padding15 {
  padding: 1.5rem !important;
}

.padding20 {
  padding: 2rem !important;
}

.padding180 {
  padding-right: 18rem;
}

.vertical-align-top {
  vertical-align: top;
}

.small-text {
  font-size: 1.4rem;
}

.margin-left0 {
  margin-left: 0rem !important;
}

.margin-left10 {
  margin-left: 1.0rem !important;
}

.margin-left20 {
  margin-left: 2.0rem !important;
}

.margin-left24 {
  margin-left: 2.4rem !important;
}

.margin-left40 {
  margin-left: 4.0rem !important;
}

.margin-left49 {
  margin-left: 4.9rem !important;
}

.margin-left30p {
  margin-left: 30%;
}

.margin-left40p {
  margin-left: 40%;
}

.margin-left45p {
  margin-left: 45%;
}

.margin-right0 {
  margin-right: 0rem !important;
}

.margin-right25 {
  margin-right: 2.5rem !important;
}

.no-padding {
  padding: 0 !important;
}

.no-float {
  float: none !important;
}

.noborder {
  border: none;
}

.margin-left-cell {
  margin-left: 0.625em;
}

.w225 {
  min-width: 22.5rem !important;
}

.normal-weight {
  font-weight: normal;
}

.text-upper {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-formatted-value {
  width: 30%;
  text-align: right;
}

.block {
  display: block;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}

.right-text {
  text-align: right;
}

.right {
  float: right;
  margin-left: auto;
}

.left {
  float:left;
}

.inline-title {
  display: inline;
}

.pos-fixed {
  position: fixed;
  left: auto;
  top: 0rem;
}

.icon-wide {
  min-width: 2rem;
}

.icon-width {
  min-width: 1.5rem;
}

/* Other *********************************************************************/

a.disabled,
.disabled-link {
  cursor: not-allowed;
}

a.back-to-top {
  display: none;
  width: 4.5rem;
  height: 4.5rem;
  text-indent: -999.9rem;
  position: fixed;
  z-index: 1999;
  right: 2rem;
  bottom: 2rem;
  background: url('img/icon-arrow-up.png') no-repeat center 43%;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  border-radius: 3rem;
  opacity: 0.75;
}

a.back-to-top:hover {
  opacity: 1.0;
}

.filter-label {
  margin-right: 2rem;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*on large screens*/
@media only screen and (min-width: 64.063em) {
  .filter-panel .large-end .filter-label,
  .filter-panel .large-end .special-filter-container {
    margin-right: 0rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .filter-panel .medium-end .filter-label,
  .filter-panel .medium-end .special-filter-container {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 64em) {
  .filter-panel .medium-top20 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 40em) {
  .filter-panel .small-end .filter-label,
  .filter-panel .small-end .special-filter-container {
    margin-right: 0rem;
  }

  #loading-modal {
    width: 60%;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    min-height: 0rem;
  }
}

@media only screen and (max-width: 50em) {
  .mobile-hidden {
    display: none;
  }
}

.grid-x.filters .grid-x.collapse {
  margin-right: 1rem;
}

@media only screen and (min-width: 64.063em) {
  .filter-buttons {
    margin-top: 2.1rem;
  }
}

.modal-text {
  font-size: 1.6rem;
  text-align: justify;
  color: #333;
}

.cs-modal {
  border-color: #999;
  outline: none;
}

.cs-modal a,
.cs-modal button {
  outline: none;
}

.close-button.white:hover {
  color: #aaa;
}

.filter-buttons {
  float: right;
  margin-bottom: 1rem;
  width: 100%;
}

.filter-buttons #searchBtn,
.filter-buttons #clearBtn,
.filter-buttons .filter-btn {
  max-width: 9rem;
  padding: 0.8rem;
  min-width: 9rem;
  font-size: 1.2rem;
  height: 3.2rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.filter-buttons #searchBtn i,
.filter-buttons #clearBtn i,
.filter-buttons .filter-btn i {
  font-weight: 300;
  font-size: 1.2rem;
  margin-right: 0rem;
}

.filter-buttons #clearBtn,
.filter-buttons #select-all-btn,
.filter-buttons .filter-btn {
  margin-left: 1rem;
}

.filter-buttons .filter-btn.first {
  margin-left: 0rem;
}

.filter-buttons #select-all-btn,
.filter-buttons #deselect-all-btn {
  max-width: 12rem;
}

.filter-buttons.newrow {
  margin-top: 1rem;
}

.filter-desc-icon {
  padding-left: 0.5rem;
  font-weight: normal;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5rem;
}

.right-btn {
  margin-left: 1rem;
  float: right;
  min-width: 9rem;
}

.joyride-close-tip {
  font-size: 1rem;
}

.joyride-tip-guide {
  z-index: 1300;
}

.joyride-tip-guide p {
  text-align: justify;
  font-size: 1.2rem;
}

.joyride-tip-guide .button {
  border: 1px solid;
}

.joyride-tip-guide .joyride-nub.right {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.joyride-tip-guide .joyride-nub.left {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}

.joyride-panel {
  z-index: 1500;
}

.joyride-panel p {
  text-align: justify;
}

.joyride-content-wrapper {
  padding: 10px 15px 15px 15px;
}

.jr-label-dnsa {
  color: white;
}

.joyride-next {
  width: auto;
  padding: 0.6rem 1.8rem 0.4rem;
  border: none !important;
  font-size: 1.3rem;
  text-decoration: none;
  color: rgb(255,255,255);
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

table.wizard-options,
table.wizard-options tbody tr {
  border: none;
}

.wizard-options td {
  padding: 1rem 0rem 0rem 0rem !important;
  background-color: none !important;
}

.wizard-options tr:nth-of-type(even) {
  padding: 0rem !important;
  background: none !important;
}

.wizard-options tr td, .wizard-options tr th, .wizard-options tbody tr td, .wizard-options thead tr th, .wizard-options thead tr td {
  border: none;
}

.wizard-content {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
  padding-top: 5rem;
}

.wizard-content-inner,
.wizard-content-wide-inner,
.wizard-content-very-wide-inner {
  width: 100%;
  margin: 0rem auto;
  padding: 4rem;
  font-size: 1.4rem;
}

.wizard-content-inner {
  max-width: 46rem;
}

.wizard-content-wide-inner {
  max-width: 59rem;
}

.wizard-content-very-wide-inner {
  max-width: 90rem;
}

.wizard-control {
  width: 100%;
  text-align: right;
  border-top: 1px solid;
  padding-top: 2rem;
}

.wizard-control-no-border {
  width: 100%;
  text-align: right;
}

.wizard-instruction {
  text-align: justify;
  margin-bottom: 0rem;
}

.wizard-control a,
.wizard-control button,
.wizard-control-no-border a,
.wizard-control-no-border button,
.btn-panel a,
.btn-panel button {
  margin-left: 1rem;
  margin-right: 0rem;
}

.wizard-control a.btn-left,
.wizard-control button.btn-left {
  float: left;
  margin-left: 0rem;
  margin-right: 1rem;
}

.wizard-section input[type='checkbox'] {
  float: left;
  margin-top: 0.7rem !important;
  margin-right: 1.5rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.wizard-section label {
  float: left;
  margin-top: 0.2rem !important;
  margin-right: 0.5rem !important;
}

.label-inline-input {
  width: 15rem !important;
  margin-bottom: 1.2rem !important;
}

.wizard-radio {
  margin-top: 1.5rem !important;
  font-size: 1.4rem;
}

.panel-wizard-close a i {
  font-size: 2.0rem;
}

.btn-panel {
  width: 100%;
  text-align: right;
}

.btn-panel.left {
  margin: 2rem 0rem;
  text-align: left;
  float: none !important;
}

.btn-left {
  float: left;
}

.btn-panel.left a,
.btn-panel.left button {
  margin-right: 1rem;
  margin-left: 0rem;
}

.msg-box {
  margin-top: 2rem;
  font-size: 1.6rem;
}

.item-submit-btn {
  margin-top: 0.5rem;
  margin-bottom: 0rem !important;
}

.details-col {
  width: 10.5rem;
}

.details-col-icon {
  width: 6rem;
  text-align: center;
}

.actions-col {
  min-width: 10rem;
}

.link-column {
  width: 11rem;
}

.link-column-wide {
  width: 18rem;
}

ul.navigator {
  margin-top: 1rem;
}

.details-header {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  margin-top: 2rem;
  border-bottom: 2px solid;
}

.panel-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.panel-close a i {
  font-size: 2rem;
}

i {
  padding-right: 0.5rem;
  padding-left: 0.3rem;
}

.icon-right {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

i.icon-right {
  padding-left: 0.5rem;
  padding-right: 0rem;
}

i.state-icon {
  font-size: 2rem;
}

li.separator {
  height: 0.1rem;
  margin: 0.3rem 1rem;
}

input.prefix,
i.prefix {
  border-radius: 4px 0px 0px 4px !important;
  border-right: none;
  text-align: center;
}

i.prefix {
  border-radius: 0.4rem 0 0 0.4rem !important;
  border-right: none;
  text-align: center;
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 0 0.1rem 0.2rem hsla(0,0%,4%,.1);
  height: 3.6rem;
  padding-top: 1rem;
  line-height: normal;
}

.popup-text {
  text-align: justify;
  margin-bottom: 1rem;
}

.page-title {
  margin-bottom:3rem;
}

.panel-title {
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid;
  font-weight: bold;
  position: relative;
}

.panel-title .indicator {
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 18px;
  transition: transform 0.5s ease-in-out 0s;
  width: 2.4rem;
  display: block;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
}

.gray-title-panel {
  padding: 1rem;
  font-weight: bold;
  font-size: 1.8rem !important;
}

.light-gray-title-panel {
  font-weight: bold;
  font-size: 1.8rem !important;
}

.f-dropdown.drop-left.autowidth,
ul.autowidth {
  width: auto;
}

ul.autowidth li a {
  padding-right: 2rem;
}

.tap-to-close {
  font-size: 1rem;
}

.panel {
  position: relative;
}

.panel ul {
  font-size: inherit;
}

.grid-x {
  max-width: none;
}

.grid-x .grid-x {
    margin: 0rem;
  }

.grid-x.gutterless {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

@media screen and (min-width: 40em) {
  .grid-x.gutterless {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.columns {
  padding-left: 0rem;
  padding-right: 0rem;
}

i.fa-spinner {
  padding: 0rem;
  padding-right: 0.5rem !important;
  padding-left: 0.3rem !important;
}

.portal-title {
  margin: 1.5rem;
  padding: 1rem 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}

.sub-title {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 2rem;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  padding: 1rem;
  border-bottom: 2px solid;
  border-top: 2px solid;
}

.exp-section-header {
  cursor: pointer;
}

.exp-sections-container {
  padding: 0;
}

.exp-section {
  margin-bottom: 0.2rem;
}

.exp-sections-container .exp-section:last-child {
  margin-bottom: 0;
}

#float-panel {
  z-index: 1200;
  position: static;
  width: 100%;
}

#float-panel.sticky {
  position: fixed;
  left: 0;
  top: 0;
}

.after-sticky {
  margin-top: 125px !important;
}

#float-panel .exp-section-header {
  padding: 0.5rem 1.2rem;
  font-weight: bold;
  cursor: pointer;
}

#float-panel .indicator {
  background-image: url("img/icon-plus-black.png");
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 2rem;
  transition: transform 0.5s ease-in-out 0s;
  width: 2.4rem;
  display: block;
  margin-right: 0.5rem;
}

#float-panel .exp-section.active .exp-section-header .indicator {
  background-image: url("img/icon-minus-black.png");
}

#float-panel .exp-section-header .indicator {
  background-image: url("img/icon-plus.png");
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 2rem;
  transition: transform 0.5s ease-in-out 0s;
  width: 2.4rem;
  display: block;
  margin-right: 0.5rem;
}

#float-panel .exp-section.active .exp-section-header .indicator {
  background-image: url("img/icon-minus.png");
}

.panel-title .indicator {
  background-image: url("img/icon-plus-black.png");
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1.8rem;
  transition: transform 0.5s ease-in-out 0s;
  width: 2.4rem;
  display: block;
  margin-right: 0.5rem;
  margin-left: -1.5rem;
}

.exp-section.active .panel-title .indicator {
  background-image: url("img/icon-minus-black.png");
}

.panel-title h5 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin: 0.2rem 0.5rem;
  padding: 0rem;
}

.panel-title h4 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
}

.info-icon {
  float: left;
  margin-right: 2rem;
  margin-top: 0.1rem;
}

.panel.transparent {
  background: none !important;
}

.hide-panel {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -0.5rem;
  left: -1rem;
  margin-right: 0px;
  opacity: 0.6;
  z-index: 1005;
}

.grid-header {
  max-width: 20rem;
}

.fa-remove.green:hover {
  opacity: 0.8;
}

.expandable {
  cursor: pointer;
}

#loading-indication {
  margin-right: 2rem;
  margin-top: 0.8rem;
}

.chosen-choices,
.chosen-results {
  font-size: 1.4rem;
}

.chosen-container-multi .chosen-choices li.search-choice {
  padding: 0.6rem 2rem 0.6rem 0.5rem;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 0.7rem;
}

.download-icon-size {
  font-size: 1.6rem;
}

.panel-added {
  border-top: 1px solid #d8d8d8 !important;
  border-left: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
}

.panel-label-right {
  position: relative;
  bottom: 2rem;
  left: 2rem;
  float: right;
}

.panel-label-left {
  position: relative;
  bottom: 2rem;
  right: 2rem;
  float: left;
}

.panel-info-text {
  left: 0.5rem !important;
  bottom: 0.4rem !important;
  position: relative !important;
}

.wizard-lbl {
  font-size: 1.4rem !important;
}

.selectable-panel {
  opacity: 0.75;
}

.selectable-panel:hover {
  opacity: 1;
  cursor: pointer;
}

.selectable-panel.selected {
  opacity: 1;
}

.select-list-nav select {
  width: 100%;
  max-width: 100%;
  height: 30rem;
}

.select-list-nav .list-navigation-buttons {
  margin-top: 8.5rem;
}

select.filter-dropdown {
  max-width: none;
}

.list-navigation-buttons button.list-nav {
  display: block;
  width: 6.5rem;
  max-width: 6.5rem;
  min-width: 6.5rem;
  margin: 0.5rem auto;
}

.list-navigation-buttons button.list-nav i {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}

.prefix-panel {
  text-align: center;
  line-height: 2rem;
  font-size: 1.4rem;
}

.export-btn {
  margin-left: 0.5rem;
  padding-bottom: 0.5rem;
}

.button.export:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: cover;
}

.link-tbl {
  font-weight: 600;
  font-size: 1.4rem;
}

.cover {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.icon-copy-black,
.icon-copy-white {
  background-size: 2.2rem 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 2.2rem;
  width: 2.2rem;
  display: inline-block;
}

.icon-copy-black {
  background-image: url("img/icon-copy-black.png");
}

.icon-copy-white {
  background-image: url("img/icon-copy-white.png");
}

.tab-correct {
  position: relative;
  margin-bottom: 0rem !important;
  list-style: none;
  float: left;
}

.tab-correct > a {
  display: block;
  padding: 1rem 2rem;
  font-family: "Nunito Sans", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.4rem;
}

.tab-correct > a:focus {
  outline: none;
}

.big-spinner {
  font-size: 10rem;
}

.big-spinner-text {
  font-size: 2.0rem;
  text-align: center;
}

.information-panel {
  overflow: hidden;
}

.row-header {
  font-weight: bold;
}

.reveal-overlay {
  position: fixed;
  z-index: 1500;
}

.reveal {
  z-index: 1310;
  padding: 2rem;
  outline: none;
}

@media only screen and (min-width: 40.063em) {
  .reveal {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal {
    top: 10rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.tiny {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.small {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.medium {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.large {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.xlarge {
    max-width: 62.5em;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal.full {
    max-width: 62.5em;
  }
}

.alert-box {
  margin-bottom: 2rem;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  font-size: 1.4rem;
}

.alert-box .close {
  font-size: 2.2rem;
}

.export-progress-label {
  float: right;
  text-align: right;
  margin-right: 2rem;
  text-transform:none;
}

.accordion .accordion-navigation, .accordion dd {
  margin-bottom: 0.2rem !important;
}

.accordion-navigation .indicator {
  background-size: 3.2rem 3.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  height: 1.6rem;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -ms-transition: -ms-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  width: 3.2rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.4rem;
}

ul.accordion {
  margin: 0;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1rem;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  font-size: 1.8rem;
  font-weight: 400;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  padding: 2rem 2rem 2rem 4rem;
}

.link-btn,
.download-link-btn {
  font-size: 1.4rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
}

.property-header.modified {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.4rem;
}

.totals {
  padding: 1rem 0;
  font-weight: 400;
  line-height: 2.5;
}

.str-separator {
  margin-right: 1rem;
  display: inline-block
}
