.accessibility-text {
  display: block !important;
  overflow: hidden !important;
  position: absolute !important;
  text-indent: -9898px !important;
}
fieldset legend {
  border: none;
}
.p_0 {
  padding: 0 !important;
}
.hide {
  display: none !important;
}
.red-color {
  color: #C02A2A !important;
}
.red300-color {
  color: #F26B69 !important;
}
.green700-color {
  color: #237804 !important;
}
.slateGrey800-color {
  color: #394553 !important;
}
.text-color {
  color: rgba(0, 0, 0, 0.9) !important;
}
html,
body {
  height: 100%;
}
iframe body {
  height: auto !important;
}
body {
  font: 14px/24px 'Roboto', sans-serif;
  color: rgba(0, 0, 0, 0.9);
  background: #CED7DB;
  min-width: 998px;
  letter-spacing: 0.001em;
}
body.user_profile_bg {
  background: #EBEEF0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.03em;
}
h1.edit_title {
  line-height: 1.2em !important;
  position: relative;
  cursor: pointer;
  margin-top: 2px !important;
  padding: 0 25px 0 0 !important;
}
h1.edit_title strong {
  font-weight: normal;
  display: inline-block;
  padding-top: 1px;
}
h1.edit_title em {
  font-style: normal;
  padding: 5px 5px 5px 0;
  display: block;
}
h1.edit_title small {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2em;
  text-transform: none;
}
h1.edit_title input {
  display: none;
  background: none;
  border: none;
  padding: 0 5px 0 0;
  line-height: 1.6em;
  font-size: 26px;
  text-transform: uppercase;
}
h1.edit_title a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 5px;
  right: 2px;
  display: none;
}
h1.edit_title a:hover,
h1.edit_title a:focus {
  color: rgba(0, 0, 0, 0.9);
}
h1.edit_title span {
  width: 20px;
}
h1.edit_title:hover a {
  display: block;
}
.print_logo {
  display: none;
}
h2 {
  font-size: 20px;
  padding: 0 0 16px;
}
h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 12px 0 0;
  color: black;
}
div .result_error {
  border: 1px solid #C02A2A;
  display: inline-block;
}
.center_text {
  text-align: center;
}
a {
  color: #00679E;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
a:hover,
a:focus,
a:active {
  outline: none !important;
  text-decoration: none;
  color: #004C75;
}
input.focused,
textarea.focused,
button.focused,
input:focus,
textarea:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 3px #00679E;
}
select {
  padding: 8px;
}
p {
  padding: 0 0 16px;
  margin: 0;
}
p.p_left {
  padding: 0 0 0 40px;
}
ul,
ol {
  margin: 0;
  padding: 0 0 16px 32px;
}
label {
  font-weight: normal;
  margin: 0;
}
strong,
th {
  font-weight: 600;
}
input:focus,
textarea:focus {
  outline: none;
}
.important_line td {
  background: #FFB71C !important;
}
textarea {
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #EBEEF0;
  padding: 6px;
}
input,
select,
textarea {
  color: rgba(0, 0, 0, 0.9);
}
.print_header {
  display: none;
}
input[type=text],
input[type=tel],
input[type=number],
input[type=password],
input[type=email] {
  line-height: 20px;
  padding: 4px 16px;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #EBEEF0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
em {
  font-style: italic;
}
.holder {
  width: 100%;
  min-height: 100%;
  padding: 0;
}
#content {
  width: 100%;
  padding: 112px 0 520px;
}
.main {
  width: 1024px;
  margin: 0 auto;
}
.hidden_tab {
  display: none;
}
.tooltip_wrap {
  position: relative;
}
.tooltip_box {
  display: none;
  position: absolute;
  bottom: 42px;
  left: -50%;
  margin-left: 98px;
  background: #B7BE00;
  width: 227px;
  min-height: 42px;
  z-index: 10;
}
.tooltip_box:before,
.tooltip_box:after {
  content: " ";
  display: table;
}
.tooltip_box:after {
  clear: both;
}
.tooltip_box:after {
  display: block;
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #B7BE00 transparent transparent;
  left: 105px;
  bottom: -20px;
}
.tooltip_box strong {
  line-height: 16px !important;
  float: left;
  font-weight: normal;
  padding: 20px 45px 20px 20px;
  font-size: 11px !important;
  color: rgba(0, 0, 0, 0.9);
  text-align: left !important;
  overflow: hidden;
  min-height: 42px;
  text-transform: none !important;
}
.tooltip_box a {
  float: right;
  width: 42px;
  height: 42px;
  text-align: center !important;
  line-height: 42px !important;
  font-size: 27px !important;
  background: #B7BE00;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tooltip_box a span {
  display: block;
  height: 42px;
  width: 42px;
  text-align: center !important;
  line-height: 42px !important;
  font-size: 27px !important;
  padding: 0 !important;
  top: 0;
  left: -8px;
  color: rgba(255, 255, 255, 0.6) !important;
}
.tooltip_box a:hover span,
.tooltip_box a:focus span {
  color: #fff !important;
}
.green {
  color: #237804;
}
.red {
  color: #C02A2A;
}
.price_cell {
  text-align: right !important;
}
.error_item {
  position: relative;
}
span.error_tooltip_wrap {
  position: absolute;
  top: -42px;
  left: -92px;
  width: max-content !important;
  height: 40px;
  z-index: 102;
}
span.error_tooltip_wrap.ko_template {
  display: block;
}
span.error_tooltip_wrap .error_tooltip {
  background: #C02A2A;
  width: max-content !important;
  height: 40px;
  position: relative;
  display: block;
  text-transform: none;
}
span.error_tooltip_wrap .error_tooltip:before,
span.error_tooltip_wrap .error_tooltip:after {
  content: " ";
  display: table;
}
span.error_tooltip_wrap .error_tooltip:after {
  clear: both;
}
span.error_tooltip_wrap .error_tooltip:after {
  display: block;
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #C02A2A transparent transparent;
  left: 100px;
  bottom: -20px;
}
span.error_tooltip_wrap .error_tooltip strong {
  line-height: 40px;
  float: left;
  font-weight: normal;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  color: #fff;
  min-width: 250px;
  white-space: nowrap;
}
span.error_tooltip_wrap .error_tooltip strong.EditContactForm {
  padding-left: 5px !important;
  padding-right: 5px !important;
  min-width: 0px !important;
}
span.error_tooltip_wrap .error_tooltip strong.EditAutodepositForm {
  padding-left: 5px !important;
  padding-right: 5px !important;
  min-width: 0px !important;
}
div.frequency_wrap {
  position: relative;
}
div.date_icon {
  width: 150px;
  position: relative;
  height: 32px;
}
div.date_icon input[type=text],
div.date_icon em[type=text] {
  width: 150px;
  height: 32px;
  font-size: 16px;
  background: none;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 1;
  padding-left: 0;
}
div.date_icon em {
  line-height: 20px;
}
div.date_icon:before {
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  display: block;
}
*.err_bottom + span.error_tooltip_wrap {
  top: 50px;
}
*.err_bottom + span.error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent #C02A2A;
  bottom: 40px;
}
*.err_top + span.error_tooltip_wrap {
  top: -50px;
}
*.err_top + span.error_tooltip_wrap .error_tooltip:after {
  border-color: #C02A2A transparent transparent;
  left: 15px;
  bottom: -20px;
}
*.err_left + span.error_tooltip_wrap {
  display: inline;
  left: -92px;
}
*.err_left + span.error_tooltip_wrap .error_tooltip:after {
  left: 115px;
}
*.err_right + span.error_tooltip_wrap {
  display: inline;
  left: 15px;
}
*.err_right + span.error_tooltip_wrap .error_tooltip:after {
  left: 15px;
}
.error_right .error_tooltip_wrap {
  position: absolute;
  top: 25px;
  left: 250px;
}
.error_right .error_tooltip_wrap.error_bottom {
  top: 52px;
  left: -40px;
}
.error_right .error_tooltip_wrap.error_bottom .error_tooltip:after {
  border-color: transparent transparent #C02A2A transparent;
  top: -20px;
  bottom: auto;
}
.error_right .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent #C02A2A transparent transparent;
  left: -20px;
  bottom: 10px;
}
.error_left .error_tooltip_wrap {
  position: absolute;
  top: 12px;
  left: -295px;
}
.error_left .error_tooltip_wrap.error_bottom {
  top: 52px;
  left: -40px;
}
.error_left .error_tooltip_wrap.error_bottom .error_tooltip:after {
  border-color: transparent transparent #C02A2A transparent;
  top: -20px;
  bottom: auto;
}
.error_left .error_tooltip_wrap .error_tooltip {
  display: block;
  position: relative;
  top: -5px;
  left: 165px;
  background: #C02A2A;
  width: 285px;
  height: 42px;
}
.error_left .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent transparent #C02A2A;
  left: 122px;
  bottom: 10px;
}
.error_left_autodeposit .error_tooltip_wrap {
  position: absolute;
  top: 25px;
  left: 250px;
}
.error_left_autodeposit .error_tooltip_wrap.error_bottom {
  top: 52px;
  left: -40px;
}
.error_left_autodeposit .error_tooltip_wrap.error_bottom .error_tooltip:after {
  border-color: transparent transparent #C02A2A transparent;
  top: -20px;
  bottom: auto;
}
.error_left_autodeposit .error_tooltip_wrap .error_tooltip {
  display: block;
  position: relative;
  top: -5px;
  left: -315px;
  background: #C02A2A;
  width: 285px;
  height: 42px;
}
.error_left_autodeposit .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent transparent #C02A2A;
  left: 135px;
  bottom: 10px;
}
.price_icon {
  position: relative;
  float: left;
}
.price_icon:before {
  content: '$';
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.5;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 2px;
  text-align: center;
  line-height: 24px;
}
.price_icon input {
  text-align: right;
}
.main_date_icon {
  float: left;
  position: relative;
  background: #fff;
  border-radius: 3px;
}
.main_date_icon.form-group {
  float: inherit !important;
}
.main_date_icon input[type=text] {
  background: none;
  z-index: 1;
  position: relative;
  padding-right: 32px;
}
.main_date_icon:before {
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
  display: block;
}
.sort_link,
.sort_up {
  white-space: nowrap;
}
.sort_link.is_sorted,
.sort_up.is_sorted {
  color: #017ABC !important;
}
.sort_link span.libro_icon,
.sort_up span.libro_icon {
  margin-left: 8px;
  font-size: 12px !important;
}
.history_table .sort_link span.libro_icon {
  display: none;
}
.history_table .sort_link.is_sorted span.libro_icon {
  display: inline-block;
}
.title_page {
  padding: 32px 0;
  position: relative;
}
.title_page:before,
.title_page:after {
  content: " ";
  display: table;
}
.title_page:after {
  clear: both;
}
.title_page h1,
.title_page h2 {
  float: left;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0;
  line-height: 48px;
  font-weight: 400;
}
.title_page h1 em,
.title_page h2 em {
  font-style: normal;
}
.title_page h1.with_tooltip em,
.title_page h2.with_tooltip em {
  float: left;
  padding-right: 24px;
}
.title_page h1.with_tooltip .help_button_box,
.title_page h2.with_tooltip .help_button_box {
  margin-top: 9px;
}
.title_page .title_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  position: absolute;
  right: 0;
}
.title_page .title_menu li {
  float: right;
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.title_page .title_menu li .settings_block ul {
  float: none;
}
.title_page .title_menu li .settings_block ul li {
  float: none;
  height: auto;
  margin: 0;
  width: 100%;
}
.title_page .title_menu li a.title_menu_item {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #017ABC;
}
.title_page .title_menu li a.title_menu_item:hover,
.title_page .title_menu li a.title_menu_item:focus {
  color: #00679E;
}
.title_page .title_menu li a.title_menu_item span {
  font-size: 30px;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.title_page .title_menu li a.title_menu_item span.libro_print {
  font-size: 32px;
}
.title_page .title_menu li .settings_page {
  width: 50px;
  height: 50px;
}
.title_page .title_menu li .settings_page a.settings_btn {
  width: 50px;
}
.title_page .back_button {
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  width: 35px;
  height: 35px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  line-height: 35px;
}
.title_page .back_button:hover,
.title_page .back_button:focus {
  color: rgba(0, 0, 0, 0.9);
}
.title_page .back_button span {
  font-size: 20px;
  padding-right: 13px;
}
.title_page.message_title {
  padding: 24px 20px 24px 48px;
  position: relative;
  margin: 0;
  background: #fff;
}
.title_page.message_title:before,
.title_page.message_title:after {
  content: " ";
  display: table;
}
.title_page.message_title:after {
  clear: both;
}
.title_page.message_title .back_button {
  top: 26px;
  left: 16px;
  color: #017ABC;
}
.title_page.message_title .back_button:hover,
.title_page.message_title .back_button:focus {
  color: #00679E;
}
.title_page.message_title h2 {
  color: #017ABC;
  font-size: 24px;
  padding: 0;
  line-height: 32px;
  float: left;
  width: 97%;
}
.title_page .account_name_box {
  position: relative;
  float: left;
  padding: 0 0 0 30px;
  z-index: 205;
  margin-top: 4px;
}
.title_page .account_name_box.z_up {
  z-index: 1002;
}
.title_page .account_name_box h1 {
  line-height: 1.2em;
  padding-right: 32px;
  position: relative;
}
.title_page .account_name_box h1 #account_name {
  padding: 5px 5px 5px 0;
  display: inline-block;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
.title_page .account_name_box h1 #account_name:hover,
.title_page .account_name_box h1 #account_name:focus {
  color: rgba(0, 0, 0, 0.9);
}
.title_page .account_name_box h1 small {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.2em;
  text-transform: none;
}
.title_page .account_name_box h1 input {
  float: left;
  display: none;
  background: none;
  border: none;
  padding: 0 5px 0 0;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  font-size: 24px;
  width: 500px;
  border-radius: 0;
  border-bottom: 1px solid #017ABC;
  margin-bottom: 13px;
}
.title_page .account_name_box h1 input.focused {
  box-shadow: none;
}
.title_page .account_name_box h1 a {
  color: rgba(255, 255, 255, 0.5);
  display: none;
}
.title_page .account_name_box h1 a.accounts_cancel_btn {
  color: #00679E;
}
.title_page .account_name_box h1 a.edit_btn {
  font-size: 32px;
  color: #017ABC;
  position: absolute;
  top: 2px;
  right: -4px;
  display: block;
}
.title_page .account_name_box h1 a.edit_btn:hover,
.title_page .account_name_box h1 a.edit_btn:focus {
  color: #00679E;
}
.title_page .account_name_box h1 a.transparent_button,
.title_page .account_name_box h1 a.blue_button {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 8px;
}
.title_page .account_name_box h1 a.transparent_button.accounts_save_btn,
.title_page .account_name_box h1 a.blue_button.accounts_save_btn {
  color: #fff;
}
.title_page .account_name_box .name_check {
  display: none;
  position: absolute;
  top: -55px;
  left: 0;
  width: 400px;
  z-index: 1005;
}
.title_page .account_name_box .name_check .name_check_wrap {
  width: 400px;
  background: #fff;
  position: relative;
  z-index: 12;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(37, 49, 55, 0.1);
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.9);
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts {
  color: rgba(0, 0, 0, 0.9);
  height: 50px;
  display: block;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 12px;
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts span {
  font-size: 14px;
  display: block;
  height: 50px;
  width: 48px;
  text-align: center;
  line-height: 50px;
  float: left;
  text-indent: -10px;
  top: -1px;
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts span.hidden_icon {
  text-indent: -9898px;
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts em {
  font-style: normal;
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts:hover,
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts:focus {
  color: rgba(0, 0, 0, 0.9);
}
.title_page .account_name_box .name_check .name_check_wrap .hidden_slide {
  display: none;
}
.title_page .account_name_box .name_check .name_check_wrap .items {
  position: relative;
}
.title_page .account_name_box .name_check .name_check_wrap .jspPane {
  width: 400px !important;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list {
  margin: 0;
  padding: 0;
  width: 400px;
  float: left;
  height: 188px;
  overflow: auto;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item {
  height: 60px;
  position: relative;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item.active a {
  background: rgba(95, 124, 138, 0.06);
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item.active a:hover,
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item.active a:focus {
  background: rgba(95, 124, 138, 0.06);
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a {
  color: rgba(0, 0, 0, 0.9);
  height: 60px;
  padding: 0 0 0 44px;
  display: block;
  position: relative;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 0 2px;
  line-height: 18px;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a em {
  font-style: normal;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a span {
  display: block;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 60px;
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a:hover,
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a:focus {
  background: rgba(95, 124, 138, 0.06);
}
.title_page .account_name_box.read_only {
  margin: 0;
}
.title_page .account_name_box.read_only h1 {
  cursor: text;
}
.title_page .account_name_box.read_only h1 .title_box:before,
.title_page .account_name_box.read_only h1 .title_box:after {
  content: " ";
  display: table;
}
.title_page .account_name_box.read_only h1 .title_box:after {
  clear: both;
}
.title_page .account_name_box.read_only h1 em {
  color: rgba(38, 50, 56, 0.8);
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 500;
  float: left;
}
.title_page .account_name_box.read_only h1 small {
  color: #56718F;
  font-weight: 400;
}
.title_page .account_name_box.read_only h1 span.read_only_label {
  color: rgba(0, 0, 0, 0.9);
  font-size: 10px;
  line-height: 40px;
  height: 40px;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
  width: 110px;
  overflow: hidden;
}
.title_page .account_name_box.read_only h1 span.read_only_label:before {
  content: "\e607";
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}
.title_page .settings_page {
  float: right;
  height: 50px;
  position: relative;
  width: 50px;
}
.title_page .settings_page .settings_btn {
  display: block;
  height: 50px;
  width: 50px;
  color: #017ABC;
  overflow: hidden;
}
.title_page .settings_page .settings_btn span {
  text-align: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
}
.title_page .settings_page .settings_btn:hover,
.title_page .settings_page .settings_btn:focus {
  position: relative;
  z-index: 6;
  color: #00679E;
}
.title_page .settings_page .settings_btn.active {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  z-index: 6;
  outline: none;
}
.title_page .settings_page .settings_block {
  display: none;
  position: absolute;
  top: 6px;
  right: -6px;
  width: 304px;
  z-index: 5;
}
.title_page .settings_page .settings_block .settings_holder {
  position: relative;
  top: -6px;
  left: -6px;
  width: 304px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding-top: 50px;
}
.title_page .settings_page .settings_block h4 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 18px;
  font-weight: normal;
}
.title_page .settings_page .settings_block ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
}
.title_page .settings_page .settings_block ul li {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.title_page .settings_page .settings_block ul li:hover {
  background: rgba(95, 124, 138, 0.1);
}
.title_page .settings_page .settings_block ul li .setting_list_item {
  padding: 0 16px;
  overflow: hidden;
}
.title_page .settings_page .settings_block ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.title_page .settings_page .settings_block ul li a:hover,
.title_page .settings_page .settings_block ul li a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.title_page .settings_page .settings_block ul li a span {
  float: left;
  margin: 0 15px 0 0;
  width: 21px;
  font-size: 21px;
  height: 32px;
  line-height: 32px;
}
.title_page .settings_page .settings_block ul li label {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  line-height: 22px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.title_page .settings_page .settings_block ul li label span {
  margin: 0 16px 0 -2px;
}
.title_page .settings_page .settings_block ul li label.setting_list_label {
  height: 32px;
  line-height: 32px;
  float: left;
  font-size: 16px;
  text-transform: none;
}
.title_page .settings_page .settings_block ul li .numToggler {
  float: right;
  padding-top: 4px;
}
.title_page .settings_page .settings_block ul li .numToggler input {
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.9);
  float: left;
  height: 24px;
  width: 24px;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.title_page .settings_page .settings_block ul li .numToggler em {
  float: left;
  width: 16px;
  height: 24px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.title_page .settings_page .settings_block ul li .numToggler em:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 7px;
  border: 5px solid;
}
.title_page .settings_page .settings_block ul li .numToggler em.left:before {
  border-color: transparent rgba(0, 0, 0, 0.9) transparent transparent;
  left: 0;
}
.title_page .settings_page .settings_block ul li .numToggler em.right:before {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.9);
  left: 5px;
}
.title_page .settings_page.simple--list .settings_block {
  z-index: 7;
  width: auto;
  min-width: 176px;
}
.title_page .settings_page.simple--list .settings_block .settings_holder {
  padding-top: 0;
  width: 100%;
}
.title_page .settings_page.simple--list .settings_block ul {
  padding-top: 8px;
}
.title_page .settings_page.simple--list .settings_block ul li a {
  white-space: nowrap;
}
.title_page .right_buttons {
  float: right;
  padding: 4px 68px 4px 0;
  position: relative;
}
.title_page .right_buttons .settings_page {
  float: left;
  top: -2px;
  right: 0;
  position: absolute;
}
.title_page .right_buttons .transfer_btn,
.title_page .right_buttons .new_goal_btn,
.title_page .right_buttons .add_payee_button,
.title_page .right_buttons .oir_btn {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(37, 49, 55, 0.3);
  padding: 0 16px 0 0;
  margin: 0 0 0 24px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.title_page .right_buttons .transfer_btn:focus,
.title_page .right_buttons .new_goal_btn:focus,
.title_page .right_buttons .add_payee_button:focus,
.title_page .right_buttons .oir_btn:focus {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.title_page .right_buttons .transfer_btn:hover,
.title_page .right_buttons .new_goal_btn:hover,
.title_page .right_buttons .add_payee_button:hover,
.title_page .right_buttons .oir_btn:hover,
.title_page .right_buttons .transfer_btn:focus,
.title_page .right_buttons .new_goal_btn:focus,
.title_page .right_buttons .add_payee_button:focus,
.title_page .right_buttons .oir_btn:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.title_page .right_buttons .transfer_btn span,
.title_page .right_buttons .new_goal_btn span,
.title_page .right_buttons .add_payee_button span,
.title_page .right_buttons .oir_btn span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  margin: 8px 8px 0 16px;
  float: left;
}
.title_page .right_buttons .transfer_btn span.libro_calculator,
.title_page .right_buttons .new_goal_btn span.libro_calculator,
.title_page .right_buttons .add_payee_button span.libro_calculator,
.title_page .right_buttons .oir_btn span.libro_calculator {
  font-size: 30px;
  width: 20px;
}
.title_page .right_buttons .transfer_btn span.libro_calculator:before,
.title_page .right_buttons .new_goal_btn span.libro_calculator:before,
.title_page .right_buttons .add_payee_button span.libro_calculator:before,
.title_page .right_buttons .oir_btn span.libro_calculator:before {
  position: absolute;
  left: -5px;
}
.title_page .right_buttons .transfer_btn span {
  background: url(/Content/images/transfer_ico.png) no-repeat;
  background-size: 24px 24px;
  overflow: hidden;
  text-indent: -9898px;
}
.title_page .right_buttons .oir_btn span {
  width: 42px;
  height: 20px;
  margin: 10px;
  float: left;
  background: url(/Content/images/wu_ico.png?v=1) no-repeat;
  background-size: 42px 20px;
}
#message {
  width: 100%;
  background: #fdba31;
  padding: 45px 0 40px;
  color: #fff;
}
#message .main {
  position: relative;
}
#message .main .close_message {
  color: rgba(0, 0, 0, 0.9);
}
#message .message_text {
  padding: 0 80px 0 130px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
}
#message .message_text p {
  padding: 0 0 5px;
}
#message .message_text ul.message_buttons {
  list-style: none;
  padding: 30px 0 0;
  width: 100%;
  overflow: hidden;
}
#message .message_text ul.message_buttons li {
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 50px;
}
#message .message_text ul.message_buttons li a {
  color: #fff;
}
#message .message_text ul.message_buttons li a:hover,
#message .message_text ul.message_buttons li a:focus {
  color: #00679E;
}
#message .libro_message {
  position: absolute;
  left: 40px;
  top: 30px;
  color: #fff;
  font-size: 39px;
  margin: -35px 0 0;
  width: 50px;
  text-indent: 5px;
}
#message .libro_message:before {
  display: block;
  width: 50px;
}
#message .close_message {
  color: rgba(0, 0, 0, 0.9);
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  margin: -20px 0 0;
}
#message .close_message span {
  width: 25px;
}
#message .close_message:hover,
#message .close_message:focus {
  color: #00679E;
}
#message.advert {
  background: #017ABC;
  padding: 65px 0 20px;
}
#message.advert .close_message {
  margin: -60px 0 0;
}
#message.advert .question_message p {
  padding: 0;
  margin: -5px 0 0;
  font-size: 51px;
  line-height: 1.2em;
  font-weight: 200;
}
#message.advert .question_message p strong {
  font-weight: 400;
  color: #FFB71C;
}
#message.advert .calculate_btn {
  width: 100%;
  display: block;
  margin: 5px auto 0;
  padding: 90px 0 0;
  background: url(/Content/images/dev/calculate.png) no-repeat 50% 0;
  text-align: center;
  color: #FFB71C;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 24px;
}
#message.advert.fx_calc {
  padding-bottom: 0;
}
#message.advert.fx_calc .advert_h2 {
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  font-size: 24px;
}
.table_box {
  width: 100%;
  padding: 0 0 16px;
}
.table_box h3,
.table_box h4 {
  font-size: 16px;
}
.table_container .table_box {
  padding-bottom: 96px;
}
.table_wrap {
  padding: 0 0 16px;
}
.table_wrap h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  padding: 20px 0;
  letter-spacing: 0.04em;
}
.table_wrap table {
  width: 100%;
}
.table_wrap table tbody tr:nth-child(2n-1) {
  background: rgba(95, 124, 138, 0.06);
}
.table_wrap table tbody tr:focus {
  outline: none;
}
.table_wrap table tbody tr:hover td,
.table_wrap table tbody tr:focus td {
  background: #EDF2F7;
}
.table_wrap table tbody tr.inactive_line > .table_wrap table tbody tr:hover > td {
  background: rgba(0, 0, 0, 0);
}
.table_wrap table tbody tr.inactive_line > .table_wrap table tbody tr:hover > td .inactive_cell {
  background: rgba(0, 0, 0, 0.38) !important;
}
.table_wrap table tr.inactive_line:hover,
.table_wrap table tr.inactive_line:focus > td {
  background: rgba(0, 0, 0, 0);
}
.table_wrap table tr.inactive_line:hover .inactive_cell,
.table_wrap table tr.inactive_line:focus > td .inactive_cell {
  background: rgba(0, 0, 0, 0.38) !important;
}
.table_wrap table tr.inactive_line td {
  color: rgba(0, 0, 0, 0.6);
}
.table_wrap table tr.inactive_line td a {
  color: rgba(0, 124, 192, 0.5);
}
.table_wrap table tr.inactive_line td a:hover,
.table_wrap table tr.inactive_line td afocus {
  color: rgba(0, 124, 192, 0.5) !important;
}
.table_wrap table tr.read_only th:first-child,
.table_wrap table tr.read_only td:first-child {
  position: relative;
}
.table_wrap table tr.read_only th:first-child:before,
.table_wrap table tr.read_only td:first-child:before {
  content: "\e607";
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 12px;
  top: 2px;
  width: 24px;
  font-size: 26px;
}
.table_wrap table tr th,
.table_wrap table tr td {
  padding: 4px 24px;
}
.table_wrap table tr th:first-child,
.table_wrap table tr td:first-child {
  padding-left: 48px;
}
.table_wrap table tr th:last-child,
.table_wrap table tr td:last-child {
  width: 152px;
  padding-right: 32px !important;
}
.table_wrap table tr th.balance,
.table_wrap table tr td.balance {
  width: 152px;
}
.table_wrap table tr th.balance_2,
.table_wrap table tr td.balance_2 {
  width: 192px;
}
.table_wrap table tr th.credit_cell,
.table_wrap table tr td.credit_cell {
  width: 160px;
}
.table_wrap table tr th.date_cell,
.table_wrap table tr td.date_cell {
  width: 156px;
}
.table_wrap table tr th.rate_cell,
.table_wrap table tr td.rate_cell {
  width: 96px;
}
.table_wrap table tr th {
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.table_wrap table tr td {
  font-size: 15px;
}
.table_wrap table tr td a.account_name {
  font-weight: 500;
}
.table_wrap table tr td a.account_name:hover,
.table_wrap table tr td a.account_name:focus {
  color: #017ABC;
}
.table_wrap table tr td .inactive_cell,
.table_wrap table tr td .inactive_cell:hover {
  display: inline-table;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  width: 68px;
  text-align: center;
  margin: 6px 0 0 0;
}
.table_wrap table.first_cell_bigger tr td:first-child,
.table_wrap table.first_cell_bigger tr th:first-child {
  width: 380px;
}
.fab {
  position: relative;
  z-index: 999;
  /*
		Above footer: 
		position: absolute
		top: -200px;
		left: 1585px;

		Pin bottom right no footer in view: 
		'position': 'fixed',
		'right': '47px',
		'bottom': '45px'

	*/
}
.fab .msg-us {
  height: 47px;
  width: 149px;
  background: #017ABC;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 24px;
  opacity: 1;
  text-align: center;
  right: 47px;
  cursor: pointer;
  position: fixed;
}
.fab .msg-us a {
  color: white;
  position: relative;
  top: 10px;
  letter-spacing: 0px;
  font-size: 16px;
}
.fab .msg-us a .libro_message {
  top: 2px;
  font-size: 20px;
}
.fab .br-modal-container {
  display: none;
  position: fixed;
  right: 47px;
  bottom: 35px;
  height: 208px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  opacity: 1;
  width: auto;
  min-width: 258px;
  max-width: 290px;
}
.fab .br-modal-container .title {
  display: flex;
  text-align: left;
  font: normal normal bold 14px/16px Roboto;
  letter-spacing: 0px;
  background: #017ABC;
  color: #FFFFFF;
  opacity: 1;
  margin: auto;
  padding: 5px 35px 5px 15px;
  border-radius: 8px 8px 0px 0px;
  box-shadow: 0px 3px 6px #00000029;
  white-space: nowrap;
  overflow: hidden;
}
.fab .br-modal-container .title .close-modal {
  cursor: pointer;
  display: flex;
  position: relative;
  color: #ffffff;
  user-select: none;
  height: 25px;
  border-radius: 50%;
  margin-left: 5px;
}
.fab .br-modal-container .title .close-modal:hover {
  background: #00679E;
}
.fab .br-modal-container .title .close-modal > span {
  width: 25px;
  padding-top: 2.5px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
}
.fab .br-modal-container .title .text {
  margin-top: 5px;
  margin-right: 5px;
}
.fab .br-modal-container .br-nav-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 182px;
  width: auto;
}
.fab .br-modal-container .br-nav-container > a {
  margin: 0px 15px;
  padding: 10px;
  outline: none;
}
.fab .br-modal-container .br-nav-container > a.br-top {
  margin-top: 20px;
}
.fab .br-modal-container .br-nav-container > a:hover:not(.disabled-link) {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: rgba(1, 122, 188, 0.08);
  border-radius: 8px;
  border-top: 0px;
}
.fab .br-modal-container .br-nav-container > a.disabled-link > p.fab-help-title {
  color: #606E7E;
}
.fab .br-modal-container .br-nav-container > a > p {
  padding: initial;
  margin: initial;
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}
.fab .br-modal-container .br-nav-container > a > p.fab-help-title {
  font: normal normal normal 16px/19px Roboto;
  color: #017ABC;
  padding-bottom: 15px;
}
.fab .br-modal-container .br-nav-container > a > p.fab-help-text {
  font: normal normal normal 12px/14px Roboto;
  color: #707070;
}
.fab .br-modal-container .br-nav-container .br-bot {
  border-top: 1px solid #D3D3D3;
}
.icon_visibility_login {
  position: relative;
  top: -32px;
  color: #017ABC;
  display: block;
  width: 24px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  float: right;
  right: 10px;
}
.help_button_box {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
}
.help_button_box.inline_popup {
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
}
.help_button_box.text_help {
  height: auto;
  width: 100%;
}
.help_button_box.text_help .help_button {
  width: 100% !important;
  height: auto !important;
}
.help_button_box.tooltip .help_button:after {
  border-color: transparent #FFB71C transparent transparent;
}
.help_button_box.tooltip .help_popup_wrap {
  background: #FFB71C;
}
.help_button_box.tooltip.top_position .help_button:after {
  border-color: #FFB71C transparent transparent transparent;
}
.help_button_box.tooltip.left_position .help_button:after {
  border-color: transparent transparent transparent #FFB71C;
}
.help_button_box.help_link .help_button:after {
  border-color: transparent #C02A2A transparent transparent;
}
.help_button_box.help_link .help_popup_wrap {
  background: #C02A2A;
}
.help_button_box.help_link .help_popup_wrap:before,
.help_button_box.help_link .help_popup_wrap:after {
  background: #e9120a;
}
.help_button_box.help_link.top_position .help_button:after {
  border-color: #C02A2A transparent transparent transparent;
}
.help_button_box.help_link.left_position .help_button:after {
  border-color: transparent transparent transparent #C02A2A;
}
.help_button_box:hover {
  z-index: 1000;
}
.help_button_box.top_position .help_button:after {
  bottom: 32px;
  top: auto;
  right: 50%;
  margin-right: -10px;
  border-color: #B7BE00 transparent transparent transparent;
}
.help_button_box.top_position .help_popup_wrap {
  right: 50%;
  margin-right: -136px;
  bottom: 50px;
  top: auto;
}
.help_button_box.top_position .help_popup_wrap.half_popup {
  margin-right: -64px;
  right: 50%;
  width: 128px;
  bottom: 52px;
}
.help_button_box.top_position .help_popup_wrap.contact-tooltip {
  padding-left: 0;
  padding-right: 0;
}
.help_button_box.left_position .help_button:after {
  right: auto;
  left: -16px;
  border-color: transparent transparent transparent #B7BE00;
}
.help_button_box.left_position .help_popup_wrap {
  left: -288px;
  padding: 12px 16px 12px 56px;
}
.help_button_box.left_position .help_popup_wrap.half_popup {
  left: -144px;
}
.help_button_box.left_position .help_popup_wrap:before {
  right: auto;
  left: 0;
}
.help_button_box.left_position .help_popup_wrap:after,
.help_button_box.left_position .help_popup_wrap .h_btn {
  right: auto;
  left: 0;
}
.help_button_box .help_button {
  display: block;
  width: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  cursor: pointer;
}
.help_button_box .help_button:after {
  border-width: 10px;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 4px;
  right: -16px;
  border-color: transparent #B7BE00 transparent transparent;
  display: none;
  -webkit-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.help_button_box .help_button:hover,
.help_button_box .help_button:focus {
  color: rgba(0, 0, 0, 0.9);
}
.help_button_box .help_button span {
  display: block;
  width: 30px;
  height: 30px;
  top: -1px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
}
.help_button_box .help_popup_wrap {
  position: absolute;
  right: -288px;
  top: -12px;
  display: none;
  width: 272px;
  background: #B7BE00;
  text-align: left;
  padding: 12px 56px 12px 16px;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  color: rgba(0, 0, 0, 0.9) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.help_button_box .help_popup_wrap.half_popup {
  right: -144px;
  width: 150px;
}
.help_button_box .help_popup_wrap.contact-tooltip {
  text-align: center;
}
.help_button_box .help_popup_wrap:before {
  position: absolute;
  width: 40px;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  background: #95a803;
  content: '';
}
.help_button_box .help_popup_wrap .h_btn {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9898px;
  z-index: 10;
  cursor: pointer;
}
.help_button_box .help_popup_wrap.contact-tooltip:before {
  content: none;
}
.help_button_box .help_popup_wrap.contact-tooltip:after {
  content: none;
}
.help_button_box .help_popup_wrap:after {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  background: #95a803;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\32';
}
.help_button_box .help_popup_wrap:after:hover {
  color: #fff;
}
.help_button_box .help_popup_wrap p {
  padding: 0;
}
.help_button_box .help_popup_wrap .help_link {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.help_button_box .help_popup_wrap .help_link:hover,
.help_button_box .help_popup_wrap .help_link:focus {
  color: #fff;
}
.help_button_box .help_popup_wrap .help_link span {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  left: -7px;
  top: 0;
  font-size: 27px;
}
.help_button_box.hover .help_button:after {
  display: block;
}
.info_box {
  position: relative;
  padding: 20px 0 28px 47px;
  color: #FFB71C;
}
.info_box .libro_info_full {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 25px;
  padding: 0 8px;
}
.info_box h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 9px;
}
.info_box p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 10px;
}
.center_widget_buttons {
  width: 100%;
  text-align: center;
  padding-bottom: 32px;
}
.center_widget_buttons .black_button,
.center_widget_buttons .white_button,
.center_widget_buttons .blue_button,
.center_widget_buttons .red_button,
.center_widget_buttons .transparent_button,
.center_widget_buttons .green_button {
  display: inline-block;
  margin: 0 4px;
}
#logout_box .center_widget_buttons {
  padding-bottom: 0;
}
.black_button,
.white_button,
.blue_button,
.red_button,
.transparent_button,
.green_button,
.oir_redirect,
.outline_button {
  border-radius: 3px;
  border: 1px solid;
  width: 155px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  text-transform: capitalize;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.black_button.flexible_button,
.white_button.flexible_button,
.blue_button.flexible_button,
.red_button.flexible_button,
.transparent_button.flexible_button,
.green_button.flexible_button,
.oir_redirect.flexible_button,
.outline_button.flexible_button {
  float: left;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.black_button.max-width-btn,
.white_button.max-width-btn,
.blue_button.max-width-btn,
.red_button.max-width-btn,
.transparent_button.max-width-btn,
.green_button.max-width-btn,
.oir_redirect.max-width-btn,
.outline_button.max-width-btn {
  width: 100%;
}
.black_button.plus_button span,
.white_button.plus_button span,
.blue_button.plus_button span,
.red_button.plus_button span,
.transparent_button.plus_button span,
.green_button.plus_button span,
.oir_redirect.plus_button span,
.outline_button.plus_button span {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-weight: normal;
}
.black_button.plus_button span:before,
.white_button.plus_button span:before,
.blue_button.plus_button span:before,
.red_button.plus_button span:before,
.transparent_button.plus_button span:before,
.green_button.plus_button span:before,
.oir_redirect.plus_button span:before,
.outline_button.plus_button span:before {
  content: '+';
}
.black_button.plus_button.flexible_button,
.white_button.plus_button.flexible_button,
.blue_button.plus_button.flexible_button,
.red_button.plus_button.flexible_button,
.transparent_button.plus_button.flexible_button,
.green_button.plus_button.flexible_button,
.oir_redirect.plus_button.flexible_button,
.outline_button.plus_button.flexible_button {
  padding-left: 32px;
}
.black_button.plus_button.flexible_button span,
.white_button.plus_button.flexible_button span,
.blue_button.plus_button.flexible_button span,
.red_button.plus_button.flexible_button span,
.transparent_button.plus_button.flexible_button span,
.green_button.plus_button.flexible_button span,
.oir_redirect.plus_button.flexible_button span,
.outline_button.plus_button.flexible_button span {
  left: 0;
}
.black_button:hover,
.white_button:hover,
.blue_button:hover,
.red_button:hover,
.transparent_button:hover,
.green_button:hover,
.oir_redirect:hover,
.outline_button:hover {
  text-decoration: none;
}
.black_button.long_btn,
.white_button.long_btn,
.blue_button.long_btn,
.red_button.long_btn,
.transparent_button.long_btn,
.green_button.long_btn,
.oir_redirect.long_btn,
.outline_button.long_btn {
  width: 275px;
}
.black_button.big_btn,
.white_button.big_btn,
.blue_button.big_btn,
.red_button.big_btn,
.transparent_button.big_btn,
.green_button.big_btn,
.oir_redirect.big_btn,
.outline_button.big_btn {
  width: 280px;
}
.black_button.with_helpers,
.white_button.with_helpers,
.blue_button.with_helpers,
.red_button.with_helpers,
.transparent_button.with_helpers,
.green_button.with_helpers,
.oir_redirect.with_helpers,
.outline_button.with_helpers {
  display: inline-block;
}
.black_button:focus,
.white_button:focus,
.blue_button:focus,
.red_button:focus,
.transparent_button:focus,
.green_button:focus,
.oir_redirect:focus,
.outline_button:focus {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.transparent_button {
  border-color: transparent;
  background: none;
  color: #00679E;
}
.transparent_button:hover,
.transparent_button:focus {
  color: #004C75;
  background: rgba(0, 0, 0, 0.15);
}
.white_button {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  border-color: rgba(0, 0, 0, 0.3);
}
.white_button:hover,
.white_button:focus {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}
.red_button {
  color: #fff;
  background: #C02A2A;
  border-color: #C02A2A;
}
.red_button:hover,
.red_button:focus {
  color: #fff;
  background: #971717;
  border-color: #971717;
}
.green_button {
  color: #fff;
  background: #237804;
  border-color: #237804;
}
.green_button:hover,
.green_button:focus {
  background-color: #389E0D;
  background: #389E0D;
  color: #fff;
}
.green_button:hover:before,
.green_button:focus:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  z-index: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.blue_button,
.black_button {
  background: #017ABC;
  border-color: #017ABC;
  color: #fff;
}
.blue_button:hover,
.black_button:hover,
.blue_button:focus,
.black_button:focus {
  color: #fff;
  background: #00679E;
  border-color: #00679E;
}
.outline_button {
  border-color: #017ABC;
  color: #017ABC;
}
.outline_button:hover,
.outline_button:focus {
  color: #00679E;
  border-color: #00679E;
}
.big_white_button,
.big_black_button {
  border-radius: 3px;
  border: 1px solid;
  width: 298px;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  text-align: center;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  padding: 0;
  color: rgba(0, 0, 0, 0.9);
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.3);
}
.big_white_button:hover,
.big_black_button:hover,
.big_white_button:focus,
.big_black_button:focus {
  color: rgba(0, 0, 0, 0.9);
  background: #fff;
  text-decoration: none;
}
.big_black_button {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.big_black_button:hover,
.big_black_button:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.center_button {
  width: 100%;
}
.center_button .black_button,
.center_button .white_button,
.center_button .blue_button {
  margin: 0 auto;
  transform: none;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}
.white_color {
  color: #fff;
}
.button_helper {
  display: inline-block;
  margin: 0 15px;
}
.button_helper.fountainG_container {
  margin-top: 3px;
  margin-bottom: 3px;
}
.note_box {
  background: #FFB71C;
  color: #fff;
  position: relative;
  padding: 10px 38px 5px 15px;
  margin-bottom: 25px;
}
.note_box p {
  padding: 0 0 5px !important;
}
.note_box a.close_note_box {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 10px;
}
.note_box a.close_note_box:hover,
.note_box a.close_note_box:focus {
  color: rgba(0, 0, 0, 0.9);
}
.note_box a.close_note_box span {
  top: 0;
}
.item_settings {
  float: right;
  width: 24px;
  height: 24px;
  position: relative;
}
.item_settings a.libro_icon {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 32px !important;
  color: #017ABC !important;
}
.item_settings a.libro_icon:before {
  position: relative;
  left: -3px;
}
.item_settings a.libro_icon:hover,
.item_settings a.libro_icon:focus {
  color: #00679E !important;
}
.item_settings ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  width: 176px;
  display: none;
  position: absolute;
  top: -16px;
  left: -144px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.item_settings ul li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: normal !important;
  overflow: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.item_settings ul li a:hover,
.item_settings ul li a:focus {
  background: rgba(95, 124, 138, 0.1);
}
.item_settings.open_item_settings {
  z-index: 10;
}
.item_settings.open_item_settings ul {
  display: block;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.comment_icon {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.9) !important;
  line-height: 24px;
  text-align: center;
  font-size: 24px !important;
}
.green_icon {
  color: #237804 !important;
}
.red_icon {
  color: #C02A2A !important;
}
#add_bill {
  width: auto;
  float: left;
  padding-left: 32px;
  padding-right: 16px;
}
#add_bill span {
  left: 0;
}
.disabled {
  opacity: 0;
}
div.dropdown-menu > div > ul > li.disabled {
  opacity: 0.7 !important;
  background-color: rgba(211, 211, 211, 0.7);
}
div.dropdown-menu > div > ul > li > a.disabled {
  opacity: 0.7 !important;
  background-color: rgba(211, 211, 211, 0.7);
}
.loader {
  padding: 16px 0 0 12px;
  vertical-align: middle;
  display: inline-block;
  top: 16px;
  left: 12px;
}
.loaderH2 {
  display: inline-block;
  left: 12px;
}
.fountainG_container {
  position: relative;
  width: 50px;
  height: 6px;
}
.fountainG_position {
  top: -20px;
  left: 160px;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
  width: 7px;
  height: 7px;
  -moz-animation-name: bounce_fountainG;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-transform: scale(0.3);
  -moz-border-radius: 4px;
  -webkit-animation-name: bounce_fountainG;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-transform: scale(0.3);
  -webkit-border-radius: 4px;
  -ms-animation-name: bounce_fountainG;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -ms-transform: scale(0.3);
  -ms-border-radius: 4px;
  animation-name: bounce_fountainG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.3);
  border-radius: 4px;
}
.fountainG_1 {
  left: 0;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.fountainG_2 {
  left: 6px;
  -moz-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.fountainG_3 {
  left: 13px;
  -moz-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.fountainG_4 {
  left: 19px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
.fountainG_5 {
  left: 25px;
  -moz-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.fountainG_6 {
  left: 31px;
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}
.fountainG_7 {
  left: 38px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.fountainG_8 {
  left: 44px;
  -moz-animation-delay: 1.21s;
  -webkit-animation-delay: 1.21s;
  -ms-animation-delay: 1.21s;
  -o-animation-delay: 1.21s;
  animation-delay: 1.21s;
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #FFFFFF;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #000000;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #FFFFFF;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #000000;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #FFFFFF;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #000000;
  }
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
  100% {
    transform: scale(0.3);
    background-color: #000000;
  }
}
.button_indicator {
  display: inline-block;
  margin: 0 0 0 13px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #389E0D;
  color: #fff;
  position: relative;
  border: 1px solid #389E0D;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.button_indicator.button_indicator_left {
  margin-left: 0;
  margin-right: 5px;
}
.button_indicator.button_indicator_left .button_indicator_arrow {
  border-color: transparent transparent transparent #389E0D;
  left: 100%;
}
.button_indicator .button_indicator_arrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #389E0D transparent transparent;
  display: block;
  left: -20px;
  top: 7px;
  position: absolute;
}
.button_indicator_error {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #C02A2A;
  color: #fff;
  position: relative;
  border: 1px solid #C02A2A;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.button_indicator_error.button_indicator_left {
  margin-left: 0;
  margin-right: 5px;
}
.button_indicator_error.button_indicator_left .button_indicator_arrow {
  border-color: transparent transparent transparent #C02A2A;
  left: 100%;
}
.button_indicator_error .button_indicator_arrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #C02A2A transparent transparent;
  display: block;
  left: -20px;
  top: 7px;
  position: absolute;
}
.button_indicator_positioning {
  top: -36px;
  left: 170px;
}
.oir_redirect {
  float: right;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 15px 0 15px;
  width: auto;
  border: none;
}
.oir_redirect img {
  width: 42px;
  height: 20px;
  margin: 0 5px 2px 5px;
}
.oir_redirect:hover,
.oir_redirect:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.cam_logo {
  width: 300px;
}
iframe body {
  color: #C02A2A !important;
  height: auto !important;
}
.avatar {
  overflow: hidden;
  border-radius: 500rem;
  margin: 0;
  padding: 0;
  position: relative;
}
.avatar img,
.line-item:hover .el.settings-el .dropdown.icon,
.settings-el .dropdown.icon.open,
.settings-el.show-settings .dropdown.icon,
.settings-el:hover .dropdown.icon {
  display: block;
}
.avatar img.landscape-img,
.avatar img.portrait-img {
  width: 100% !important;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.avatar img.landscape-img {
  height: 100%;
  width: auto !important;
}
.avatar i.icon,
.avatar span,
.dynamic-line.icon > i.icon {
  display: block;
  text-align: center;
}
.avatar span {
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 500rem;
  color: #fff;
}
.avatar span.pink {
  background: #ffadad;
}
.avatar span.blue {
  background: #017ABC;
}
.avatar span.green {
  background: #389E0D;
}
.avatar span.red {
  background: #C02A2A;
}
.avatar span.dark-blue {
  background: #56718F;
}
.avatar span.orange {
  background: #FFB71C;
}
.avatar span.default-avatar {
  background: rgba(149, 178, 202, 0.8);
}
.avatar span.default-avatar i.icon,
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.avatar i.icon {
  color: #778493;
}
.avatar.s-128 {
  width: 128px;
  height: 128px;
}
.avatar.s-128 img {
  width: 128px;
}
.avatar.s-128 i.icon,
.avatar.s-128 span {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 48px;
}
.avatar.s-128 i.icon {
  font-size: 128px;
}
.avatar.s-80 {
  width: 80px;
  height: 80px;
}
.avatar.s-80 img {
  width: 80px;
}
.avatar.s-80 i.icon,
.avatar.s-80 span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
}
.avatar.s-80 i.icon {
  font-size: 80px;
}
.avatar.s-78 {
  width: 78px;
  height: 78px;
}
.avatar.s-78 img {
  width: 78px;
}
.avatar.s-78 i.icon,
.avatar.s-78 span {
  width: 78px;
  height: 78px;
  line-height: 78px;
  font-size: 32px;
}
.avatar.s-78 i.icon {
  font-size: 78px;
}
.avatar.s-64 {
  width: 64px;
  height: 64px;
}
.avatar.s-64 img,
.info-el.p-64 small.label-el {
  width: 64px;
}
.avatar.s-64 i.icon,
.avatar.s-64 span {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
}
.avatar.s-64 i.icon {
  font-size: 64px;
}
.avatar.s-56 {
  width: 56px;
  height: 56px;
}
.avatar.s-56 img {
  width: 56px;
}
.avatar.s-56 i.icon,
.avatar.s-56 span {
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 24px;
}
.avatar.s-48 {
  width: 48px;
  height: 48px;
}
.avatar.s-48 img {
  width: 48px;
}
.avatar.s-48 i.icon,
.avatar.s-48 span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
}
.avatar.s-48 i.icon {
  font-size: 24px;
}
.avatar.s-40 {
  width: 40px;
  height: 40px;
}
.avatar.s-40 img {
  width: 40px;
}
.avatar.s-40 i.icon,
.avatar.s-40 span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.avatar.s-40 i.icon {
  font-size: 24px;
}
.avatar.s-36 {
  width: 36px;
  height: 36px;
}
.avatar.s-36 img {
  width: 36px;
}
.avatar.s-36 i.icon,
.avatar.s-36 span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.avatar.s-36 i.icon {
  font-size: 24px;
}
.avatar.s-32,
.dropdown.icon button {
  width: 32px;
  height: 32px;
}
.avatar.s-32 img {
  width: 32px;
}
.avatar.s-32 i.icon,
.avatar.s-32 span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.avatar.s-32 i.icon {
  font-size: 24px;
}
.avatar.s-24 {
  width: 24px;
  height: 24px;
}
.avatar.s-24 img {
  width: 24px;
}
.avatar.s-24 i.icon,
.avatar.s-24 span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.t_content {
  padding: 16px 24px;
}
.help_button_box .help_popup_wrap_sk {
  position: absolute;
  right: -288px;
  top: -12px;
  display: none;
  width: 272px;
  background: #B6BD00;
  text-align: left;
  padding: 12px 16px;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: normal !important;
  color: #253137 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  -webkit-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.help_button_box .help_popup_wrap_sk:after {
  content: none !important;
}
.help_button_box .help_popup_wrap_sk:before {
  content: none !important;
}
.disabled-link {
  color: #999999 !important;
  pointer-events: none;
  cursor: default;
}
.fancy_content .center_button {
  max-height: 36px !important;
}
.serviceFee {
  display: inline !important;
}
.receive-receipt-title {
  display: flex;
}
.receive-receipt-title h1 {
  width: 95%;
}
.auto-deposit-text {
  color: #000000;
  font-weight: 600 !important;
}
#request_btn {
  width: 94px;
}
#send_btn {
  width: 70px;
}
.toggle_label {
  padding-left: 11px !important;
}
.noChanges {
  right: -275px !important;
  top: 0px !important;
  left: auto !important;
}
.noChangesEditContact {
  right: -140px !important;
  top: 0px !important;
  left: auto !important;
}
.noChangesEditAutodeposit {
  right: -140px !important;
  top: 0px !important;
  left: auto !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.fancy-close-btn-holder {
  max-height: 36px !important;
}
.fancy-close-btn {
  margin-left: 381px !important;
  text-align: center !important;
}
.add_bill_box_wrap {
  width: 100%;
}
.add_bill_box_wrap .add_bill_box {
  width: 100%;
  position: relative;
}
.add_bill_box_wrap .add_bill_box .remove_bill {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  cursor: pointer;
  color: #017ABC;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.add_bill_box_wrap .add_bill_box .remove_bill:hover,
.add_bill_box_wrap .add_bill_box .remove_bill:focus {
  color: #00679E;
}
.ui-helper-hidden-accessible div {
  display: none;
}
.pay_widget {
  width: 100%;
  padding: 0 0 32px;
}
.pay_widget input[type=text],
.pay_widget em[type=text] {
  border: none;
  background: none;
  width: 100%;
}
.pay_widget label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  display: flex;
}
.pay_widget label .small-icon-btn {
  margin-left: 8px;
}
.pay_widget .pay_content {
  background: #fff;
  padding: 24px 32px 28px;
  border-top: 4px solid #017ABC;
}
.pay_widget .pay_content.edit_content {
  padding-bottom: 0px;
}
.pay_widget .pay_content .pay_title {
  height: 48px;
  width: 100%;
  padding: 0 0 16px;
  margin: -8px 0 0;
}
.pay_widget .pay_content .pay_title h2 {
  color: #017ABC;
  font-size: 23px;
  line-height: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
.pay_widget .pay_content .pay_title h2 small {
  font-size: 13px;
  text-transform: none;
  color: rgba(37, 49, 55, 0.87);
  padding-left: 8px;
}
.pay_widget .pay_content:before,
.pay_widget .pay_content:after {
  content: " ";
  display: table;
}
.pay_widget .pay_content:after {
  clear: both;
}
.pay_widget .pay_content .el {
  width: 100%;
  min-height: 48px;
  padding: 0;
}
.pay_widget .pay_content .el:before,
.pay_widget .pay_content .el:after {
  content: " ";
  display: table;
}
.pay_widget .pay_content .el:after {
  clear: both;
}
.pay_widget .pay_content .el label {
  float: left;
  line-height: 48px;
}
.pay_widget .pay_content .select_item_travel {
  float: left;
}
.pay_widget .pay_content .select_item_travel label {
  width: 70px;
}
.pay_widget .pay_content .select_item_travel .no_accounts {
  line-height: 48px;
  padding-left: 16px;
  float: left;
}
.pay_widget .pay_content .select_item_travel .pay_select1 {
  float: left;
  width: 240px;
  padding-left: 4px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 em {
  font-style: normal;
  font-size: 16px;
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}
.pay_widget .pay_content .select_item_travel .pay_select1 input {
  padding-top: 12px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 label {
  font-style: normal;
  font-size: 16px;
  display: block;
  height: 48px;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.9);
}
.pay_widget .pay_content .select_item_travel .pay_select1 select {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .customSelect .selectedValue {
  box-shadow: none;
  padding-right: 32px;
  padding-top: 16px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .customSelect .caret {
  top: 12px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .customSelect .selectList dd {
  padding-right: 32px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .date_without_icon {
  float: left;
  position: relative;
  margin: 8px 0;
  height: 32px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .date_without_icon input[type=text],
.pay_widget .pay_content .select_item_travel .pay_select1 .date_without_icon em[type=text] {
  width: 132px;
  height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 1;
  padding-left: 0;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .date_without_icon em {
  line-height: 20px;
}
.pay_widget .pay_content .select_item_travel .pay_select1 .date_icon {
  float: left;
  margin: 8px 0;
}
.pay_widget .pay_content .select_item {
  float: left;
  width: 624px;
}
.pay_widget .pay_content .select_item label {
  width: 64px;
}
.pay_widget .pay_content .select_item .no_accounts {
  line-height: 48px;
  padding-left: 16px;
  float: left;
}
.pay_widget .pay_content .select_item .pay_select {
  float: left;
  width: 550px;
  padding: 4px 0 0;
}
.pay_widget .pay_content .select_item .pay_select em {
  display: block;
  padding-left: 16px;
  font-style: normal;
  line-height: 42px;
  font-size: 16px;
  height: 42px;
  overflow: hidden;
  color: #017ABC;
}
.pay_widget .pay_content .select_item .pay_select select {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
}
.pay_widget .pay_content .select_item .pay_select .customSelect .selectedValue {
  box-shadow: none;
  padding-right: 32px;
}
.pay_widget .pay_content .select_item .pay_select .customSelect .selectList dd {
  padding-right: 32px;
}
.pay_widget .pay_content .field_item {
  float: right;
  width: 250px;
}
.pay_widget .pay_content .field_item em {
  font-style: normal;
  font-size: 16px;
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 500;
}
.pay_widget .pay_content .field_item label {
  width: 80px;
  text-align: right;
  padding-right: 16px;
}
.pay_widget .pay_content .field_item .amount_field {
  padding: 8px 0;
  float: left;
}
.pay_widget .pay_content .field_item .amount_field .amount_icon {
  width: 170px;
  position: relative;
}
.pay_widget .pay_content .field_item .amount_field .amount_icon:before {
  content: '$';
  width: 16px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 500;
}
.pay_widget .pay_content .field_item .amount_field .amount_icon input[type=text],
.pay_widget .pay_content .field_item .amount_field .amount_icon em[type=text] {
  width: 170px;
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 0 16px;
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  text-align: right;
}
.pay_widget .pay_content .field_item .amount_field .amount_icon em {
  line-height: 25px;
}
.pay_widget .pay_content .field_item .date_without_icon {
  float: left;
  position: relative;
  margin: 8px 0;
  height: 32px;
}
.pay_widget .pay_content .field_item .date_without_icon input[type=text],
.pay_widget .pay_content .field_item .date_without_icon em[type=text] {
  width: 132px;
  height: 32px;
  font-size: 16px;
  text-transform: uppercase;
  background: none;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 1;
  padding-left: 0;
}
.pay_widget .pay_content .field_item .date_without_icon em {
  line-height: 20px;
}
.pay_widget .pay_content .field_item .date_icon {
  float: left;
  margin: 8px 0;
}
.pay_widget .two-signer-reminder {
  line-height: 28px;
  width: 100%;
  text-align: center;
  background-color: white;
  color: rgba(0, 0, 0, 0.9);
}
.pay_widget .two-signer-reminder span.reminder {
  color: #C02A2A;
  font-weight: bold;
}
.pay_widget .pay_footer {
  background: #E0E5E9;
  padding: 0 32px;
}
.pay_widget .pay_footer:before,
.pay_widget .pay_footer:after {
  content: " ";
  display: table;
}
.pay_widget .pay_footer:after {
  clear: both;
}
.pay_widget .pay_footer .pay_comment {
  float: left;
  height: 48px;
  padding: 8px 16px 8px 0;
  width: 312px;
  position: relative;
  border-right: 1px solid #C3CBD4;
}
.pay_widget .pay_footer .pay_comment:before {
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  position: absolute;
  top: 8px;
  left: -4px;
  content: "\e60a";
}
.pay_widget .pay_footer .pay_comment em {
  display: block;
  padding: 4px 5px 4px 32px;
  font-style: italic;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  width: 298px;
}
.pay_widget .pay_footer .pay_comment input {
  padding: 8px 5px 8px 32px;
  font-style: italic;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  width: 298px;
}
.pay_widget .pay_footer .pay_repeat {
  float: left;
  padding: 8px 0 8px 16px;
  height: 48px;
}
.pay_widget .pay_footer .pay_repeat label {
  height: 32px;
  line-height: 32px;
  float: left;
}
.pay_widget .pay_footer .pay_repeat .check_repeat {
  float: left;
}
.pay_widget .pay_footer .pay_repeat .check_repeat input.custom_checkbox {
  float: left;
}
.pay_widget .pay_footer .pay_repeat .check_repeat label {
  padding: 0;
  width: 90px;
  cursor: pointer;
}
.pay_widget .pay_footer .pay_repeat .check_repeat label span {
  float: left;
}
.pay_widget .pay_footer .pay_repeat .check_repeat label span.table-checkbox {
  margin: 5px 8px 0 0;
}
.pay_widget .pay_footer .pay_repeat .check_repeat label em {
  font-style: normal;
  cursor: default;
}
.pay_widget .pay_footer .pay_repeat.open_repeat .pay_repeat_box {
  display: block;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box {
  float: left;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .el {
  height: 32px;
  float: left;
  line-height: 32px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .el.date_wrap {
  float: right;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .for_item {
  float: left;
  padding: 0 0 0 4px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .for_item label {
  padding: 0 0 0 4px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect {
  float: left;
  padding: 0 0 0 4px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select select,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select em,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect em {
  font-style: normal;
  float: left;
  padding: 0 8px;
  text-transform: uppercase;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select .customSelect .selectedValue,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect .customSelect .selectedValue {
  text-transform: uppercase;
  padding: 9px 36px 9px 12px;
  box-shadow: none;
  background: #E0E5E9;
  font-size: 14px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select .customSelect .selectValueWrap .caret,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect .customSelect .selectValueWrap .caret {
  top: 4px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .repeat_select .customSelect .selectValueWrap .caret:before,
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .forTillSelect .customSelect .selectValueWrap .caret:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #017ABC transparent transparent;
  position: absolute;
  left: 3px;
  top: 10px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_without_icon {
  float: left;
  position: relative;
  height: 32px;
  margin: 0 -8px 0 0;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_without_icon input[type=text],
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_without_icon em[type=text] {
  width: 128px;
  padding-right: 32px;
  padding-left: 10px;
  height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  position: relative;
  z-index: 1;
  color: #017ABC;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_without_icon em {
  line-height: 20px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_icon {
  float: left;
  margin: 0 -8px 0 0;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_icon input[type=text],
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .date_icon em[type=text] {
  padding-right: 32px;
  padding-left: 10px;
  font-size: 14px;
  color: #00679E;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box em.date_item {
  width: 98px;
  text-align: right;
  float: left;
  padding-right: 0;
  padding-left: 10px;
  height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler {
  float: left;
  padding: 0 0 0 16px;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler em {
  float: left;
  width: 16px;
  height: 32px;
  cursor: pointer;
  position: relative;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler em:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px;
  top: 11px;
  left: 0;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler em.left:before {
  border-color: transparent #00679E transparent transparent;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler em.right:before {
  left: 4px;
  border-color: transparent transparent transparent #00679E;
}
.pay_widget .pay_footer .pay_repeat .pay_repeat_box .numToggler input {
  float: left;
  width: 24px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  color: #00679E;
}
.pay_widget.confirm_widget .pay_content {
  border-color: #FFB71C;
}
.pay_widget.confirm_widget .pay_content .pay_title h2 {
  color: #FFB71C;
}
.pay_widget.confirm_widget .pay_content .twotosign_icon {
  top: 5px;
}
.pay_widget.receipt_widget .pay_content {
  border-color: #4BAE4F;
  padding-bottom: 22px;
}
.pay_widget.receipt_widget .pay_content .pay_title h2 {
  color: #4BAE4F;
}
.pay_widget.receipt_widget .pay_content .twotosign_icon {
  top: -5px;
}
.pay_widget.receipt_widget .pay_content .el {
  min-height: 32px;
}
.pay_widget.receipt_widget .pay_content .el label {
  line-height: 32px;
}
.pay_widget.receipt_widget .pay_content .select_item .pay_select em {
  height: 26px;
  line-height: 26px;
}
.pay_widget.receipt_widget .pay_content .select_item .no_accounts {
  line-height: 32px;
}
.pay_widget.receipt_widget .pay_content .field_item {
  text-align: right;
}
.pay_widget.receipt_widget .pay_content .field_item label {
  width: auto;
  display: inline-block;
  padding-right: 8px;
  float: none;
}
.pay_widget.receipt_widget .pay_content .field_item em {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.hidden_del_content {
  display: none;
}
.pay_table_box {
  width: 100%;
  background: #fff;
  margin: 0 0 24px;
}
.pay_table_box .title {
  padding: 24px 16px 24px 32px;
}
.pay_table_box .title:before,
.pay_table_box .title:after {
  content: " ";
  display: table;
}
.pay_table_box .title:after {
  clear: both;
}
.pay_table_box .title h2 {
  float: left;
  line-height: 32px;
  font-size: 24px;
  padding: 0;
}
.pay_table_box .title .pay_filter {
  float: right;
  height: 32px;
}
.pay_table_box .title .pay_filter select {
  padding: 4px 8px;
}
.pay_table_box .title .pay_filter .customSelect .selectedValue {
  box-shadow: none;
  padding: 10px 16px;
}
.pay_table_box .title .pay_filter .customSelect .selectValueWrap .caret {
  top: 4px;
}
.pay_table_box .title .pay_filter .table_print {
  float: left;
  width: 32px;
  height: 32px;
  padding: 4px;
  color: #017ABC;
  margin-left: 16px;
}
.pay_table_box .title .pay_filter .table_print span {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
}
.pay_table_box .title .pay_filter .table_print:hover,
.pay_table_box .title .pay_filter .table_print:focus {
  color: #00679E;
}
.pay_table_box .title .pay_filter .pay_filter_form {
  float: left;
}
.pay_table_box .pay_table {
  width: 100%;
  padding: 0 0 24px;
}
.pay_table_box .pay_table table {
  width: 100%;
}
.pay_table_box .pay_table table tbody.del_color {
  background: #C02A2A !important;
  color: #fff;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content {
  background: #C02A2A;
  color: #fff;
  display: table-row;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td {
  color: #fff;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td a {
  color: #fff;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box .text_item {
  float: left;
  width: 580px;
  font-size: 12px;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box .text_item p {
  padding: 0;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box ul.buttons_item {
  float: right;
  padding: 0 30px 0 0;
  list-style: none;
  margin: 0;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box ul.buttons_item li {
  float: left;
  padding-left: 40px;
  line-height: 20px;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box ul.buttons_item li a {
  font-size: 15px;
}
.pay_table_box .pay_table table tbody.del_color tr.hidden_del_content td .del_box ul.buttons_item li a span {
  width: 25px;
}
.pay_table_box .pay_table table tbody.del_color .item_settings a.libro_icon {
  color: #FFF !important;
}
.pay_table_box .pay_table table tbody.del_color dl.sub_line {
  color: #FFF !important;
}
.pay_table_box .pay_table table tbody tr:nth-child(2n+1) {
  background: rgba(95, 124, 138, 0.06);
}
.pay_table_box .pay_table table tr th.amount_cell,
.pay_table_box .pay_table table tr td.amount_cell {
  text-align: right;
}
.pay_table_box .pay_table table tr th {
  /*padding: 8px 16px;*/
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 7px;
  padding-left: 16px;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
}
.pay_table_box .pay_table table tr th:first-child {
  padding-left: 32px;
}
.pay_table_box .pay_table table tr th a {
  color: rgba(0, 0, 0, 0.6);
}
.pay_table_box .pay_table table tr th a span.libro_icon {
  font-size: 11px;
}
.pay_table_box .pay_table table tr th.date_cell {
  width: 140px;
}
.pay_table_box .pay_table table tr td {
  line-height: 30px;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 500;
}
.pay_table_box .pay_table table tr td:first-child {
  padding-left: 32px;
}
.pay_table_box.pending_table .pay_table table tbody:nth-child(2n),
.pay_table_box#twotosign_bills .pay_table table tbody:nth-child(2n),
.pay_table_box#twotosign_transfers .pay_table table tbody:nth-child(2n) {
  background: rgba(95, 124, 138, 0.06);
}
.pay_table_box.pending_table .pay_table table tbody tr,
.pay_table_box#twotosign_bills .pay_table table tbody tr,
.pay_table_box#twotosign_transfers .pay_table table tbody tr {
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tbody tr:nth-child(2n+1),
.pay_table_box#twotosign_bills .pay_table table tbody tr:nth-child(2n+1),
.pay_table_box#twotosign_transfers .pay_table table tbody tr:nth-child(2n+1) {
  background: transparent;
}
.pay_table_box.pending_table .pay_table table tbody .table_widget,
.pay_table_box#twotosign_bills .pay_table table tbody .table_widget,
.pay_table_box#twotosign_transfers .pay_table table tbody .table_widget {
  display: none;
  opacity: 0;
  margin: -80px -16px 0 -32px;
  position: relative;
  z-index: 1001;
  font-weight: normal;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.pay_table_box.pending_table .pay_table table tbody .table_widget .pay_widget .pay_footer .pay_comment input,
.pay_table_box#twotosign_bills .pay_table table tbody .table_widget .pay_widget .pay_footer .pay_comment input,
.pay_table_box#twotosign_transfers .pay_table table tbody .table_widget .pay_widget .pay_footer .pay_comment input {
  padding-top: 0;
  padding-bottom: 0;
}
.pay_table_box.pending_table .pay_table table tr td,
.pay_table_box#twotosign_bills .pay_table table tr td,
.pay_table_box#twotosign_transfers .pay_table table tr td {
  padding-top: 0;
  padding-bottom: 11px;
}
.pay_table_box.pending_table .pay_table table tr td .sub_line,
.pay_table_box#twotosign_bills .pay_table table tr td .sub_line,
.pay_table_box#twotosign_transfers .pay_table table tr td .sub_line {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  color: rgba(37, 49, 55, 0.7);
}
.pay_table_box.pending_table .pay_table table tr td .sub_line dt,
.pay_table_box#twotosign_bills .pay_table table tr td .sub_line dt,
.pay_table_box#twotosign_transfers .pay_table table tr td .sub_line dt {
  float: left;
  font-weight: normal;
  padding-right: 2px;
  line-height: 24px;
}
.pay_table_box.pending_table .pay_table table tr td .sub_line dt span.libro_icon,
.pay_table_box#twotosign_bills .pay_table table tr td .sub_line dt span.libro_icon,
.pay_table_box#twotosign_transfers .pay_table table tr td .sub_line dt span.libro_icon {
  font-size: 24px;
  line-height: 24px;
}
.pay_table_box.pending_table .pay_table table tr td .sub_line dd,
.pay_table_box#twotosign_bills .pay_table table tr td .sub_line dd,
.pay_table_box#twotosign_transfers .pay_table table tr td .sub_line dd {
  float: left;
  font-weight: 500;
  padding-right: 16px;
  line-height: 24px;
}
.pay_table_box.pending_table .pay_table table tr td.icons,
.pay_table_box#twotosign_bills .pay_table table tr td.icons,
.pay_table_box#twotosign_transfers .pay_table table tr td.icons {
  width: 84px;
}
.pay_table_box.pending_table .pay_table table tr.pending_line td,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line td,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line td {
  padding-top: 11px;
  padding-bottom: 0;
  font-weight: 500;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span {
  /* Double-check these two */
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.libro_wait,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.libro_wait,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.libro_wait {
  color: #017ABC;
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.libro_del,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.libro_del,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.libro_del {
  color: #F26B69;
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.libro_expired,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.libro_expired,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.libro_expired {
  color: #C02A2A;
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.libro_ok,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.libro_ok,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.libro_ok {
  color: #237804;
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.dis,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.dis,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.dis {
  color: #F26B69;
  cursor: default;
}
.pay_table_box.pending_table .pay_table table tr.pending_line span.app,
.pay_table_box#twotosign_bills .pay_table table tr.pending_line span.app,
.pay_table_box#twotosign_transfers .pay_table table tr.pending_line span.app {
  color: #237804;
  cursor: default;
}
.edit_table {
  margin: 0 auto;
  position: fixed;
  z-index: 1001;
}
.edit_table .open_table_widget .table_widget {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.edit_table .open_table_widget .table_widget .center_widget_buttons .black_button,
.edit_table .open_table_widget .table_widget .center_widget_buttons .white_button,
.edit_table .open_table_widget .table_widget .center_widget_buttons .blue_button,
.edit_table .open_table_widget .table_widget .center_widget_buttons .red_button,
.edit_table .open_table_widget .table_widget .center_widget_buttons .transparent_button,
.edit_table .open_table_widget .table_widget .center_widget_buttons .green_button {
  color: #fff;
  width: 144px;
}
.edit_table .open_table_widget .table_widget .center_widget_buttons .transparent_button {
  background-color: rgba(0, 0, 0, 0.8);
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content {
  border-top: 4px solid #C02A2A;
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content .pay_title h2 {
  color: #C02A2A;
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content .pay_title h2 small {
  font-size: 13px;
  text-transform: none;
  color: #C02A2A;
  padding-left: 8px;
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content .field_item {
  text-align: right;
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content .field_item label {
  width: auto;
  display: inline-block;
  padding-right: 8px;
  float: none;
}
.edit_table .open_table_widget .table_widget.delete_widget .pay_widget .pay_content .field_item em {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.bill_step_1 .error_tooltip_wrap,
.bill_step_1 .remove_bill {
  display: none !important;
}
.duplicate_prompt {
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 100;
  background: #fff;
  margin-bottom: 32px;
}
.duplicate_prompt .pay_content {
  border-color: #C02A2A;
  padding-bottom: 12px;
}
.duplicate_prompt .pay_content .duplicate-message {
  clear: both;
}
.duplicate_prompt p {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 0px;
  color: #C02A2A;
}
.duplicate_prompt .close_buttons {
  width: 100%;
}
.duplicate_prompt .close_buttons a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  margin: 0 28px;
  width: 145px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.duplicate_prompt .close_buttons a.prompt_close_btn {
  background: #C02A2A;
}
.duplicate_prompt .close_buttons a.prompt_close_btn:hover,
.duplicate_prompt .close_buttons a.prompt_close_btn:focus {
  background: #971717;
}
.duplicate_prompt .close_buttons a.prompt_cancel_btn {
  background: rgba(0, 0, 0, 0.6);
}
.duplicate_prompt .close_buttons a.prompt_cancel_btn:hover,
.duplicate_prompt .close_buttons a.prompt_cancel_btn:focus {
  background: rgba(0, 0, 0, 0.6);
}
.close_prompt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 100;
  background: #fff;
  padding: 48px 0 0;
  border-top: 4px solid #C02A2A;
  text-align: center;
}
.close_prompt p {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 48px;
}
.close_prompt .close_buttons {
  width: 100%;
}
.close_prompt .close_buttons a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  margin: 0 28px;
  width: 145px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.close_prompt .close_buttons a.prompt_close_btn {
  background: #C02A2A;
}
.close_prompt .close_buttons a.prompt_close_btn:hover,
.close_prompt .close_buttons a.prompt_close_btn:focus {
  background: #971717;
}
.close_prompt .close_buttons a.prompt_cancel_btn {
  background: rgba(0, 0, 0, 0.6);
}
.close_prompt .close_buttons a.prompt_cancel_btn:hover,
.close_prompt .close_buttons a.prompt_cancel_btn:focus {
  background: rgba(0, 0, 0, 0.6);
}
ul.bill_buttons {
  width: 100%;
  margin: 0;
  padding: 0 0 32px;
  list-style: none;
}
ul.bill_buttons:before,
ul.bill_buttons:after {
  content: " ";
  display: table;
}
ul.bill_buttons:after {
  clear: both;
}
ul.bill_buttons li {
  float: left;
  width: 400px;
}
ul.bill_buttons.centered_button {
  display: block;
}
ul.centered_button {
  text-align: center;
  padding: 0 0 32px;
  margin: 0;
  list-style: none;
  display: none;
}
ul.centered_button:before,
ul.centered_button:after {
  content: " ";
  display: table;
}
ul.centered_button:after {
  clear: both;
}
ul.centered_button li {
  display: inline-block;
  padding: 0 12px;
  float: none;
  width: auto;
}
.transfers_info {
  position: relative;
  padding: 48px 80px 48px 176px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 13px;
  line-height: 20px;
}
.transfers_info span.libro_info {
  display: block;
  position: absolute;
  top: 36px;
  left: 48px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.transfers_info ul {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
}
.transfers_info ul li {
  padding: 0 0 16px 0;
  position: relative;
}
.transfers_info ul li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 500px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 5px;
  left: -28px;
}
#payee_table {
  overflow: hidden !important;
}
#payee_table .edit_row input.custom_name {
  height: 30px;
}
#payee_table .edit_row span {
  display: block;
  font-size: 12px;
}
#payee_table .is_new {
  background: #389E0D;
}
#payee_table tr td span.libro_info_full {
  position: absolute;
  top: 8px;
  left: 5px;
  color: #FFB71C;
}
.help_el {
  position: relative;
}
.help_el .help_box_position {
  display: none;
  position: absolute;
  z-index: 10;
}
.help_el .help_box_position .payees_list .jspPane {
  width: 400px !important;
}
.help_el .help_box_position .payees_list .jspTrack {
  background: rgba(0, 0, 0, 0.2);
}
.help_el .help_box_position .payees_list ul {
  width: 400px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: auto;
  height: 214px;
  background: #00679E;
}
.help_el .help_box_position .payees_list ul li {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 35px;
}
.help_el .help_box_position .payees_list ul li:hover,
.help_el .help_box_position .payees_list ul li.ui-state-focus {
  color: #00679E;
  background: #71CDF4;
  cursor: pointer;
}
.help_el .help_box_position .payees_list ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 35px;
}
.help_el .help_box_position .payees_list ul li a:hover,
.help_el .help_box_position .payees_list ul li a.ui-state-focus,
.help_el .help_box_position .payees_list ul li a:focus {
  color: #00679E;
  background: #71CDF4;
}
.help_el.open_help .help_box_position {
  display: block;
}
.confirm_buttons {
  text-align: center;
}
.confirm_buttons #confirm_1 {
  display: inline-block;
  width: auto;
}
.confirm_buttons .fountainG_container {
  position: absolute;
  margin-top: 14px;
  margin-left: 10px;
  top: inherit;
  left: inherit;
}
.bpvalidator {
  margin-top: 2px;
  margin-left: 32px;
}
.bpvalidator .error_tooltip_wrap {
  display: inline;
  top: 0px;
  left: 55px;
}
.bpvalidator .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent #C02A2A;
  left: 90px;
  bottom: 40px;
}
#deletepayee_warningbox .fountainG_container {
  top: 0px;
  left: 40px;
  min-width: 114px;
}
/*
#twotosign_bills, #twotosign_transfers_box {
	table {
		tbody {
			a {
				span.libro_icon {
					font-size: 12px;

					&.libro_del {
						left: 2px;
					}

					&.libro_expired {
						font-size: 18px;
						left: 2px;
					}

					&.libro_qu {
						left: -3px;
					}
				}
			}
		}
	}
}*/
.hidden_approve_content {
  display: none;
}
.approve_section tr td {
  background: rgba(252, 185, 48, 0.4) none repeat scroll 0 0;
}
.approve_section tr td a.question {
  color: rgba(0, 0, 0, 0.9);
}
.approve_section tr td .approve_item {
  width: 100%;
  overflow: hidden;
}
.approve_section tr td .approve_item ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.approve_section tr td .approve_item ul li {
  float: left;
  padding: 0 25px 0 15px;
}
.approve_section tr td .approve_item ul li a {
  color: #017ABC;
  font-size: 12px;
  text-transform: uppercase;
  border-color: transparent;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 7px;
}
.approve_section tr td .approve_item ul li a span {
  font-size: 17px;
  top: 2px;
  right: 1px;
}
.approve_section tr td .approve_item ul li a:hover,
.approve_section tr td .approve_item ul li a:focus {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  color: #00679E;
}
.approve_section tr:focus {
  outline: none;
}
.approve_section tr:hover td,
.approve_section tr:focus td {
  background: rgba(252, 185, 48, 0.4) none repeat scroll 0 0;
}
.approve_section.approve_open tr.hidden_approve_content {
  display: table-row;
}
.pay_select {
  position: relative;
}
.pay_select .customSelect .selectedValue {
  padding-left: 0px;
  margin-left: 16px;
}
.pay_select span.twotosign_icon {
  position: absolute;
  font-size: 24px;
  line-height: 40px;
  top: 0px;
  left: -10px;
  z-index: 101;
}
.pay_select1 {
  position: relative;
}
.pay_select1 .customSelect .selectedValue {
  padding-left: 0px;
  margin-left: 16px;
}
.pay_select1 span.twotosign_icon {
  position: absolute;
  font-size: 24px;
  line-height: 40px;
  top: 0px;
  left: -10px;
  z-index: 101;
}
.color_1 {
  background: #25b89a !important;
}
.color_1 .blue_select .customSelect.select-open .selectedValue {
  background: #25a89a;
}
.color_1 .blue_select .customSelect .selectList {
  background: #25a89a;
}
.color_1 .blue_select .customSelect .selectList dl dd:hover,
.color_1 .blue_select .customSelect .selectList dl dd:focus {
  background: #25b89a;
}
.color_1 .front {
  background: #25b89a !important;
}
.color_1 .front .prices a.libro_icon:hover,
.color_1 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_1 .goal_settings {
  background: #25b89a !important;
}
.color_1 .buttons .color_edit a:hover,
.color_1 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_1 .buttons .handbell .alarm {
  background: #25b89a;
}
.color_1 .buttons .handbell a:hover,
.color_1 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_1 .buttons input[type=submit] {
  color: #25b89a !important;
}
.color_1 .buttons input[type=submit]:hover,
.color_1 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_2 {
  background: #4fb96e !important;
}
.color_2 .blue_select .customSelect.select-open .selectedValue {
  background: #44996e;
}
.color_2 .blue_select .customSelect .selectList {
  background: #44996e;
}
.color_2 .blue_select .customSelect .selectList dl dd:hover,
.color_2 .blue_select .customSelect .selectList dl dd:focus {
  background: #4fb96e;
}
.color_2 .front {
  background: #4fb96e !important;
}
.color_2 .front .prices a.libro_icon:hover,
.color_2 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_2 .goal_settings {
  background: #4fb96e !important;
}
.color_2 .buttons .color_edit a:hover,
.color_2 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_2 .buttons .handbell .alarm {
  background: #4fb96e;
}
.color_2 .buttons .handbell a:hover,
.color_2 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_2 .buttons input[type=submit] {
  color: #4fb96e !important;
}
.color_2 .buttons input[type=submit]:hover,
.color_2 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_3 {
  background: #3a96d2 !important;
}
.color_3 .front {
  background: #3a96d2 !important;
}
.color_3 .front .prices a.libro_icon:hover,
.color_3 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_3 .goal_settings {
  background: #3a96d2 !important;
}
.color_3 .buttons .color_edit a:hover,
.color_3 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_3 .buttons .handbell .alarm {
  background: #3a96d2;
}
.color_3 .buttons .handbell a:hover,
.color_3 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_3 .buttons input[type=submit] {
  color: #3a96d2 !important;
}
.color_3 .buttons input[type=submit]:hover,
.color_3 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_4 {
  background: #945ba4 !important;
}
.color_4 .front {
  background: #945ba4 !important;
}
.color_4 .front .prices a.libro_icon:hover,
.color_4 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_4 .goal_settings {
  background: #945ba4 !important;
}
.color_4 .buttons .color_edit a:hover,
.color_4 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_4 .buttons .handbell .alarm {
  background: #945ba4;
}
.color_4 .buttons .handbell a:hover,
.color_4 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_4 .buttons input[type=submit] {
  color: #945ba4 !important;
}
.color_4 .buttons input[type=submit]:hover,
.color_4 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_5 {
  background: #35485e !important;
}
.color_5 .blue_select .customSelect.select-open .selectedValue {
  background: #666;
}
.color_5 .blue_select .customSelect .selectList {
  background: #666;
}
.color_5 .blue_select .customSelect .selectList dl dd:hover,
.color_5 .blue_select .customSelect .selectList dl dd:focus {
  background: #333;
}
.color_5 .front {
  background: #35485e !important;
}
.color_5 .front .prices a.libro_icon:hover,
.color_5 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_5 .goal_settings {
  background: #35485e !important;
}
.color_5 .buttons .color_edit a:hover,
.color_5 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_5 .buttons .handbell .alarm {
  background: #35485e;
}
.color_5 .buttons .handbell a:hover,
.color_5 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_5 .buttons input[type=submit] {
  color: #35485e !important;
}
.color_5 .buttons input[type=submit]:hover,
.color_5 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_6 {
  background: #efc418 !important;
}
.color_6 .blue_select .customSelect.select-open .selectedValue {
  background: #ef9918;
}
.color_6 .blue_select .customSelect .selectList {
  background: #ef9918;
}
.color_6 .blue_select .customSelect .selectList dl dd:hover,
.color_6 .blue_select .customSelect .selectList dl dd:focus {
  background: #efc418;
}
.color_6 .front {
  background: #efc418 !important;
}
.color_6 .front .prices a.libro_icon:hover,
.color_6 .front .prices a.libro_icon:focus {
  color: #0062aa !important;
}
.color_6 .goal_settings {
  background: #efc418 !important;
}
.color_6 .buttons .color_edit a:hover,
.color_6 .buttons .color_edit a:focus {
  color: #0062aa !important;
}
.color_6 .buttons .handbell .alarm {
  background: #efc418;
}
.color_6 .buttons .handbell a:hover,
.color_6 .buttons .handbell a:focus {
  color: #0062aa !important;
}
.color_6 .buttons input[type=submit] {
  color: #efc418 !important;
}
.color_6 .buttons input[type=submit]:hover,
.color_6 .buttons input[type=submit]:focus {
  background: #0062aa !important;
}
.color_7 {
  background: #e47d24 !important;
}
.color_7 .blue_select .customSelect.select-open .selectedValue {
  background: #efbb18;
}
.color_7 .blue_select .customSelect .selectList {
  background: #efbb18;
}
.color_7 .blue_select .customSelect .selectList dl dd:hover,
.color_7 .blue_select .customSelect .selectList dl dd:focus {
  background: #e47d24;
}
.color_7 .front {
  background: #e47d24 !important;
}
.color_7 .front .prices a.libro_icon:hover,
.color_7 .front .prices a.libro_icon:focus {
  color: #0062aa !important;
}
.color_7 .goal_settings {
  background: #e47d24 !important;
}
.color_7 .buttons .color_edit a:hover,
.color_7 .buttons .color_edit a:focus {
  color: #0062aa !important;
}
.color_7 .buttons .handbell .alarm {
  background: #e47d24;
}
.color_7 .buttons .handbell a:hover,
.color_7 .buttons .handbell a:focus {
  color: #0062aa !important;
}
.color_7 .buttons input[type=submit] {
  color: #e47d24 !important;
}
.color_7 .buttons input[type=submit]:hover,
.color_7 .buttons input[type=submit]:focus {
  background: #0062aa !important;
}
.color_8 {
  background: #e64b3b !important;
}
.color_8 .blue_select .customSelect.select-open .selectedValue {
  background: #e6663b;
}
.color_8 .blue_select .customSelect .selectList {
  background: #e6663b;
}
.color_8 .blue_select .customSelect .selectList dl dd:hover,
.color_8 .blue_select .customSelect .selectList dl dd:focus {
  background: #e64b3b;
}
.color_8 .front {
  background: #e64b3b !important;
}
.color_8 .front .prices a.libro_icon:hover,
.color_8 .front .prices a.libro_icon:focus {
  color: #0062aa !important;
}
.color_8 .goal_settings {
  background: #e64b3b !important;
}
.color_8 .buttons .color_edit a:hover,
.color_8 .buttons .color_edit a:focus {
  color: #0062aa !important;
}
.color_8 .buttons .handbell .alarm {
  background: #e64b3b;
}
.color_8 .buttons .handbell a:hover,
.color_8 .buttons .handbell a:focus {
  color: #0062aa !important;
}
.color_8 .buttons input[type=submit] {
  color: #e64b3b !important;
}
.color_8 .buttons input[type=submit]:hover,
.color_8 .buttons input[type=submit]:focus {
  background: #0062aa !important;
}
.color_9 {
  background: #94a4a4 !important;
}
.color_9 .blue_select .customSelect.select-open .selectedValue {
  background: #aaa;
}
.color_9 .blue_select .customSelect .selectList {
  background: #aaa;
}
.color_9 .blue_select .customSelect .selectList dl dd:hover,
.color_9 .blue_select .customSelect .selectList dl dd:focus {
  background: #666;
}
.color_9 .front {
  background: #94a4a4 !important;
}
.color_9 .front .prices a.libro_icon:hover,
.color_9 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_9 .goal_settings {
  background: #94a4a4 !important;
}
.color_9 .buttons .color_edit a:hover,
.color_9 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_9 .buttons .handbell .alarm {
  background: #94a4a4;
}
.color_9 .buttons .handbell a:hover,
.color_9 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_9 .buttons input[type=submit] {
  color: #94a4a4 !important;
}
.color_9 .buttons input[type=submit]:hover,
.color_9 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_10 {
  background: #71cdf4 !important;
}
.color_10 .front {
  background: #71cdf4 !important;
}
.color_10 .front .prices a.libro_icon:hover,
.color_10 .front .prices a.libro_icon:focus {
  color: #fdba31 !important;
}
.color_10 .goal_settings {
  background: #71cdf4 !important;
}
.color_10 .buttons .color_edit a:hover,
.color_10 .buttons .color_edit a:focus {
  color: #fdba31 !important;
}
.color_10 .buttons .handbell .alarm {
  background: #71cdf4;
}
.color_10 .buttons .handbell a:hover,
.color_10 .buttons .handbell a:focus {
  color: #fdba31 !important;
}
.color_10 .buttons input[type=submit] {
  color: #71cdf4 !important;
}
.color_10 .buttons input[type=submit]:hover,
.color_10 .buttons input[type=submit]:focus {
  background: #fdba31 !important;
}
.color_11 {
  background: #ff7e66 !important;
}
.color_11 .blue_select .customSelect.select-open .selectedValue {
  background: #e6663b;
}
.color_11 .blue_select .customSelect .selectList {
  background: #e6663b;
}
.color_11 .blue_select .customSelect .selectList dl dd:hover,
.color_11 .blue_select .customSelect .selectList dl dd:focus {
  background: #e64b3b;
}
.color_11 .front {
  background: #ff7e66 !important;
}
.color_11 .front .prices a.libro_icon:hover,
.color_11 .front .prices a.libro_icon:focus {
  color: #0062aa !important;
}
.color_11 .goal_settings {
  background: #ff7e66 !important;
}
.color_11 .buttons .color_edit a:hover,
.color_11 .buttons .color_edit a:focus {
  color: #0062aa !important;
}
.color_11 .buttons .handbell .alarm {
  background: #ff7e66;
}
.color_11 .buttons .handbell a:hover,
.color_11 .buttons .handbell a:focus {
  color: #0062aa !important;
}
.color_11 .buttons input[type=submit] {
  color: #ff7e66 !important;
}
.color_11 .buttons input[type=submit]:hover,
.color_11 .buttons input[type=submit]:focus {
  background: #0062aa !important;
}
.goal_settings,
.goal_settings_btn {
  display: none;
}
.boxes {
  width: 100%;
  color: #fff;
}
.boxes:before,
.boxes:after {
  content: " ";
  display: table;
}
.boxes:after {
  clear: both;
}
.boxes .row {
  margin-left: -10px;
  margin-right: -10px;
}
.boxes .row .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.boxes .item {
  width: 300px;
  height: 330px;
  margin: 0 auto 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.boxes .item .goal_wrap {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 1s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all 1s linear;
  transform-style: preserve-3d;
  transition: all 1s linear;
}
.boxes .item .front {
  width: 300px;
  height: 330px;
  padding: 25px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.boxes .item a.goal_settings_btn {
  display: none;
  color: #fff;
  position: absolute;
  top: 125px;
  right: 23px;
  width: 32px;
  height: 32px;
}
.boxes .item a.goal_settings_btn span {
  font-size: 27px;
  width: 32px;
}
.boxes .item a.goal_settings_btn:hover,
.boxes .item a.goal_settings_btn:focus {
  color: #fff;
}
.boxes .item h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 0 0 10px;
}
.boxes .item h2 em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}
.boxes .item .goal_content {
  height: 208px;
  width: 250px;
}
.boxes .item .goal_content img.example_image {
  display: block;
  margin: 0 auto;
}
.boxes .item .prices {
  width: 100%;
}
.boxes .item .prices:before,
.boxes .item .prices:after {
  content: " ";
  display: table;
}
.boxes .item .prices:after {
  clear: both;
}
.boxes .item .prices a.libro_icon {
  display: block;
  width: 34px;
  font-size: 34px;
  margin: 0 auto;
  color: #fff;
  position: static;
}
.boxes .item .prices a.libro_icon:hover,
.boxes .item .prices a.libro_icon:focus {
  color: #fff;
}
.boxes .item .prices .price_item {
  float: left;
  width: 50%;
  text-align: center;
}
.boxes .item .prices .price_item strong {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3em;
  padding: 0 0 4px;
}
.boxes .item .prices .price_item span {
  display: block;
  line-height: 1.3em;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Roboto', sans-serif;
}
.boxes .item .goal_settings {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  padding: 20px 20px 10px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  -webkit-transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(180deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(180deg);
  -o-box-sizing: border-box;
  transform: rotateY(180deg);
  box-sizing: border-box;
}
.boxes .item .goal_settings .settings_item {
  width: 100%;
  padding: 0 0 12px;
}
.boxes .item .goal_settings .settings_item:before,
.boxes .item .goal_settings .settings_item:after {
  content: " ";
  display: table;
}
.boxes .item .goal_settings .settings_item:after {
  clear: both;
}
.boxes .item .goal_settings .settings_item label {
  float: left;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  width: 105px;
  padding-right: 20px;
}
.boxes .item .goal_settings .settings_item input[type=text] {
  float: left;
  background: none;
  border: none;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
}
.boxes .item .goal_settings .settings_item input[type=text].date_field {
  background: url(/Content/images/calendar.png) no-repeat 91% 50%;
  padding: 2px 0;
}
.boxes .item .goal_settings .settings_item.price label {
  padding-top: 11px;
}
.boxes .item .goal_settings .settings_item.price input[type=text] {
  position: relative;
  top: -5px;
  font-size: 30px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.boxes .item .goal_settings .settings_item textarea {
  resize: none;
  height: 55px;
  padding: 0;
  margin: 0;
  float: left;
  background: none;
  border: none;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
.boxes .item .goal_settings .settings_item .blue_select {
  float: left;
  margin: -8px 0 -8px -11px;
}
.boxes .item .goal_settings .settings_item .blue_select .customSelect .selectList {
  min-width: 170px;
}
.boxes .item .goal_settings .buttons .handbell .alarm {
  width: 300px;
  top: auto;
  left: -55px;
  bottom: 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 20px;
}
.boxes .item .goal_settings .buttons .handbell .alarm ul {
  height: auto;
  padding: 10px 0 0;
  margin: 0;
}
.boxes .item .goal_settings .buttons .handbell .alarm ul li {
  float: none;
  padding: 0 0 10px;
  width: 100%;
  overflow: hidden;
}
.boxes .item:hover a.goal_settings_btn,
.boxes .item:focus a.goal_settings_btn {
  display: block;
}
.boxes .item.open_goal_settings .goal_wrap {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 1s linear;
  -moz-transform-style: preserve-3d;
  -moz-transition: all 1s linear;
  -o-transform-style: preserve-3d;
  -o-transition: all 1s linear;
  transform-style: preserve-3d;
  transition: all 1s linear;
  background: none !important;
}
.boxes .item.open_goal_settings a.goal_settings_btn {
  display: none !important;
}
.boxes .item.s_visible .goal_settings {
  display: block;
  z-index: 1000;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  backface-visibility: visible;
}
.buttons {
  width: 100%;
  padding: 9px 0 0;
  position: relative;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .color_edit {
  float: left;
  position: relative;
}
.buttons .color_edit a {
  color: #fff;
}
.buttons .color_edit a span.libro_icon {
  font-size: 19px;
  width: 30px;
  height: 34px;
  line-height: 34px;
}
.buttons .color_edit ul {
  display: none;
  width: 300px;
  position: absolute;
  left: -20px;
  top: -38px;
  height: 30px;
  padding: 3px 0;
  overflow: hidden;
  background: #fff;
  list-style: none;
}
.buttons .color_edit ul:after {
  border-width: 5px;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: -10px;
  left: 27px;
  border-color: #fff transparent transparent;
}
.buttons .color_edit ul li {
  float: left;
  height: 24px;
  width: 24px;
  margin-left: 3px;
}
.buttons .color_edit ul li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9898px;
}
.buttons .color_edit.open_color ul {
  display: block;
  z-index: 10;
}
.buttons .handbell {
  float: left;
  margin: 0 0 0 5px;
  position: relative;
}
.buttons .handbell a {
  color: #fff;
}
.buttons .handbell a span.libro_icon {
  font-size: 22px;
  width: 25px;
  display: block;
  height: 34px;
  line-height: 34px;
}
.buttons .handbell .alarm {
  position: absolute;
  left: -35px;
  top: -30px;
  width: 860px;
  display: none;
  z-index: 1000;
}
.buttons .handbell .alarm ul {
  width: 100%;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.buttons .handbell .alarm ul li {
  float: left;
  padding-right: 35px;
}
.buttons .handbell .alarm ul li label {
  float: left;
  color: #fff;
  height: 18px;
  line-height: 18px;
  text-transform: none;
  font-size: 13px;
}
.buttons .handbell .alarm ul li label .settings-checkbox {
  margin-right: 15px;
}
.buttons .handbell.alarm_active .alarm {
  display: block;
}
.buttons input[type=submit] {
  background: #fff;
  border: none;
  float: right;
  padding: 7px 25px;
}
.open_goal_settings {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 280px;
}
.main_goal_box {
  margin-bottom: 20px;
  background: #006fac;
  position: relative;
  padding: 25px 40px 20px;
  color: rgba(255, 255, 255, 0.5);
}
.main_goal_box input,
.main_goal_box textarea,
.main_goal_box select {
  color: #fff;
}
.main_goal_box input,
.main_goal_box textarea {
  background: none;
  border: none;
}
.main_goal_box textarea {
  padding: 7px 5px;
}
.main_goal_box input[type=submit] {
  color: #006fac;
}
.main_goal_box input[type=text] {
  width: 180px;
  padding: 7px 5px;
}
.main_goal_box input[type=text].date_field {
  background: url(/Content/images/calendar.png) no-repeat 80% 45%;
}
.main_goal_box input[type=text].name_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  width: 460px;
}
.main_goal_box label {
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.main_goal_box .type_item {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 200px;
}
.main_goal_box .type_item:before,
.main_goal_box .type_item:after {
  content: " ";
  display: table;
}
.main_goal_box .type_item:after {
  clear: both;
}
.main_goal_box .type_item label {
  float: left;
  width: 50px;
}
.main_goal_box .type_tab {
  width: 100%;
}
.main_goal_box .type_tab:before,
.main_goal_box .type_tab:after {
  content: " ";
  display: table;
}
.main_goal_box .type_tab:after {
  clear: both;
}
.main_goal_box .type_tab aside {
  float: left;
  padding: 55px 0 0;
  width: 220px;
  font-size: 12px;
  line-height: 18px;
}
.main_goal_box .type_tab aside p {
  padding: 0 0 10px;
}
.main_goal_box .type_tab article {
  float: right;
  width: 580px;
}
.main_goal_box .type_tab article .main_goal_settings {
  width: 100%;
  min-height: 277px;
}
.main_goal_box .type_tab article .main_goal_settings:before,
.main_goal_box .type_tab article .main_goal_settings:after {
  content: " ";
  display: table;
}
.main_goal_box .type_tab article .main_goal_settings:after {
  clear: both;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item {
  width: 100%;
  padding: 0 0 5px;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item:before,
.main_goal_box .type_tab article .main_goal_settings .settings_item:after {
  content: " ";
  display: table;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item:after {
  clear: both;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item .blue_select {
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main_goal_box .type_tab article .main_goal_settings .settings_item label {
  float: left;
  width: 110px;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  text-align: right;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item em {
  font-style: normal;
  color: #fff;
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  height: 36px;
  line-height: 36px;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item.price {
  padding: 0;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item.price label {
  padding-top: 8px;
}
.main_goal_box .type_tab article .main_goal_settings .settings_item.price input[type=text] {
  font-size: 26px;
}
.main_goal_box .type_tab article .main_goal_settings .small_settings {
  float: left;
  padding: 20px 0 0;
  width: 50%;
}
.main_goal_box .type_tab article .main_goal_settings .small_settings .blue_select {
  border-bottom: none;
}
.main_goal_box .type_tab article .main_goal_settings .small_settings.right_item {
  padding-top: 28px;
}
.main_goal_box .type_tab article .main_goal_settings .small_settings.right_item label {
  width: 130px;
}
.main_goal_box .type_tab article .main_goal_settings .small_settings.right_item input[type=text] {
  width: 160px;
}
.main_goal_box .buttons {
  clear: both;
  padding: 55px 0 0;
}
.main_goal_box .buttons .color_edit a:hover,
.main_goal_box .buttons .color_edit a:focus {
  color: #fdba31;
}
.main_goal_box .buttons .handbell a:hover,
.main_goal_box .buttons .handbell a:focus {
  color: #fdba31;
}
.main_goal_box .buttons input[type=submit] {
  color: #006fac;
}
.main_goal_box .buttons input[type=submit]:hover,
.main_goal_box .buttons input[type=submit]:focus {
  background: #fdba31;
}
.taxes_box {
  width: 750px;
  margin: 0 auto;
  padding: 60px 0 250px;
  color: rgba(0, 0, 0, 0.9);
}
.taxes_box h1 {
  text-align: center;
  padding: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
}
.taxes_box h2 {
  text-align: center;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.taxes_box h3 {
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.taxes_box p {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 20px;
}
.taxes_box a.blue_button,
.taxes_box input.blue_button {
  margin: 0 auto;
  display: inline-block;
  padding: 0px;
}
.taxes_box select {
  position: absolute;
  left: -9898px;
}
.taxes_box div.submitButtons {
  text-align: center;
}
.taxes_box div.submitButtons .fountainG_container {
  position: absolute;
  margin-top: 14px;
  margin-bottom: 14px;
}
.taxes_box .item {
  width: 100%;
  padding: 0 0 20px;
}
.taxes_box .item:before,
.taxes_box .item:after {
  content: " ";
  display: table;
}
.taxes_box .item:after {
  clear: both;
}
.taxes_box .item label {
  font-size: 13px;
  line-height: 16px;
  display: block;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 0 5px;
}
.taxes_box .item .help_link {
  float: right;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.taxes_box div.hiddenForm {
  display: none;
}
.taxes_box div.hiddenForm div.confirm,
.taxes_box div.hiddenForm div.receipt,
.taxes_box div.hiddenForm div.payConfirm {
  display: none;
}
.taxes_box table {
  width: 85%;
  margin: 0 auto;
}
.taxes_box table tr td.title_line,
.taxes_box table tr th.title_line {
  width: 350px;
  padding-left: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.taxes_box table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  /* Displays the error tooltip to the right of a textbox */
}
.taxes_box table tr td.error_item div.businessNum,
.taxes_box table tr td.error_item div.no_transfer_accounts {
  padding: 10px;
  float: right;
}
.taxes_box table tr td.error_item span.cents {
  position: absolute;
  right: -30px;
  padding: 9px 10px 9px 5px;
}
.taxes_box table tr td span.taxSpan {
  font-weight: bold;
  width: 277px;
  float: right;
}
.taxes_box table tr td input {
  float: right;
}
.taxes_box table tr td input[type=text] {
  width: 277px;
  border: none;
  padding: 10px;
  background: #fff;
}
.taxes_box table tr td input.money {
  background: #fff url(/Content/images/price.png?v=1) no-repeat 10px 50%;
  padding: 9px 10px 9px 30px;
}
.taxes_box table tr td input.date_field {
  background: #fff url(/Content/images/calendar_black.png?v=1) no-repeat 96% 50%;
}
.taxes_box table tr td .customSelect {
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
}
.taxes_box table tr td .taxes_select {
  background-color: #fff;
  min-width: 277px;
  float: left;
  height: 50px;
  padding: 5px 0;
  border-radius: 3px;
  position: relative;
}
.taxes_box table tr td .taxes_select:after {
  border-width: 6px;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  border-color: #808080 transparent transparent;
}
.taxes_box table tr td .taxes_select em {
  max-width: 315px;
  white-space: nowrap;
  display: block;
  line-height: 18px;
  font-style: normal;
  color: #3D444B;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 30px 0 5px;
}
.taxes_box table tr td .taxes_select em span {
  display: block;
  font-size: 12px;
}
.taxes_box table tr td .taxes_select .wrap_list {
  display: none;
  min-width: 410px;
  position: absolute;
  top: -8px;
  z-index: 1001;
  height: 320px;
}
.taxes_box table tr td .taxes_select .wrap_list.scroll_item {
  overflow: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.taxes_box table tr td .taxes_select .wrap_list.scroll_item.jspScrollable {
  outline: none !important;
}
.taxes_box table tr td .taxes_select .wrap_list .jspVerticalBar {
  z-index: 6;
}
.taxes_box table tr td .taxes_select .wrap_list ul {
  background: #fff;
  min-width: 405px;
  position: relative;
  z-index: 5;
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.taxes_box table tr td .taxes_select .wrap_list ul li {
  width: 100%;
  white-space: nowrap;
  border-top: 1px solid #E0E5E9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 71px;
  overflow: hidden;
}
.taxes_box table tr td .taxes_select .wrap_list ul li:first-child {
  border-color: rgba(0, 0, 0, 0);
}
.taxes_box table tr td .taxes_select .wrap_list ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 15px;
  line-height: 20px;
}
.taxes_box table tr td .taxes_select .wrap_list ul li a span {
  display: block;
  font-size: 12px;
}
.taxes_box table tr td .taxes_select .wrap_list ul li a:hover,
.taxes_box table tr td .taxes_select .wrap_list ul li a:focus {
  color: #fff;
  background: #017ABC;
}
.taxes_box table tr td .taxes_select .wrap_list ul li:hover {
  border: none;
}
.taxes_box table tr td .taxes_select .wrap_list ul li:hover a {
  padding-top: 16px;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.active {
  border: none;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.active a {
  color: #fff;
  padding-top: 16px;
  background: #017ABC;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.add_new:hover {
  border-top: 1px solid #E0E5E9;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.add_new:hover a {
  padding-top: 15px;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.add_new a {
  color: #00679E;
}
.taxes_box table tr td .taxes_select .wrap_list ul li.add_new a:hover,
.taxes_box table tr td .taxes_select .wrap_list ul li.add_new a:focus {
  color: #004C75;
  background: none;
}
.taxes_box table tr td .taxes_select .jspPane {
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 1px 1px 2px;
}
.taxes_box table tr td .taxes_select .jspVerticalBar {
  z-index: 6;
}
.taxes_box table tr td .taxes_select .jspVerticalBar .jspTrack {
  right: 0;
}
.taxes_box table tr td .taxes_select .jspScrollable .jspPane {
  min-width: 410px;
  border: 0;
}
.taxes_box table tr td .taxes_select .jspScrollable .jspContainer {
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 1px 1px 2px;
}
.taxes_box table tr td .taxes_select.open_select .wrap_list {
  display: block;
}
.taxes_box table tr td .error_tooltip_wrap {
  position: absolute;
  top: 5px;
  left: 300px;
  width: 285px;
  height: 42px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.taxes_box table tr td .error_tooltip_wrap.error_bottom {
  top: 52px;
  left: -40px;
}
.taxes_box table tr td .error_tooltip_wrap.error_bottom .error_tooltip:after {
  border-color: transparent transparent #C02A2A transparent;
  top: -20px;
  bottom: auto;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip {
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  background: #C02A2A;
  width: 285px;
  height: 42px;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip:before,
.taxes_box table tr td .error_tooltip_wrap .error_tooltip:after {
  content: " ";
  display: table;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip:after {
  clear: both;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip:after {
  display: block;
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #C02A2A transparent transparent;
  left: -20px;
  bottom: 10px;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip strong {
  line-height: 42px;
  float: left;
  font-weight: normal;
  padding-left: 15px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip a {
  float: right;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 42px;
  font-size: 27px;
  background: #C02A2A;
  overflow: hidden;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip a:hover,
.taxes_box table tr td .error_tooltip_wrap .error_tooltip a:focus {
  color: #fff;
}
.taxes_box table tr td .error_tooltip_wrap .error_tooltip a span {
  display: block;
  height: 42px;
  width: 42px;
  top: 8px;
  left: -8px;
}
.taxes_box a.print_btn {
  position: absolute;
  right: 20px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.9);
}
.taxes_box .submission,
.taxes_box .confirm,
.taxes_box .payConfirm,
.taxes_box .receipt {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px 0 20px 0;
}
.taxes_box .submission .submission_info,
.taxes_box .confirm .submission_info,
.taxes_box .payConfirm .submission_info,
.taxes_box .receipt .submission_info,
.taxes_box .submission .confirm_info,
.taxes_box .confirm .confirm_info,
.taxes_box .payConfirm .confirm_info,
.taxes_box .receipt .confirm_info,
.taxes_box .submission .payConfirm_info,
.taxes_box .confirm .payConfirm_info,
.taxes_box .payConfirm .payConfirm_info,
.taxes_box .receipt .payConfirm_info,
.taxes_box .submission .receipt_info,
.taxes_box .confirm .receipt_info,
.taxes_box .payConfirm .receipt_info,
.taxes_box .receipt .receipt_info {
  padding-right: 20px;
  padding-left: 20px;
}
.taxes_box .submission .submission_info ul,
.taxes_box .confirm .submission_info ul,
.taxes_box .payConfirm .submission_info ul,
.taxes_box .receipt .submission_info ul,
.taxes_box .submission .confirm_info ul,
.taxes_box .confirm .confirm_info ul,
.taxes_box .payConfirm .confirm_info ul,
.taxes_box .receipt .confirm_info ul,
.taxes_box .submission .payConfirm_info ul,
.taxes_box .confirm .payConfirm_info ul,
.taxes_box .payConfirm .payConfirm_info ul,
.taxes_box .receipt .payConfirm_info ul,
.taxes_box .submission .receipt_info ul,
.taxes_box .confirm .receipt_info ul,
.taxes_box .payConfirm .receipt_info ul,
.taxes_box .receipt .receipt_info ul {
  margin-bottom: 20px;
}
.taxes header nav {
  padding: 0 0 0 120px;
}
.no_table {
  padding: 0 32px;
}
#add_transfer .confirm_widget {
  position: relative;
}
#add_transfer .registered_warning {
  width: 100%;
  position: absolute;
  text-align: center;
  color: #C02A2A;
  bottom: 89px;
  margin-bottom: -9px;
}
#add_transfer .registered_warning.hidden {
  display: none;
}
.registered_warning.with-help {
  padding-right: 48px;
  padding-left: 32px;
  padding-bottom: 15px;
}
.registered_warning.with-help .help_button_box {
  position: absolute;
  top: 0;
  right: 0;
}
.approve_section .loader {
  float: right;
  top: auto;
  left: auto;
}
.transaction_failed {
  background: #F26B69;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 35px;
  color: #fff;
}
.transaction_failed .libro_icon {
  font-size: 56px;
}
.transaction_failed h2 {
  text-transform: uppercase;
}
.transaction_failed .error_message {
  color: rgba(0, 0, 0, 0.9);
}
.onboarding_steps {
  background: #FFB71C;
  height: 72px;
  width: 100%;
  position: absolute;
  top: 112px;
  left: 0;
}
.onboarding_steps ul {
  height: 72px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 72px;
}
.onboarding_steps ul li {
  display: inline-block;
  padding: 0 40px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
.onboarding_steps ul li.active {
  color: #017ABC;
}
.onboarding_steps ul li a {
  display: inline-block;
  position: relative;
}
.onboarding_steps ul li span {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  left: -32px;
  top: 24px;
}
.onboarding_steps.more_steps ul li {
  padding: 0 20px;
}
.onboarding_block {
  width: 100%;
  padding: 136px 0 63px;
}
.onboarding_block .button_box .blue_button {
  margin: 0 auto;
}
.onboarding_block .button_box .line_button .blue_button {
  margin: 0 16px 0 0;
}
.onboarding_block .info_item {
  padding-bottom: 60px;
}
.onboarding_block.main_user_tab article .table_box table tr td {
  text-align: left;
}
.onboarding_block.main_user_tab article .table_box table tr td:first-child {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.onboarding_block.main_user_tab article .table_box table tr td.check_cell {
  width: 106px;
}
.onboarding_block.main_user_tab article .table_box.col_3 table tr td:first-child {
  width: 343px;
}
aside .help_box {
  margin: 0 40px 0 0;
  padding: 0 32px 0 0;
  background: none;
}
.help_box {
  background: rgba(255, 255, 255, 0.2);
  padding: 24px 32px;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 40px;
}
.help_box h3 {
  text-transform: uppercase;
  padding: 0 0 16px;
  font-size: 20px;
}
.help_box p {
  padding: 0 0 16px;
}
.orange_block {
  color: rgba(0, 0, 0, 0.9);
  background-color: #FFB71C;
  text-align: center;
  margin: 8px auto 48px;
  padding: 8px 16px;
}
.orange_block a {
  color: #004C75;
}
.title_page .right_buttons a.help_btn {
  float: left;
  height: 50px;
  width: 46px;
  text-align: center;
  line-height: 50px;
  margin: -5px 15px 0;
  color: rgba(0, 0, 0, 0.9);
}
.title_page .right_buttons a.help_btn.disable {
  opacity: 0.3;
}
.title_page .right_buttons a.help_btn span {
  font-size: 44px;
  width: 46px;
  height: 46px;
}
.title_page .right_buttons a.help_btn:hover,
.title_page .right_buttons a.help_btn:focus {
  color: #fff;
}
.title_page .right_buttons a.help_btn:hover.disable,
.title_page .right_buttons a.help_btn:focus.disable {
  color: rgba(0, 0, 0, 0.9);
}
.help_page {
  background: #fff;
  padding: 35px 0 100px;
}
.help_page .help_boxes {
  width: 100%;
  padding: 0 0 48px;
}
.help_page .help_boxes .item {
  padding: 0 60px 0 0;
}
.help_page .help_boxes .item .item_hidden {
  width: 100%;
  display: none;
  padding: 0 0 24px 80px;
}
.help_page .help_boxes .item h2 {
  padding: 0;
  margin: 0 0 24px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #00679E;
  cursor: pointer;
  font-weight: 500;
  outline-color: #00679E;
}
.help_page .help_boxes .item h2:hover,
.help_page .help_boxes .item h2:focus {
  color: #004C75;
}
.help_page .help_boxes .item h2:focus {
  outline: none;
}
.help_page .help_boxes .item h2 span {
  float: left;
  margin: 0 15px 0 20px;
  font-size: 18px;
  width: 16px;
  top: 3px;
}
.help_page .help_boxes .item h2 em {
  font-style: normal;
  float: left;
  line-height: 28px;
}
.help_page .help_boxes .item .sub_item {
  width: 100%;
}
.help_page .help_boxes .item .sub_item h3 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #00679E;
  cursor: pointer;
  letter-spacing: 0.01em;
  padding-bottom: 0;
  margin-bottom: 16px;
  outline-color: #00679E;
}
.help_page .help_boxes .item .sub_item h3:hover,
.help_page .help_boxes .item .sub_item h3:focus {
  color: #004C75;
}
.help_page .help_boxes .item .sub_item h3:focus {
  outline: none;
}
.help_page .help_boxes .item .sub_item .sub_item_hidden {
  display: none;
  padding: 0 0 16px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.help_page .help_boxes .item .sub_item.open_sub_item h3 {
  color: #00679E;
}
.help_page .answer_box {
  text-align: center;
}
.help_page .answer_box h2 {
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  padding: 0 0 70px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
}
.help_page .answer_box ul.buttons_list {
  margin: 0 auto;
  list-style: none;
  padding: 0 0 45px;
  overflow: hidden;
  width: 288px;
  text-align: center;
}
.help_page .answer_box ul.buttons_list li {
  padding: 0 25px;
  display: inline-block;
}
.help_page .answer_box ul.buttons_list li a {
  display: block;
  width: 46px;
  color: #00679E;
}
.help_page .answer_box ul.buttons_list li a span {
  display: block;
  width: 46px;
  height: 46px;
  font-size: 44px;
}
.help_page .answer_box ul.buttons_list li a em {
  font-style: normal;
  display: block;
  padding: 15px 0 0;
  font-size: 14px;
}
.help_page .answer_box ul.buttons_list li a:hover,
.help_page .answer_box ul.buttons_list li a:focus {
  color: #004C75;
}
.help_page .answer_box p {
  padding: 0 0 20px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 20px;
}
.content_404 {
  width: 500px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.content_404 h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 40px;
  font-size: 24px;
  font-weight: normal;
}
.content_404 p {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 0 25px;
}
.content_404 .footer_404 {
  width: 100%;
  padding: 65px 0 70px;
  height: 70px;
  overflow: hidden;
}
.content_404 .footer_404 ul {
  height: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.content_404 .footer_404 ul li {
  float: left;
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}
.content_404 .footer_404 ul li:first-child {
  padding: 0;
}
.content_404 .footer_404 ul li span {
  font-size: 20px;
  width: 22px;
  margin: 0 10px 0 0;
  top: 2px;
}
.content_404 .footer_404 ul li a {
  color: rgba(0, 0, 0, 0.9);
}
.content_404 .footer_404 ul li a span {
  font-size: 20px;
  width: 22px;
}
.content_404 .footer_404 ul li a:hover,
.content_404 .footer_404 ul li a:focus {
  color: #fff;
}
#interVal-vm {
  height: auto;
}
#interVal-vm .valuation-contents {
  margin: 4em 4em;
  height: auto;
  width: auto;
  background: #ffffff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
#interVal-vm .valuation-contents .logo-container {
  display: flex;
  margin: 2em auto 0em;
}
#interVal-vm .valuation-contents .logo-container .logo-circular {
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}
#interVal-vm .valuation-contents .logo-container padding {
  color: rgba(0, 0, 0, 0.7);
}
#interVal-vm .valuation-contents .logo-container .icon-plus {
  line-height: 64px;
  font-size: 32px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.7);
}
#interVal-vm .valuation-contents .interval-container img {
  border-radius: 50%;
}
#interVal-vm .title-container {
  display: flex;
}
#interVal-vm .title-container .padding {
  width: 35%;
  flex-grow: 1;
}
#interVal-vm .title-container .interval-title {
  flex-grow: 3;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin: 1em auto 1em;
}
#interVal-vm .information {
  background: rgba(35, 120, 4, 0.2);
  width: 65%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  flex-flow: wrap;
  padding-top: 2em;
  padding-bottom: 1em;
}
#interVal-vm .section {
  margin: auto 0 1em 0;
  display: flex;
}
#interVal-vm .section .text {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  padding: 0px;
  padding-right: 2em;
}
#interVal-vm .icon-checkmark {
  margin: auto 1em auto 2em;
  color: green;
  font-size: 20px;
}
#interVal-vm .additional-action {
  display: flex;
  font-size: 16px;
  line-height: 16px;
  gap: 20px;
  flex-direction: revert;
  justify-content: center;
  font-weight: 700;
}
#interVal-vm .additional-action a {
  color: #237804;
  font-weight: 700;
}
#interVal-vm .additional-action a:hover {
  background: rgba(35, 120, 4, 0.04);
}
#interVal-vm .additional-action .sub-text {
  line-height: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
}
#interVal-vm .actions {
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: green;
  gap: 40px;
  justify-content: center;
  padding-bottom: 2em;
}
#interVal-vm .actions .login {
  padding: 1em;
  border: 1px solid #237804;
  border-radius: 4px;
  color: #237804;
}
#interVal-vm .actions .login.libro_icon {
  color: #237804;
}
#interVal-vm .actions .login:hover {
  background: rgba(35, 120, 4, 0.04);
}
#interVal-vm .actions .signup {
  padding: 1em;
  background: #237804;
  border: 1px solid #237804;
  border-radius: 4px;
  color: white;
}
#interVal-vm .actions .signup.libro_icon {
  color: white;
}
#interVal-vm .actions .signup:hover {
  background: #135200;
}
#interVal-vm .cost {
  display: flex;
  line-height: 16px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 2em auto 1em;
  line-height: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
}
#interVal-vm .cost .cost-container {
  display: flex;
  justify-content: center;
}
#interVal-vm .cost .cost1 {
  padding: 0px;
  font-weight: 700;
  padding-bottom: 10px;
}
#interVal-vm .cost .cost1.strike-out {
  color: rgba(0, 0, 0, 0.2);
  text-decoration: line-through;
}
#interVal-vm .cost .cost2 {
  padding: 0px;
  font-weight: 300;
}
#interVal-vm .icon-saving1 {
  color: #237804;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 8px;
}
.business header {
  background: #237804;
}
.business header nav {
  background: #237804;
  padding: 0 0 0 120px;
}
.business footer {
  background: #328F00;
}
.business footer .border_line div {
  background: #328F00;
}
.business .user_menu {
  background: #237804;
}
.business .user_menu .footer_user_box .logout {
  background-color: #237804;
}
.business .msg-us {
  background: #237804;
}
.business .msg-us .border_line div {
  background: #237804;
}
.business .inner-tabs .inner-tab-menu ul {
  background: #237804;
}
.business .inner-tabs .inner-tab-menu ul li:not(.active) a:hover,
.business .inner-tabs .inner-tab-menu ul li:not(.active) a:focus {
  background: #389E0D;
}
.business .br-modal-container .title {
  background: #328F00;
}
.business .br-modal-container .title .close-modal:hover {
  background: #132500;
}
.business .br-modal-container .br-nav-container > a:hover:not(.disabled-link) {
  background: rgba(35, 120, 4, 0.08);
  border-radius: 8px;
}
.business .br-modal-container .br-nav-container > a > p.fab-help-title {
  color: #328F00;
}
.settings-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.settings-checkbox .mark {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.settings-checkbox .mark:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: -3px;
  line-height: 20px;
  text-align: center;
  content: '\e608';
  font-size: 29px;
  color: #fff;
}
.settings-checkbox-checked .mark:before {
  content: '\e601';
  color: #fff;
}
.table-checkbox-disabled:before {
  opacity: 0.3;
  color: darkgrey !important;
}
.limits-checkbox,
.table-checkbox,
.custom-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin: 8px 10px 0 0;
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.limits-checkbox .mark,
.table-checkbox .mark,
.custom-checkbox .mark {
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.limits-checkbox .mark:before,
.table-checkbox .mark:before,
.custom-checkbox .mark:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: -3px;
  line-height: 20px;
  text-align: center;
  content: '\e608';
  font-size: 29px;
  color: rgba(0, 0, 0, 0.6);
}
.limits-checkbox .mark.custom-checkbox-disabled,
.table-checkbox .mark.custom-checkbox-disabled,
.custom-checkbox .mark.custom-checkbox-disabled {
  opacity: 50%;
}
.limits-checkbox .mark.custom-checkbox-disabled,
.table-checkbox .mark.custom-checkbox-disabled,
.custom-checkbox .mark.custom-checkbox-disabled {
  opacity: 50%;
}
.limits-checkbox-checked .mark:before,
.table-checkbox-checked .mark:before,
.custom-checkbox-checked .mark:before {
  content: '\e601';
  color: #017ABC;
}
.table-checkbox {
  margin: 0 auto;
  float: none;
  display: block;
}
.black-checkbox {
  float: left;
  width: 20px;
  height: 20px;
  margin: 6px 10px 0 0;
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.black-checkbox .mark {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.black-checkbox .mark:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  text-indent: -4px;
  line-height: 20px;
  text-align: center;
  content: '\e608';
  font-size: 29px;
  color: #fff;
}
.black-checkbox-checked .mark:before {
  content: '\e601';
}
.table-radio,
.custom-radio {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-radio .mark,
.custom-radio .mark {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.table-radio .mark:before,
.custom-radio .mark:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: -3px;
  line-height: 20px;
  text-align: center;
  content: '\e60b';
  font-size: 29px;
  color: rgba(0, 0, 0, 0.6);
}
.table-radio .mark.custom-checkbox-disabled,
.custom-radio .mark.custom-checkbox-disabled {
  opacity: 50%;
}
.custom-radio-checked .mark:before,
.table-radio-checked .mark:before {
  content: '\e60c';
  color: #017ABC;
}
.parent_focused .limits-checkbox .mark:before,
.parent_focused .table-checkbox .mark:before,
.parent_focused .custom-checkbox .mark:before,
.parent_focused .table-radio .mark:before {
  color: #00679E;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-wrap {
  width: 100% !important;
  left: 0 !important;
  overflow: hidden;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: rgba(0, 0, 0, 0.9);
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-close {
  display: none;
}
/* Overlay helper */
.fancybox-lock {
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/*###################################################*/
.hidden_fancy {
  display: none;
}
.fancy_block {
  background: #FAFAFA;
  width: 940px;
  margin: 0 auto;
}
.fancy_block.fancy_width {
  width: 100%;
  position: relative;
  background: #017ABC;
}
.fancy_block.red_fancy {
  width: 620px;
}
.fancy_block.half-modal {
  width: 528px;
}
.fancy_block#nonalertable_signers h3 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
.fancy_block#nonalertable_signers .signerList {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.fancy_block#nonalertable_signers .signerList ul {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.fancy_block#nonalertable_signers .signerList ul li {
  text-align: left;
}
.fancy_block#nonalertable_signers .button_group {
  text-align: center;
  padding-bottom: 20px;
}
.fancy_block#nonalertable_signers .button_group input[type=button] {
  display: inline-block;
}
.fancy_main {
  width: 940px;
  margin: 0 auto;
}
.fancy_header {
  color: #fff;
  background: #017ABC;
  padding-left: 20px;
  height: 48px;
  position: relative;
}
.fancy_header h2,
.fancy_header strong.title {
  line-height: 48px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
  display: block;
  color: inherit;
}
.red_fancy .fancy_header {
  background: #C02A2A;
}
.warning {
  padding: 8px 0 40px;
  text-align: center;
}
.warning p {
  padding: 0 0 15px;
}
.warning_buttons {
  width: 100%;
  text-align: center;
  padding: 0 0 33px;
}
.warning_buttons a {
  display: inline-block;
  padding: 0 40px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.close_fancy,
.close_fancy_x,
.header-close {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 25px;
  padding: 0 0 0 15px;
}
.close_fancy span,
.close_fancy_x span,
.header-close span {
  width: 26px;
}
.close_fancy:hover,
.close_fancy_x:hover,
.header-close:hover,
.close_fancy:focus,
.close_fancy_x:focus,
.header-close:focus {
  color: #fff;
}
.fancy_content {
  padding: 24px 10px;
  /*.center_button {
        padding: 0 0 50px;
    }*/
}
.fancy_content .button_box {
  width: 100%;
  text-align: center;
}
.fancy_content .button_box a {
  margin: 0 8px;
  display: inline-block;
}
.fancy_content .button_box .black_button,
.fancy_content .button_box .white_button,
.fancy_content .button_box .blue_button,
.fancy_content .button_box .red_button,
.fancy_content .button_box .transparent_button,
.fancy_content .button_box .green_button,
.fancy_content .button_box .oir_redirect,
.fancy_content .button_box .outline_button {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.fancy_content .button_box .black_button,
.fancy_content .button_box .white_button,
.fancy_content .button_box .blue_button,
.fancy_content .button_box .red_button,
.fancy_content .button_box .transparent_button,
.fancy_content .button_box .green_button,
.fancy_content .button_box .oir_redirect,
.fancy_content .button_box .outline_button {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.fancy_content .button_group a {
  margin: 0 8px;
}
.fancy_content .title {
  padding: 0 40px 30px;
}
.fancy_content .title:before,
.fancy_content .title:after {
  content: " ";
  display: table;
}
.fancy_content .title:after {
  clear: both;
}
.fancy_content .title em {
  float: left;
  color: #00679E;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  padding: 0 30px 0 0;
}
.fancy_content .title span {
  float: left;
  line-height: 24px;
  font-size: 12px;
}
.fancy_content .title #timer {
  float: right;
  color: #C02A2A;
  font-size: 14px;
}
.fancy_content .title #timer #time {
  font-size: 50px;
  line-height: 52px;
  font-weight: 300;
}
.fancy_content .text_content {
  padding: 0 24px;
}
.fancy_content .text_content .logo_size {
  width: 328px;
  height: 125px;
}
.fancy_content .default_text {
  padding: 18px 80px 58px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
}
.fancy_content .default_text h3 {
  padding: 0 0 35px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.fancy_content .default_text p {
  padding: 0 0 12px;
}
.fancy_content .confirmation_text {
  text-align: center;
  padding: 0 24px 24px;
}
.fancy_content .confirmation_text p {
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 18px;
}
.fancy_content .confirmation_text h5 {
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 20px;
}
.fancy_content .confirmation_text h3,
.fancy_content .confirmation_text h4 {
  padding: 40px 0 30px;
  font-size: 18px;
}
.fancy_content .table_wrap {
  padding: 0 0 24px;
  margin: 0 0 24px;
}
.fancy_content .table_wrap h3,
.fancy_content .table_wrap p {
  padding-left: 40px;
}
.fancy_content .table_wrap table tr th:first-child,
.fancy_content .table_wrap table tr td:first-child {
  padding-left: 40px;
}
.fancy_content .table_wrap table tr th:last-child,
.fancy_content .table_wrap table tr td:last-child {
  width: auto;
}
.fancy_content .button_group {
  width: 100%;
  text-align: center;
}
.fancy_content .button_group .blue_button,
.fancy_content .button_group .red_button {
  display: inline-block;
  margin: 0 8px;
}
.fancy_content .help_content {
  width: 640px;
  margin: 0 auto 10px;
}
.fancy_content .help_content p {
  padding: 0px;
}
.fancy_footer {
  height: 48px;
  overflow: hidden;
}
.fancy_footer ul {
  height: 48px;
  margin: 0;
  padding: 0 32px 0 0;
  list-style: none;
  float: right;
}
.fancy_footer ul li {
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 32px;
  font-size: 14px;
  color: #00679E;
}
.fancy_footer ul li span {
  font-size: 20px;
  width: 22px;
  margin: 0 10px 0 0;
  top: 4px;
}
.fancy_footer ul li a span {
  font-size: 20px;
  width: 22px;
}
.fancy_footer .print_btn,
.fancy_footer .download_btn {
  float: left;
  height: 48px;
  margin: 0 0 0 32px;
  line-height: 48px;
  font-size: 14px;
}
.fancy_footer .print_btn span,
.fancy_footer .download_btn span {
  font-size: 20px;
  width: 22px;
  margin: 0 16px 0 0;
  top: 2px;
}
.fancy_width {
  max-width: 100%;
  width: 100% !important;
}
#voidCheque .cheque_screens {
  height: 300px;
}
.cheque_content {
  padding: 0 60px;
}
.cheque_content .cheque_table {
  width: 100%;
  padding: 0 0 50px;
}
.cheque_content .cheque_table table {
  width: 100%;
}
.cheque_content .cheque_table table tr th {
  font-weight: normal;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
}
.cheque_content .cheque_table table tr td {
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.cheque_content .cheque_table table tr td:first-child {
  width: 450px;
}
.cheque_content .cheque_screens {
  width: 100%;
}
.cheque_content .cheque_screens dl {
  padding: 0;
  margin: 0;
}
.cheque_content .cheque_screens dl dt {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  float: left;
  width: 140px;
  padding: 10px;
}
.cheque_content .cheque_screens dl dd {
  display: block;
  padding: 0 0 50px 141px;
}
.green_fancy_box.fancy_block {
  background: #8cc63f;
}
.green_fancy_box .fancy_header {
  background: #8cc63f;
  padding: 0;
  color: rgba(0, 0, 0, 0.9);
}
.green_fancy_box .fancy_header .close_fancy {
  color: rgba(0, 0, 0, 0.6);
}
.green_fancy_box .fancy_header .close_fancy:hover,
.green_fancy_box .fancy_header .close_fancy:focus {
  color: rgba(0, 0, 0, 0.9);
}
.green_fancy_box .fancy_header h2 {
  text-align: center;
}
.green_fancy_box .fancy_header h2 span.libro_monitor {
  width: 55px;
  font-size: 28px;
  height: 30px;
  line-height: 34px;
  top: 3px;
  right: 12px;
  text-align: left;
  opacity: 0.8;
}
.green_fancy_box .fancy_content a {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}
.green_fancy_box .fancy_content a:hover,
.green_fancy_box .fancy_content a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.green_fancy_box .fancy_content a:hover:before,
.green_fancy_box .fancy_content a:focus:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 500px;
  position: absolute;
  top: 8px;
  left: -12px;
}
.green_fancy_box .fancy_content .tour_lists {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30px;
}
.green_fancy_box .fancy_content .tour_lists ul {
  width: 50%;
  float: left;
  list-style: none;
  padding: 0 0 0 100px;
  margin: 0;
}
.green_fancy_box .fancy_content .tour_lists ul li {
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 0 10px;
}
.green_fancy_box .fancy_footer {
  background: #7eb239;
}
.green_fancy_box .fancy_footer a {
  color: rgba(0, 0, 0, 0.9);
}
.green_fancy_box .fancy_footer ul li {
  color: rgba(0, 0, 0, 0.9);
}
.notifications_box {
  width: 618px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.notifications_box .section_table table tr td.title_line,
.notifications_box .section_table table tr th.title_line {
  padding: 16px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #E0E5E9;
}
.notifications_box table {
  width: 100%;
}
.notifications_box table tr th,
.notifications_box table tr td {
  padding: 16px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #E0E5E9;
}
.notifications_box table tr label {
  width: 100%;
}
.notifications_box table tr label:before,
.notifications_box table tr label:after {
  content: " ";
  display: table;
}
.notifications_box table tr label:after {
  clear: both;
}
.notifications_box table tr label .table-checkbox {
  float: left;
  margin-right: 20px;
}
.notifications_box .notifications_table_container {
  height: 305px;
  outline: none;
}
.notifications_box .notifications_table_container .section_table table tr.settings_row .t_settings_item .el {
  padding: 0 0 0 338px;
}
.notifications_box .notifications_table_container .section_table table tr.settings_row .t_settings_item .el input[type=text].account_field {
  width: 165px;
}
.fancy_content .section_table h3 {
  font-size: 18px;
  line-height: 24px;
}
.fancy_content .section_table table tr td.title_line,
.fancy_content .section_table table tr th.title_line {
  width: 210px;
}
.fancy_content .section_table table tr td.account_field,
.fancy_content .section_table table tr th.account_field {
  width: 180px;
  padding-right: 0;
  padding-left: 15px;
}
.fancy_content .section_table table tr td.account_field .price_icon,
.fancy_content .section_table table tr th.account_field .price_icon {
  margin: -10px 0;
}
.fancy_content .section_table table tr td.account_field .price_icon input,
.fancy_content .section_table table tr th.account_field .price_icon input {
  margin: 0;
  padding-right: 10px;
  padding-left: 30px;
  width: 140px;
}
.fancy_content .section_table table tr td.account_field input,
.fancy_content .section_table table tr th.account_field input {
  margin: -10px 0;
  padding-right: 10px;
  padding-left: 30px;
  width: 140px;
}
.fancy_content .section_table table tr td.trash_cell,
.fancy_content .section_table table tr th.trash_cell {
  width: 30px;
}
.fancy_content .section_table table tr td.trash_cell a,
.fancy_content .section_table table tr th.trash_cell a {
  color: #017ABC;
}
.fancy_content .section_table table tr td.trash_cell a .libro_trash,
.fancy_content .section_table table tr th.trash_cell a .libro_trash {
  width: 30px;
  display: none;
  font-size: 20px;
}
.fancy_content .section_table table tr td.trash_cell a:hover,
.fancy_content .section_table table tr th.trash_cell a:hover,
.fancy_content .section_table table tr td.trash_cell a:focus,
.fancy_content .section_table table tr th.trash_cell a:focus {
  color: #00679E;
}
.fancy_content .section_table table tr:focus {
  outline: none;
}
.fancy_content .section_table table tr:hover td.trash_cell a .libro_trash,
.fancy_content .section_table table tr:focus td.trash_cell a .libro_trash {
  display: block;
}
.dialog_scroll {
  overflow-y: auto;
  height: 416px;
  margin: 0 -24px;
}
.dialog_scroll .jspVerticalBar {
  width: 12px;
  border-radius: 500px;
}
.dialog_scroll .jspPane {
  width: 100% !important;
}
.dialog_scroll .jspTrack {
  background: #E0E5E9;
  border-radius: 500px;
  overflow: hidden;
}
.dialog_scroll .jspDrag {
  border-radius: 0;
  box-shadow: none;
  background: rgba(95, 124, 138, 0.5);
  border: none;
}
.scrolling_box .jspVerticalBar {
  width: 12px;
  border-radius: 500px;
  right: 0;
}
.scrolling_box .jspTrack {
  background: #E0E5E9;
  border-radius: 500px;
  overflow: hidden;
}
.scrolling_box .jspDrag {
  border-radius: 0;
  box-shadow: none;
  background: rgba(95, 124, 138, 0.5);
  border: none;
}
.notifications_table_container .jspVerticalBar {
  width: 12px;
  border-radius: 500px;
}
.notifications_table_container .jspTrack {
  background: #E0E5E9;
  border-radius: 500px;
  overflow: hidden;
  right: 0;
}
.notifications_table_container .jspDrag {
  border-radius: 0;
  box-shadow: none;
  background: rgba(95, 124, 138, 0.5);
  border: none;
}
.dialog {
  width: 720px;
  margin: 0 auto;
  background: #F5F5F5;
}
.dialog.calculator {
  width: 756px;
}
.dialog.calculator .dialog_content .button_item {
  padding-top: 24px;
}
.dialog.half_dialog {
  width: 608px;
}
.dialog.blue_dialog {
  background: #017ABC;
  color: #fff;
}
.dialog.orange_dialog {
  background: #FFB71C;
}
.dialog.orange_dialog .dialog_header {
  background: #FFB71C;
  color: rgba(0, 0, 0, 0.9);
}
.dialog .dialog_header {
  color: #fff;
  height: 48px;
  background: #017ABC;
  padding: 0 24px;
  position: relative;
}
.dialog .dialog_header.orange_dialog_header {
  background: #FFB71C;
  color: rgba(0, 0, 0, 0.9);
}
.dialog .dialog_header h2 {
  line-height: 48px;
  padding: 0;
  font-size: 20px;
}
.dialog .dialog_header .close_fancy,
.dialog .dialog_header .header-close {
  top: 12px;
}
.dialog .dialog_content {
  padding: 24px;
}
.dialog .dialog_content .account_select {
  padding: 0 0 16px;
  width: 100%;
}
.dialog .dialog_content .account_select:before,
.dialog .dialog_content .account_select:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .account_select:after {
  clear: both;
}
.dialog .dialog_content .download_form .item {
  width: 100%;
  padding: 0 0 32px;
}
.dialog .dialog_content .download_form .item:before,
.dialog .dialog_content .download_form .item:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .download_form .item:after {
  clear: both;
}
.dialog .dialog_content .download_form .item .item_select {
  float: left;
}
.dialog .dialog_content .download_form .item .el {
  float: left;
  padding: 0 0 0 16px;
  width: auto;
}
.dialog .dialog_content .download_form .item .el .icon_calendar {
  float: left;
  position: relative;
  background: #fff;
}
.dialog .dialog_content .download_form .item .el .icon_calendar:before {
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.dialog .dialog_content .download_form .item .el input {
  width: 140px;
  background: none;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}
.dialog .dialog_content .download_form h3 {
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 32px;
}
.dialog .dialog_content .download_form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.dialog .dialog_content .download_form ul:before,
.dialog .dialog_content .download_form ul:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .download_form ul:after {
  clear: both;
}
.dialog .dialog_content .download_form ul li {
  float: left;
  width: 112px;
}
.dialog .dialog_content .download_form ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 32px 0 0;
}
.dialog .dialog_content .download_form ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}
.dialog .dialog_content .download_form ul li a em {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.dialog .dialog_content .dialog_table table {
  width: 100%;
}
.dialog .dialog_content .dialog_table table tr td {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 24px;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.dialog .dialog_content .dialog_table table tr td.number {
  text-align: right;
  padding-right: 16px;
}
.dialog .dialog_content .dialog_table table tr td.edit_cell {
  width: 32px;
  padding-left: 0;
  padding-right: 0;
}
.dialog .dialog_content .dialog_table table tr td.edit_cell a {
  display: none;
}
.dialog .dialog_content .dialog_table table tr td.edit_cell span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 26px;
}
.dialog .dialog_content .dialog_table table tr td.icon_cell {
  width: 64px;
  padding-left: 0;
}
.dialog .dialog_content .dialog_table table tr td.icon_cell a {
  display: none;
}
.dialog .dialog_content .dialog_table table tr td.icon_cell span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
}
.dialog .dialog_content .dialog_table table tr td.edit_text {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
}
.dialog .dialog_content .dialog_table table tr td.edit_text span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 10px;
}
.dialog .dialog_content .dialog_table table tr td.icon_text {
  width: 25px;
  padding-left: 5px;
}
.dialog .dialog_content .dialog_table table tr td.icon_text span {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 10px;
}
.dialog .dialog_content .dialog_table table tr:focus {
  outline: none;
}
.dialog .dialog_content .dialog_table table tr:hover td,
.dialog .dialog_content .dialog_table table tr:focus td {
  background: rgba(61, 68, 75, 0.1);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.dialog .dialog_content .dialog_table table tr:hover td.icon_cell a,
.dialog .dialog_content .dialog_table table tr:focus td.icon_cell a {
  display: block;
}
.dialog .dialog_content .dialog_table table tr:hover td.edit_cell a,
.dialog .dialog_content .dialog_table table tr:focus td.edit_cell a {
  display: block;
}
.dialog .dialog_content .dialog_table table tr.added td {
  background: rgba(61, 68, 75, 0.1);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.dialog .dialog_content #add_form_btn,
.dialog .dialog_content #another_payee_btn,
.dialog .dialog_content #hr_another_payee_btn {
  width: auto;
  float: left;
  padding-left: 32px;
  padding-right: 16px;
}
.dialog .dialog_content #add_form_btn.plus_button span,
.dialog .dialog_content #another_payee_btn.plus_button span,
.dialog .dialog_content #hr_another_payee_btn.plus_button span {
  left: 0;
}
.dialog .dialog_content .right_button {
  float: right;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.dialog .dialog_content #add_form {
  clear: both;
}
.dialog .dialog_content #confirm_payee .low_risk_vendor {
  color: #389E0D;
}
.dialog .dialog_content #confirm_payee h3 span.libro_info_full {
  color: #FFB71C;
}
.dialog .dialog_content #confirm_payee p {
  color: rgba(0, 0, 0, 0.9);
}
.dialog .dialog_content #high_risk_vendor,
.dialog .dialog_content #confirm_payee {
  text-align: center;
  width: 100%;
}
.dialog .dialog_content #high_risk_vendor#confirm_payee,
.dialog .dialog_content #confirm_payee#confirm_payee {
  padding: 0 0 32px;
}
.dialog .dialog_content #high_risk_vendor#high_risk_vendor h3 span.libro_info_full,
.dialog .dialog_content #confirm_payee#high_risk_vendor h3 span.libro_info_full {
  color: #FFB71C;
}
.dialog .dialog_content #high_risk_vendor h3,
.dialog .dialog_content #confirm_payee h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 0 16px;
  line-height: 32px;
}
.dialog .dialog_content #high_risk_vendor h3 span.libro_icon,
.dialog .dialog_content #confirm_payee h3 span.libro_icon {
  padding: 0 0 0 32px;
}
.dialog .dialog_content #high_risk_vendor h3 span.libro_icon:before,
.dialog .dialog_content #confirm_payee h3 span.libro_icon:before {
  position: absolute;
  left: 0;
  font-size: 30px;
}
.dialog .dialog_content #high_risk_vendor p,
.dialog .dialog_content #confirm_payee p {
  padding: 0 0 16px;
}
.dialog .dialog_content .add_payee {
  width: 100%;
  padding: 32px 0 0;
}
.dialog .dialog_content .add_payee:before,
.dialog .dialog_content .add_payee:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .add_payee:after {
  clear: both;
}
.dialog .dialog_content .add_payee #add_form_btn {
  font-weight: 500;
}
.dialog .dialog_content .add_payee label {
  float: left;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 40px;
  width: 96px;
  text-transform: uppercase;
}
.dialog .dialog_content .add_payee .item {
  width: 100%;
  padding: 0 0 16px;
}
.dialog .dialog_content .add_payee .item:before,
.dialog .dialog_content .add_payee .item:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .add_payee .item:after {
  clear: both;
}
.dialog .dialog_content .add_payee .item input {
  float: left;
  width: 550px;
}
.dialog .dialog_content .add_payee .item .half {
  float: left;
  padding-left: 54px;
}
.dialog .dialog_content .add_payee .item .half span.error_tooltip_wrap {
  padding-left: 54px;
}
.dialog .dialog_content .add_payee .item .half label {
  width: 112px;
}
.dialog .dialog_content .add_payee .item .half input {
  width: 192px;
}
.dialog .dialog_content .add_payee .item .half.first {
  padding-left: 0;
}
.dialog .dialog_content .add_payee .item .half.first span.error_tooltip_wrap {
  padding-left: 0px;
}
.dialog .dialog_content .add_payee .item .half.first label {
  width: 96px;
}
.dialog .dialog_content .button_item {
  width: 100%;
  padding-top: 32px;
}
.dialog .dialog_content .button_item:before,
.dialog .dialog_content .button_item:after {
  content: " ";
  display: table;
}
.dialog .dialog_content .button_item:after {
  clear: both;
}
.dialog .dialog_content .button_item a {
  float: left;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.dialog .dialog_content .button_item .buttons_wrap {
  float: right;
}
.dialog .dialog_content .button_item .buttons_wrap a {
  margin: 0 0 0 8px;
}
.dialog .dialog_content .button_item .buttons_wrap input {
  float: left;
  margin: 0 0 0 8px;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.calculator_box {
  width: 100%;
  font-size: 16px;
}
.calculator_box:before,
.calculator_box:after {
  content: " ";
  display: table;
}
.calculator_box:after {
  clear: both;
}
.calculator_box .left_item {
  float: left;
  width: 96px;
}
.calculator_box .left_item span.one {
  height: 88px;
  line-height: 88px;
  width: 100%;
  display: block;
}
.calculator_box .right_item {
  float: right;
  width: 608px;
}
.calculator_box .right_item .item {
  width: 100%;
  padding: 0 0 8px;
}
.calculator_box .right_item .item:before,
.calculator_box .right_item .item:after {
  content: " ";
  display: table;
}
.calculator_box .right_item .item:after {
  clear: both;
}
.calculator_box .right_item .item em.info_el {
  float: right;
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.calculator_box .right_item .item .radio_box {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-right: 16px;
}
.calculator_box .right_item .item .radio_box em {
  font-style: normal;
}
.calculator_box .right_item .item .radio_box .table-radio {
  margin: 8px 8px 0 0;
}
.calculator_box .right_item .item .select_item {
  float: left;
  padding-right: 16px;
}
.calculator_box .right_item .item .select_item label {
  float: left;
  line-height: 40px;
  width: 96px;
  text-align: right;
}
.calculator_box .right_item .item .select_item .select_wrap {
  float: left;
  padding-left: 8px;
}
.calculator_box .right_item .item .select_item .customSelect .selectedValue {
  box-shadow: none;
  background: none;
  padding-right: 32px;
  padding-left: 8px;
}
.calculator_box .right_item .item .select_item .customSelect .selectList dd {
  padding-right: 32px;
}
.calculator_box .right_item .item .right_el {
  float: right;
}
.calculator_box .right_item .item .right_el input {
  width: 168px;
  text-align: right;
  font-size: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.calculator_box .right_item .item .right_el span,
.calculator_box .right_item .item .right_el em {
  float: left;
  font-size: 24px;
  line-height: 40px;
}
.calculator_box .right_item .item .right_el span {
  width: 48px;
  margin-right: 4px;
  text-transform: uppercase;
}
.calculator_box .right_item .item .right_el em {
  font-style: normal;
  width: 170px;
  text-align: right;
}
#newOwnerNumber_box .close_fancy_button {
  margin: 0 auto;
}
.records_fancy ul {
  padding-left: 0px;
}
.records_fancy ul li {
  text-align: center;
  align-items: center;
  list-style: none;
  float: none;
  font-size: 14px;
  font-weight: bold;
}
.records_fancy .confirmation_text p {
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
}
.ui-datepicker {
  display: none;
  background: #FAFAFA;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  width: 280px;
  padding: 16px;
  color: rgba(0, 0, 0, 0.9);
  margin: 10px 0 10px -90px;
  z-index: 8302 !important;
}
.ui-datepicker select {
  /*background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;*/
  -webkit-appearance: menulist;
  -webkit-border-radius: 0px;
  -moz-appearance: menulist;
  appearance: none;
}
.ui-datepicker select::-ms-expand {
  display: block;
}
.ui-datepicker .ui-datepicker-header {
  width: 100%;
  position: relative;
  padding: 0 0 32px;
}
.ui-datepicker .ui-datepicker-header.mtz-monthpicker {
  margin-top: -8px;
  padding: 0 0 22px;
}
.ui-datepicker .ui-datepicker-header.mtz-monthpicker::after {
  content: '\e5c5';
  font-family: 'LibroIcons';
  font-size: 20px;
  position: absolute;
  top: 24%;
  left: 58%;
  pointer-events: none;
  width: 24px;
  height: 24px;
  color: #017ABC;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  position: absolute;
  top: -9px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  display: block;
  font-family: 'LibroIcons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #017ABC;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: -5px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev:after {
  content: "\3a";
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: -7px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next:after {
  content: "\3e";
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  padding-bottom: 12px;
}
.ui-datepicker table.ui-datepicker-calendar thead th span {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  line-height: 26px;
  text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 2px 0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.ui-datepicker table.ui-datepicker-calendar tbody td {
  padding: 2px 0;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  border-radius: 500px;
  cursor: pointer;
}
.ui-datepicker table.ui-datepicker-calendar tbody td a:focus,
.ui-datepicker table.ui-datepicker-calendar tbody td a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.ui-datepicker table.ui-datepicker-calendar tbody td a:hover {
  background: #28B5F5;
  color: #fff;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  background: #28B5F5;
  color: #fff;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
  border: 1px solid #28B5F5;
  line-height: 30px;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-in.ui-datepicker-today a {
  color: inherit;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-in a {
  background: rgba(40, 181, 245, 0.16);
  width: 100%;
  min-width: 32px;
  border-radius: 0;
  line-height: 32px;
  border: none;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-in a:hover {
  color: inherit;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-in:first-child a {
  border-top-left-radius: 500rem;
  border-bottom-left-radius: 500rem;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-in:last-child a {
  border-top-right-radius: 500rem;
  border-bottom-right-radius: 500rem;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-start a,
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-end a {
  color: #fff;
  border-radius: 0;
  border: none;
  position: relative;
  background: none;
  line-height: 32px;
  z-index: 2;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-start a::before,
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-end a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #28B5F5;
  border-radius: 500rem;
  z-index: -1;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-start a::after,
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-end a::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(40, 181, 245, 0.16);
  z-index: -1;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-start a:after {
  border-top-left-radius: 500rem;
  border-bottom-left-radius: 500rem;
}
.ui-datepicker table.ui-datepicker-calendar tbody td.date-range-end a:after {
  border-top-right-radius: 500rem;
  border-bottom-right-radius: 500rem;
}
.ui-datepicker table.mtz-monthpicker tr td {
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.ui-datepicker table.mtz-monthpicker tr td span {
  display: none;
}
.ui-datepicker table.mtz-monthpicker tr td.ui-state-active,
.ui-datepicker table.mtz-monthpicker tr td:hover,
.ui-datepicker table.mtz-monthpicker tr td:focus {
  color: rgba(0, 0, 0, 0.9);
}
.ui-datepicker table.mtz-monthpicker tr td.ui-state-active span,
.ui-datepicker table.mtz-monthpicker tr td:hover span,
.ui-datepicker table.mtz-monthpicker tr td:focus span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -20px;
  border-radius: 500px;
  background: #017ABC;
  z-index: -1;
}
select.mtz-monthpicker-year {
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  padding: 20px;
}
select.ui-datepicker-year {
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  padding: 0 !important;
  padding-left: 4px !important;
  opacity: 1 !important;
}
#monthpicker_003566507631380479 {
  width: 226px !important;
}
.calendars-inner {
  display: flex;
  justify-content: space-between;
  width: 480px;
}
.calendars-inner .ui-datepicker-group {
  width: 224px;
}
.ui-datepicker.ui-datepicker-multi {
  width: 512px !important;
}
select {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.customSelect {
  position: relative;
  font-size: 16px;
  float: left;
}
.customSelect select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.customSelect select:focus ~ .selectValueWrap .selectedValue {
  box-shadow: 0 0 3px #017ABC;
}
.customSelect .selectedValue {
  line-height: 16px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 12px 24px 12px 16px;
  margin: 0;
  color: rgba(0, 0, 0, 0.9);
  border: 0;
  border-radius: 2px;
}
.customSelect .selectValueWrap {
  padding: 0 2px 0 0;
}
.customSelect .selectValueWrap .selectedValue {
  color: rgba(0, 0, 0, 0.9);
}
.customSelect .selectValueWrap .caret {
  position: absolute;
  top: 8px;
  right: 4px;
  cursor: pointer;
  border: none;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  z-index: 201;
}
.customSelect .selectValueWrap .caret:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: #017ABC transparent transparent;
  position: absolute;
  left: 3px;
  top: 10px;
}
.customSelect .selectList {
  z-index: 202;
  position: absolute;
  left: -999em;
  top: -999em;
  display: none;
  margin: -1px 0 0;
  font-size: 16px;
  list-style: none;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px 0;
}
.customSelect .selectList dl {
  overflow: auto;
}
.customSelect .selectList dl.defaultScrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}
.customSelect .selectList dd {
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
.customSelect .selectList dd.hovered {
  background: rgba(95, 124, 138, 0.1);
  color: rgba(0, 0, 0, 0.9);
}
.customSelect .selectList dd.selected {
  color: rgba(0, 0, 0, 0.9);
}
.customSelect .selectList dd.selected.hovered {
  background: rgba(95, 124, 138, 0.1);
  color: rgba(0, 0, 0, 0.9);
}
.customSelect dl,
.customSelect dd {
  margin: 0;
}
.customSelect .disabled {
  cursor: default;
}
.customSelect.select-open .selectList {
  display: block;
  left: 0 !important;
  top: -3px !important;
}
.customSelect.focus select {
  left: 0;
  top: 0;
  height: 36px;
}
.customSelect.focus .selectedValue {
  box-shadow: 0 0 2px #017ABC !important;
  position: relative;
  z-index: 200;
}
.customSelect.disabled .selectedValue {
  cursor: default;
}
.customSelect .jspPane {
  width: 100% !important;
}
select.custom,
.select_big select,
.select_small select,
.add_select select,
.product_select select,
.day_select select,
.half_select select,
.download_box_select select,
.bills_filter select,
.blue_item select,
.aside_select select,
.type_item select,
.bill_select select,
.travel_select select,
.repeat_select select {
  position: absolute;
  left: -999em;
}
select.custom.use-default {
  position: absolute;
  left: auto;
  height: auto;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  font-size: 16px;
}
.parent_class .customSelect .selectList {
  left: 0 !important;
  top: -5px !important;
  display: block;
}
.scroll-pane .jspPane {
  overflow-x: hidden;
}
.scroll-pane .jspVerticalBar {
  background: none;
  width: 8px;
}
.scroll-pane .jspHorizontalBar {
  height: 0;
  overflow: hidden;
}
.scroll-pane .jspTrack {
  background: #ccc;
  right: 10px;
  border-radius: 5px;
}
.scroll-pane .jspDrag {
  border-radius: 5px;
  color: #ffffff;
  opacity: 0.5;
  background: #363636;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #C02A2A;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #C02A2A;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
.jspPane {
  touch-action: none;
  overflow-x: hidden;
}
.jspVerticalBar {
  background: none;
  width: 8px;
}
.jspHorizontalBar {
  height: 0;
  overflow: hidden;
}
.jspTrack {
  background: none;
  right: 5px;
  border-radius: 5px;
}
.jspDrag {
  border-radius: 5px;
  color: #ffffff;
  opacity: 0.5;
  min-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.transparent_select .customSelect .selectValueWrap {
  padding: 0;
}
.transparent_select .customSelect .selectedValue {
  background: none;
  box-shadow: none;
  padding: 4px 16px;
  margin: 5px 2px 5px 0;
}
.transparent_select .selectValueWrap .caret {
  top: 5px;
}
.slide_checkbox {
  height: 24px;
  border-radius: 500px;
  position: relative;
}
.slide_checkbox input[type=checkbox] {
  opacity: 0;
}
.slide_checkbox input[type=checkbox].focused + label {
  box-shadow: 0 0 3px #017ABC;
}
.slide_checkbox input[type=checkbox]:focus ~ label {
  box-shadow: 0 0 3px #017ABC;
}
.slide_checkbox label {
  width: 100%;
  height: 100%;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.slide_checkbox label span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 500px;
  -webkit-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  z-index: 2;
  left: 2px;
  background: #fff;
}
.slide_checkbox label:before {
  position: absolute;
  top: 1px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
  z-index: 1;
  opacity: 0;
  -webkit-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide_checkbox label:after {
  position: absolute;
  top: 1px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 13px;
  z-index: 1;
  opacity: 1;
  -webkit-animation: 0.5s;
  animation: 0.5s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide_checkbox input[type=checkbox]:checked + label:after {
  opacity: 0;
}
.slide_checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.checkbox_on {
  width: 60px;
}
.checkbox_on label {
  background: #726759;
}
.checkbox_on label:before {
  content: 'ON';
  left: 10px;
}
.checkbox_on label:after {
  content: 'OFF';
  right: 10px;
}
.checkbox_on input[type=checkbox]:disabled + label {
  background: #726759;
  opacity: 0.3;
}
.checkbox_on input[type=checkbox]:disabled + label span {
  left: 2px;
}
.checkbox_on input[type=checkbox]:checked + label {
  background: #00c42d;
}
.checkbox_on input[type=checkbox]:checked + label span {
  left: 38px;
}
.checkbox_business {
  width: 112px;
}
.checkbox_business label {
  background: #2095F2;
}
.checkbox_business label:before {
  content: 'BUSINESS';
  left: 16px;
}
.checkbox_business label:after {
  content: 'PERSONAL';
  right: 16px;
}
.checkbox_business input[type=checkbox]:disabled + label {
  background: #2095F2;
  opacity: 0.3;
  cursor: default;
}
.checkbox_business input[type=checkbox]:disabled + label span {
  left: 2px;
  cursor: default;
}
.checkbox_business input[type=checkbox]:checked + label {
  background: #4BAE4F;
}
.checkbox_business input[type=checkbox]:checked + label span {
  left: 90px;
}
.checkbox_visible {
  width: 90px;
}
.checkbox_visible label {
  background: #726759;
}
.checkbox_visible label:before {
  content: 'VISIBLE';
  left: 16px;
}
.checkbox_visible label:after {
  content: 'HIDDEN';
  right: 16px;
}
.checkbox_visible input[type=checkbox]:checked + label {
  background: #00c42d;
}
.checkbox_visible input[type=checkbox]:checked + label span {
  left: 68px;
}
.checkbox_scheduled {
  width: 22px;
  height: 14px;
  border-radius: 28px;
}
.checkbox_scheduled input[type=checkbox]:checked + label {
  background: #017ABC;
  border: 2px solid #017ABC;
}
.checkbox_scheduled input[type=checkbox]:checked + label span {
  background-color: #FFF;
  top: 0.5px;
  left: 9px;
  height: 8px;
  width: 8px;
}
.checkbox_scheduled input[type=checkbox] + label {
  background: #FFF;
  border: 2px solid #606e7e;
}
.checkbox_scheduled input[type=checkbox] + label span {
  background-color: #606e7e;
  top: 0.5px;
  left: 1px;
  height: 8px;
  width: 8px;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.introjs-fixParent {
  opacity: 1 !important;
}
.tour_box {
  z-index: 1000000 !important;
  position: relative;
}
header.tour_box {
  position: fixed;
}
header.tour_box.allow_scroll {
  position: absolute;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
  color: #fff !important;
}
.introjs-showElement.pay_table_box,
tr.introjs-showElement > td.pay_table_box,
tr.introjs-showElement > th.pay_table_box {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.9) !important;
}
#mysettings .introjs-showElement a {
  color: white !important;
}
#add_transfer .introjs-showElement,
.add_bill_box .introjs-showElement,
#myprofile .introjs-showElement {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.9) !important;
}
#add_transfer .introjs-showElement.userImage,
.add_bill_box .introjs-showElement.userImage,
#myprofile .introjs-showElement.userImage {
  border-radius: 500px;
}
#add_transfer .introjs-showElement.profile_setup_box,
.add_bill_box .introjs-showElement.profile_setup_box,
#myprofile .introjs-showElement.profile_setup_box {
  padding: 10px;
}
#add_transfer .introjs-showElement.profile_setup_box .transparent_button,
.add_bill_box .introjs-showElement.profile_setup_box .transparent_button,
#myprofile .introjs-showElement.profile_setup_box .transparent_button {
  color: inherit !important;
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.introjs-helperNumberLayer {
  float: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
}
.introjs-arrow {
  border: 10px solid #8cc63f;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #8cc63f;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -20px;
  right: 20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #8cc63f;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #8cc63f;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -20px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #8cc63f;
}
.introjs-arrow.bottom {
  bottom: -20px;
  border-top-color: #8cc63f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -20px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: #8cc63f;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  position: absolute;
  padding: 35px;
  background-color: #8cc63f;
  min-width: 400px;
  max-width: 300px;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-animation: 0.1s;
  animation: 0.1s;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.introjs-tooltip div.tour-twosign-def {
  position: relative;
  padding-top: 15px;
}
.introjs-tooltip div.tour-twosign-def span.libro_icon {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}
.introjs-tooltip div.tour-twosign-def span.libro_icon.libro_expired {
  font-size: 32px;
  left: 12px;
  top: 5px;
}
.introjs-tooltip div.tour-twosign-def span.libro_icon.libro_ok {
  top: 4px;
}
.introjs-tooltip div.tour-twosign-def em {
  padding-left: 16px;
}
.introjs-tooltipbuttons {
  text-align: right;
  position: relative;
  padding: 25px 0 0;
  line-height: 20px;
}
.introjs-tooltipbuttons .introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}
.introjs-tooltipbuttons .introjs-button:hover,
.introjs-tooltipbuttons .introjs-button:focus,
.introjs-tooltipbuttons .introjs-button:active {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
  text-decoration: none;
}
.introjs-tooltipbuttons .introjs-nextbutton,
.introjs-tooltipbuttons .introjs-prevbutton {
  font-size: 14px;
}
.introjs-tooltipbuttons .introjs-nextbutton span,
.introjs-tooltipbuttons .introjs-prevbutton span {
  width: 20px;
  font-size: 11px;
  top: -1px;
}
.introjs-tooltipbuttons .introjs-prevbutton {
  margin-right: 20px;
}
.introjs-tooltipbuttons .introjs-nextbutton {
  margin-right: -10px;
}
.introjs-skipbutton {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.9);
}
.introjs-skipbutton:hover,
.introjs-skipbutton:focus {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: rgba(0, 0, 0, 0.3) !important;
  display: none !important;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-tooltiptext {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
}
.introjs-tooltiptext strong {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
  display: block;
  padding: 0 0 15px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.top_tour_box {
  position: fixed;
  z-index: 100000000;
  width: 192px;
  height: 40px;
  padding: 0 12px;
  overflow: hidden;
  top: 0;
  left: 50%;
  margin-left: -96px;
  background: #8cc63f;
}
.top_tour_box a {
  color: rgba(0, 0, 0, 0.9);
  line-height: 40px;
  font-size: 13px;
}
.top_tour_box a.exit_tour {
  float: right;
}
.top_tour_box a.exit_tour span {
  font-size: 15px;
  width: 16px;
  margin-left: 8px;
}
.top_tour_box a.tour_fancybox {
  float: left;
  margin-left: 10px;
  text-transform: uppercase;
}
.top_tour_box a:hover,
.top_tour_box a:focus {
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  border-bottom: thin solid #EBEEF0;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  padding-right: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  /*padding-left: 8px;
			padding-right: 20px;*/
  padding: 12px 24px 12px 16px;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0px;
  background-color: white;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  /*padding-right: 8px;
			padding-left: 20px;*/
  padding: 12px 24px 12px 16px;
  outline: none;
  background: white;
}
.select2-dropdown {
  background: white !important;
  border: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  margin-left: -1em;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 0 16px 0 16px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0px;
  background: white !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  margin-left: 0;
}
.select2-container--open .whitecolor {
  background: white !important;
}
.select2-search--dropdown {
  display: none;
  /*padding: 4px;
	.select2-search__field {
		padding: 4px;
		width: 100%;
		box-sizing: border-box;
		&::-webkit-search-cancel-button {
			-webkit-appearance: none;
		}
	}*/
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ebeef0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/* this is the default */
.select2-container--default .select2-selection--single {
  background-color: white;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
  font-size: 16px;
  border-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  background-color: white;
  color: #007cc0;
  font-size: 16px;
  line-height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 24px;
  top: 8px;
  right: 4px;
  width: 24px;
  visibility: visible;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #017ABC transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 24px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  /*border: 1px solid #aaa;*/
  display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: white;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results {
  background-color: white;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ebeef0;
  color: rgba(0, 0, 0, 0.9);
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: white;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0px 5px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .logo {
    background-image: url(/Content/images/logo_x2.png);
    background-size: 85px 59px;
  }
  .small_header header .logo {
    background-size: 47px 32px;
  }
  body.login_page header .logo {
    background: url(/Content/images/login_logo_x2.png) no-repeat;
    background-size: 86px 61px;
  }
}
@media only screen and (max-width: 998px) {
  body {
    background-size: 998px auto;
  }
  body.login_page {
    background-size: 998px auto;
  }
  header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
  }
  #content {
    padding-top: 0px !important;
  }
  .user_sub_menu {
    position: static !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    margin-left: -27px;
  }
  .main_user_tabs {
    padding-top: 0px;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-sm-2,
  .col-sm-4,
  .col-sm-8 {
    float: left;
  }
  .col-sm-4 {
    width: 33.33333333% !important;
  }
  .col-sm-8 {
    width: 66.66666667% !important;
  }
  .user_menu .col-sm-8 {
    padding-right: 0;
  }
}
.notprintable {
  border: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  .login_page {
    visibility: hidden;
  }
  .print_logo {
    visibility: visible !important;
  }
  a,
  a:visited {
    color: #000000 !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer,
  #message,
  .settings_page,
  .close_button,
  .right_buttons,
  .add_widget,
  .bill_buttons,
  .user_sub_menu,
  .back_button,
  .title_menu,
  #edit_btn,
  .table_print,
  .main_messages_box .title,
  .title_page.message_title .item_settings,
  .reply_box,
  .help_button_box,
  .answer_box,
  .black_button,
  .white_button,
  .blue_button,
  .red_button,
  .transparent_button,
  .green_button,
  .add_btn,
  .fancy_footer,
  .login_holder #content,
  .transfers_info,
  .item_settings {
    display: none !important;
  }
  .notprintable {
    display: none !important;
  }
  .printable {
    display: block !important;
  }
  .help_page .help_boxes .item .sub_item .sub_item_hidden,
  .help_page .help_boxes .item .item_hidden,
  .message_box_wrap .message_box {
    display: block !important;
  }
  #content,
  .main_user_tabs,
  .table_container .table_box {
    padding: 0 !important;
  }
  .history_filter {
    padding-top: 0 !important;
  }
  .ref_number {
    font-size: large !important;
  }
  .main_user_tabs aside {
    display: none !important;
  }
  .main_user_tabs article {
    width: 80% !important;
    margin: 0 10% !important;
  }
  .print_logo {
    display: block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #000000;
    overflow: hidden;
  }
  .print_logo img {
    width: 80px;
    float: left;
  }
  .print_logo .right_print {
    float: right;
    padding-top: 12px;
  }
  .message_box_wrap .message_meta {
    padding-bottom: 8px !important;
  }
  .message_box_wrap .message_meta h3,
  .message_box_wrap .message_meta h4 {
    float: none !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .message_box_wrap .message_meta em.message_date {
    font-size: 15px !important;
    height: auto !important;
    line-height: 24px !important;
    float: none !important;
  }
}
