.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.add-roster-student-modal .medium-padding-top {
  padding-top: 25px;
}
.add-roster-student-modal .large-padding-top {
  padding-top: 50px;
}
.add-roster-student-modal .btn {
  display: block;
  width: 100%;
  border-radius: 8px !important;
}
.add-roster-student-modal .btn.disabled,
.add-roster-student-modal .btn[disabled] {
  background-color: #CFCFCF;
  color: #FFFFFF;
  border: 0;
}
.add-roster-student-modal label {
  font-weight: 100;
  padding-bottom: 5px;
}
.add-roster-student-modal label .icon-info-solid {
  color: #CFCFCF;
}
.add-roster-student-modal .button-row > div .btn {
  font-size: inherit;
  padding: 10px;
}
.add-roster-student-modal .button-row > div:not(:last-of-type) {
  padding-right: 5px;
}
.add-roster-student-modal .button-row > div:not(:first-of-type) {
  padding-left: 5px;
}
.add-roster-student-modal .form-control {
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  border: 1px solid #CFCFCF;
  border-radius: 6px;
}
.add-roster-student-modal .form-control.valid {
  background-color: #EAF4E7;
  border-color: #6DBE45;
  border-width: 2px;
  color: #6DBE45;
}
.add-roster-student-modal .form-control.error {
  background-color: #FFEDED;
  border-color: #C4151C;
  border-width: 2px;
  color: #C4151C;
}
.add-roster-student-modal .form-block {
  padding-left: 0;
  padding-right: 0;
}
.add-roster-student-modal .form-block .form-block-row:not(:first-of-type) .form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.add-roster-student-modal .form-block .form-block-row:not(:last-of-type) .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.add-roster-student-modal .form-block .form-block-row > :not(:first-of-type) {
  padding-left: 0;
}
.add-roster-student-modal .form-block .form-block-row > :not(:first-of-type) > .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.add-roster-student-modal .form-block .form-block-row > :not(:last-of-type) {
  padding-right: 0;
}
.add-roster-student-modal .form-block .form-block-row > :not(:last-of-type) > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.add-roster-student-modal .field-note {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
}
.add-roster-student-modal .asterisk {
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #555555;
  border: 1px solid #CFCFCF;
  position: relative;
  padding: 0 8px;
  line-height: 16px;
  margin-right: 5px;
}
.add-roster-student-modal .asterisk:after {
  position: absolute;
  content: '*';
  left: 4px;
  top: 6px;
  font-size: 16px;
  font-weight: 600;
}
.add-roster-student-modal .assign-fee-waiver label {
  padding-left: 10px;
}
.add-roster-student-modal .assign-fee-waiver label .assign-fee-waiver-text {
  display: inline-flex;
  padding-left: 5px;
  flex-direction: column;
}
/*animations*/
@-webkit-keyframes rotate90Deg {
  16.666666666666664% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  33.33333333333333% {
    -webkit-transform: rotate3d(0, 0, 1, 18deg);
    transform: rotate3d(0, 0, 1, 18deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
  }
  66.66666666666666% {
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
  }
  83.33333333333334% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
}
@keyframes rotate90Deg {
  16.666666666666664% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  33.33333333333333% {
    -webkit-transform: rotate3d(0, 0, 1, 18deg);
    transform: rotate3d(0, 0, 1, 18deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
  }
  66.66666666666666% {
    -webkit-transform: rotate3d(0, 0, 1, 30deg);
    transform: rotate3d(0, 0, 1, 30deg);
  }
  83.33333333333334% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
}
@-webkit-keyframes rotate90DegCC {
  16.666666666666664% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  33.33333333333333% {
    -webkit-transform: rotate3d(0, 0, 1, -18deg);
    transform: rotate3d(0, 0, 1, -18deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -22.5deg);
    transform: rotate3d(0, 0, 1, -22.5deg);
  }
  66.66666666666666% {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
  }
  83.33333333333334% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
}
@keyframes rotate90DegCC {
  16.666666666666664% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }
  33.33333333333333% {
    -webkit-transform: rotate3d(0, 0, 1, -18deg);
    transform: rotate3d(0, 0, 1, -18deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, -22.5deg);
    transform: rotate3d(0, 0, 1, -22.5deg);
  }
  66.66666666666666% {
    -webkit-transform: rotate3d(0, 0, 1, -30deg);
    transform: rotate3d(0, 0, 1, -30deg);
  }
  83.33333333333334% {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
}
.rotate90Deg {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotate90Deg;
  animation-name: rotate90Deg;
}
.rotate90DegCC {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: rotate90DegCC;
  animation-name: rotate90DegCC;
}
header,
nav,
footer {
  display: block;
}
input,
select,
textarea {
  width: auto;
}
.input-block-level,
.inputText {
  width: auto;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  padding: 3px 5px;
}
label {
  display: inline;
  font-weight: 600;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
body {
  background-attachment: fixed;
}
body .body-wrapper header .icon-nav {
  font-family: inherit;
}
body .body-wrapper header .header-button {
  width: auto;
  min-width: 56px;
}
body .body-wrapper header .header-button .content {
  padding: 0 4px;
}
body .body-wrapper nav.main-nav.no-margin ul li {
  margin: 0;
}
.tabbable .nav-tabs {
  margin-bottom: 0;
}
.tabbable .tab-content {
  border: 1px solid #cfcfcf;
  padding: 20px 15px;
  border-top: none;
}
.tabbable.top-space > ul {
  margin: 0;
}
.top-space {
  margin-top: 10px;
}
.block {
  display: block;
}
body .body-wrapper header .notifications {
  float: left;
  width: 64px;
  height: 64px;
  position: relative;
  display: table;
}
body .body-wrapper header .notifications .header-button {
  overflow: auto;
}
body .body-wrapper header .notifications .alerts {
  margin: 10px 5px 0 5px;
}
body .body-wrapper header .dropdown-container {
  display: none;
  position: absolute;
  top: 58px;
  width: 450px;
  right: 0;
  z-index: 3;
}
body .body-wrapper header .dropdown-container .dropdown-connector {
  width: 46px;
  height: 10px;
  background-color: #ebebeb;
  float: right;
  margin: 0 5px;
}
body .body-wrapper header .dropdown-container .dropdown-content {
  background: #fff;
  border: 3px solid #ebebeb;
  box-shadow: 3px 3px 4px #cfcfcf;
  border-radius: 4px 4px 4px 4px;
  padding: 5px;
  right: 0;
  text-align: left;
  width: 500px;
}
body .body-wrapper header .content.has-status-flag {
  background-color: #EBEBEB;
  border-radius: 5px 5px 5px 5px;
  left: 0px;
  padding: 3px;
  position: absolute;
  top: 0px;
  width: 50px;
  z-index: 2;
}
body .body-wrapper header .status-flag {
  background-color: #1ba4bf;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 11px;
  left: 0;
  letter-spacing: 0.2em;
  position: absolute;
  text-indent: 0.3em;
  top: 52px;
  width: 100%;
  z-index: 1;
}
body .body-wrapper header .status-flag.premium {
  letter-spacing: 0.12em;
  text-indent: 0.2em;
}
body .body-wrapper header .status-flag .content {
  display: block;
  margin: 0 0 -1px;
}
body .body-wrapper header .status-flag.premium .content {
  margin: 0;
}
table.listbody.table-bordered {
  background: none;
}
table.listbody.table-bordered table td {
  border: none;
}
body .body-wrapper nav.main-nav > ul li a {
  font-size: 20px;
}
table.listbody .tr-striped td,
table.listbodyDoubleRow .tr-striped th {
  background-color: #F9F9F9;
}
body .body-wrapper header .signoutContainer {
  background: none repeat scroll 0 0 #EBEBEB;
  border-radius: 5px 5px 5px 5px;
  color: #717171;
  display: table;
  float: left;
  font-family: "Archivo Narrow", sans-serif;
  height: 56px;
  margin: 8px 0 0 8px;
  overflow: hidden;
  position: relative;
  width: 255px;
}
body .body-wrapper header .signoutContainer .welcomeText {
  float: left;
  overflow: hidden;
  position: relative;
  line-height: 16px;
  margin: 8px 3px 0 8px;
  display: table;
  vertical-align: middle;
}
body .body-wrapper header .signoutContainer .header-button {
  margin: 0 0 0 8px;
  border-left: 1px solid #e0e0e0;
  box-shadow: -10px 0 10px #ddd;
}
.ui-widget button.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ui-state-active a:visited {
  color: #212121;
}
.ui-sortable {
  /*
  & > li, > tr {
    cursor: ns-resize;
  }*/
}
.ui-sortable > li:hover,
.ui-sortable > tr:hover {
  background-color: #f4f4f4;
}
.well-white {
  border-color: #E3E3E3 !important;
}
.alert-block span {
  white-space: normal !important;
}
.alignWithSelect {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
}
.breadcrumb {
  padding: 4px 15px 8px;
  background-color: #f4f4f4;
}
.breadcrumb .active {
  color: #004166;
  font-weight: bold;
}
.breadcrumb > li + li::before {
  font-size: 20px;
  color: #555;
  content: "\203A ";
}
.nav-tabs > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
.radio-td {
  padding-right: 5px;
}
.command button.btn {
  margin: 5px 0;
}
input.spanMMDDYYYY[class*="span"] {
  width: 90px;
}
.input-append input,
.input-prepend input {
  border-radius: 0 0 0 0;
}
input.mini,
.input-append.mini input,
.input-prepend.mini input {
  font-size: 10.5px;
  height: 12px;
  line-height: 11px;
}
input.mini {
  border-radius: 4px;
}
.input-append.mini .btn,
.input-prepend.mini .btn {
  font-size: 10.5px;
  margin-left: -3px;
  padding: 0 3px 0 6px;
}
.input-append.mini .add-on,
.input-prepend.mini .add-on {
  font-size: 10.5px;
  margin: 0 -4px;
  padding: 0;
}
.mini input.spanMMDDYYYY,
input.mini.spanMMDDYYYY {
  width: 55px;
}
h4 label {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.input-append.input-block-level {
  display: flex;
}
.input-append.input-block-level > * {
  flex-direction: column;
}
.flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.well-append {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.well-append .well {
  display: table-cell;
  border-left-width: 0;
  border-radius: 0;
}
.well-append .well1 {
  width: 8.33333%;
}
.well-append .well2 {
  width: 16.66666%;
}
.well-append .well3 {
  width: 25%;
}
.well-append .well4 {
  width: 33.33333%;
}
.well-append .well5 {
  width: 41.66666%;
}
.well-append .well6 {
  width: 50%;
}
.well-append .well7 {
  width: 58.33333%;
}
.well-append .well8 {
  width: 66.66666%;
}
.well-append .well9 {
  width: 75%;
}
.well-append .well10 {
  width: 88.33333%;
}
.well-append .well11 {
  width: 96.66666%;
}
.well-append .well12 {
  width: 100%;
}
.line-separator {
  box-shadow: -1px 0 0 0 #B8B8B8 inset;
}
.row .line-separator {
  padding-right: 10px;
}
.row .line-separator + [class*="span"] {
  margin-left: 10px;
}
.row .line-separator:last-child,
.row-fluid .line-separator:last-child {
  padding-right: 0;
}
.row-fluid .line-separator {
  padding-right: 0.976565%;
}
.row-fluid .line-separator + [class*="span"] {
  margin-left: 0.976565%;
}
.btn-short {
  width: 50px;
}
.btn-medium {
  width: 100px;
}
.btn-long {
  width: 200px;
}
.short {
  width: 50px;
}
.cortote {
  width: 75px;
}
.mediumLength {
  width: 100px;
}
.long {
  width: 200px;
}
.xLong {
  width: 400px;
}
/* Bootstrap 3 styles */
.bs3:before,
.bs3:after {
  box-sizing: border-box;
}
.btn.btn-primary.bs3 {
  background-color: #438CCB;
  border-color: #357EBD;
  color: #fff;
}
.btn.btn-warning.bs3 {
  background-color: #FF8740;
  border-color: #e5d101;
  color: #fff;
}
.btn.bs3 {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  border-color: #cfcfcf;
  color: #333;
}
.btn.bs3:hover,
.btn.bs3:focus {
  color: #333;
}
.btn.bs3.btn-prominent {
  text-transform: uppercase;
  font-weight: bold;
}
.icon-flip-horizontal:before {
  transform: rotate(180deg) scaleX(-1);
}
.lookupdialog {
  /*can be overwrited */
  z-index: 9999;
  text-align: left;
  padding: 10px 10px 10px 10px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 25%;
  width: 950px;
  /*can be overwrited */
  display: none;
  background-color: #fdfdfd;
  border: 1px solid #000;
}
.pdfDialog {
  width: 920px;
  max-height: 800px;
}
[data-toggle="popover"][data-trigger="hover"]:hover,
[data-toggle="tooltip"]:hover,
[data-toggle="popover"][data-trigger="hover"]:focus,
[data-toggle="tooltip"]:focus {
  text-decoration: none;
}
.filter-container {
  background-color: #E2E2E2;
  border: 1px solid #ACACAC;
  border-top-color: #E2E2E2;
  border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  -moz-border-radius: 5px 0px 5px 5px;
  padding: 8px 1px 1px 1px;
  margin-top: -5px;
}
.ui-autocomplete {
  background: #fff;
}
.ui-autocomplete .ui-menu-item a {
  color: #222222;
  display: block;
  padding: 5px 10px;
  width: 100%;
}
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item a:focus,
.ui-autocomplete .ui-menu-item a.ui-state-focus {
  background: #514C40;
  color: #fff;
}
.ui-autocomplete .ui-menu-item a:hover .text-primary,
.ui-autocomplete .ui-menu-item a:focus .text-primary,
.ui-autocomplete .ui-menu-item a.ui-state-focus .text-primary {
  color: #fff;
}
select.error,
textarea.error,
input.error,
button.error,
[data-tooltip-type="error"].error,
select.error:focus,
textarea.error:focus,
input.error:focus,
button.error:focus,
[data-tooltip-type="error"].error:focus,
select.error:hover,
textarea.error:hover,
input.error:hover,
button.error:hover,
[data-tooltip-type="error"].error:hover {
  border-color: #c4151c;
}
select.error + .tooltip,
textarea.error + .tooltip,
input.error + .tooltip,
button.error + .tooltip,
[data-tooltip-type="error"].error + .tooltip,
select.error:focus + .tooltip,
textarea.error:focus + .tooltip,
input.error:focus + .tooltip,
button.error:focus + .tooltip,
[data-tooltip-type="error"].error:focus + .tooltip,
select.error:hover + .tooltip,
textarea.error:hover + .tooltip,
input.error:hover + .tooltip,
button.error:hover + .tooltip,
[data-tooltip-type="error"].error:hover + .tooltip {
  max-width: none;
  min-width: 150px;
}
select.error + .tooltip.in,
textarea.error + .tooltip.in,
input.error + .tooltip.in,
button.error + .tooltip.in,
[data-tooltip-type="error"].error + .tooltip.in,
select.error:focus + .tooltip.in,
textarea.error:focus + .tooltip.in,
input.error:focus + .tooltip.in,
button.error:focus + .tooltip.in,
[data-tooltip-type="error"].error:focus + .tooltip.in,
select.error:hover + .tooltip.in,
textarea.error:hover + .tooltip.in,
input.error:hover + .tooltip.in,
button.error:hover + .tooltip.in,
[data-tooltip-type="error"].error:hover + .tooltip.in {
  opacity: 0.9;
}
select.error + .tooltip.top .tooltip-arrow,
textarea.error + .tooltip.top .tooltip-arrow,
input.error + .tooltip.top .tooltip-arrow,
button.error + .tooltip.top .tooltip-arrow,
[data-tooltip-type="error"].error + .tooltip.top .tooltip-arrow,
select.error:focus + .tooltip.top .tooltip-arrow,
textarea.error:focus + .tooltip.top .tooltip-arrow,
input.error:focus + .tooltip.top .tooltip-arrow,
button.error:focus + .tooltip.top .tooltip-arrow,
[data-tooltip-type="error"].error:focus + .tooltip.top .tooltip-arrow,
select.error:hover + .tooltip.top .tooltip-arrow,
textarea.error:hover + .tooltip.top .tooltip-arrow,
input.error:hover + .tooltip.top .tooltip-arrow,
button.error:hover + .tooltip.top .tooltip-arrow,
[data-tooltip-type="error"].error:hover + .tooltip.top .tooltip-arrow {
  border-top-color: #c4151c;
}
select.error + .tooltip.bottom .tooltip-arrow,
textarea.error + .tooltip.bottom .tooltip-arrow,
input.error + .tooltip.bottom .tooltip-arrow,
button.error + .tooltip.bottom .tooltip-arrow,
[data-tooltip-type="error"].error + .tooltip.bottom .tooltip-arrow,
select.error:focus + .tooltip.bottom .tooltip-arrow,
textarea.error:focus + .tooltip.bottom .tooltip-arrow,
input.error:focus + .tooltip.bottom .tooltip-arrow,
button.error:focus + .tooltip.bottom .tooltip-arrow,
[data-tooltip-type="error"].error:focus + .tooltip.bottom .tooltip-arrow,
select.error:hover + .tooltip.bottom .tooltip-arrow,
textarea.error:hover + .tooltip.bottom .tooltip-arrow,
input.error:hover + .tooltip.bottom .tooltip-arrow,
button.error:hover + .tooltip.bottom .tooltip-arrow,
[data-tooltip-type="error"].error:hover + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #c4151c;
}
select.error + .tooltip.right .tooltip-arrow,
textarea.error + .tooltip.right .tooltip-arrow,
input.error + .tooltip.right .tooltip-arrow,
button.error + .tooltip.right .tooltip-arrow,
[data-tooltip-type="error"].error + .tooltip.right .tooltip-arrow,
select.error:focus + .tooltip.right .tooltip-arrow,
textarea.error:focus + .tooltip.right .tooltip-arrow,
input.error:focus + .tooltip.right .tooltip-arrow,
button.error:focus + .tooltip.right .tooltip-arrow,
[data-tooltip-type="error"].error:focus + .tooltip.right .tooltip-arrow,
select.error:hover + .tooltip.right .tooltip-arrow,
textarea.error:hover + .tooltip.right .tooltip-arrow,
input.error:hover + .tooltip.right .tooltip-arrow,
button.error:hover + .tooltip.right .tooltip-arrow,
[data-tooltip-type="error"].error:hover + .tooltip.right .tooltip-arrow {
  border-right-color: #c4151c;
}
select.error + .tooltip .tooltip-inner,
textarea.error + .tooltip .tooltip-inner,
input.error + .tooltip .tooltip-inner,
button.error + .tooltip .tooltip-inner,
[data-tooltip-type="error"].error + .tooltip .tooltip-inner,
select.error:focus + .tooltip .tooltip-inner,
textarea.error:focus + .tooltip .tooltip-inner,
input.error:focus + .tooltip .tooltip-inner,
button.error:focus + .tooltip .tooltip-inner,
[data-tooltip-type="error"].error:focus + .tooltip .tooltip-inner,
select.error:hover + .tooltip .tooltip-inner,
textarea.error:hover + .tooltip .tooltip-inner,
input.error:hover + .tooltip .tooltip-inner,
button.error:hover + .tooltip .tooltip-inner,
[data-tooltip-type="error"].error:hover + .tooltip .tooltip-inner {
  background-color: #c4151c;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  opacity: 0.9;
  z-index: 1051;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #000;
  opacity: 0.9;
  z-index: 1051;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  opacity: 0.9;
  z-index: 1051;
}
.tooltip.left {
  margin-left: -10px;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #000;
  opacity: 0.9;
  z-index: 1051;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 2px;
  color: #fff;
  width: 250px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 2px 2px 2px #999;
}
.popover:not(.primitive-popover) {
  max-width: none;
  border-radius: 8px;
}
.popover:not(.primitive-popover).top:after {
  border-bottom: 10px solid #e3e3e3;
  position: absolute;
  margin-top: -9px;
  margin-left: -1px;
  width: 100%;
  content: "";
}
.popover:not(.primitive-popover).top > .arrow:after {
  border-top-color: #e3e3e3;
}
.popover:not(.primitive-popover).right:before {
  border-left: 10px solid #e3e3e3;
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  height: 100%;
  content: "";
}
.popover:not(.primitive-popover).right > .arrow:after {
  border-right-color: #e3e3e3;
}
.popover:not(.primitive-popover).bottom:before {
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  width: 100%;
  content: "";
}
.popover:not(.primitive-popover).bottom > .arrow:after {
  border-bottom-color: #fff;
}
.popover:not(.primitive-popover).left:before {
  border-left: 10px solid #e3e3e3;
  position: absolute;
  margin-top: -1px;
  right: 0;
  height: 100%;
  content: "";
}
.popover:not(.primitive-popover).left > .arrow:after {
  border-left-color: #e3e3e3;
}
.popover:not(.primitive-popover) .popover-title {
  background-color: #fff;
  border-bottom: none;
}
.popover:not(.primitive-popover) .popover-title > button.close {
  color: #555;
  opacity: 0.7;
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}
.popover:not(.primitive-popover) .popover-title > button.close:hover {
  opacity: 1;
}
.popover:not(.primitive-popover) .popover-content {
  min-width: 150px;
}
.popover:not(.primitive-popover).dismissible-popover.top:after {
  border-bottom-width: 5px;
}
.popover:not(.primitive-popover).dismissible-popover.right:before {
  border-left-width: 5px;
}
.popover:not(.primitive-popover).dismissible-popover.bottom:before {
  border-top-width: 5px;
}
.popover:not(.primitive-popover).dismissible-popover.left:before {
  border-left-width: 5px;
}
.popover:not(.primitive-popover).dismissible-popover .popover-header button.close {
  margin-top: 5px;
  margin-right: 5px;
}
.popover:not(.primitive-popover).dismissible-popover .popover-content {
  margin-top: 0;
}
.popover-icon {
  min-width: 180px;
}
.popover-icon .popover-content {
  margin-bottom: 5px;
}
.well.with-loading-overlay {
  position: relative;
}
.well .loading-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  height: calc(100% - 20px);
  left: 0;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.well .loading-overlay > span.label {
  padding: 10px;
}
.modal-body b {
  font-size: inherit;
}
.min-height {
  min-height: 380px;
}
.nav-tabs > li a {
  outline: none;
}
/*tabs*/
.tabbable.indent .nav-tabs {
  border: none;
  margin-left: 20px;
}
.tabbable.indent .nav-tabs li {
  border-radius: 2px 2px 0 0;
}
.tabbable.indent .tab-content {
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.tabbable.indent .nav-tabs > li > a {
  padding: 10px 20px;
}
/****************************/
/* BEGIN: Five Shades Styles*/
/****************************/
/*Default Text Colors & Sizes*/
.hyperlink-blue,
.blue27 {
  color: #1ba4bf !important;
}
.key-orange {
  color: #f67432;
}
a:link,
a:visited,
a:focus {
  color: #1ba4bf;
}
.default {
  color: #333;
}
.bannerColor {
  color: #006098;
}
.gray-text,
a.gray-text:link,
a.gray-text:visited {
  color: #555 !important;
}
.white-label {
  color: #fff !important;
}
.no-opacity {
  opacity: 1 !important;
}
.gray-light-text,
a.gray-light-text:link,
a.gray-light-text:visited {
  color: #777;
}
.gray-lighter-text,
a.gray-lighter-text:link,
a.gray-lighter-text:visited {
  color: #999;
}
.call-to-action-text {
  color: #6cc15d;
}
.headliner-aligned-to-side-tabs {
  border-bottom: 1px solid #cfcfcf;
  /*container-border*/
  box-shadow: 0 1px 0 0 rgba(172, 172, 172, 0.4);
  /*container-border*/
  color: #777;
  /*gray-light*/
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin: 5px 0 20px 30px;
}
.sub-headliner {
  border-bottom: 1px solid #cfcfcf;
  /*container-border*/
  box-shadow: 0 1px 0 0 rgba(172, 172, 172, 0.2);
  /*container-border*/
  color: #555;
  /*gray*/
  font-size: 16px;
  line-height: 18px;
  margin: 5px 0 20px;
  min-width: 35px;
  padding: 0 10px 6px;
  position: relative;
}
.sub-headliner:after,
.sub-headliner:before {
  border: solid transparent;
  content: " ";
  height: 0;
  left: 30px;
  position: absolute;
  top: 100%;
  width: 0;
}
.sub-headliner:after {
  border: 5px solid transparent;
  border-top-color: #fff;
  margin-left: 2px;
}
.sub-headliner:before {
  border: 7px solid transparent;
  border-top-color: #cfcfcf;
  /*container-border*/
}
/*Page Element Colors*/
.minor-element {
  background-color: #525249;
}
.container-border {
  border: 1px solid #cfcfcf !important;
}
.container-border-top {
  border-top: 1px solid #cfcfcf;
}
.container-border-right {
  border-right: 1px solid #cfcfcf;
}
.container-border-bottom {
  border-bottom: 1px solid #cfcfcf;
}
.container-border-left {
  border-left: 1px solid #cfcfcf;
}
.base-light-gray-border {
  border-color: #cfcfcf;
}
.white-border {
  border-color: #fff;
}
.base-light-gray {
  background-color: #e3e3e3;
}
.background-white {
  background-color: #fff;
}
/*Primary Colors*/
.primary-blue {
  background-color: #2989D2;
}
.background-bannerColor {
  background-color: #006098;
}
.secondary-blue {
  background-color: #6FB4E2;
}
.call-to-action,
.alert-success {
  background-color: #6cc15d;
  color: #fff;
}
.warning,
.alert-error,
.warning-text {
  background-color: #c4151c;
  color: #fff;
}
.warning > button.close,
.alert-error > button.close,
.warning-text > button.close {
  color: #fff;
  opacity: 1;
}
.warning > span,
.alert-error > span,
.warning-text > span {
  vertical-align: super;
}
/*Bootstrap Text Greys*/
.gray-darker {
  background-color: #222222;
  color: #fff;
}
.gray-dark {
  background-color: #333333;
  color: #fff;
}
.gray {
  background-color: #555555;
  color: #fff;
}
.gray-light {
  background-color: #cfcfcf;
}
.gray-lighter {
  background-color: #e3e3e3;
}
.gray-x-light {
  background-color: #f4f4f4 !important;
}
.uppercase {
  text-transform: uppercase;
}
/*Steps to be used in conjunction with bootstraps row[-fluid] and span(1-12) tags */
.steps .step {
  border-top: solid #6FB4E2;
  /*secondary-blue*/
  counter-increment: counterStepIndex;
  float: left;
  margin-left: 5px;
  position: relative;
}
.steps .step.active {
  border-top-color: #2989D2;
  /*primary-blue*/
}
.steps .step:before {
  background-color: #2989D2;
  /*primary-blue*/
  border-radius: 50%;
  color: #fff;
  content: counter(counterStepIndex);
  display: block;
  text-align: center;
}
.steps .step.complete:before {
  background-color: #6FB4E2;
  /*secondary-blue*/
  content: "\f00c";
  font-family: 'FontAwesome';
}
.steps .step.active:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #2989D2;
  /*primary-blue*/
  content: '';
  display: block;
  height: 0;
  margin-left: calc(50% - 6px);
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.big-steps .step {
  border-top-width: 4.5px;
  margin-top: 34px;
  text-align: center;
}
.big-steps .step:before {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: calc(25px - 2px);
  margin-bottom: 20px;
  margin-left: calc(50% - 12.5px);
  margin-top: -34px;
  padding-top: 2px;
  width: 25px;
}
.small-steps .step {
  border-top-width: 3px;
  margin-top: 27px;
}
.small-steps .step:before {
  height: 20px;
  margin-bottom: 20px;
  margin-left: calc(50% - 10px);
  margin-top: -27px;
  width: 20px;
}
/*Pagination */
.pagination {
  margin: 0 30px;
  display: inline-block;
  position: relative;
  font-size: 12px;
}
.pagination .pag-reverse,
.pagination .pag-forward {
  color: #2989D2;
  /*primary-blue*/
  cursor: pointer;
  font-family: 'FontAwesome';
  font-size: 20px;
  min-width: 20px;
  padding: 4.5px 3px 3px;
  text-align: center;
}
.pagination .pag-reverse {
  left: -30px;
  position: absolute;
}
.pagination .pag-reverse:before {
  content: "\f053";
}
.pagination .pag-forward {
  position: absolute;
  right: -30px;
}
.pagination .pag-forward:before {
  content: "\f054";
}
.pagination .pag {
  border: 1px solid;
  border-color: #cfcfcf #e3e3e3;
  /*container-border lighter-grey*/
  color: #2989D2;
  /*primary-blue*/
  counter-increment: counterStepIndex;
  display: inline;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: -1px;
  min-width: 20px;
  padding: 3px;
  position: relative;
  text-align: center;
}
.pagination .pag:not(.active):hover {
  box-shadow: 0 -2px 0 0 #2989D2 inset;
  /*primary-blue*/
  cursor: pointer;
}
.pagination .pag:first-child {
  border-left-color: #cfcfcf;
}
.pagination .pag:last-child {
  border-right-color: #cfcfcf;
}
.pagination .pag.active {
  background-color: #2989D2;
  /*primary-blue*/
  border-color: #2989D2;
  /*primary-blue*/
  color: #fff;
}
.pagination .pag:before {
  content: counter(counterStepIndex, decimal);
}
.pagination-detail {
  font-size: 12px;
  color: #555;
}
.page-list {
  margin-left: 25px;
}
/*Radio Group Prominent to be used in conjunction with bootstraps row[-fluid] and span(1-12) tags */
.radio-prominent-group label.radio-prominent {
  border: 1px solid #2989D2;
  /*primary-blue*/
  border-radius: 3px;
  color: #2989D2;
  /*primary-blue*/
  font-size: 12px;
  padding: 11px;
  position: relative;
  text-align: center;
}
.radio-prominent-group label.radio-prominent input[type="radio"] {
  display: none;
}
.radio-prominent-group label.radio-prominent.active {
  background-color: #2989D2;
  /*primary-blue*/
  color: #fff;
}
.radio-prominent-group label.radio-prominent.active:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #2989D2;
  bottom: -7px;
  content: "";
  display: block;
  height: 0;
  margin-left: calc(50% - 17px);
  overflow: hidden;
  position: absolute;
  width: 0;
}
.radio-prominent-content-container .radio-prominent-content {
  display: none;
}
.radio-prominent-content-container .radio-prominent-content.active {
  display: block;
}
/*dropdown-menus*/
.dropdown-menu > li > a:link,
.dropdown-menu > li > a:visited {
  color: #333333;
  /*default-color*/
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*Loading containers*/
.LoadingContentWidget {
  text-align: center;
  padding: 10px 0;
}
.LoadingContentWidget .text,
.LoadingContentWidget .animation {
  padding: 5px;
}
.modal .modal-header {
  background-color: transparent;
  borter-bottom-color: 2px solid #cfcfcf;
  /*container-border*/
  padding: 5px 15px;
}
.modal .modal-footer {
  background-color: transparent;
  borter-top-color: 2px solid #cfcfcf;
  /*container-border*/
  padding: 7px 15px;
}
.modal-bottom-loader {
  margin: 20px 0 5px;
  text-align: center;
}
/*misc*/
.image-preview-section-parent {
  background-color: #e2e2e2;
  /*gray-lighter*/
  height: 170px;
  text-align: center;
  padding: 10px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.image-preview-section-parent:before {
  color: #ACACAC;
  /*gray-light*/
  content: "Preview";
  font-size: 10px;
  left: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
}
.image-preview-section-parent .image-preview-section {
  position: relative;
  top: 50%;
  /* IE <= 9 support */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-preview-section-parent .image-preview-section img {
  max-height: 140px;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.index-on-top-of-bootstrap-modal {
  z-index: 1051;
}
/*popover-tab*/
.popover-tab {
  display: inline-block;
  margin-top: 5px;
}
.popover-tab.active {
  margin-left: -7px;
  position: relative;
  z-index: 1;
}
.popover-tab > a {
  outline: none;
}
.popover-tab.active > a {
  background-color: #e3e3e3;
  /*gray-lighter*/
  border: #cfcfcf 1px solid;
  /*container-border*/
  border-bottom: none;
  border-radius: 7px 7px 2px 0;
  box-shadow: 0 1px 0 1px #fff inset;
  /*white-label*/
  display: inline-block;
  margin-top: -5px;
  padding: 4px 6px 2px;
  position: relative;
  z-index: 1;
}
.popover-tab > .popover-tab-content {
  display: none;
}
.popover-tab.active > .popover-tab-content {
  background-color: #fff;
  /*white-label*/
  border: 1px solid #cfcfcf;
  /*container-border*/
  border-radius: 0 5px 5px;
  box-shadow: 0 0 0 1px #fff inset, 0 10px 0 0 #e3e3e3 inset;
  /*white-label gray-lighter*/
  display: block;
  margin-top: -2px;
  padding: 15px 10px 10px;
  position: absolute;
  width: 275px;
  z-index: 0;
}
i[class^="icon-"].companion:before,
i[class^="icon-"].companion-big:before,
i[class^="icon-"].companion-bigger:before {
  text-decoration: none;
  vertical-align: middle;
}
/*lists*/
.list-arrows {
  list-style: none outside none;
  margin: 10px 0;
}
.list-arrows > li {
  margin: 5px 0;
}
.list-arrows > li:before {
  color: #2989D2;
  /*hyperlink-blue*/
  content: "\e635";
  /*icon-pointer-arrow*/
  font-family: 'icomoon';
  margin-right: 10px;
  vertical-align: top;
}
.icon-padding-right-small {
  padding-right: 5px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-spacing {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-decoration {
  text-decoration: none !important;
}
.horizontal-margin {
  margin-left: 10px;
  margin-right: 10px;
}
.whole-width {
  width: 100% !important;
}
.whole-width-calendar .ui-datepicker {
  width: 100%;
}
.no-border {
  border: none !important;
}
.no-border > tbody > tr > td {
  border: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-bottom > tbody > tr > td {
  border-bottom: none !important;
}
ul.no-bullet {
  list-style-type: none;
}
/*tabs*/
.tabbable.indent .nav-tabs {
  border: none;
  margin-left: 20px;
}
.tabbable.indent .nav-tabs li {
  border-radius: 2px 2px 0 0;
}
.tabbable.indent .tab-content {
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.tabbable.indent .tab-content.tab-content-indent {
  padding: 25px 40px 20px;
}
.tabbable.indent .nav-tabs > li > a {
  padding: 10px 20px;
}
/*tables*/
.table > thead > tr > th {
  border-bottom: 1px solid #cfcfcf;
}
th {
  font-weight: 600;
}
.row-info.active {
  background-color: #e3e3e3;
  /*lighter-grey*/
}
.table .row-info.active > td {
  border-bottom: none;
}
.table.verticalAlignMiddle > tbody > tr > td {
  vertical-align: middle;
}
.table-fixed {
  table-layout: fixed;
}
.table-simple {
  margin-bottom: 10px;
  width: 100%;
}
.table-simple > thead > tr > th {
  padding: 5px;
  background-color: #e3e3e3;
  /*lighter-grey*/
}
.table-simple > thead > tr:first-child > th {
  border-top: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > thead > tr > th:first-child {
  border-left: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > thead > tr > th:last-child {
  border-right: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > tbody > tr:first-child > td {
  padding-top: 10px;
}
.table-simple > tbody > tr > td:first-child {
  border-left: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > tbody > tr > td:last-child {
  border-right: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > tbody > tr:last-child > td {
  border-bottom: 1px solid #e3e3e3;
  /*lighter-grey*/
}
.table-simple > tbody > tr > td {
  padding: 0 5px;
}
.table-simple select {
  margin-bottom: 5px;
}
.table-simple > tbody > tr > td {
  padding: 0 5px;
}
.table.bloated > thead > tr > th,
.table.bloated > tbody > tr > th,
.table.bloated > thead > tr > td,
.table.bloated > tbody > tr > td {
  line-height: 2.3;
}
.table.spaced {
  border-spacing: 5px;
  border-collapse: separate;
}
.table.compact.alternate-border > tbody > tr:nth-child(even) > td:not([rowspan="2"]) {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.table.compact.alternate-border-odd > tbody > tr:nth-child(odd) > td:not([rowspan="2"]) {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.table.compact.alternate-th-border-odd > thead > tr:nth-child(odd) > th:not([rowspan="2"]),
.table.compact.alternate-th-border-odd > tbody > tr:nth-child(odd) > th:not([rowspan="2"]),
.table.compact.alternate-th-border-odd > thead > tr:nth-child(odd) > td:not([rowspan="2"]),
.table.compact.alternate-th-border-odd > tbody > tr:nth-child(odd) > td:not([rowspan="2"]) {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.table.compact > thead > tr > th,
.table.compact > tbody > tr > th {
  font-size: 12px;
  background: none;
  border-top: none;
  border-bottom: 1px solid #cfcfcf;
  vertical-align: middle;
}
.table.compact > thead > tr > th > div,
.table.compact > tbody > tr > th > div {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
.table.compact > tbody > tr > td {
  font-size: 12px;
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  vertical-align: middle;
  text-align: left;
}
.row-details {
  display: none;
}
.row-details.active {
  background-color: #e3e3e3;
  /*lighter-grey*/
  border-top: none;
  display: table-row;
}
.table .row-details.active > td {
  border-top: none;
}
.table .row-details.active .table {
  background-color: inherit;
}
.table .row-details.active td .table td {
  border-bottom: 1px solid #cfcfcf;
  /*container-border*/
}
.scroll-y-500 {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.word-break {
  word-break: break-all;
}
.bootstrap-table > div > div > div > button.btn.btn-default.dropdown-toggle {
  background-color: #fff;
  color: #1ba4bf;
  border: medium none;
}
.bootstrap-table > div > div > div > button.btn.btn-default.dropdown-toggle:hover,
.bootstrap-table > div > div > div > button.btn.btn-default.dropdown-toggle:focus {
  background-color: #fff;
  color: #4081a7;
}
.display-table {
  display: table;
  width: 100%;
  height: 440px;
}
/**************************/
/* END: Five Shades Styles*/
/**************************/
.nav-tabs li a {
  font-weight: 400;
}
.nav-tabs li.active a {
  color: #222222;
  font-weight: 700;
}
/****************************/
/* START: Parchment 7 Styles*/
/****************************/
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 60px;
}
.default-font {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
a {
  color: #1ba4bf;
}
h1 {
  font-size: 32px !important;
  line-height: 1;
  text-transform: none;
}
h2 {
  font-size: 24px !important;
  line-height: 1;
  text-transform: none;
}
h3 {
  font-size: 16px !important;
  line-height: 1;
  text-transform: none;
}
h4 {
  font-size: 14px !important;
  line-height: 1;
  text-transform: none;
}
h5 {
  font-size: 14px !important;
  line-height: 1;
  text-transform: none;
}
.required-text,
.error-text {
  color: #c4151c;
}
.required-text a,
.error-text a,
.required-text a:link,
.error-text a:link,
.required-text a:active,
.error-text a:active,
.required-text a:hover,
.error-text a:hover,
.required-text a:visited,
.error-text a:visited {
  color: #c4151c;
}
.middle-of-text {
  vertical-align: middle;
}
.no-text-transform {
  text-transform: none;
}
.no-text-transform.table > thead > tr > th,
.no-text-transform.table > tbody > tr > th {
  text-transform: none;
}
.xSmall-padding {
  padding: 3px !important;
}
.xSmall-padding-top {
  padding-top: 3px;
}
.xSmall-padding-right {
  padding-right: 3px;
}
.xSmall-padding-bottom {
  padding-bottom: 3px;
}
.xSmall-padding-left {
  padding-left: 3px;
}
.xSmall-padding > tbody > tr > td {
  padding: 2px !important;
}
.small-padding {
  padding: 5px !important;
}
.small-padding-top {
  padding-top: 5px;
}
.small-padding-right {
  padding-right: 5px;
}
.small-padding-bottom {
  padding-bottom: 5px;
}
.small-padding-left {
  padding-left: 5px;
}
.medium-padding {
  padding: 10px !important;
}
.medium-padding-top {
  padding-top: 10px;
}
.medium-padding-right {
  padding-right: 10px;
}
.medium-padding-bottom {
  padding-bottom: 10px;
}
.medium-padding-left {
  padding-left: 10px;
}
.husky-padding {
  padding: 16px !important;
}
.husky-padding-top {
  padding-top: 16px;
}
.husky-padding-right {
  padding-right: 16px;
}
.husky-padding-bottom {
  padding-bottom: 16px;
}
.husky-padding-left {
  padding-left: 16px;
}
.large-padding {
  padding: 20px !important;
}
.large-padding-top {
  padding-top: 20px;
}
.large-padding-right {
  padding-right: 20px;
}
.large-padding-bottom {
  padding-bottom: 20px;
}
.large-padding-left {
  padding-left: 20px;
}
.xLarge-padding {
  padding: 30px !important;
}
.xLarge-padding-top {
  padding-top: 30px;
}
.xLarge-padding-right {
  padding-right: 30px;
}
.xLarge-padding-bottom {
  padding-bottom: 30px;
}
.xLarge-padding-left {
  padding-left: 30px;
}
.xSmall-margin {
  margin: 3px !important;
}
.xSmall-margin-top {
  margin-top: 3px;
}
.xSmall-margin-right {
  margin-right: 3px;
}
.xSmall-margin-bottom {
  margin-bottom: 3px;
}
.xSmall-margin-left {
  margin-left: 3px;
}
.small-margin {
  margin: 5px !important;
}
.small-margin-top {
  margin-top: 5px;
}
.small-margin-right {
  margin-right: 5px;
}
.small-margin-bottom {
  margin-bottom: 5px;
}
.small-margin-left {
  margin-left: 5px;
}
.medium-margin {
  margin: 10px !important;
}
.medium-margin-top {
  margin-top: 10px;
}
.medium-margin-right {
  margin-right: 10px;
}
.medium-margin-bottom {
  margin-bottom: 10px;
}
.medium-margin-left {
  margin-left: 10px;
}
.large-margin {
  margin: 20px !important;
}
.large-margin-top {
  margin-top: 20px;
}
.large-margin-right {
  margin-right: 20px;
}
.large-margin-bottom {
  margin-bottom: 20px;
}
.large-margin-left {
  margin-left: 20px;
}
.xLarge-margin {
  margin: 30px !important;
}
.xLarge-margin-top {
  margin-top: 30px;
}
.xLarge-margin-right {
  margin-right: 30px;
}
.xLarge-margin-bottom {
  margin-bottom: 30px;
}
.xLarge-margin-left {
  margin-left: 30px;
}
.bold {
  font-weight: bold;
}
.mini {
  font-size: 11px !important;
  line-height: 1;
}
.x-small {
  font-size: 10px !important;
  line-height: 1;
}
.small {
  font-size: 12px !important;
  line-height: 1;
}
.medium {
  font-size: 14px !important;
  line-height: 1;
}
.husky {
  font-size: 16px !important;
  line-height: 1;
}
.grande {
  font-size: 20px !important;
  line-height: 1;
}
.large {
  font-size: 24px !important;
  line-height: 1;
}
.x-large {
  font-size: 32px !important;
  line-height: 1;
}
.x-x-large {
  font-size: 64px !important;
  line-height: 1;
}
.centered-text {
  text-align: center !important;
}
.de-emphasize {
  font-weight: 400;
}
.headliner {
  margin-bottom: 20px;
}
.section-title {
  padding-bottom: 7px;
  border-bottom: 1px solid #cfcfcf;
}
.bold-section-title {
  font-weight: bold;
  padding-bottom: 9px;
  border-bottom: 2px solid #000;
}
.inline {
  display: inline;
}
.content-chunk {
  margin-bottom: 50px;
}
.content-chunk .headliner :first-child {
  margin-top: 0;
}
.content-chunk .headliner .headliner-with-description {
  margin-bottom: 0;
}
/*Buttons*/
.btn {
  -moz-user-select: none;
  background-color: #6cc15d;
  border: 1px solid #6cc15d;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 4px 10px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:disabled:not(.btn-link) {
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
  opacity: 1 !important;
}
.btn:hover,
.btn:focus {
  color: #fff;
}
.btn:before,
.btn:after {
  box-sizing: border-box;
}
.btn.form-control-feedback {
  position: absolute;
}
.btn.btn:not(.btn-primary):not(.btn-warning):not(.btn-danger):not(.btn-success):not(.btn-info):not(.btn-inverse).disabled {
  border-color: #e3e3e3;
  background-color: #f4f4f4;
}
.btn.btn-primary {
  background-color: #004166;
  color: #fff;
  border-color: #004166;
}
.btn.btn-secondary {
  background-color: #1ba4bf;
  color: #fff;
  border-color: #1ba4bf;
}
.btn.btn-muted {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.btn.btn-inverse {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-danger {
  background-color: #c4151c;
  border-color: #c4151c;
  color: #fff;
}
.btn.btn-call-to-action,
.btn.btn-success {
  background-color: #6cc15d;
  color: #fff;
  border-color: #6cc15d;
}
.btn.btn-hyperlink-border,
.btn.btn-default {
  background-color: #fff;
  border-color: #1ba4bf;
  color: #1ba4bf;
}
.btn.btn-hyperlink-border:hover,
.btn.btn-default:hover,
.btn.btn-hyperlink-border:focus,
.btn.btn-default:focus {
  border: 1px solid #004166;
  color: #004166;
}
.btn.btn-hyperlink-border:disabled,
.btn.btn-default:disabled {
  color: #fff;
}
.btn.btn-link {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #1ba4bf;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  padding: 0;
}
.btn.btn-link.warningText {
  color: #c9c385;
}
.btn.btn-link.btn-icon:hover,
.btn.btn-link.btn-icon:focus {
  text-decoration: none;
}
.btn.btn-link.btn-icon[disabled],
.btn.btn-link.btn-icon.disabled {
  color: #999;
}
.btn.btn-link.btn-icon:hover {
  text-decoration: none;
}
.btn.btn-x-x-s {
  font-size: 10px !important;
  height: 18px;
  padding: 1px 5px;
  text-align: left;
  width: 50px;
}
.btn.btn-x-s {
  font-size: 12px !important;
  height: 26px;
  padding: 1px 5px;
  text-align: left;
  width: 50px;
}
.btn.btn-s {
  font-size: 12px !important;
  height: 28px;
  padding: 2px 8px;
  text-align: left;
  width: 86px;
}
.btn.btn-m {
  font-size: 12px !important;
  height: 30px;
  text-align: left;
  width: 130px;
}
.btn.btn-l {
  font-size: 12px !important;
  height: 32px;
  padding: 5px 12px 5px 8px;
  text-align: left;
  width: 160px;
}
.btn.btn-medium {
  /*depricated*/
  width: 100px;
}
.btn.btn-long {
  /*depricated*/
  width: 160px;
}
.btn.btn-prominent {
  text-transform: uppercase;
  font-weight: bold;
}
.btn.btn-semi-prominent {
  text-transform: uppercase;
}
.btn.btn-motion {
  padding-right: 30px;
  text-align: left;
}
.btn.btn-motion:after {
  content: "\e635";
  font-family: icomoon;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 5px;
  top: calc(50% - 8px);
}
.btn.btn.fluent {
  text-align: center;
  width: auto;
}
.btn span[class*="icon-"],
.btn span[class*="fa-"],
.btn span[class*="glyphicon-"],
.btn i[class*="icon-"],
.btn i[class*="fa-"],
.btn i[class*="glyphicon-"] {
  vertical-align: middle;
}
.input-group-btn .btn,
.input-group-btn .btn.bloated {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}
.dropdown-toggle:not(.whole-width,.btn) {
  border: none;
}
.dropdown-toggle.whole-width {
  text-align: left;
  padding-right: 38px;
}
.dropdown-toggle.whole-width.btn-primary {
  text-transform: uppercase;
}
.dropdown-toggle.whole-width:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 0;
}
/*Alerts*/
.alert.alert-warning {
  background-color: #fef7d5;
  border: 1px solid #c9c385;
  border-radius: 4px;
  color: #c9c385;
}
input.bloated[type="text"],
.btn.bloated {
  padding: 7px 20px;
}
input[type="text"].boxy,
div.boxy,
.btn.boxy {
  border-radius: 2.5px;
}
.white-text,
.white-text:link,
.white-text:active,
.white-text:hover,
.white-text:visited {
  color: #fff;
}
.white-links a,
.white-links a:link,
.white-links a:active,
.white-links a:hover,
.white-links a:visited {
  color: #fff;
}
.alert-title {
  line-height: 1.25;
}
.header-bar-wrapper {
  height: 50px;
  background-color: #006098;
  color: #fff;
}
.header-bar-wrapper .header-bar {
  height: 100%;
  background-color: #006098;
}
.header-bar-wrapper .header-bar .header-bar-logo-container {
  margin-top: 5px;
}
.header-bar-wrapper .header-bar .header-bar-logo-container a:link,
.header-bar-wrapper .header-bar .header-bar-logo-container a:hover,
.header-bar-wrapper .header-bar .header-bar-logo-container a:active,
.header-bar-wrapper .header-bar .header-bar-logo-container a:visited {
  color: #fff;
  text-decoration: none;
}
.header-bar-wrapper .header-bar .header-bar-logo-container i.icon-parchment-logo-horizontal {
  font-size: 27px;
}
.header-bar-wrapper .header-bar .header-bar-cobrand-container {
  margin-left: 75px;
  background: transparent;
  padding: 4px 0;
}
.header-bar-wrapper .header-bar .header-bar-cobrand-container img {
  display: inline-block;
  height: 42px;
  vertical-align: middle;
  border-color: #006098;
  border-radius: 4px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container {
  font-size: 12px !important;
  line-height: 1;
  height: 100%;
}
.header-bar-wrapper .header-bar .header-bar-tools-container > a,
.header-bar-wrapper .header-bar .header-bar-tools-container > a:link,
.header-bar-wrapper .header-bar .header-bar-tools-container > a:active,
.header-bar-wrapper .header-bar .header-bar-tools-container > a:hover,
.header-bar-wrapper .header-bar .header-bar-tools-container > a:visited {
  color: #fff;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools {
  height: 100%;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li {
  float: left;
  height: 100%;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:link,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:active,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:hover,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:visited {
  color: #fff;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a {
  display: block;
  height: 100%;
  min-width: 75px;
  padding: 17px 15px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a.nav-icon-link {
  padding: 9px 15px 0;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:focus {
  background-color: transparent;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a:hover {
  background-color: #1ba4bf;
  height: calc(100% - -5px);
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a.active {
  background-color: #004166;
  color: #fff;
  height: calc(100% - -5px);
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li > a > .badge {
  margin-left: 5px;
  background-color: #1ba4bf;
  vertical-align: 50%;
  color: #fff;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:link,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:visited,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:focus,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:hover {
  background-color: #004166;
  color: #fff;
  height: calc(100% - -5px);
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:link:after,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:visited:after,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:focus:after,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > a:hover:after {
  background-color: #fff;
  bottom: -27px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  color: #004166;
  content: "Notifications";
  display: block;
  left: calc(50% - 50px);
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  width: 100px;
  z-index: 1;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu {
  border-color: #a3a3a3;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #fff inset, 0 7px 0 1px #e3e3e3 inset, 0 2px 3px 1px rgba(0, 0, 0, 0.16);
  color: #333;
  left: auto;
  right: -75px;
  top: calc(100% - -40px);
  width: 550px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu:after {
  background-color: #e3e3e3;
  border-left: 1px solid #fff;
  border-radius: 4px 0 0;
  border-top: 1px solid #fff;
  box-shadow: -1px -1px 0 0 #cfcfcf;
  content: "";
  display: block;
  height: 13px;
  top: -7px;
  position: absolute;
  right: 100px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  transform: rotate(45deg);
  width: 13px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > .headliner {
  background-color: #fff;
  margin-top: 3px;
  padding: 5px 10px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > .headliner h3 {
  margin: 0;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > .headliner button.close {
  font-size: 14px !important;
  line-height: 1;
  color: #333;
  margin-top: -5px;
  opacity: 1;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > .headliner button.close:hover {
  color: #004166;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > ul > li {
  margin: 5px 10px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu.open > .dropdown-menu > ul > li > .alert {
  margin: 0;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#notificationsHeaderMenu > a:hover:after {
  background-color: #fff;
  bottom: -27px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  color: #004166;
  content: "Notifications";
  display: block;
  left: calc(50% - 50px);
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  width: 100px;
  z-index: 1;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#directoryHeaderMenu.open > a {
  background-color: #004166;
  color: #fff;
  height: calc(100% - -5px);
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#directoryHeaderMenu.open > a:after {
  background-color: #fff;
  bottom: -27px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  color: #004166;
  content: "Directory";
  display: block;
  left: calc(50% - 50px);
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  width: 100px;
  z-index: 1;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#directoryHeaderMenu > a:hover:after {
  background-color: #fff;
  bottom: -27px;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.8);
  color: #004166;
  content: "Directory";
  display: block;
  left: calc(50% - 50px);
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  width: 100px;
  z-index: 1;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > a:link,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > a:visited,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > a:focus,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > a:hover {
  background-color: #004166;
  color: #fff;
  height: calc(100% - -5px);
  height: 100%;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu {
  border: none;
  left: auto;
  margin: 0;
  padding: 0;
  right: 0;
  width: 200px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a:link,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a:active,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a:hover,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a:visited {
  color: #fff;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.significant-menu-item > a {
  font-size: 14px !important;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li:last-child > a {
  box-shadow: none;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.active > a:before {
  content: "\e635";
  font-family: icomoon;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 10px;
  position: absolute;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.active > a > .bullet-icon {
  display: none;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li.active > a:not(:hover) {
  box-shadow: 0 -1px 0 0 rgba(64, 129, 167, 0.2) inset;
  color: #fff;
  background-color: #004166;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li > a {
  font-size: 12px !important;
  line-height: 1;
  box-shadow: 5px 0 0 0 #004166 inset, -5px 0 0 0 #004166 inset, 0 -1px 0 0 rgba(64, 129, 167, 0.2) inset;
  color: #4081a7;
  font-weight: 700;
  height: 100%;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li > a > .bullet-icon {
  left: 10px;
  position: absolute;
  top: 8px;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li > a:active,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li > a:focus,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu.open > .dropdown-menu > li > a:hover {
  box-shadow: 0 -1px 0 0 rgba(64, 129, 167, 0.2) inset;
  color: #fff;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu a,
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu > a {
  text-align: right;
}
.header-bar-wrapper .header-bar .header-bar-tools-container .nav.header-bar-tools > li#userProfileHeaderMenu > ul {
  background-color: #004166;
  color: #fff;
}
.top-nav-bar-wrapper {
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  box-shadow: 0 4px 3px 0 rgba(207, 207, 207, 0.15);
}
.top-nav-bar-wrapper .top-nav-bar {
  height: 100%;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top {
  height: 100%;
  margin: 0;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li {
  float: left;
  height: 100%;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li a {
  display: block;
  height: 100%;
  width: 100%;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:first-child {
  padding-left: 0;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:last-child {
  padding-right: 0;
}
.top-nav-bar-wrapper .top-nav-bar {
  position: relative;
  overflow: hidden;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li {
  padding: 0 15px;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li a {
  letter-spacing: 0.025em;
  padding: 10px 0;
  text-transform: uppercase;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li a:focus {
  background-color: #fff;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li.active a {
  background-color: #fff;
  border-bottom: 5px solid #004166;
  color: #004166;
  font-weight: 600;
  letter-spacing: normal;
}
.top-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:not(.active):hover a {
  background-color: #fff;
  border-bottom: 2px solid #1ba4bf;
}
.top-nav-bar-wrapper .top-nav-bar .upgrade-button {
  text-transform: uppercase;
  height: 75%;
  position: absolute;
  right: 100px;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 13px;
  padding: 4px 10px;
  outline: none;
  margin-top: 5px !important;
  margin-right: 5px !important;
  font-weight: 800;
  color: #fff;
  background-color: #6DBE45;
  text-decoration: none;
}
.top-nav-bar-wrapper .top-nav-bar .upgrade-button:hover {
  background-color: #579a36;
  border-bottom: none;
}
.top-nav-bar-wrapper .top-nav-bar #topNavMemberServicesLink {
  font-size: 10px !important;
  line-height: 1;
  right: 10px;
  text-transform: uppercase;
  top: 10px;
  position: absolute;
}
.top-nav-bar-wrapper .top-nav-bar #topNavMemberServicesLink:hover,
.top-nav-bar-wrapper .top-nav-bar #topNavMemberServicesLink:focus {
  text-decoration: none;
}
.top-nav-bar-wrapper .top-nav-bar #topNavMemberServicesLink .icon-help {
  vertical-align: middle;
}
.top-sub-nav-bar-wrapper {
  font-size: 12px;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.top-sub-nav-bar-wrapper .top-nav-bar {
  height: 100%;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top {
  height: 100%;
  margin: 0;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li {
  float: left;
  height: 100%;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li a {
  display: block;
  height: 100%;
  width: 100%;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:first-child {
  padding-left: 0;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:last-child {
  padding-right: 0;
}
.top-sub-nav-bar-wrapper .top-nav-bar {
  text-align: center;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top {
  display: inline-block;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li {
  padding: 2px 0;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li a {
  padding: 8px 15px;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li.active a {
  background-color: #004166;
  color: #fff;
}
.top-sub-nav-bar-wrapper .top-nav-bar ul.nav-parchment-top li:not(.active):hover a {
  background-color: #1ba4bf;
  color: #fff;
}
.header-bar,
.top-nav-bar,
.body-page,
.footer-bar {
  margin: 0 auto;
  padding-left: 34px;
  padding-right: 34px;
  width: 1100px;
}
.header-bar {
  padding-right: 0;
}
.body-wrapper .body-page {
  min-height: 600px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.footer-bar-wrapper {
  bottom: 0;
  background-color: #000;
  color: #fff;
  height: 50px;
  width: 100%;
  position: absolute;
}
.footer-bar-wrapper a,
.footer-bar-wrapper a:link,
.footer-bar-wrapper a:active,
.footer-bar-wrapper a:hover,
.footer-bar-wrapper a:visited {
  color: #fff;
}
.footer-bar-wrapper.active {
  background-color: #006098;
}
.footer-bar-wrapper.active .footer-bar {
  background-color: #006098;
}
.footer-bar-wrapper .footer-bar {
  background-color: #000;
  padding-top: 18.5px;
  height: 100%;
}
.footer-bar-wrapper .footer-bar > ul {
  margin: 0;
  padding: 0;
}
.footer-bar-wrapper .footer-bar > ul > li {
  display: inline;
}
.footer-bar-wrapper .footer-bar > ul > li:after {
  content: "|";
  vertical-align: text-top;
}
.footer-bar-wrapper .footer-bar > ul > li:last-child:after {
  content: normal;
}
.nav.nav-tabs .pc_01_tab,
.nav.nav-tabs .pc_03_tab {
  border-bottom: none;
}
.tab-pane {
  position: relative;
}
.tab-pane .buttons-below-tabs {
  bottom: -64px;
  position: absolute;
  right: -22px;
}
.tab-pane .buttons-below-tabs.extra-low {
  bottom: -82px;
}
.tab-pane .buttons-below-tabs.xx-low {
  bottom: -90px;
}
.pc_01 {
  min-height: 180px;
}
.pc_01 .tab-content {
  padding: 20px;
  border: 1px solid #cfcfcf;
  border-top: none;
  min-height: 180px;
}
.pc_01_tab {
  border-bottom: 1px solid #cfcfcf;
  padding-left: 10px;
}
.pc_01_tab > li {
  padding-left: 5px;
}
.pc_01_tab > li:not(.active) > a:hover {
  margin-bottom: 1px;
}
.pc_01_tab > li > a {
  padding: 10px 10px;
  background-color: transparent;
  border-color: transparent !important;
}
.pc_01_tab > li > a:hover {
  background-color: #f4f4f4;
  padding-bottom: 9px !important;
}
.pc_01_tab > li.active > a,
.pc_01_tab > li.active > a:hover,
.pc_01_tab > li.active > a:focus {
  color: #004166 !important;
  border-color: #cfcfcf #cfcfcf #fff !important;
  border-top: 0;
  padding-bottom: 11px !important;
}
.pc_01_tab > li.active > a:before {
  color: #004166 !important;
  position: absolute;
  border-top: 5px solid #004166;
  content: "";
  left: -1px;
  top: 0;
  width: calc(100% - -2px);
}
.pc_02 {
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none;
}
.pc_02 > button.close,
.pc_02 a.close {
  color: #555;
  opacity: 0.7;
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  margin: 15px -30px 0 0;
  font-size: 24px;
}
.pc_02 > button.close:hover,
.pc_02 a.close:hover {
  opacity: 1;
}
.pc_02_panel-heading {
  background-color: #fff !important;
  border-color: #fff;
  border-bottom-color: #555 !important;
  font-size: 24px;
  color: #333;
  padding: 5px 0;
}
.pc_02_panel-body {
  background-color: #fff !important;
  border-color: #fff !important;
  padding: 15px 0;
}
.pc_02_panel-body > div > div.bootstrap-table > div.fixed-table-toolbar > div.columns > div.btn-group {
  margin-right: -55px;
}
.pc_02_panel-body > div > div.bootstrap-table > div.fixed-table-toolbar > div.columns > div.btn-group > button > i.glyphicon {
  font-size: 21px;
}
.pc_03 {
  min-height: 180px;
}
.pc_03_subnav {
  min-height: 30px;
  background-color: #004166;
}
.pc_03_tab {
  padding-left: 10px;
}
.pc_03_tab > li {
  padding-left: 10px;
}
.pc_03_tab > li > a {
  padding: 10px 15px;
  background-color: transparent;
}
.pc_03_tab > li > a:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.pc_03_tab > li.active > a,
.pc_03_tab > li.active > a:hover,
.pc_03_tab > li.active > a:focus {
  color: #fff !important;
  background-color: #004166;
  border-color: #004166;
}
/*collapsible-container*/
.collapsible-container {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin-top: 30px;
}
.collapsible-container.closed .collapsible-content {
  display: none;
}
.collapsible-container.open .collapsible-content {
  display: block;
}
.collapsible-container .collapsible-title {
  padding: 10px 30px;
  background-color: #e3e3e3;
  border-radius: 3px 3px 0 0;
}
.collapsible-container .collapsible-title h2 {
  margin: 4px 0 0 0;
}
.collapsible-container .collapsible-title [data-toggle="collapsible-container"]:hover,
.collapsible-container .collapsible-title [data-toggle="collapsible-container"]:focus {
  text-decoration: none;
}
.collapsible-container .collapsible-content {
  padding: 10px 30px;
}
/*side tabs*/
.sideTabsActionBar:before,
.sideTabsActionBar:after,
.sideTabs:before,
.sideTabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.sideTabsActionBar:after,
.sideTabs:after {
  clear: both;
}
.sideTabsActionBar {
  margin: 20px 0 10px 25%;
}
.sideTabs > nav {
  color: #999;
  float: left;
  margin-top: 40px;
  width: 25%;
  letter-spacing: 0.1px;
}
.sideTabs > nav ul {
  list-style: outside none none;
  margin: 0 0 10px 51px;
  padding: 0;
}
.sideTabs > nav ul > li {
  display: block;
  margin: 0;
  position: relative;
}
.sideTabs > nav ul > li.active {
  margin: 0;
}
.sideTabs > nav ul > li.active:before {
  content: "\e635";
  font-family: icomoon;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004166;
  margin-left: -41px;
  margin-top: 0;
  position: absolute;
}
.sideTabs > nav ul > li.active > a {
  color: #004166;
  display: block;
  font-weight: 700;
  letter-spacing: normal;
  text-decoration: none;
}
.sideTabs > nav ul > li.disabled > a:link,
.sideTabs > nav ul > li.disabled > a:visited,
.sideTabs > nav ul > li.disabled > a:hover,
.sideTabs > nav ul > li.disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
.sideTabs > nav ul > li > ul {
  display: none;
  margin-bottom: 10px;
}
.sideTabs > nav ul > li.open > ul,
.sideTabs > nav ul > li.active > ul {
  display: block;
}
.sideTabs > nav > ul {
  margin: 0;
}
.sideTabs > nav > ul > li {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 0 5px;
  position: relative;
}
.sideTabs > nav > ul > li:first-child {
  border-top: 1px solid #e3e3e3;
}
.sideTabs > nav > ul > li.non-active ul {
  margin-left: 46px;
}
.sideTabs > nav > ul > li.open:not(.non-active),
.sideTabs > nav > ul > li.active {
  margin-left: -1px;
  right: -1px;
}
.sideTabs > nav > ul > li.open:not(.non-active):after,
.sideTabs > nav > ul > li.active:after {
  background-color: #004166;
  content: "";
  height: calc(100% - -2px);
  left: 0;
  position: absolute;
  top: -1px;
  width: 5px;
}
.sideTabs > nav > ul > li.open:not(.non-active) > a,
.sideTabs > nav > ul > li.active > a {
  padding-left: 41px;
}
.sideTabs > nav > ul > li.stay-open > .no-link {
  padding-left: 40px;
}
.sideTabs > nav > ul > li > a,
.sideTabs > nav > ul > li > .no-link {
  display: block;
  padding: 10px 0 10px 35px;
}
.sideTabs > nav > ul > li.active:before {
  margin: 10px 0 0 10px;
}
.sideTabs > .sideTabContent {
  border: 1px solid #e3e3e3;
  /*container-border*/
  border-radius: 1px;
  float: left;
  min-height: 500px;
  padding: 40px 10px 20px 20px;
  width: 75%;
}
/*boxWithOptions or boxWithOutOptions*/
.boxWithOptions,
.boxWithOutOptions {
  border: 1px solid #acacac;
  /*container-border*/
  border-radius: 2px 2px 1px 1px;
  float: left;
  height: 170px;
  margin: 5px 10px 5px 0;
  width: 170px;
}
.boxWithOptions.actionable:hover .boxContent:hover,
.boxWithOutOptions.actionable:hover .boxContent:hover {
  box-shadow: 0 0 0 0.5px #2989D2, 0 0 0 3px #2989D2 inset;
  /*primary-blue*/
}
.boxWithOptions .boxContent,
.boxWithOutOptions .boxContent {
  height: 150px;
  position: relative;
  text-align: center;
}
.boxWithOptions .boxContent .boxContentLabel,
.boxWithOutOptions .boxContent .boxContentLabel {
  bottom: 0;
  color: #555555;
  /*gray*/
  font-size: 10px;
  margin: 3px;
  padding: 3px;
  position: absolute;
  width: calc(100% - 12px);
}
.boxWithOptions .boxLogoParent,
.boxWithOutOptions .boxLogoParent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}
.boxWithOptions .boxLogoContainer,
.boxWithOutOptions .boxLogoContainer {
  position: relative;
  top: 50%;
  /* IE 9 support */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.boxWithOptions.open {
  position: relative;
  z-index: 2;
}
.boxWithOptions .boxContent.boxWithLabel .boxLogoParent {
  height: 130px;
}
.boxWithOptions.actionable .boxContent img {
  max-height: 90px;
}
.boxWithOptions .boxOptions {
  position: relative;
}
.boxWithOptions .boxOptions .selected {
  background-color: #2989D2;
  /*primary-blue*/
  border-radius: 0 0 1px 1px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  padding: 1px 10px;
  text-transform: uppercase;
}
.boxWithOptions .boxOptions .selected:after {
  color: #ffffff;
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  right: 10px;
  speak: none;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxWithOptions .boxOptions .selected.muted {
  background-color: #ACACAC;
  /*gray-light*/
}
.boxWithOptions .boxOptions .selected.warning {
  background-color: #C4151C;
  /*warning*/
}
.boxWithOptions .boxOptions ul {
  border-top: 2px solid #6FB4E2;
  /*secondary-blue*/
  background-color: #2989D2;
  /*primary-blue*/
  list-style: outside none none;
  margin: 0 2px;
}
.boxWithOptions .boxOptions ul li {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 8px;
  position: relative;
}
.boxWithOptions .boxOptions ul li.activeafter,
.boxWithOptions .boxOptions ul li:hoverafter {
  color: #ffffff;
  content: "\e61b";
  font-family: icomoon;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  right: 10px;
  speak: none;
  top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boxWithOptions .boxOptions ul li:hover {
  background-color: #E2E2E2;
  /*lighter-grey*/
  color: #555555;
  cursor: pointer;
}
.boxWithOptions .boxOptions ul li:hover:after {
  color: #555555;
  opacity: 0.2;
}
.boxWithOutOptions.actionable:hover {
  border-color: #2989D2;
  /*primary-blue*/
}
.boxWithOutOptions .boxContent {
  height: 170px;
}
/*Form Elements*/
div.form-control {
  overflow: hidden;
}
div.form-control.selectize-control {
  overflow: inherit;
}
.form-control.input-primary {
  box-shadow: 0 1px 1px rgba(0, 65, 102, 0.75) inset;
}
.form-control.input-primary:focus {
  box-shadow: 0 0 0 1px rgba(0, 65, 102, 0.75) inset, 0 0 8px rgba(27, 164, 191, 0.6);
}
.form-control.input-secondary {
  box-shadow: 0 0 0 1px rgba(27, 164, 191, 0.75) inset;
}
.form-control.input-secondary:focus {
  box-shadow: 0 0 0 1px rgba(27, 164, 191, 0.75) inset, 0 0 8px rgba(27, 164, 191, 0.6);
}
.form-control.input-x-s {
  font-size: 12px !important;
  line-height: 1;
  height: 26px;
  padding: 1px 5px;
}
.form-control.input-s {
  font-size: 12px !important;
  line-height: 1;
  height: 26px;
  padding: 2px 8px;
}
.form-control.input-m {
  font-size: 14px !important;
  line-height: 1;
  height: 28px;
  padding: 5px 12px 5px 8px;
}
.form-control.input-l {
  font-size: 16px !important;
  line-height: 1;
  height: 32px;
  padding: 5px 12px 5px 8px;
}
/*radio buttons*/
input[type="radio"].rdo,
input[type="radio"][data-replace-input] {
  display: none;
}
input[type="radio"].rdo + label,
input[type="radio"][data-replace-input] + label {
  font-size: inherit;
}
input[type="radio"].rdo + label:before,
input[type="radio"][data-replace-input] + label:before {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #f4f4f4 inset;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: -4px;
  margin-right: 3px;
  width: 15px;
}
input[type="radio"].rdo.rdo-space + label:before,
input[type="radio"][data-replace-input].rdo-space + label:before {
  margin-right: 25px;
}
input[type="radio"].rdo:checked + label:before,
input[type="radio"][data-replace-input]:checked + label:before {
  box-shadow: 0 0 2px 0 #f4f4f4 inset, 0 0 0 3px #fff inset, 0 0 0 8px #555 inset;
}
input[type="radio"].rdo:checked[disabled] + label,
input[type="radio"][data-replace-input]:checked[disabled] + label {
  opacity: 0.5;
}
/*checkboxes*/
input[type="checkbox"].checkbox {
  display: inline;
}
input[type="checkbox"].chckbx,
input[type="checkbox"][data-replace-input] {
  display: none;
}
input[type="checkbox"].chckbx + label,
input[type="checkbox"][data-replace-input] + label {
  font-size: inherit;
}
input[type="checkbox"].chckbx + label:before,
input[type="checkbox"][data-replace-input] + label:before {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  content: "\e013";
  font-family: Glyphicons Halflings;
  margin-right: 5px;
  padding: 1px 3px;
  font-size: 10px;
  color: transparent;
  border-radius: 2.5px;
}
input[type="checkbox"].chckbx.chckbx-space + label:before,
input[type="checkbox"][data-replace-input].chckbx-space + label:before {
  margin-right: 25px;
}
input[type="checkbox"].chckbx:checked + label:before,
input[type="checkbox"][data-replace-input]:checked + label:before {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
input[type="checkbox"].chckbx:checked[disabled] + label,
input[type="checkbox"][data-replace-input]:checked[disabled] + label {
  opacity: 0.5;
}
input[type="checkbox"].chckbx:checked[disabled] + label:before,
input[type="checkbox"][data-replace-input]:checked[disabled] + label:before {
  color: #777;
}
input[type="checkbox"].chckbx.fedex-labels[disabled] + label,
input[type="checkbox"][data-replace-input].fedex-labels[disabled] + label {
  opacity: 0.5;
}
/*modal*/
.modal01 .modal-dialog .modal-content,
.modalContainer .modal-dialog .modal-content {
  border-radius: 4px;
  min-width: 640px;
}
.modal01 .modal-dialog .modal-content .modal-header,
.modalContainer .modal-dialog .modal-content .modal-header {
  min-height: 50px;
  padding: 13px 18px;
}
.modal01 .modal-dialog .modal-content .modal-header .modal-title,
.modalContainer .modal-dialog .modal-content .modal-header .modal-title {
  color: #555;
  font-weight: bold;
}
.modal01 .modal-dialog .modal-content .modal-header .close,
.modalContainer .modal-dialog .modal-content .modal-header .close {
  color: #555;
  opacity: 0.7;
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  padding-left: 30px;
}
.modal01 .modal-dialog .modal-content .modal-header .close:hover,
.modalContainer .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal01 .modal-dialog .modal-content .modal-body,
.modalContainer .modal-dialog .modal-content .modal-body {
  padding: 13px 18px;
  min-height: 380px;
  max-height: 800px;
  overflow-y: auto;
}
.modal01 .modal-dialog .modal-content .modal-body iframe,
.modalContainer .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 700px;
}
.modal01 .modal-dialog .modal-content .modal-footer,
.modalContainer .modal-dialog .modal-content .modal-footer {
  padding: 13px 18px;
  min-height: 50px;
}
.modal02 .modal-dialog {
  width: 840px;
}
.modal02 .modal-dialog .modal-content {
  min-width: 840px;
  border: 5px solid #555;
}
.modal02 .modal-dialog .modal-content .modal-header {
  min-height: 50px;
  padding: 13px 18px;
  border-bottom: none;
}
.modal02 .modal-dialog .modal-content .modal-header .modal-title {
  color: #555;
  font-weight: bold;
}
.modal02 .modal-dialog .modal-content .modal-header .close {
  color: #1ba4bf;
  opacity: 0.7;
  padding-left: 30px;
}
.modal02 .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal02 .modal-dialog .modal-content .modal-body {
  padding: 13px 18px;
  min-height: 380px;
  max-height: 500px;
  overflow-y: auto;
}
.modal02 .modal-dialog .modal-content .modal-footer {
  padding: 13px 18px;
  min-height: 50px;
  border-top: none;
}
.ui-dialog {
  background-color: #fff;
}
.ui-dialog.ui-widget-content {
  background: #fff none;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close {
  color: #555;
  opacity: 0.7;
  float: right;
  font-size: 19.5px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}
.ui-dialog .ui-dialog-content {
  background-color: #fff;
}
.ui-dialog .ui-dialog-buttonpane {
  background-color: #fff;
}
#disableModalLabel {
  font-size: 12px !important;
  line-height: 1;
  color: #777;
  margin-top: 2px;
}
/* file uploading */
.file-uploader-container {
  background-color: #e3e3e3;
  border: dashed 2px #cfcfcf;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
}
.file-uploader-container.dz-drag-hover,
.file-uploader-container.drag-hover {
  border: solid 2px #1ba4bf;
  background-color: #e3e3e3;
}
.file-uploader-container.dz-drag-hover *,
.file-uploader-container.drag-hover * {
  opacity: 0.9;
}
.file-uploader-container input[type="file"] {
  margin-bottom: 10px;
  width: 100%;
}
.file-uploader-container .file-uploader-message {
  margin-bottom: 10px;
}
.file-uploader-container .file-uploader-link:hover {
  cursor: pointer;
}
.file-uploader-container .supported-file-types {
  margin-top: 10px;
  margin-left: 0;
  padding: 0;
}
.file-uploader-container .supported-file-types > li {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  margin: 2px;
  padding: 0 5px;
  text-transform: uppercase;
}
.dropped-file {
  background-color: #fff;
  border-radius: 9px 43px 9px 9px;
  display: inline-block;
  height: 90px;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 65px;
  border: solid 1px lightgray;
}
.dropped-file.dz-success {
  background-color: #1ba4bf;
}
.dropped-file.dz-success:before {
  border-color: #e3e3e3 #e3e3e3 #1ba4bf #1ba4bf;
}
.dropped-file.dz-success .dropped-file-icon {
  color: #fff;
}
.dropped-file.dz-success .progressbar {
  display: none;
}
.dropped-file.dz-error {
  background-color: #c4151c;
}
.dropped-file.dz-error:before {
  border-color: #e3e3e3 #e3e3e3 #c4151c #c4151c;
}
.dropped-file.dz-error .dropped-file-icon {
  color: #fff;
}
.dropped-file.dz-error .progressbar {
  display: none;
}
.dropped-file:before {
  border-color: #e3e3e3 #e3e3e3 #fff #fff;
  border-style: solid;
  border-width: 0 37px 37px 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.dropped-file .dropped-file-icon {
  margin-top: calc(50% - 5px);
}
.dropped-file .progressbar {
  background-color: #e3e3e3;
  bottom: 10px;
  height: 3px;
  position: absolute;
  width: calc(100% - 20px);
}
.dropped-file .progressbar .progress-current {
  height: 100%;
  background-color: #1ba4bf;
}
.file-drop-zone {
  background-color: #e3e3e3;
  /*gray-lighter*/
  border: dashed 2px #cfcfcf;
  /*container-border*/
  border-radius: 4px;
  text-align: center;
  padding: 10px;
}
.file-drop-zone .supportedFileTypes > div {
  background-color: #fff;
  /*white-label*/
  border: 1px solid #cfcfcf;
  /*container-border*/
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  margin: 2px;
  padding: 0 5px;
}
.modal-bottom-loader {
  margin: 20px 0 5px;
  text-align: center;
}
.dropped-file {
  background-color: #fff;
  /*white-label*/
  border-radius: 9px 43px 9px 9px;
  display: inline-block;
  height: 90px;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  width: 65px;
  border: solid 1px lightgray;
}
.dropped-file:before {
  border-color: #e3e3e3 #e3e3e3 #fff #fff;
  /*gray-lighter, white-label*/
  border-style: solid;
  border-width: 0 37px 37px 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.dropped-file.dz-success {
  background-color: #2989D2;
  /*primary-blue*/
}
.dropped-file.dz-success:before {
  border-color: #e3e3e3 #e3e3e3 #2989D2 #2989D2;
  /*gray-lighter, primary-blue*/
}
.dropped-file.dz-success .dropped-file-icon {
  color: #fff;
  /*white-label*/
}
.dropped-file.dz-success .progressbar {
  display: none;
}
.dropped-file.dz-error {
  background-color: #c4151c;
  /*warning*/
}
.dropped-file.dz-error:before {
  border-color: #e3e3e3 #e3e3e3 #c4151c #c4151c /*gray-lighter, warning*/;
}
.dropped-file.dz-error .dropped-file-icon {
  color: #fff;
  /*white-label*/
}
.dropped-file.dz-error .progressbar {
  display: none;
}
.dropped-file .dropped-file-icon {
  margin-top: calc(50% - 5px);
}
.dropped-file .progressbar {
  background-color: #f4f4f4;
  /*gray-lighter*/
  bottom: 10px;
  height: 3px;
  position: absolute;
  width: calc(100% - 20px);
}
.dropped-file .progressbar .progress-current {
  height: 100%;
  background-color: #2989D2;
  /*primary-blue*/
}
/*misc*/
.image-preview-section-parent {
  background-color: #e3e3e3;
  /*gray-lighter*/
  height: 170px;
  text-align: center;
  padding: 10px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.image-preview-section-parent:before {
  color: #777;
  /*gray-light*/
  content: "Preview";
  font-size: 10px;
  left: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
}
.image-preview-section {
  position: relative;
  top: 50%;
  /* IE <= 9 support */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-preview-section img {
  max-height: 140px;
}
.a-little-margin-top {
  margin-top: 5px;
}
.a-little-more-margin-top {
  margin-top: 10px;
}
/*Charts*/
.charts-container .heading {
  margin-bottom: 0;
}
.charts-container .ui-widget-content {
  background: #fff;
}
.charts-container .barChart .barChartProgressOverlap,
.charts-container .barChart .barChartProgressCount {
  width: 140px;
}
.charts-container .barChart .barChartProgressCount {
  float: left;
}
.charts-container .barChart ol li {
  margin: 0;
  padding-left: 15px;
}
.charts-container .barChart ol,
.charts-container .barChart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.charts-container .barChart ol li,
.charts-container .barChart ul li {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  position: relative;
}
.charts-container .barChart ol li .school,
.charts-container .barChart ul li .school,
.charts-container .barChart ol li .topFeeders,
.charts-container .barChart ul li .topFeeders,
.charts-container .barChart ol li .overlap,
.charts-container .barChart ul li .overlap {
  display: inline-block;
  width: 45%;
}
.charts-container .barChart ol li .icon,
.charts-container .barChart ul li .icon {
  left: 0;
  position: absolute;
  top: 7px;
}
.charts-container .barChart .blueBar {
  float: left;
  background: #f67432;
  background: -moz-linear-gradient(left, #f67432 0%, #ffae7f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f67432), color-stop(100%, #ffae7f));
  background: -webkit-linear-gradient(left, #f67432 0%, #ffae7f 100%);
  background: -o-linear-gradient(left, #f67432 0%, #ffae7f 100%);
  background: -ms-linear-gradient(left, #f67432 0%, #ffae7f 100%);
  background: linear-gradient(left, #f67432 0%, #ffae7f 100%);
}
.charts-container .barChart .redBar {
  background: #94CB6E;
  background: -moz-linear-gradient(left, #94CB6E 0%, #D5E8CA 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #94CB6E), color-stop(100%, #D5E8CA));
  background: -webkit-linear-gradient(left, #94CB6E 0%, #D5E8CA 100%);
  background: -o-linear-gradient(left, #94CB6E 0%, #D5E8CA 100%);
  background: -ms-linear-gradient(left, #94CB6E 0%, #D5E8CA 100%);
  background: linear-gradient(left, #94CB6E 0%, #D5E8CA 100%);
}
.charts-container .barChart .barChartProgressCountValue {
  float: left;
  text-align: right;
  margin-right: 5px;
  width: 50px;
}
.charts-container .barChart .barChartProgressCount > .bar {
  height: 1em;
  max-width: 100%;
}
.charts-container .barChart .legend > div {
  padding: 3px 0;
}
.charts-container .barChart .legend .color {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}
.charts-container .barChartProgressCompare {
  padding: 20px;
}
.charts-container .barChartProgressCompare ol {
  padding: 5px;
  position: relative;
}
.charts-container .chart {
  padding-bottom: 20px;
}
.charts-container .chart.hideTimeline .timeline {
  display: none;
}
.charts-container .chart .ui-widget-header {
  background: #53729E;
  border: 1px solid #53729E;
  padding: 10px;
  color: #fff;
}
.charts-container .chart .ui-widget-header h2 {
  color: #fff;
  margin: 10px 0;
  font-weight: 400;
}
.charts-container .chart .ui-widget-header .timeline {
  float: right;
  margin: -5px 15px 0 0;
}
.charts-container .chart .ui-widget-header .timeline a,
.charts-container .chart .ui-widget-header .timeline a:link,
.charts-container .chart .ui-widget-header .timeline a:active,
.charts-container .chart .ui-widget-header .timeline a:hover,
.charts-container .chart .ui-widget-header .timeline a:visited {
  color: #fff;
}
.charts-container .chart .ui-widget-header .timeline a {
  font-size: 10px !important;
  line-height: 1;
  opacity: 0.6;
  text-decoration: none;
}
.charts-container .chart .ui-widget-header .timeline a.active {
  opacity: 1;
}
.charts-container .chart .ui-widget-header .timeline a:after {
  content: "|";
  font-weight: 700;
  padding: 0 15px;
  text-decoration: none;
}
.charts-container .chart .ui-widget-header .timeline a:last-child:after {
  display: none;
}
.charts-container .chart .ui-widget-content {
  height: auto;
  min-height: 340px;
  border: 1px solid #53729E;
  border-top: 0;
}
.charts-container .chart .chartTitle {
  float: left;
}
.charts-container .barChartProgressCompareLegend {
  float: right;
}
/*Excel export - progress bar*/
div.progressBar {
  border: 1px solid #1ba4bf;
  width: 100px;
  font-size: 1px;
  margin-top: 6px;
}
div.progressBarValue {
  height: 4px;
  font-size: 1px;
  border: 0;
  background-color: #1ba4bf;
}
.rounded-corners {
  border-radius: 4px;
}
/*settings*/
.settings-container {
  margin: 20px auto;
  width: 95%;
}
.settings-box {
  border: 1px solid #e3e3e3;
  padding-bottom: 20px;
}
.settings-header {
  background-color: #e3e3e3;
  line-height: 1;
  vertical-align: middle;
  padding: 15px;
}
.settings-row {
  margin-left: 5px;
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}
/*badges*/
.badge.badge-small {
  font-size: 10px !important;
  line-height: 1;
  padding: 1px 4px;
}
/*replacement for missing bootstrap row-fluid*/
.row-fluid .span2,
.row-fluid .span4,
.row-fluid .span8 {
  display: inline-block;
}
.row-fluid .span2 {
  width: 15.0390625%;
}
.row-fluid .span4 {
  width: 32.03125%;
}
.row-fluid .span8 {
  width: 66.015625%;
}
/* vertical align bootstrap row */
.vertical-align-items {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
/* nowrap */
.no-wrap {
  white-space: nowrap;
}
.hideOverflowText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.attention {
  color: #f67432;
}
.form-control-feedback-no-label {
  top: 0;
}
.has-feedback .selectize-control.single .selectize-input:after {
  border: 0;
}
.page-width-full {
  width: 1064px;
}
.page-width-half {
  width: 532px;
}
.page-width-third {
  width: 354.66666667px;
}
.page-width-quarter {
  width: 266px;
}
[data-toggle=collapse].rotate-90 {
  display: inline-block;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[data-toggle=collapse].rotate-90.collapsed {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.clearable {
  background: #fff url("/d/img/times-circle-secondary.svg") no-repeat right -16px center;
  background-size: 16px;
  border: 1px solid #999;
  padding: 3px 20px 3px 4px;
  /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x {
  background-position: right 5px center;
}
/* (jQ) Show icon */
.clearable.onX {
  cursor: pointer;
}
/* (jQ) hover cursor style */
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/* Remove IE default X */
.pdf-preview-modal iframe {
  width: 100%;
  height: 800px;
  border: none;
  display: block;
}
.pdf-preview-modal .modal-dialog {
  min-width: 90%;
}
.pdf-preview-modal .modal-header {
  background-color: #474747;
  background-image: url(/d/asset/pdf_viewer/images/texture.png), linear-gradient(rgba(82, 82, 82, 0.99), rgba(69, 69, 69, 0.95));
}
.pdf-preview-modal .modal-header,
.pdf-preview-modal .modal-header .close {
  color: #fff;
}
.pdf-preview-modal .modal-header .close {
  opacity: 0.8;
}
.pdf-preview-modal .modal-body {
  padding: 0;
}
.arrow_box {
  position: relative;
  background: #f4f4f4;
  border: 1px solid #cfcfcf;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: calc(100% - 45px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(244, 244, 244, 0);
  border-bottom-color: #f4f4f4;
  border-width: 11px;
  margin-left: -11px;
}
.arrow_box:before {
  border-color: rgba(172, 172, 172, 0);
  border-bottom-color: #cfcfcf;
  border-width: 12px;
  margin-left: -12px;
}
.pin-to-top-right {
  position: absolute;
  z-index: 1051;
  right: 10px;
}
.carousel-outside-controls {
  padding: 0 10%;
}
.carousel-outside-controls .carousel-control,
.carousel-outside-controls .carousel-control:hover {
  background: none;
  top: 0;
  color: #555;
  cursor: pointer;
  width: 10%;
}
.carousel-outside-controls .carousel-inner .item.text-center img {
  margin: 0 auto;
}
.carousel-outside-controls .icon-next,
.carousel-outside-controls .icon-prev {
  font-size: 60px;
  margin-top: -30px;
}
.carousel-outside-controls .icon-prev.icon-scroll-left {
  font-family: "icomoon";
}
.carousel-outside-controls .icon-next.icon-scroll-right {
  font-family: "icomoon";
}
.text-between-line:after,
.text-between-line:before {
  content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
  text-decoration: line-through;
}
.st-toast {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#receiverProductAttributesForm .validation-row {
  padding-top: 20px;
}
#receiverProductAttributesForm .validation-test-string-container {
  padding-bottom: 25px;
}
#receiverProductAttributesForm .validation-button {
  height: 32px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #1692B3;
}
#receiverProductAttributesForm .validation-button:hover {
  text-decoration: none;
}
#receiverProductAttributesForm .validation-button:focus {
  text-decoration: none;
}
#receiverProductAttributesForm .validation-message {
  font-weight: 600;
}
#receiverProductAttributesForm .valid-validation-pattern {
  color: #6cc15d;
}
#receiverProductAttributesForm .invalid-validation-pattern {
  color: #ff0000;
}
.hold-popover:hover {
  text-decoration: none;
}
div[data-reactroot],
.parchment-styles-v5,
body > div[role="dialog"]:not(.ui-dialog) {
  /* States and Alerts v1.00 */
  /* <bootstrap> */
  /* </bootstrap> */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* Buttons v1.00 */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* Colors v1.00 */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /* <Bootstrap> */
  /* </Bootstrap> */
  /*RADIO BUTTONS*/
  /*CHECKBOXES*/
  /*Inputs*/
  /*input[type="text"],
input[type="password"],
input[type="email"] {
  background-color: @mercury;
  color: @emperor;
}

textarea {
  background-color: @mercury !important;
  color: @emperor !important;
} */
}
div[data-reactroot] .alert,
.parchment-styles-v5 .alert,
body > div[role="dialog"]:not(.ui-dialog) .alert {
  color: #FFFFFF !important;
  border-radius: 0!important;
}
div[data-reactroot] .alert .alert-message-wrapper,
.parchment-styles-v5 .alert .alert-message-wrapper,
body > div[role="dialog"]:not(.ui-dialog) .alert .alert-message-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div[data-reactroot] .alert .alert-message-wrapper .alert-icon,
.parchment-styles-v5 .alert .alert-message-wrapper .alert-icon,
body > div[role="dialog"]:not(.ui-dialog) .alert .alert-message-wrapper .alert-icon {
  border-right: 1px solid;
}
div[data-reactroot] .alert .alert-message-wrapper .alert-icon svg,
.parchment-styles-v5 .alert .alert-message-wrapper .alert-icon svg,
body > div[role="dialog"]:not(.ui-dialog) .alert .alert-message-wrapper .alert-icon svg {
  height: 40px;
  width: 40px;
}
div[data-reactroot] .alert .alert-message-wrapper button.close,
.parchment-styles-v5 .alert .alert-message-wrapper button.close,
body > div[role="dialog"]:not(.ui-dialog) .alert .alert-message-wrapper button.close {
  opacity: 1;
}
div[data-reactroot] .alert .alert-message-wrapper button.close svg,
.parchment-styles-v5 .alert .alert-message-wrapper button.close svg,
body > div[role="dialog"]:not(.ui-dialog) .alert .alert-message-wrapper button.close svg {
  height: 30px;
  width: 30px;
}
div[data-reactroot] .btn,
.parchment-styles-v5 .btn,
body > div[role="dialog"]:not(.ui-dialog) .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  min-height: 50px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div[data-reactroot] .btn:focus,
.parchment-styles-v5 .btn:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn:focus,
div[data-reactroot] .btn:active:focus,
.parchment-styles-v5 .btn:active:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn:active:focus,
div[data-reactroot] .btn.active:focus,
.parchment-styles-v5 .btn.active:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn.active:focus,
div[data-reactroot] .btn.focus,
.parchment-styles-v5 .btn.focus,
body > div[role="dialog"]:not(.ui-dialog) .btn.focus,
div[data-reactroot] .btn:active.focus,
.parchment-styles-v5 .btn:active.focus,
body > div[role="dialog"]:not(.ui-dialog) .btn:active.focus,
div[data-reactroot] .btn.active.focus,
.parchment-styles-v5 .btn.active.focus,
body > div[role="dialog"]:not(.ui-dialog) .btn.active.focus {
  outline: 5px auto #B2F2FF;
  outline-offset: -2px;
}
div[data-reactroot] .btn:hover,
.parchment-styles-v5 .btn:hover,
body > div[role="dialog"]:not(.ui-dialog) .btn:hover,
div[data-reactroot] .btn:focus,
.parchment-styles-v5 .btn:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn:focus,
div[data-reactroot] .btn.focus,
.parchment-styles-v5 .btn.focus,
body > div[role="dialog"]:not(.ui-dialog) .btn.focus {
  text-decoration: none;
}
div[data-reactroot] .btn:active,
.parchment-styles-v5 .btn:active,
body > div[role="dialog"]:not(.ui-dialog) .btn:active,
div[data-reactroot] .btn.active,
.parchment-styles-v5 .btn.active,
body > div[role="dialog"]:not(.ui-dialog) .btn.active {
  outline: 0;
  background-image: none;
}
div[data-reactroot] .btn.disabled,
.parchment-styles-v5 .btn.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn.disabled,
div[data-reactroot] .btn[disabled],
.parchment-styles-v5 .btn[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn[disabled],
fieldset[disabled] div[data-reactroot] .btn,
fieldset[disabled] .parchment-styles-v5 .btn,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn {
  cursor: not-allowed;
  color: #FFFFFF;
  background-color: #CFCFCF;
  box-shadow: none;
  border: none;
}
adiv[data-reactroot] .btn.disabled,
a.parchment-styles-v5 .btn.disabled,
abody > div[role="dialog"]:not(.ui-dialog) .btn.disabled,
fieldset[disabled] adiv[data-reactroot] .btn,
fieldset[disabled] a.parchment-styles-v5 .btn,
fieldset[disabled] abody > div[role="dialog"]:not(.ui-dialog) .btn {
  pointer-events: none;
}
div[data-reactroot] .btn-default,
.parchment-styles-v5 .btn-default,
body > div[role="dialog"]:not(.ui-dialog) .btn-default {
  color: #555555;
  border: 1px solid #CFCFCF;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-default:not(.trigger):hover,
.parchment-styles-v5 .btn-default:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-default:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #999999;
}
div[data-reactroot] .btn-default:not(.trigger):active,
.parchment-styles-v5 .btn-default:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-default:not(.trigger):active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #999999 0%, #808080 100%);
}
div[data-reactroot] .btn-primary,
.parchment-styles-v5 .btn-primary,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary {
  color: #FFFFFF;
  background-color: #1DAFCC;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-primary:not(.trigger):hover,
.parchment-styles-v5 .btn-primary:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #17899f;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-primary:not(.trigger):active,
.parchment-styles-v5 .btn-primary:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary:not(.trigger):active,
div[data-reactroot] .btn-primary:not(.trigger).active,
.parchment-styles-v5 .btn-primary:not(.trigger).active,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary:not(.trigger).active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #1DAFCC 0%, #17899f 100%);
  border: 1px solid transparent;
}
div[data-reactroot] .btn-primary.btn-inverse,
.parchment-styles-v5 .btn-primary.btn-inverse,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary.btn-inverse {
  color: #1DAFCC;
  border: 1px solid #1DAFCC;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-primary.disabled,
.parchment-styles-v5 .btn-primary.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn-primary.disabled,
div[data-reactroot] .btn-primary[disabled],
.parchment-styles-v5 .btn-primary[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-primary[disabled],
fieldset[disabled] div[data-reactroot] .btn-primary,
fieldset[disabled] .parchment-styles-v5 .btn-primary,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-primary {
  color: #FFFFFF;
  background-color: #CFCFCF;
  cursor: not-allowed;
  border: none;
}
div[data-reactroot] .btn-success,
.parchment-styles-v5 .btn-success,
body > div[role="dialog"]:not(.ui-dialog) .btn-success {
  color: #FFFFFF;
  background-color: #6DBE45;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-success:not(.trigger):hover,
.parchment-styles-v5 .btn-success:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-success:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #579a36;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-success:not(.trigger):active,
.parchment-styles-v5 .btn-success:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-success:not(.trigger):active,
div[data-reactroot] .btn-success:not(.trigger).active,
.parchment-styles-v5 .btn-success:not(.trigger).active,
body > div[role="dialog"]:not(.ui-dialog) .btn-success:not(.trigger).active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #6DBE45 0%, #579a36 100%);
  border: 1px solid transparent;
}
div[data-reactroot] .btn-success.btn-inverse,
.parchment-styles-v5 .btn-success.btn-inverse,
body > div[role="dialog"]:not(.ui-dialog) .btn-success.btn-inverse {
  color: #6DBE45;
  border: 1px solid #6DBE45;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-success.disabled,
.parchment-styles-v5 .btn-success.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn-success.disabled,
div[data-reactroot] .btn-success[disabled],
.parchment-styles-v5 .btn-success[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-success[disabled],
fieldset[disabled] div[data-reactroot] .btn-success,
fieldset[disabled] .parchment-styles-v5 .btn-success,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-success {
  color: #FFFFFF;
  background-color: #CFCFCF;
  cursor: not-allowed;
  border: none;
}
div[data-reactroot] .btn-info,
.parchment-styles-v5 .btn-info,
body > div[role="dialog"]:not(.ui-dialog) .btn-info {
  color: #FFFFFF;
  background-color: #F1AE1D;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-info:not(.trigger):hover,
.parchment-styles-v5 .btn-info:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-info:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #ce910d;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-info:not(.trigger):active,
.parchment-styles-v5 .btn-info:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-info:not(.trigger):active,
div[data-reactroot] .btn-info:not(.trigger).active,
.parchment-styles-v5 .btn-info:not(.trigger).active,
body > div[role="dialog"]:not(.ui-dialog) .btn-info:not(.trigger).active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #F1AE1D 0%, #ce910d 100%);
  border: 1px solid transparent;
}
div[data-reactroot] .btn-info.btn-inverse,
.parchment-styles-v5 .btn-info.btn-inverse,
body > div[role="dialog"]:not(.ui-dialog) .btn-info.btn-inverse {
  color: #F1AE1D;
  border: 1px solid #F1AE1D;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-info.disabled,
.parchment-styles-v5 .btn-info.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn-info.disabled,
div[data-reactroot] .btn-info[disabled],
.parchment-styles-v5 .btn-info[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-info[disabled],
fieldset[disabled] div[data-reactroot] .btn-info,
fieldset[disabled] .parchment-styles-v5 .btn-info,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-info {
  color: #FFFFFF;
  background-color: #CFCFCF;
  cursor: not-allowed;
  border: none;
}
div[data-reactroot] .btn-warning,
.parchment-styles-v5 .btn-warning,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning {
  color: #FFFFFF;
  background-color: #FF5E00;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-warning:not(.trigger):hover,
.parchment-styles-v5 .btn-warning:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #cc4b00;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-warning:not(.trigger):active,
.parchment-styles-v5 .btn-warning:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning:not(.trigger):active,
div[data-reactroot] .btn-warning:not(.trigger).active,
.parchment-styles-v5 .btn-warning:not(.trigger).active,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning:not(.trigger).active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #FF5E00 0%, #cc4b00 100%);
  border: 1px solid transparent;
}
div[data-reactroot] .btn-warning.btn-inverse,
.parchment-styles-v5 .btn-warning.btn-inverse,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning.btn-inverse {
  color: #FF5E00;
  border: 1px solid #FF5E00;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-warning.disabled,
.parchment-styles-v5 .btn-warning.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn-warning.disabled,
div[data-reactroot] .btn-warning[disabled],
.parchment-styles-v5 .btn-warning[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-warning[disabled],
fieldset[disabled] div[data-reactroot] .btn-warning,
fieldset[disabled] .parchment-styles-v5 .btn-warning,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-warning {
  color: #FFFFFF;
  background-color: #CFCFCF;
  cursor: not-allowed;
  border: none;
}
div[data-reactroot] .btn-danger,
.parchment-styles-v5 .btn-danger,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger {
  color: #FFFFFF;
  background-color: #C4151C;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-danger:not(.trigger):hover,
.parchment-styles-v5 .btn-danger:not(.trigger):hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger:not(.trigger):hover {
  color: #FFFFFF;
  background-color: #961015;
  border: 1px solid transparent;
}
div[data-reactroot] .btn-danger:not(.trigger):active,
.parchment-styles-v5 .btn-danger:not(.trigger):active,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger:not(.trigger):active,
div[data-reactroot] .btn-danger:not(.trigger).active,
.parchment-styles-v5 .btn-danger:not(.trigger).active,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger:not(.trigger).active {
  color: #FFFFFF;
  background: linear-gradient(0deg, #C4151C 0%, #961015 100%);
  border: 1px solid transparent;
}
div[data-reactroot] .btn-danger.btn-inverse,
.parchment-styles-v5 .btn-danger.btn-inverse,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger.btn-inverse {
  color: #C4151C;
  border: 1px solid #C4151C;
  background-color: #FFFFFF;
}
div[data-reactroot] .btn-danger.disabled,
.parchment-styles-v5 .btn-danger.disabled,
body > div[role="dialog"]:not(.ui-dialog) .btn-danger.disabled,
div[data-reactroot] .btn-danger[disabled],
.parchment-styles-v5 .btn-danger[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-danger[disabled],
fieldset[disabled] div[data-reactroot] .btn-danger,
fieldset[disabled] .parchment-styles-v5 .btn-danger,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-danger {
  color: #FFFFFF;
  background-color: #CFCFCF;
  cursor: not-allowed;
  border: none;
}
div[data-reactroot] .btn-link,
.parchment-styles-v5 .btn-link,
body > div[role="dialog"]:not(.ui-dialog) .btn-link {
  color: #1DAFCC;
  font-weight: normal;
  border-radius: 0;
  min-height: 0 !important;
}
div[data-reactroot] .btn-link,
.parchment-styles-v5 .btn-link,
body > div[role="dialog"]:not(.ui-dialog) .btn-link,
div[data-reactroot] .btn-link:active,
.parchment-styles-v5 .btn-link:active,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:active,
div[data-reactroot] .btn-link.active,
.parchment-styles-v5 .btn-link.active,
body > div[role="dialog"]:not(.ui-dialog) .btn-link.active,
div[data-reactroot] .btn-link[disabled],
.parchment-styles-v5 .btn-link[disabled],
body > div[role="dialog"]:not(.ui-dialog) .btn-link[disabled],
fieldset[disabled] div[data-reactroot] .btn-link,
fieldset[disabled] .parchment-styles-v5 .btn-link,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div[data-reactroot] .btn-link,
.parchment-styles-v5 .btn-link,
body > div[role="dialog"]:not(.ui-dialog) .btn-link,
div[data-reactroot] .btn-link:hover,
.parchment-styles-v5 .btn-link:hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:hover,
div[data-reactroot] .btn-link:focus,
.parchment-styles-v5 .btn-link:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:focus,
div[data-reactroot] .btn-link:active,
.parchment-styles-v5 .btn-link:active,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:active {
  border-color: transparent;
}
div[data-reactroot] .btn-link:hover,
.parchment-styles-v5 .btn-link:hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:hover,
div[data-reactroot] .btn-link:focus,
.parchment-styles-v5 .btn-link:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn-link:focus {
  color: #0093B2;
  text-decoration: none;
  background-color: transparent;
}
div[data-reactroot] .btn-link[disabled]:hover,
.parchment-styles-v5 .btn-link[disabled]:hover,
body > div[role="dialog"]:not(.ui-dialog) .btn-link[disabled]:hover,
fieldset[disabled] div[data-reactroot] .btn-link:hover,
fieldset[disabled] .parchment-styles-v5 .btn-link:hover,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-link:hover,
div[data-reactroot] .btn-link[disabled]:focus,
.parchment-styles-v5 .btn-link[disabled]:focus,
body > div[role="dialog"]:not(.ui-dialog) .btn-link[disabled]:focus,
fieldset[disabled] div[data-reactroot] .btn-link:focus,
fieldset[disabled] .parchment-styles-v5 .btn-link:focus,
fieldset[disabled] body > div[role="dialog"]:not(.ui-dialog) .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
div[data-reactroot] .btn-lg,
.parchment-styles-v5 .btn-lg,
body > div[role="dialog"]:not(.ui-dialog) .btn-lg {
  min-height: 60px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 8px;
}
div[data-reactroot] .btn-sm,
.parchment-styles-v5 .btn-sm,
body > div[role="dialog"]:not(.ui-dialog) .btn-sm {
  min-height: 40px;
  padding: 9px 15px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
div[data-reactroot] .btn-xs,
.parchment-styles-v5 .btn-xs,
body > div[role="dialog"]:not(.ui-dialog) .btn-xs {
  min-height: 40px;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
}
div[data-reactroot] .btn-block,
.parchment-styles-v5 .btn-block,
body > div[role="dialog"]:not(.ui-dialog) .btn-block {
  display: block;
  width: 100%;
}
div[data-reactroot] .btn-block + .btn-block,
.parchment-styles-v5 .btn-block + .btn-block,
body > div[role="dialog"]:not(.ui-dialog) .btn-block + .btn-block {
  margin-top: 5px;
}
div[data-reactroot] input[type="submit"].btn-block,
.parchment-styles-v5 input[type="submit"].btn-block,
body > div[role="dialog"]:not(.ui-dialog) input[type="submit"].btn-block,
div[data-reactroot] input[type="reset"].btn-block,
.parchment-styles-v5 input[type="reset"].btn-block,
body > div[role="dialog"]:not(.ui-dialog) input[type="reset"].btn-block,
div[data-reactroot] input[type="button"].btn-block,
.parchment-styles-v5 input[type="button"].btn-block,
body > div[role="dialog"]:not(.ui-dialog) input[type="button"].btn-block {
  width: 100%;
}
div[data-reactroot] .ui-button,
.parchment-styles-v5 .ui-button,
body > div[role="dialog"]:not(.ui-dialog) .ui-button {
  white-space: normal;
  border-radius: 6px;
  padding: 0 16px;
  min-height: 50px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border: 0;
  font-size: 16px;
  outline: none;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
div[data-reactroot] .ui-button:disabled,
.parchment-styles-v5 .ui-button:disabled,
body > div[role="dialog"]:not(.ui-dialog) .ui-button:disabled {
  background-color: #777777 !important;
  color: #FFFFFF !important;
}
div[data-reactroot] .ui-button:hover,
.parchment-styles-v5 .ui-button:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button:hover {
  background-color: #808080;
}
div[data-reactroot] .ui-button.primary,
.parchment-styles-v5 .ui-button.primary,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.primary {
  color: #FFFFFF;
  background-color: #6DBE45;
}
div[data-reactroot] .ui-button.primary:hover,
.parchment-styles-v5 .ui-button.primary:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.primary:hover {
  background-color: #579a36;
}
div[data-reactroot] .ui-button.primary.hollow,
.parchment-styles-v5 .ui-button.primary.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.primary.hollow {
  text-transform: none;
  color: #6DBE45;
  border: 1px solid #6DBE45;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.secondary,
.parchment-styles-v5 .ui-button.secondary,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.secondary {
  color: #FFFFFF;
  background-color: #1DAFCC;
}
div[data-reactroot] .ui-button.secondary:hover,
.parchment-styles-v5 .ui-button.secondary:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.secondary:hover {
  background-color: #17899f;
}
div[data-reactroot] .ui-button.secondary.hollow,
.parchment-styles-v5 .ui-button.secondary.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.secondary.hollow {
  text-transform: none;
  color: #1DAFCC;
  border: 1px solid #1DAFCC;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.light,
.parchment-styles-v5 .ui-button.light,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.light {
  color: #FFFFFF;
  background-color: #F4F4F4;
}
div[data-reactroot] .ui-button.light:hover,
.parchment-styles-v5 .ui-button.light:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.light:hover {
  background-color: #dbdbdb;
}
div[data-reactroot] .ui-button.light.hollow,
.parchment-styles-v5 .ui-button.light.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.light.hollow {
  text-transform: none;
  color: #F4F4F4;
  border: 1px solid #F4F4F4;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.dark,
.parchment-styles-v5 .ui-button.dark,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.dark {
  color: #FFFFFF;
  background-color: #555555;
}
div[data-reactroot] .ui-button.dark:hover,
.parchment-styles-v5 .ui-button.dark:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.dark:hover {
  background-color: #3b3b3b;
}
div[data-reactroot] .ui-button.dark.hollow,
.parchment-styles-v5 .ui-button.dark.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.dark.hollow {
  text-transform: none;
  color: #555555;
  border: 1px solid #555555;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.warning,
.parchment-styles-v5 .ui-button.warning,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.warning {
  color: #FFFFFF;
  background-color: #FF5E00;
}
div[data-reactroot] .ui-button.warning:hover,
.parchment-styles-v5 .ui-button.warning:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.warning:hover {
  background-color: #cc4b00;
}
div[data-reactroot] .ui-button.warning.hollow,
.parchment-styles-v5 .ui-button.warning.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.warning.hollow {
  text-transform: none;
  color: #FF5E00;
  border: 1px solid #FF5E00;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.error,
.parchment-styles-v5 .ui-button.error,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.error {
  color: #FFFFFF;
  background-color: #C4151C;
}
div[data-reactroot] .ui-button.error:hover,
.parchment-styles-v5 .ui-button.error:hover,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.error:hover {
  background-color: #961015;
}
div[data-reactroot] .ui-button.error.hollow,
.parchment-styles-v5 .ui-button.error.hollow,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.error.hollow {
  text-transform: none;
  color: #C4151C;
  border: 1px solid #C4151C;
  background-color: #FFFFFF;
}
div[data-reactroot] .ui-button.smallest,
.parchment-styles-v5 .ui-button.smallest,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.smallest {
  border-radius: 3px;
  font-size: 13px;
  min-height: 30px;
  padding: 0 10px;
}
div[data-reactroot] .ui-button.small,
.parchment-styles-v5 .ui-button.small,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.small {
  border-radius: 4px;
  font-size: 13px;
  min-height: 40px;
  padding: 0 13px;
}
div[data-reactroot] .ui-button.large,
.parchment-styles-v5 .ui-button.large,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.large {
  border-radius: 8px;
  font-size: 20px;
  min-height: 60px;
  padding: 0 20px;
}
div[data-reactroot] .ui-button.split,
.parchment-styles-v5 .ui-button.split,
body > div[role="dialog"]:not(.ui-dialog) .ui-button.split {
  text-transform: none;
}
div[data-reactroot] .dropdown,
.parchment-styles-v5 .dropdown,
body > div[role="dialog"]:not(.ui-dialog) .dropdown {
  width: 100%;
}
div[data-reactroot] .dropdown > button.dropdown-toggle,
.parchment-styles-v5 .dropdown > button.dropdown-toggle,
body > div[role="dialog"]:not(.ui-dialog) .dropdown > button.dropdown-toggle {
  border-radius: 3px;
}
div[data-reactroot] .dropdown > button.dropdown-toggle span.caret,
.parchment-styles-v5 .dropdown > button.dropdown-toggle span.caret,
body > div[role="dialog"]:not(.ui-dialog) .dropdown > button.dropdown-toggle span.caret {
  border-width: 6px;
  margin: 2px 0 2px 2px;
}
div[data-reactroot] .dropdown.float.open:after,
.parchment-styles-v5 .dropdown.float.open:after,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open:after {
  content: '';
  margin-top: 50px;
  margin-bottom: -37px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  display: block;
  border: 1px solid #CFCFCF;
  background-color: #FFFFFF;
  width: 24px;
  height: 24px;
  border-radius: 3px;
}
div[data-reactroot] .dropdown.float.open:before,
.parchment-styles-v5 .dropdown.float.open:before,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open:before {
  content: '';
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  background-color: #FFFFFF;
  width: 16px;
  top: 56px;
  height: 1px;
  position: relative;
  z-index: 10000;
}
div[data-reactroot] .dropdown.float.open > button,
.parchment-styles-v5 .dropdown.float.open > button,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open > button {
  box-shadow: 0 0 3px 3px rgba(29, 175, 204, 0.3);
  border-width: 0;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu {
  margin-top: 18px;
  padding: 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu::-webkit-scrollbar,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu::-webkit-scrollbar,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu::-webkit-scrollbar {
  width: 20px;
  background-color: #CFCFCF;
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 10px;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu::-webkit-scrollbar-thumb,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu::-webkit-scrollbar-thumb,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu::-webkit-scrollbar-thumb {
  border: 7px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.35);
}
div[data-reactroot] .dropdown.float.open .dropdown-menu::-webkit-scrollbar-button,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu::-webkit-scrollbar-button,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu::-webkit-scrollbar-corner,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu::-webkit-scrollbar-corner,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu::-webkit-scrollbar-corner {
  background-color: transparent;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu li,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu li,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu li {
  overflow-x: hidden;
}
div[data-reactroot] .dropdown.float.open .dropdown-menu li a,
.parchment-styles-v5 .dropdown.float.open .dropdown-menu li a,
body > div[role="dialog"]:not(.ui-dialog) .dropdown.float.open .dropdown-menu li a {
  padding: 10px 16px;
}
div[data-reactroot] .open > button.dropdown-toggle.btn-block.btn.btn-default,
.parchment-styles-v5 .open > button.dropdown-toggle.btn-block.btn.btn-default,
body > div[role="dialog"]:not(.ui-dialog) .open > button.dropdown-toggle.btn-block.btn.btn-default {
  background-color: #FFFFFF;
}
div[data-reactroot] .open > button.dropdown-toggle.btn-block.btn.btn-default span.caret,
.parchment-styles-v5 .open > button.dropdown-toggle.btn-block.btn.btn-default span.caret,
body > div[role="dialog"]:not(.ui-dialog) .open > button.dropdown-toggle.btn-block.btn.btn-default span.caret {
  color: #1DAFCC;
}
@media (min-width: 0) {
  div[data-reactroot] .container,
  .parchment-styles-v5 .container,
  body > div[role="dialog"]:not(.ui-dialog) .container {
    width: 960px;
  }
}
div[data-reactroot] .modal-dialog button.close,
.parchment-styles-v5 .modal-dialog button.close,
body > div[role="dialog"]:not(.ui-dialog) .modal-dialog button.close {
  margin-top: 0 !important;
  opacity: 1;
  color: #1DAFCC;
}
div[data-reactroot] .modal-dialog .modal-content,
.parchment-styles-v5 .modal-dialog .modal-content,
body > div[role="dialog"]:not(.ui-dialog) .modal-dialog .modal-content {
  border-radius: 0!important;
}
div[data-reactroot] .bold,
.parchment-styles-v5 .bold,
body > div[role="dialog"]:not(.ui-dialog) .bold {
  font-weight: 700;
}
div[data-reactroot] .semi-bold,
.parchment-styles-v5 .semi-bold,
body > div[role="dialog"]:not(.ui-dialog) .semi-bold {
  font-weight: 600;
}
div[data-reactroot] .light,
.parchment-styles-v5 .light,
body > div[role="dialog"]:not(.ui-dialog) .light {
  font-weight: 300;
}
div[data-reactroot] .uppercase,
.parchment-styles-v5 .uppercase,
body > div[role="dialog"]:not(.ui-dialog) .uppercase {
  text-transform: uppercase;
}
div[data-reactroot] .form-control:not(:focus),
.parchment-styles-v5 .form-control:not(:focus),
body > div[role="dialog"]:not(.ui-dialog) .form-control:not(:focus) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
div[data-reactroot] input[type="radio"].input-radio,
.parchment-styles-v5 input[type="radio"].input-radio,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio,
div[data-reactroot] input[type="radio"][data-replace-input],
.parchment-styles-v5 input[type="radio"][data-replace-input],
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input] {
  display: none;
}
div[data-reactroot] input[type="radio"].input-radio + label,
.parchment-styles-v5 input[type="radio"].input-radio + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio + label,
div[data-reactroot] input[type="radio"][data-replace-input] + label,
.parchment-styles-v5 input[type="radio"][data-replace-input] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input] + label {
  font-size: inherit;
  padding-left: 16px !important;
}
div[data-reactroot] input[type="radio"].input-radio + label:before,
.parchment-styles-v5 input[type="radio"].input-radio + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio + label:before,
div[data-reactroot] input[type="radio"][data-replace-input] + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input] + label:before {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #F4F4F4 inset;
  content: "";
  display: inline-block;
  height: 18px;
  margin-bottom: -4px;
  margin-right: 5px;
  width: 18px;
}
div[data-reactroot] input[type="radio"].input-radio:checked + label:before,
.parchment-styles-v5 input[type="radio"].input-radio:checked + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio:checked + label:before,
div[data-reactroot] input[type="radio"][data-replace-input]:checked + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input]:checked + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input]:checked + label:before {
  box-shadow: 0 0 2px 0 #F4F4F4 inset, 0 0 0 3px #FFFFFF inset, 0 0 0 8px #555555 inset;
}
div[data-reactroot] input[type="radio"].input-radio:checked[disabled] + label,
.parchment-styles-v5 input[type="radio"].input-radio:checked[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio:checked[disabled] + label,
div[data-reactroot] input[type="radio"][data-replace-input]:checked[disabled] + label,
.parchment-styles-v5 input[type="radio"][data-replace-input]:checked[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input]:checked[disabled] + label,
div[data-reactroot] input[type="radio"].input-radio:checked .disabled + label,
.parchment-styles-v5 input[type="radio"].input-radio:checked .disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio:checked .disabled + label,
div[data-reactroot] input[type="radio"][data-replace-input]:checked .disabled + label,
.parchment-styles-v5 input[type="radio"][data-replace-input]:checked .disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input]:checked .disabled + label {
  opacity: 0.5;
}
div[data-reactroot] input[type="radio"].input-radio:checked[disabled] + label:before,
.parchment-styles-v5 input[type="radio"].input-radio:checked[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio:checked[disabled] + label:before,
div[data-reactroot] input[type="radio"][data-replace-input]:checked[disabled] + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input]:checked[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input]:checked[disabled] + label:before,
div[data-reactroot] input[type="radio"].input-radio:checked .disabled + label:before,
.parchment-styles-v5 input[type="radio"].input-radio:checked .disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio:checked .disabled + label:before,
div[data-reactroot] input[type="radio"][data-replace-input]:checked .disabled + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input]:checked .disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input]:checked .disabled + label:before {
  color: #777777;
}
div[data-reactroot] input[type="radio"].input-radio[disabled] + label,
.parchment-styles-v5 input[type="radio"].input-radio[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio[disabled] + label,
div[data-reactroot] input[type="radio"][data-replace-input][disabled] + label,
.parchment-styles-v5 input[type="radio"][data-replace-input][disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input][disabled] + label,
div[data-reactroot] input[type="radio"].input-radio .disabled + label,
.parchment-styles-v5 input[type="radio"].input-radio .disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio .disabled + label,
div[data-reactroot] input[type="radio"][data-replace-input] .disabled + label,
.parchment-styles-v5 input[type="radio"][data-replace-input] .disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input] .disabled + label {
  opacity: 0.5;
}
div[data-reactroot] input[type="radio"].input-radio[disabled] + label:before,
.parchment-styles-v5 input[type="radio"].input-radio[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio[disabled] + label:before,
div[data-reactroot] input[type="radio"][data-replace-input][disabled] + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input][disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input][disabled] + label:before,
div[data-reactroot] input[type="radio"].input-radio .disabled + label:before,
.parchment-styles-v5 input[type="radio"].input-radio .disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio .disabled + label:before,
div[data-reactroot] input[type="radio"][data-replace-input] .disabled + label:before,
.parchment-styles-v5 input[type="radio"][data-replace-input] .disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input] .disabled + label:before {
  color: #777777;
}
div[data-reactroot] input[type="radio"].input-radio.input-radio-space + label,
.parchment-styles-v5 input[type="radio"].input-radio.input-radio-space + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"].input-radio.input-radio-space + label,
div[data-reactroot] input[type="radio"][data-replace-input].input-radio-space + label,
.parchment-styles-v5 input[type="radio"][data-replace-input].input-radio-space + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="radio"][data-replace-input].input-radio-space + label {
  margin-right: 25px;
}
div[data-reactroot] input[type="checkbox"].checkbox,
.parchment-styles-v5 input[type="checkbox"].checkbox,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].checkbox {
  display: inline;
}
div[data-reactroot] input[type="checkbox"].input-checkbox,
.parchment-styles-v5 input[type="checkbox"].input-checkbox,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox,
div[data-reactroot] input[type="checkbox"][data-replace-input],
.parchment-styles-v5 input[type="checkbox"][data-replace-input],
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input] {
  display: none;
}
div[data-reactroot] input[type="checkbox"].input-checkbox + label,
.parchment-styles-v5 input[type="checkbox"].input-checkbox + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox + label,
div[data-reactroot] input[type="checkbox"][data-replace-input] + label,
.parchment-styles-v5 input[type="checkbox"][data-replace-input] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input] + label {
  font-size: inherit;
  padding-left: 16px !important;
}
div[data-reactroot] input[type="checkbox"].input-checkbox + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input] + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input] + label:before {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  margin-right: 8px;
  padding: 4px 6px;
  font-size: 12px;
  color: transparent;
  border-radius: 5px;
}
div[data-reactroot] input[type="checkbox"].input-checkbox:checked + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox:checked + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox:checked + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input]:checked + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input]:checked + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input]:checked + label:before {
  color: #FFFFFF;
  background-color: #777777;
  border-color: #777777;
}
div[data-reactroot] input[type="checkbox"].input-checkbox:checked[disabled] + label,
.parchment-styles-v5 input[type="checkbox"].input-checkbox:checked[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox:checked[disabled] + label,
div[data-reactroot] input[type="checkbox"][data-replace-input]:checked[disabled] + label,
.parchment-styles-v5 input[type="checkbox"][data-replace-input]:checked[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input]:checked[disabled] + label,
div[data-reactroot] input[type="checkbox"].input-checkbox:checked.disabled + label,
.parchment-styles-v5 input[type="checkbox"].input-checkbox:checked.disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox:checked.disabled + label,
div[data-reactroot] input[type="checkbox"][data-replace-input]:checked.disabled + label,
.parchment-styles-v5 input[type="checkbox"][data-replace-input]:checked.disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input]:checked.disabled + label {
  opacity: 0.5;
}
div[data-reactroot] input[type="checkbox"].input-checkbox:checked[disabled] + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox:checked[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox:checked[disabled] + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input]:checked[disabled] + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input]:checked[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input]:checked[disabled] + label:before,
div[data-reactroot] input[type="checkbox"].input-checkbox:checked.disabled + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox:checked.disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox:checked.disabled + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input]:checked.disabled + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input]:checked.disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input]:checked.disabled + label:before {
  color: #777777;
}
div[data-reactroot] input[type="checkbox"].input-checkbox[disabled] + label,
.parchment-styles-v5 input[type="checkbox"].input-checkbox[disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox[disabled] + label,
div[data-reactroot] input[type="checkbox"][data-replace-input][disabled] + label,
.parchment-styles-v5 input[type="checkbox"][data-replace-input][disabled] + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input][disabled] + label,
div[data-reactroot] input[type="checkbox"].input-checkbox.disabled + label,
.parchment-styles-v5 input[type="checkbox"].input-checkbox.disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox.disabled + label,
div[data-reactroot] input[type="checkbox"][data-replace-input].disabled + label,
.parchment-styles-v5 input[type="checkbox"][data-replace-input].disabled + label,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input].disabled + label {
  opacity: 0.5;
}
div[data-reactroot] input[type="checkbox"].input-checkbox[disabled] + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox[disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox[disabled] + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input][disabled] + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input][disabled] + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input][disabled] + label:before,
div[data-reactroot] input[type="checkbox"].input-checkbox.disabled + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox.disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox.disabled + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input].disabled + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input].disabled + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input].disabled + label:before {
  color: #777777;
}
div[data-reactroot] input[type="checkbox"].input-checkbox.input-checkbox-space + label:before,
.parchment-styles-v5 input[type="checkbox"].input-checkbox.input-checkbox-space + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"].input-checkbox.input-checkbox-space + label:before,
div[data-reactroot] input[type="checkbox"][data-replace-input].input-checkbox-space + label:before,
.parchment-styles-v5 input[type="checkbox"][data-replace-input].input-checkbox-space + label:before,
body > div[role="dialog"]:not(.ui-dialog) input[type="checkbox"][data-replace-input].input-checkbox-space + label:before {
  margin-right: 25px;
}
div[data-reactroot] .has-success .form-control,
.parchment-styles-v5 .has-success .form-control,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control {
  color: #6DBE45;
  border-color: #6DBE45;
  background-color: #EAF4E7;
}
div[data-reactroot] .has-success .form-control::-moz-placeholder,
.parchment-styles-v5 .has-success .form-control::-moz-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control::-moz-placeholder {
  color: rgba(109, 190, 69, 0.6);
  opacity: 1;
}
div[data-reactroot] .has-success .form-control:-ms-input-placeholder,
.parchment-styles-v5 .has-success .form-control:-ms-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control:-ms-input-placeholder {
  color: rgba(109, 190, 69, 0.6);
}
div[data-reactroot] .has-success .form-control::-webkit-input-placeholder,
.parchment-styles-v5 .has-success .form-control::-webkit-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control::-webkit-input-placeholder {
  color: rgba(109, 190, 69, 0.6);
}
div[data-reactroot] .has-success .form-control:focus,
.parchment-styles-v5 .has-success .form-control:focus,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control:focus,
div[data-reactroot] .has-success .form-control:active,
.parchment-styles-v5 .has-success .form-control:active,
body > div[role="dialog"]:not(.ui-dialog) .has-success .form-control:active {
  box-shadow: 0 0 4px 0 #6DBE45;
  outline: none;
}
div[data-reactroot] .has-warning .form-control,
.parchment-styles-v5 .has-warning .form-control,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control {
  color: #F1AE1D;
  border-color: #F1AE1D;
  background-color: #FFF6E2;
}
div[data-reactroot] .has-warning .form-control::-moz-placeholder,
.parchment-styles-v5 .has-warning .form-control::-moz-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control::-moz-placeholder {
  color: rgba(241, 174, 29, 0.6);
  opacity: 1;
}
div[data-reactroot] .has-warning .form-control:-ms-input-placeholder,
.parchment-styles-v5 .has-warning .form-control:-ms-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control:-ms-input-placeholder {
  color: rgba(241, 174, 29, 0.6);
}
div[data-reactroot] .has-warning .form-control::-webkit-input-placeholder,
.parchment-styles-v5 .has-warning .form-control::-webkit-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control::-webkit-input-placeholder {
  color: rgba(241, 174, 29, 0.6);
}
div[data-reactroot] .has-warning .form-control:focus,
.parchment-styles-v5 .has-warning .form-control:focus,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control:focus,
div[data-reactroot] .has-warning .form-control:active,
.parchment-styles-v5 .has-warning .form-control:active,
body > div[role="dialog"]:not(.ui-dialog) .has-warning .form-control:active {
  box-shadow: 0 0 4px 0 #F1AE1D;
  outline: none;
}
div[data-reactroot] .has-error .form-control,
.parchment-styles-v5 .has-error .form-control,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control {
  color: #C4151C;
  border-color: #C4151C;
  background-color: #FFEDED;
}
div[data-reactroot] .has-error .form-control::-moz-placeholder,
.parchment-styles-v5 .has-error .form-control::-moz-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control::-moz-placeholder {
  color: rgba(196, 21, 28, 0.6);
  opacity: 1;
}
div[data-reactroot] .has-error .form-control:-ms-input-placeholder,
.parchment-styles-v5 .has-error .form-control:-ms-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control:-ms-input-placeholder {
  color: rgba(196, 21, 28, 0.6);
}
div[data-reactroot] .has-error .form-control::-webkit-input-placeholder,
.parchment-styles-v5 .has-error .form-control::-webkit-input-placeholder,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control::-webkit-input-placeholder {
  color: rgba(196, 21, 28, 0.6);
}
div[data-reactroot] .has-error .form-control:focus,
.parchment-styles-v5 .has-error .form-control:focus,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control:focus,
div[data-reactroot] .has-error .form-control:active,
.parchment-styles-v5 .has-error .form-control:active,
body > div[role="dialog"]:not(.ui-dialog) .has-error .form-control:active {
  box-shadow: 0 0 4px 0 #C4151C;
  outline: none;
}
div[data-reactroot] .well,
.parchment-styles-v5 .well,
body > div[role="dialog"]:not(.ui-dialog) .well {
  background-color: #F4F4F4;
  border: 1px solid #CFCFCF;
}
div[data-reactroot] .tooltip-inner,
.parchment-styles-v5 .tooltip-inner,
body > div[role="dialog"]:not(.ui-dialog) .tooltip-inner {
  width: initial;
}
div[data-reactroot][role="dialog"],
.parchment-styles-v5[role="dialog"],
body > div[role="dialog"]:not(.ui-dialog)[role="dialog"] {
  position: relative;
  z-index: 10000;
}
.parchment-react .rules-engine-component .error-tooltip .popover-content {
  margin-top: 0 !important;
}
.parchment-react .rules-engine-component .popover:not(.primitive-popover).top:after {
  border-bottom: none !important;
}
.ui-datepicker {
  background: #F4F4F4;
  color: #65645A;
  border-color: #E3E3E3;
  padding: 3px;
}
.ui-datepicker .ui-datepicker-header {
  background: #E3E3E3;
  border-width: 0;
  color: #7D7E78;
  margin: -2px;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  color: #1BA4BF;
  font-size: 110%;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
.ui-datepicker .ui-icon {
  background: none;
  text-indent: 0;
  color: transparent;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ui-datepicker .ui-icon-circle-triangle-w:before {
  content: "\e621";
  color: #1BA4BF;
}
.ui-datepicker .ui-icon-circle-triangle-e:before {
  content: "\e620";
  color: #1BA4BF;
}
.ui-datepicker .ui-state-default {
  background: #E3E3E3;
  color: #1BA4BF;
  border-width: 0;
  padding: 0.2em 0.4em;
  font-weight: 700;
  line-height: 2em;
}
.ui-datepicker .ui-state-hover {
  color: #006098;
}
.ui-datepicker .ui-state-active {
  background: #006098;
  color: #FFFFFF !important;
}
.ui-datepicker .ui-state-highlight {
  font-weight: 800;
  text-decoration: underline;
}
.ui-datepicker th {
  color: #ACACAC;
}
.member-information-page .medium {
  font-size: 16px !important;
  line-height: 1;
}
.member-information-page h3 {
  font-size: 25px !important;
  font-weight: 600;
}
.member-information-page h3 svg {
  font-size: 20px !important;
}
.enable-fedex-wrapper {
  margin: 1rem 0 0 1rem !important;
}
.enable-fedex-wrapper .enable-fedex-help-text {
  font-size: 75% !important;
  margin-left: 2.75rem !important;
  opacity: 0.5 !important;
}
.no-upload-preview-wrapper {
  border: 1px black dotted;
  height: 100px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.no-upload-preview-wrapper:hover {
  opacity: 80;
  background-color: #f4f4f4;
  border: 1px black solid;
}
