@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
/* BASE */
/* FONTS */
/* STRUCTURE */
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
/* BASE */
/* FONTS */
/* STRUCTURE */
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
@import url(../styles/fonts/roboto/roboto-font.css);
@import url(../styles/fonts/karbon/karbon-font.css);
body {
  background-color: #eeeeee;
  color: #333333;
  font-family: 'Roboto', 'sans-serif'; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
  margin-bottom: 20px; }

h4, h5, h6 {
  color: #AAAAAA; }

h3 + h6 {
  margin-top: -20px; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px; }

ul {
  list-style: none;
  list-style-position: outside;
  margin: 0; }

i.fa + span {
  margin-left: 5px; }

ul.side-nav li.divider {
  margin: 15px 0; }

ul.side-nav i.fa {
  margin-right: 30px; }

.module {
  display: block; }

.module + .module {
  margin-top: 50px; }

.center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex, .stat-panel__item__outer, .stat-panel__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

ul.list-vertical {
  list-style: none; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

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

.max-width-200px {
  max-width: 200px; }

.padding-left-right-0px {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.padding-left-right-10px {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.text-align-left {
  text-align: left; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #CCCCCC; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCCCCC;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCCCCC;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #CCCCCC !important; }

.epiq-text-color {
  color: #777777; }

.input-error-red {
  color: #FF0000 !important;
  border-color: #FF0000 !important; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #DDDDDD !important; }

.table-padding {
  padding-top: 10px;
  padding-bottom: 20px; }

th {
  color: #666666 !important; }

td {
  color: #777777 !important; }

.border-none {
  border: none !important; }

.background-none {
  background: none !important; }

.sort-asc::after {
  content: "\f0de";
  position: relative;
  left: 5px;
  top: 3px;
  font-family: FontAwesome; }

.sort-desc::after {
  content: "\f0dd";
  position: relative;
  left: 5px;
  bottom: 3px;
  font-family: FontAwesome; }

.sort-unsorted::after {
  content: "\f0dc";
  position: relative;
  left: 5px;
  bottom: -1px;
  font-family: FontAwesome; }

.cursor-pointer {
  cursor: pointer; }

.epiq-label {
  line-height: 37px !important;
  color: #808080; }

.submit-button {
  color: #FFFFFF;
  background-color: #003087; }

/* MODAL */
.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.75) !important; }

.modal-span-title {
  color: #1E1E1E;
  font-size: 18px; }

.modal-span-text {
  color: #1E1E1E;
  font-size: 14px; }

.modal-hr-top-separator {
  margin-top: 45px; }

.modal-buttons-side-padding {
  padding-left: 20px;
  padding-right: 20px; }

.modal-primary-button {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #003087;
  border-radius: 5px; }
  .modal-primary-button:hover, .modal-primary-button:focus {
    background-color: #003087; }

.modal-secondary-button {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  color: #003087;
  border-radius: 5px; }
  .modal-secondary-button:hover, .modal-secondary-button:focus {
    background-color: #FFF;
    color: #003087; }

.centeredDivMessage {
  position: absolute !important; }

.centeredSpanMessage {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 56px !important;
  padding: 5px 5px 5px 5px !important; }

.changePassSpan {
  font-size: 14px; }

.textCopyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px; }

.eulaTitle {
  color: #FFFFFF !important;
  background-color: #0260A3 !important; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.required-star {
  font-size: 6px;
  color: #D0021B;
  margin: 0 0 0 3px; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.header nav {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.body-content {
  padding: 50px 70px 20px 70px; }

@media only screen and (max-width: 40em) {
  .header, .body-content {
    margin-left: 0; } }

/* max-width 640px, mobile-only styles, use when QAing mobile issues */
.noPadding {
  position: static !important;
  padding-bottom: 0px !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
/* Top navigation bar */
.top-bar {
  background-color: #0260A3 !important; }

.second-header-bar {
  clear: both;
  background-color: #808080;
  height: 30px; }

.second-header-bar-text {
  display: block;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: .8125rem;
  padding: 9px 0 9px 9px;
  line-height: 2.8125rem;
  color: #FFFFFF;
  line-height: 12px; }
  .second-header-bar-text .overdueText {
    color: #FFFF00 !important; }

/* Logo */
.bsp-logo-container {
  background-color: #FFFFFF !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 110px !important; }

.top-navigation-menu {
  height: 45px;
  margin: 0 !important;
  float: left;
  border: none; }
  .top-navigation-menu li {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0px; }

.user-icon {
  font-size: x-large;
  margin-top: 10px;
  color: #FFFFFF;
  margin-left: 150px; }
  .user-icon:hover {
    color: #0260A3 !important;
    background-color: #FFFFFF !important; }

.headerLogo {
  width: auto !important;
  margin: 0px 0px 0px 0px !important;
  border: none !important;
  vertical-align: unset !important;
  background-color: #0260A3 !important;
  height: 45px !important; }

.headerLink {
  background-color: #0260A3 !important;
  border: none !important;
  text-align: left !important;
  width: auto !important;
  height: 45px !important;
  margin-left: -21px; }

.headerMenuLI {
  background-color: #0260A3 !important;
  color: #FFFFFF !important;
  border: none !important; }
  .headerMenuLI:hover {
    background: #FFFFFF !important;
    border-left: 1px solid !important;
    border-bottom: none !important;
    border-right: none !important;
    border-color: #0260A3 !important;
    color: #0260A3 !important; }
    .headerMenuLI:hover .headerMenuTitle {
      background: #FFFFFF !important;
      color: #0260A3 !important; }

.headerMenuTitleUser {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif !important;
  font-weight: 400 !important;
  font-size: .8125rem !important;
  text-align: left !important;
  line-height: 2.8125rem !important;
  color: #FFFFFF !important;
  background-color: #0260A3 !important;
  height: 45px !important;
  vertical-align: middle !important; }
  .headerMenuTitleUser:hover {
    color: #FFFFFF !important;
    background: #0260A3 !important; }

.headerMenuTitle {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif !important;
  font-weight: 400 !important;
  font-size: .8125rem !important;
  text-align: left !important;
  line-height: 2.8125rem !important;
  color: #FFFFFF !important;
  background-color: #0260A3 !important;
  height: 45px !important;
  vertical-align: middle !important; }
  .headerMenuTitle:hover {
    background: #FFFFFF !important;
    color: #0260A3 !important; }

.dropMenu {
  width: 180px !important; }

.dropMenuUser {
  width: 280px !important;
  z-index: 2016 !important; }

.dropMenuLI {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
  text-align: left !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #0260A3 !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  vertical-align: middle !important; }
  .dropMenuLI a {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    text-align: left;
    color: #0260A3 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 10px !important;
    vertical-align: middle !important;
    line-height: 30px !important; }
  .dropMenuLI:hover a {
    background: #99D6F0 !important;
    color: #0260A3 !important; }

.dropMenuLIUser {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
  text-align: right !important;
  height: 30px !important;
  line-height: 30px !important;
  color: #0260A3 !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  vertical-align: middle !important; }
  .dropMenuLIUser a {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    text-align: right;
    color: #0260A3 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 30px 0px 0px !important;
    vertical-align: middle !important;
    line-height: 30px !important; }
  .dropMenuLIUser:hover a {
    background: #99D6F0 !important;
    color: #0260A3 !important; }
  .dropMenuLIUser:hover .headerMenuTitle {
    background-color: #FFFFFF !important;
    background: #FFFFFF !important;
    color: #0260A3 !important; }

.top-bar-section .dropdown .dropMenuLI {
  padding-left: 24px !important; }
  .top-bar-section .dropdown .dropMenuLI a {
    font-size: 14px; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.alert-box {
  background-color: #FFFFFF;
  border: 0;
  text-align: left;
  padding: 0px;
  border-radius: 2px;
  /* Error */
  /* Success */ }
  .alert-box .icon-main {
    width: 50px !important;
    line-height: 80px;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF !important;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .alert-box .icon-triangle-down {
    position: relative;
    top: 30px;
    right: 34px;
    font-size: 20px;
    background-color: transparent; }
  .alert-box .message {
    color: #1E1E1E;
    font-weight: bold; }
  .alert-box.error-box {
    border: 1px solid #D0021B; }
  .alert-box .error-icon-main {
    background-color: #D0021B; }
  .alert-box .error-icon-triangle-down {
    color: #D0021B; }
  .alert-box.success-box {
    border-top: 1px solid #34A01E;
    border-right: 1px solid #34A01E;
    border-bottom: 1px solid #34A01E; }
  .alert-box .success-icon-main {
    background-color: #34A01E;
    color: #34A01E;
    width: 17px; }
  .alert-box .success-icon-triangle-down {
    color: #34A01E; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.picklist-panel {
  padding: 0;
  border: 1px solid #808080;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 2.1;
  cursor: pointer;
  background-color: whitesmoke;
  color: #808080; }

.filterName {
  color: black;
  font: bolder;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 5px; }

.f-dropdown li {
  font-size: 15px; }

.dropdown-selection {
  padding-left: 10px;
  height: 35px; }
  .dropdown-selection .dropdown-arrow {
    width: 34px;
    float: right;
    margin-top: 3px; }
    .dropdown-selection .dropdown-arrow i {
      color: #808080;
      margin-left: 10px;
      font-size: 20px; }

.picklist-results {
  max-width: 90%;
  margin: 5px auto;
  padding: 10px;
  font-weight: bold;
  border-color: #1E1E1E;
  color: #01BCF1;
  box-shadow: 0 2px 4px 0 rgba(109, 109, 109, 0.5);
  height: 280px;
  overflow: auto; }

.picklist-results li:first-child {
  max-height: 30px;
  border-bottom: 2px solid #0260A3; }

.picklist-results li {
  margin-top: 5px; }

.picklist-results li:hover {
  background: #99D6F0 !important; }

input[type="checkbox"] {
  display: none; }

label {
  cursor: pointer;
  line-height: 1.0; }

input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  height: 14px;
  margin: -3px 4px 0 0;
  vertical-align: middle;
  padding: 0 0 4px 24px;
  background: url(../content/images/empty-checkbox.png) left top no-repeat; }

input[type="checkbox"]:checked + label {
  background: url(../content/images/checkbox-checked.png) left top no-repeat; }

.checkbox-all-empty + label {
  background: url(../content/images/checkbox-all-empty.png) left top no-repeat !important; }

.checkbox-all-empty:checked + label {
  background: url(../content/images/checkbox-checked.png) left top no-repeat !important; }

.aboveTextTitle {
  vertical-align: bottom;
  line-height: 75px; }

.filterSearchButtonActions {
  font-family: "Roboto Condensed",sans-serif;
  background-color: #EEEEEE;
  color: #0260A3;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  border: none;
  outline: none;
  margin-bottom: 5px;
  line-height: 75px; }

.filterSearchButtonActions i {
  padding-right: 7px; }

.filterSearchButtonActions:hover {
  background-color: #EEEEEE;
  color: #0260A3; }

.filterSearchButtonActions:active {
  background-color: #EEEEEE;
  color: #0260A3;
  border: none;
  outline: none; }

.filterSearchButtonActions:focus {
  background-color: #EEEEEE;
  color: #0260A3;
  border: none;
  outline: none; }

.filterSearchButtonActions.resetButton {
  /*padding-right: 20px;*/ }

.filterArea {
  height: 60px; }
  .filterArea.filterButtonAera {
    height: 53px; }

.filterTextTitle {
  vertical-align: bottom;
  line-height: 40px; }

.reportButton {
  min-width: 250px !important;
  max-width: none !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.select2-container {
  width: 100% !important; }

.select2-search__field {
  max-width: 100%; }

.select2-selection--single {
  height: 37px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: block !important;
  font-family: inherit !important;
  font-size: .875rem !important;
  height: 2.3125rem !important;
  margin: 0 0 1rem !important;
  padding: .5rem !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: border-color .15s linear,background .15s linear !important;
  -moz-transition: border-color .15s linear,background .15s linear !important;
  -ms-transition: border-color .15s linear,background .15s linear !important;
  -o-transition: border-color .15s linear,background .15s linear !important;
  transition: border-color .15s linear,background .15s linear !important;
  background-color: #FFFFFF !important;
  padding-top: 5px !important;
  padding-left: 30px !important;
  margin-bottom: 0px !important; }

.select2-selection--single::before {
  content: "\f002";
  position: absolute;
  left: 15px;
  top: 8px;
  font-family: FontAwesome;
  color: #808080 !important; }

.select2-selection__placeholder {
  font-style: italic;
  color: #808080 !important; }

.select2-selection__arrow {
  display: none; }

.select2-selection__rendered {
  color: #1E1E1E !important; }

.insideTextBar {
  top: -35px !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.stat-panel {
  border: 1px solid #CCCCCC;
  background-color: #F6F6F6;
  overflow: hidden;
  min-width: 515px; }

.stat-panel__item {
  padding: 10px; }

.stat-panel__item__outer {
  background-color: #F6F6F6;
  border: 4px solid #01BCF1;
  border-radius: 50%;
  margin: 0 auto;
  width: 150px;
  height: 150px; }

.stat-panel__item__outer--highlight {
  background-color: #E8E82D; }

.stat-panel__item__inner {
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: 4%;
  width: 130px;
  height: 130px;
  text-align: center;
  vertical-align: middle; }

.stat-panel__item + .stat-panel__item {
  border-left: 1px solid #CCCCCC; }

._is_centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.statRing {
  text-align: center;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  border: 0.33333rem solid #007AA2;
  box-shadow: 0 0 0.4rem #969696;
  background: #eeeeee; }
  .statRing._is_progress {
    background: #B7D29B; }
  .statRing._is_rounded, .statRing ._is_rounded {
    border-radius: 50%; }
  .statRing .value_container {
    background: white;
    height: 85%;
    width: 85%;
    color: #007AA2;
    box-shadow: inset 0 0 0.33333rem #646464; }
  .statRing .number {
    font-size: 2rem;
    font-weight: bold; }
  .statRing .label {
    font-size: 1rem; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.advanced-button {
  background-color: #000000;
  height: 37px;
  width: 100%;
  padding: inherit; }

.reset-search-button {
  background-color: #049DDF;
  color: #FFFFFF;
  height: 37px;
  width: 100%;
  padding: inherit; }

.reset-search-button:hover {
  background-color: #004E85;
  color: #F2F2F2; }

.reset-search-button:focus {
  background-color: #037AAD;
  color: #FFFFFF; }

.search-input {
  padding-left: 33px !important;
  background-color: #F9F9F9 !important; }

.search-input__icon {
  float: left;
  margin-top: -42px;
  margin-left: 12px;
  color: #CCCCCC; }

.search-dropdown {
  width: 100%;
  height: 37px;
  padding: inherit;
  padding-right: 20px !important; }

.predictive-search-list {
  margin-top: -20px;
  background: #F9F9F9;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-top-width: 0px;
  cursor: pointer;
  position: absolute; }

.predictive-search-list__ul {
  font-family: inherit;
  font-size: 0.750rem; }

.predictive-search-list__ul__li {
  margin-left: 33px; }

.predictive-search-list__ul > li:hover {
  background-color: #DDDDDD; }

.predictive-search-list__ul__li--none {
  background: none;
  cursor: initial; }

.display-none {
  display: none; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.saved-search__status {
  color: #AAAAAA; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.search-statements-header {
  background: #F5F5F5; }

.search-statements-header__element {
  text-align: center;
  padding-bottom: 4px;
  height: 34px; }

.no-padding-list {
  padding: 0px; }

.search-statements-header__element--first {
  color: #777777;
  padding-bottom: 8px;
  vertical-align: middle; }

.search-statements-header__element--link {
  color: #777777; }

.search-statements-header__element--selected {
  border-bottom-color: #F3A853;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  padding-top: 4px !important;
  padding-bottom: 0px !important; }

.search-statements__title {
  text-align: left;
  color: #777777; }

.search-statements-datatable {
  border: none !important; }

.search-statements-datatable__header {
  background: none !important; }

.search-statements-datatable__view-combined-statements {
  text-align: right; }

.search-statements {
  background: #FFFFFF;
  border-right-color: #DDDDDD;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #DDDDDD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #DDDDDD;
  border-left-style: solid;
  border-left-width: 1px; }

.search-statements-datatable th, .search-statements-datatable td {
  text-align: center;
  vertical-align: middle;
  color: #777777; }

.search-statements-datatable_wrapper {
  max-height: 400px;
  overflow: auto; }

h6.dateColumn {
  color: #777;
  font-weight: 700; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.request-access-section {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.request-access__main-bar {
  line-height: 35px;
  background: #009FDF; }

.request-access__selection-bar {
  background: #F5F5F5;
  margin-bottom: -3px; }

.request-access__main-bar__text {
  color: #FFFFFF; }

.request-access__content {
  background: #F9F9F9;
  padding-top: 10px; }

.request-access__info {
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #F9F9F9; }

.request-access__panel__text {
  color: #1E1E1E;
  font-size: x-large; }

.access-request {
  padding: 0;
  font-weight: 700; }
  .access-request h5, .access-request h6 {
    color: #1E1E1E;
    text-align: left;
    font-weight: 700;
    font-size: 18px; }
  .access-request h6 {
    margin-bottom: 35px; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.select2-container {
  width: 100% !important; }

.select2-search__field {
  max-width: 100%; }

.select2-selection--single {
  height: 37px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ccc !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  color: rgba(0, 0, 0, 0.75) !important;
  display: block !important;
  font-family: inherit !important;
  font-size: .875rem !important;
  height: 2.3125rem !important;
  margin: 0 0 1rem !important;
  padding: .5rem !important;
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: border-color .15s linear,background .15s linear !important;
  -moz-transition: border-color .15s linear,background .15s linear !important;
  -ms-transition: border-color .15s linear,background .15s linear !important;
  -o-transition: border-color .15s linear,background .15s linear !important;
  transition: border-color .15s linear,background .15s linear !important;
  background-color: #FFFFFF !important;
  padding-top: 5px !important;
  padding-left: 30px !important;
  margin-bottom: 0px !important; }

.select2-selection--single::before {
  content: "\f002";
  position: absolute;
  left: 15px;
  top: 8px;
  font-family: FontAwesome;
  color: #808080 !important; }

.select2-selection__placeholder {
  font-style: italic;
  color: #808080 !important; }

.select2-selection__arrow {
  display: none; }

.select2-selection__rendered {
  color: #1E1E1E !important; }

.insideTextBar {
  top: -35px !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.request-access__list-header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.request-access__list-header__text {
  color: #AAAAAA; }

.chosen-trustees-table {
  border: none; }

.remove-chosen-link {
  text-align: right;
  padding-right: 20px; }

.chosen-element {
  color: #777777; }

.request-access__no-records {
  text-align: center;
  height: 100px;
  line-height: 100px;
  background: #FFFFFF; }

.request-access__no-records--text {
  font-style: italic;
  color: #808080; }

.choose-desired-records__background {
  background: #FFFFFF; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.add-another-range-link {
  line-height: 50px; }

.add-another-range-div {
  height: 50px; }

.time-range-table {
  background: none;
  border: none;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto; }

.input-time-selector {
  margin-bottom: 0px !important;
  text-align: center; }

.input-calendar-icon {
  background: #CCCCCC !important;
  border-color: #CCCCCC !important;
  color: #FFFFFF !important; }

.input-to-text {
  color: #777777; }

.datepickerIcon-error-red {
  background: #FF0000 !important;
  border-color: #FF0000 !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.input-x-days-td {
  padding-left: 0px;
  padding-right: 0px; }

.input-x-days {
  width: 45px !important;
  height: 30px !important;
  margin-bottom: 0px !important;
  text-align: center !important;
  margin-top: -5px !important;
  font-family: 'Roboto', 'sans-serif';
  color: #1E1E1E !important; }

.duration-access-table {
  background: none;
  border: none;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.access-confirmation__header-section {
  color: #01BCF1;
  font-size: 20px; }

.access-confirmation__table {
  width: 100%;
  background: none;
  border: none;
  margin-bottom: 0px; }

.access-confirmation__span_text {
  margin-left: 10px;
  color: #777777; }

.access-confirmation__table__td {
  color: #777777; }

.button-yellow {
  background-color: #FBB329; }

.access-confirmation__notification_error {
  color: #FF0000; }

.access-confirmation__notification {
  color: #008cba; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.statement-services-logo {
  text-align: center;
  font-family: karbonmedium;
  margin-bottom: 10px;
  position: relative;
  top: -4px;
  color: #1E3860;
  font-size: 36px; }

.login-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding-bottom: 47px;
  z-index: 20; }
  @media screen and (max-width: 767px) {
    .login-wrapper {
      padding-bottom: 84px; } }
  @media screen and (max-width: 602px) {
    .login-wrapper {
      padding-bottom: 118px; } }
  .login-wrapper .login-inner-container {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center;
    align-items: center;
    padding: 42px 0;
    min-height: 540px; }
    @media screen and (max-width: 1024px) {
      .login-wrapper .login-inner-container {
        padding: 84px 0 84px; } }
    .login-wrapper .login-inner-container input[type=text].inputLogin, .login-wrapper .login-inner-container input[type=password].inputLogin {
      max-width: 100%;
      border-radius: 5px;
      height: 2.7750rem; }
  .login-wrapper span.prefix {
    background-color: transparent;
    border: none;
    font-size: 15px;
    color: #0F376D;
    font-weight: 500; }
  .login-wrapper .forgot-password {
    color: #143E61;
    border: none;
    text-align: center; }

.login-inner-container .loginBox {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px 4.7% 66px;
  width: 540px;
  /* Button Link Style */ }
  @media screen and (max-width: 767px) {
    .login-inner-container .loginBox {
      width: 90%;
      padding: 0 5% 40px; } }
  @media screen and (max-width: 355px) {
    .login-inner-container .loginBox {
      margin-top: 115px; } }
  .login-inner-container .loginBox .logo-container .axos-header-logo img {
    max-height: 80px; }
  .login-inner-container .loginBox .loginButton {
    background-color: #FAA74A;
    text-decoration: none;
    font-weight: bold;
    font-family: Roboto;
    color: #143E61;
    padding: 11px 40px;
    border-radius: 20px;
    width: 100%;
    margin: 0 0 0.75rem;
    position: relative; }
    .login-inner-container .loginBox .loginButton:hover {
      background-color: #fbb96e;
      color: #143E61; }
    .login-inner-container .loginBox .loginButton:focus {
      -webkit-box-shadow: 0 0 6px 3px #97bbea;
      box-shadow: 0 0 6px 3px #97bbea;
      outline: none; }
    .login-inner-container .loginBox .loginButton .fa {
      position: absolute;
      right: 23px;
      top: 10px;
      font-size: 20px; }

.changeBox {
  margin-top: 80px !important; }

.loginError {
  color: #D0021B; }

.loginTopSeparator {
  margin-bottom: 45px; }

input[type=password].inputLogin {
  margin-bottom: 1.65rem; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1E3860;
  color: #FFFFFF; }
  .footer a {
    display: inline-block; }
  .footer .axos-footer-logo {
    position: relative;
    margin-right: 15px; }
    .footer .axos-footer-logo:after {
      content: '';
      height: 20px;
      width: 1px;
      background-color: #FFFFFF;
      position: absolute;
      right: 1px;
      top: 14px; }
    .footer .axos-footer-logo img {
      width: 114px; }
  .footer .statement-services-footer-logo {
    font-family: 'karbonmedium';
    font-size: 30px;
    position: relative;
    top: 2px;
    display: inline-block; }
  .footer .footer-links {
    padding: 13px 0 0 30px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .footer .footer-links {
        padding-left: inherit; } }
    .footer .footer-links a {
      color: #FFFFFF;
      margin-right: 30px; }
      .footer .footer-links a:hover {
        color: #D8E8ED; }
      @media only screen and (max-width: 667px) {
        .footer .footer-links a {
          margin-right: 10px; } }
  .footer .loginButton i {
    position: absolute; }

.loginButton:hover,
.loginButton:active {
  width: 100%; }

.loginButton.smallSpacer {
  padding: 5px 20px; }

.loginButtonDisabled,
.loginButtonDisabled:disabled,
.loginButtonDisabled:hover,
.loginButtonDisabled:active,
.loginButtonDisabled:focus {
  background-color: #CCC;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  padding: 5px 40px;
  border: solid 1px #CCC;
  border-radius: 3px;
  cursor: default;
  width: 100%; }

.text-danger {
  color: #cf3a1d; }

.footer-wrapper {
  z-index: 99;
  padding-bottom: 47px; }
  @media only screen and (max-width: 1024px) {
    .footer-wrapper {
      padding-bottom: 90px; } }
  @media screen and (max-width: 602px) {
    .footer-wrapper {
      padding-bottom: 118px; } }

.login-bg-block {
  background: url(../content/images/login-bg.jpg) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.loginBox.changeBox {
  webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
  background: #FFFFFF; }
  .loginBox.changeBox .logoContainer {
    height: 65px;
    text-align: center; }
    .loginBox.changeBox .logoContainer img {
      width: 220px; }
  .loginBox.changeBox input {
    max-width: 100%; }
  .loginBox.changeBox button {
    height: 2.3125rem;
    width: 100%;
    padding: inherit;
    border-radius: 3px; }

.login-banner {
  background-color: #faa74a;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: 0 1 100%;
  padding: 32px 16px;
  color: #333d46;
  text-align: center;
  position: relative;
  font-size: 18px;
  width: 100% !important; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.area-container-simple {
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  max-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

.approveButton {
  padding: 0px 0px 0px 0px !important;
  height: 30px !important;
  width: 200px !important; }

.approveButton:disabled, .approveButton:disabled:hover {
  background-color: #808080; }

.legendRevIcon {
  color: #34A01E;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.legendOverIcon {
  color: #D0021B;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.legendText {
  font-family: 'Roboto', 'sans-serif';
  font-size: 15px;
  font-weight: bold; }

.overIcon {
  color: #D0021B;
  font-size: 20px;
  padding-right: 10px; }

.pendIcon {
  color: #D0021B;
  font-size: 20px;
  padding-right: 10px; }

.revIcon {
  color: #34A01E;
  font-size: 20px;
  padding-right: 10px; }

.overdueWrapper {
  padding-left: 49px; }

.overdueIconWrap, .reviewIconWrap, .pendingIconWrap {
  position: absolute;
  left: 20px; }

.reviewHeading {
  background-color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  padding: 14px 0 0 46px;
  color: #333; }

.track-back-btn {
  position: absolute;
  left: 10px;
  top: 5px; }

.merge-statements-link {
  margin-top: 10px; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.pageBackSection {
  margin-top: -15px;
  margin-left: -60px;
  margin-bottom: 15px; }

.backPageLink:hover {
  text-decoration: underline; }

.recordButton {
  padding-right: 15px !important; }

.buttonRow {
  height: 30px; }

.recordAreaTitle {
  line-height: 30px;
  text-align: left;
  padding-left: 15px;
  max-width: none !important;
  color: white;
  background-color: #808080; }

.closeModalIcon {
  float: right; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.check-box-top-padding {
  padding-top: 25px; }

.sub-trustee-remove {
  font-size: 27px;
  color: #fbc1d5;
  cursor: pointer;
  position: absolute;
  left: 30%;
  top: 25px; }

.subTrusteeNumberButtonArea .addButton {
  background-color: transparent;
  color: #01BCF1;
  font-weight: 700; }
  .subTrusteeNumberButtonArea .addButton i {
    color: #0260A3;
    font-size: 23px; }
  .subTrusteeNumberButtonArea .addButton:hover, .subTrusteeNumberButtonArea .addButton:focus {
    background-color: transparent;
    color: #01BCF1; }

.check-box-label-auto input[type="checkbox"] + label {
  width: auto; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.allReceivedIcon {
  color: #34A01E;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.ceroProcessedIcon {
  color: #D0021B;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.notReceivedIcon {
  color: #000000;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.notAllProcessedIcon {
  color: #FF7C0F;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px; }

.iconBarText {
  font-family: 'Roboto', 'sans-serif';
  font-size: 15px;
  text-align: center; }

.trusteeButtonArea {
  height: 30px; }

.addButton {
  font-family: "Roboto Condensed",sans-serif;
  background-color: #EEEEEE;
  color: #0260A3;
  padding: 0px 2px 3px 0px; }

.addButton i {
  padding-right: 7px; }

.addButton:hover {
  background-color: #EEEEEE;
  color: #0260A3;
  text-decoration: underline; }

.addButton:active {
  background-color: #EEEEEE;
  color: #0260A3;
  border: none;
  outline: none; }

.addButton:focus {
  background-color: #EEEEEE;
  color: #0260A3;
  border: none;
  outline: none; }

.selectForm {
  max-width: none;
  max-height: none; }

.editArea {
  border-width: 1px;
  border-style: solid;
  border-color: #808080; }

/* Button Link Style */
.formEditButton {
  background-color: #0260A3 !important;
  text-decoration: none !important;
  font-weight: bold !important;
  color: #FFF !important;
  border: solid 1px #0260A3 !important;
  border-radius: 3px !important;
  padding: 0px 0px 0px 0px !important;
  height: 30px !important;
  width: 100px !important; }

.formEditButton:hover,
.formEditButton:active {
  background-color: #0283C4 !important;
  border: solid 1px #0260A3 !important;
  padding: 0px 0px 0px 0px !important;
  height: 30px !important;
  width: 100px !important; }

.formEditButtonDisabled,
.formEditButtonDisabled:disabled,
.formEditButtonDisabled:hover,
.formEditButtonDisabled:active,
.formEditButtonDisabled:focus {
  background-color: #CCC;
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
  border: solid 1px #CCC;
  border-radius: 3px;
  cursor: default;
  padding: 0px 0px 0px 0px !important;
  height: 30px !important;
  width: 100px !important; }

.alertBoxEdit {
  background-color: #EEEEEE;
  max-width: none !important; }

.reportFilterArea {
  padding: 20px 20px 50px 20px; }
  .reportFilterArea.loginReportGenerator {
    padding-bottom: 0; }

.alertFilter {
  margin: 0px 15px 0px 15px !important; }

.reportArea {
  background-color: white; }

.reportCount {
  float: right; }

.countSeparator {
  margin: 0px 0px 0px 0px !important; }

.tableFormat td {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  word-break: break-word; }

.selectedRow td {
  border-top: 3px solid #0260A3;
  border-bottom: 3px solid #0260A3;
  border-left: none;
  border-right: none;
  word-break: break-word; }

.selectedRow td:first-child {
  border-left: 3px solid #0260A3; }

.selectedRow td:last-child {
  border-right: 3px solid #0260A3; }

/* BASE */
/* FONTS */
/* STRUCTURE */
.modalWindow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important; }

body.is-reveal-open {
  overflow: hidden !important; }

.editForm {
  padding: 0px !important; }

.editUSTFormButton {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.editButtonRow {
  padding-top: 15px;
  width: 100%;
  margin: 0px; }

.xLargeWindowModal {
  max-width: 80% !important;
  width: 100% !important;
  max-height: 96vh;
  overflow-y: auto; }

.xMediumWindowModal {
  max-width: 60% !important;
  width: 100% !important; }

.xSmallWindowModal {
  max-width: 550px;
  width: 100%; }

label.middle {
  padding: 14px 0 0; }

.text-strong {
  font-weight: 700; }

.reveal-modal.forgot-password {
  width: 600px; }
  .reveal-modal.forgot-password .instruction {
    margin-top: 0; }
  .reveal-modal.forgot-password .email-label {
    padding-top: 7px; }
  .reveal-modal.forgot-password .warning-text {
    color: #ff0000; }
  .reveal-modal.forgot-password .success-btn {
    margin-top: 20px; }
  .reveal-modal.forgot-password .modal-footer > .row {
    margin-bottom: 0; }
  .reveal-modal.forgot-password .modal-footer .btn {
    max-width: 100px;
    padding: 0;
    width: 100%; }

@media only screen and (max-width: 667px) {
  .xLargeWindowModal {
    max-width: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    height: 100%; }
  .xMediumWindowModal {
    max-width: 100% !important;
    width: 100% !important;
    overflow-y: scroll;
    height: 100%; }
  .xSmallWindowModal {
    max-width: 100%;
    width: 100%;
    overflow-y: scroll;
    height: 100%; }
  .reveal-modal.forgot-password {
    width: 96%; } }

.fullWidthRow {
  width: 100%;
  margin: 0px;
  max-width: none; }

.errorMessageSpan {
  display: block; }

.errorContainer {
  max-width: 98%;
  border: solid 1px #D0021B;
  border-radius: 5px;
  margin-top: 20px;
  display: flex; }

.iconErrorContainer {
  color: #FFFFFF;
  background-color: #D0021B;
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center; }

.formErrorMessage {
  display: block;
  font-size: 14px; }

.labelTitle {
  display: block; }

.myLabelComponent {
  display: block;
  padding: 5px 8px 8px 0px;
  cursor: default;
  font-weight: 400; }

.wordWrapping {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.reportGenerator input {
  max-width: 100%; }

.reportGenerator .fa-calendar {
  position: absolute;
  right: 25px;
  top: 7px;
  font-size: 22px; }

input[type=text].input-validation-error, input[type=password].input-validation-error {
  border-color: #cf3a1d; }
