﻿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;
}

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: 10rem;
}

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: 2rem;
  line-height: 2rem;
  font-weight: bold;
}

h5.callout-header {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
}

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;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
}

hr {
  max-width:none;
}

a {
  font-size: 1.6rem;
  font-weight: 400;
}

p {
  font-size: 1.4rem;
  font-weight: 300;
}

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: 8rem;
  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-msg {
  float: left;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

.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;
}

#logolink {
  display: block;
  margin: 1rem 0rem;
}

#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;
}

.topbar {
  padding: 1rem 1rem;
}

.sign-out-container {
  float: right;
  margin-right: 2rem;
}

.topbar .sign-out-container a {
  font-weight: 400;
  font-size: 1.6rem;
  background: none;
}

.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 ul li {
  padding-top:0.2rem;
  padding-bottom:0.2rem;
}

.user-info-btn i {
  margin: 0rem 0rem 0.2rem 1.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
}

.topbar .user-info-btn a {
  vertical-align: top;
  font-weight: 400;
  font-size: 1.4rem;
  background: none;
}

.user-info-btn .dropdown-pane {
  z-index:1300;
}

@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;
  font-weight:300;
  text-transform: uppercase;
}

.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.vertical .tabs-title {
  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;
  line-height:normal;
}

.subnav ul li a {
  display: block;
}

.subnav ul li .tab-text {
  display: block;
}

.subnav ul.tabs {
  border: none;
  background: none;
}

.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: 2.5rem 2.5rem;
  width: 100%;
}

.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;
}

/* Main menu *********************************************************************/

#mainmenu-container, #header-info {
  display: block;
  float: left;
  z-index: 200;
  width: 100%;
  padding-right: 2rem;
}

#mainmenu-container > ul {
  position: absolute;
  margin: 0rem 4rem 0rem 2rem;
  list-style: none;
  bottom: 0rem;
  right: 0rem;
}

#mainmenu-container > ul > li {
  margin: 0rem 1rem;
  position: relative;
  z-index: 203;
  float: left;
}

#mainmenu-container > ul > li.active > a {
  font-weight: 400;
}

#mainmenu-container ul > li > ul {
  display: none;
}

#mainmenu-container ul li > ul.open
/*#mainmenu-container ul li:hover > ul*/ {
  display: block;
  -webkit-animation: fadeIn 0.1s;
  animation: fadeIn 0.1s;
  top: 100%;
  left: 0rem;
  position: absolute;
  opacity: 1;
  list-style: outside none none;
  margin-left: 0rem;
  width: 29rem;
}

#mainmenu-container ul li:nth-last-child(-n+1) > ul.open
/*#mainmenu-container ul li:nth-last-child(-n+1):hover > ul*/ {
  right: -5rem;
  left: auto;
}

#mainmenu-container ul li > ul li a {
  display: block;
  padding: 0rem 0rem 1.8rem 0rem;
  margin: 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
  border-bottom: 1px solid;
  letter-spacing: .25px;
}

#mainmenu-container ul li > ul li:last-child a {
  border: none;
}

#mainmenu-container > ul > li > a {
  padding: 1rem 1rem;
  display: block;
  white-space: nowrap;
  text-transform: lowercase;
  font-size: 1.6rem;
  font-family: "Nunito Sans",PT Sans,sans-serif;
  font-weight: 300;
}

.navbar-toggler {
  display: none;
}

.navbar-toggler .navbar-toggler-icon {
  width: 5rem;
  height: 5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background-size: auto;
  background-size: 100% 100%;
  cursor: pointer;
}

.navbar-toggler-icon:hover {
  opacity: 0.8;
}

@media (max-width: 1230px) {
  #mainmenu-container > ul > li {
    margin: 0rem 0.1rem;
  }

  #mainmenu-container #menu {
    margin-right: 1rem;
  }
}

@media (max-width:1060px) {
  #mainmenu-container #menu {
    display: none;
  }

  #mainmenu-container #menu.open {
    display: block;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0rem;
    z-index: 999;
    margin: 0rem;
    transition: all 0.3s ease;
  }

  .navbar-toggler {
    display: block;
    float: right;
    margin: 1.5rem 3rem 1rem;
  }

  #mainmenu-container ul.open li.dropdown:after {
    content: '\f078';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.2rem;
    right: 10rem;
    font-size: 1.2rem;
    font-family: FontAwesome;
  }

  #mainmenu-container ul.open li.dropdown.expanded:after {
    content: '\f077';
  }

  #mainmenu-container ul.open li {
    display: block;
    list-style: none;
    text-align: left;
    width: 100%;
  }

  #mainmenu-container ul.open li a {
    display: block;
    padding: 1.5rem 0rem 1.5rem 0rem;
    margin: 0rem 0.5rem;
    border-bottom: 1px solid;
    font-size: 1.2rem;
    margin: 0rem 10rem 0rem;
  }

  #mainmenu-container ul.open > li.dropdown.expanded > a,
  #mainmenu-container ul.open > li.dropdown:last-child > a {
    border-bottom: none;
  }

  #mainmenu-container ul.open li > ul {
    display: none;
  }

  #mainmenu-container ul.open li > ul.open {
    display: block;
    position: static;
    width: 100%;
    box-shadow: none;
    display: block;
    opacity: 1;
  }

  #mainmenu-container ul.open li > ul li {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  #mainmenu-container ul.open li > ul li a {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media (max-width:650px) {
  #mainmenu-container ul.open li.dropdown:after {
    right: 2rem;
  }

  #mainmenu-container ul.open li a {
    margin: 0rem 2rem 0rem;
  }

  #mainmenu-container ul.open li > ul li a {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* 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;
}

/*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;
}

.custom-validation-error {
  font-size: 1.2rem;
  display: block;
}

.asterisk {
  padding-left: 0.3rem;
}

#ui-datepicker-div {
  z-index: 1006 !important;
}

.tooltip {
  max-width: 34rem !important;
  font-size: 1.2rem;
}

.form-wrapper,
.form-wrapper-wide {
  width: 100%;
  max-width: 460px;
  margin: 2rem auto;
  padding: 4rem;
  margin-top: 5rem;
}

.form-wrapper {
  max-width: 46rem;
}

.form-wrapper-wide {
  max-width: 70rem;
}

.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;
}

.switch {
  height: 3.2rem;
  margin-bottom: 1.6rem;
  font-size: .875rem;
}

.switch-paddle::after {
  top: .4rem;
  left: .4rem;
  width: 2.4rem;
  height: 2.4rem;
}

input:checked ~ .switch-paddle::after {
  left: 3.6rem;
}

.switch-paddle {
  width: 6.4rem;
  height: 3.2rem;
}

.switch label.switch-paddle {
  margin-left: 0;
}

.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;
}

.checkbox-input {
  float: left;
}

.checkbox-label {
  font-size: 1.4rem;
  margin-left: 4rem;
  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-container.compact .checkbox-input {
  margin-top:0.1rem;
}

.checkbox-container.compact .checkbox-label {
  margin-left:3rem;
}

.radio-input {
  float: left;
}

.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;
}

.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 .drag-text,
.uploader .file-name-txt,
.uploader .remove-file {
  font-size: 1.4rem;
  vertical-align: middle;
  padding-top: 1.6rem;
  display:inline-block;
}

.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;
}

.dropdown-pane ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.dropdown-pane,
.dropdown-pane ul {
  text-transform: none;
}

.dropdown-pane.small {
  width:20rem;
}

select {
  -moz-appearance: none !important;
}

.f-dropdown li.disabled a {
  cursor: default;
}

ul.pagination li {
  font-size: 1.4rem;
  margin:0;
}

ul.pagination li span {
  margin: 0rem 0.5rem;
}

.pagination a, .pagination button {
  padding: 0.0625rem 0.625rem 0.0625rem;
  font-size: 1em;
  font-weight: normal;
  border-radius: 3px;
}

.pagination .current {
  padding: 0;
  background: none;
}

label,
.label,
.filter-label,
.filter-label label {
  font-size: 1.2rem;
  font-weight: 400;
}

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, .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.clear, .button.clear {
  text-transform:none;
  background:none !important;
  cursor:pointer;
}

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, .button {
  line-height: normal;
}

.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,
label.inline-radio-label {
  display: inline !important;
  margin-left: 2rem;
}

table.radio-parent-nomargin tr td input[type="radio"] {
  margin: 0 !important;
}

.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;
}

.phonebox .prefix {
  margin-bottom:1.5rem;
}

.input-group-field input,
input.input-group-field,
.phonebox .input-group-field input,
.phonebox input.input-group-field {
  margin-bottom: 0;
}

.input-group {
  margin-bottom:1.5rem;
}


.tabs-content {
  border: none;
  background: none;
}

.multiselect-wrapper {
  display: block;
  height: 3.6rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.ms-options-wrap {
  margin-bottom: 1.5rem;
  position: relative;
}

.ms-options-wrap > button,
.ms-options-wrap > button:hover,
.ms-options-wrap > button:focus {
  border-radius: 0;
  text-transform: none;
  font-size: 1.4rem;
  height: 3.6rem;
  font-family: "Nunito Sans",PT Sans,sans-serif;
  margin-top: 0;
  line-height: normal;
  padding: 0.5rem 1rem !important;
  margin-bottom:0;
}

.ms-options-wrap > button::after {
  right: 1rem;
  border-width:0.35rem;
}

.ms-options-wrap > .ms-options {
 margin-top:-1px;
 min-height: 100px !important
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.4rem 0.4rem 0.4rem 3rem;
  margin: 0;
  border: none;
  font-size:1.4rem;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  left: 0.8rem;
}

.ms-options-wrap > .ms-options .ms-selectall {
  font-size: 1.2rem;
  text-transform: none;
}

/* Table styles *********************************************************************/
table {
  width: 100%;
}

table {
  border: none;
  font-size: 1.6rem;
  border-collapse: collapse;
}

table.bordered {
  border: 1px solid;
}

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.personel-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.noborder td, table.noborder th,
table.noborder tbody tr,
table.noborder tbody tr:nth-child(2n) {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

/* 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 {
  text-align: center;
}

.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-left30 {
  padding-left: 3.0rem !important;
}

.padding-top5 {
  padding-top: 0.5rem !important;
}

.padding-top0 {
  padding-top: 0rem !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;
}

.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;
}

.top80 {
  margin-top: 8rem !important;
}

.bottom0 {
  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;
}

.left30 {
  margin-left: 3rem !important;
}

.left60 {
  margin-left: 6rem !important;
}

.hidden {
  display: none;
}

.hide-important {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.w1 {
  width: 1% !important;
}

.w5 {
  width: 5% !important;
}

.w8 {
  width: 8% !important;
}

.w9 {
  width: 9% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w100 {
  width: 100% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w44 {
  width: 44% !important;
}

.w45 {
  width: 45% !important;
}

.w40 {
  width: 40% !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;
}

.w35 {
  width: 35% !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;
}

.top0 {
  margin-top: 0rem !important;
}

.topm5 {
  margin-top: -0.5rem;
}

.t10 {
  margin-top: 1rem;
}

.t20 {
  margin-top: 2rem;
}

.t4 {
  margin-top: 0.4rem;
}

.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-left05 {
  margin-left: 0.5rem !important;
}
.margin-left10 {
  margin-left: 1.0rem !important;
}

.margin-left20 {
  margin-left: 2.0rem !important;
}

.margin-left24 {
  margin-left: 2.4rem !important;
}

.margin-left30 {
  margin-left: 3.0rem !important;
}

.margin-left40 {
  margin-left: 4.0rem !important;
}

.margin-left46 {
  margin-left: 4.6rem !important;
}

.margin-left49 {
  margin-left: 4.9rem !important;
}

.margin-left30p {
  margin-left: 30%;
}

.margin-left40p {
  margin-left: 40%;
}

.margin-left45p {
  margin-left: 45%;
}

.margin-left47p {
  margin-left: 47%;
}

.margin-right0 {
  margin-right: 0rem !important;
}

.margin-right25 {
  margin-right: 2.5rem !important;
}

.margin-bottom15 {
  margin-bottom: 1.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;
}

.w700 {
    min-width: 70rem !important;
}

.normal-weight {
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}

.right-text {
  text-align: right;
}

.inline-title {
  display: inline;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

/* Other *********************************************************************/

.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) {
  .filters-panel .large-end .filter-label {
    margin-right: 0rem;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .filters-panel .medium-end .filter-label {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 64em) {
  .filters-panel .medium-top20 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 40em) {
  .filters-panel .small-end .filter-label,
  .small-nomargin .col-input {
    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;
  }
}

.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: 18rem;
}

.filter-buttons.newrow {
  margin-top: 1rem;
}

.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-tip-guide a:hover {
  border-bottom: 1px solid;
}

table.wizard-options,
table.wizard-options tbody tr,
table.wizard-options td, 
table.wizard-options th,
table.wizard-options tbody tr:nth-child(2n) {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.wizard-options td {
  padding: 1rem 0rem 0rem 0rem !important;
  background: 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;
}

.details-col {
  width: 10.5rem;
}

.details-col-icon {
  width:6rem;
  text-align:center;
}

.actions-col {
  min-width: 10rem;
}

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: 2.4rem;
}

i {
  padding-right: 0.5rem;
  padding-left: 0.3rem;
}

i.icon-right {
  padding-left: 0.5rem;
  padding-right: 0rem;
}

li.separator {
  height: 0.1rem;
  margin: 0.5rem 0rem;
}

.popup-text {
  text-align: justify;
  margin-bottom: 1rem;
}

.panel-title {
  padding: 1rem 1rem 1rem 2rem;
  border: 1px solid;
  font-weight: bold;
  position: relative;
}

.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;
}

ul.autowidth {
  width: auto;
}

ul.autowidth li a {
  padding-right: 2rem;
}

.tap-to-close {
  font-size: 1rem;
}

.callout {
  position: relative;
  padding: 1.25rem;
}

.callout ul {
  font-size: inherit;
}

.grid-x {
  max-width: none;
}

.grid-x .gridx {
  margin: 0rem;
}

.columns {
  padding-left: 0rem;
  padding-right: 0rem;
}

i.fa-spinner {
  padding: 0rem;
}

.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: 2.4rem;
  text-transform: none;
}

.exp-section-header {
  cursor: pointer;
}

.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;
}

.panel-title h4 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
}

.panel-title h5 {
  margin: 0.2rem 0.5rem;
  padding: 0rem;
}

.info-icon {
  float: left;
  margin-right: 2rem;
  margin-top: 0.1rem;
}

.callout.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;
}

.export-btn {
  margin-left: 0.5rem;
  padding-bottom: 0.5rem;
}

.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;
  display:inherit;
  text-align:center;
}

.medium-spinner {
  font-size: 6rem;
}

.big-spinner-text {
  font-size: 2.0rem;
  text-align: center;
}

.information-panel {
  overflow: hidden;
}

.row-header {
  font-weight: bold;
}

.reveal {
  padding: 3rem;
}

@media only screen and (min-width: 40.063em) {
  .reveal {
    top: 10rem;
  }
}

.alert-box {
  margin-bottom: 2rem;
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  font-size: 1.4rem;
}

.alert-box .close,
.callout .close {
  font-size: 2.2rem;
}

.export-progress-label {
  float:right;
  text-align:right;
  margin-right: 2rem;
  margin-top: 0.5rem;
}

.inline-block-section
{
  display: inline-block;
}

.label-bottom {
  align-self: flex-end;
}

.modal-large-w100{
  max-width: 100rem !important;
}