/* Required Page Setup */
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  height: 100%;
  box-sizing: border-box;
}
/* Fixed Header */
/* If the header isn't fixed, the sticky footer will be pushed off the page. Essentially the header needs to be inside the main wrapper, but this doesn't work when you want a full width header. */
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.navbar {
  z-index: 1000;
  width: 100%;
  min-width: 1000px;
}
.navbar-nav {
  line-height: 37px;
}
main {
  margin: 0 auto;
}
a {
  color: #007CC0;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: #007CC0;
}
.btn-primary {
  background-color: #007CC0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #005787;
}
.btn-primary.active {
  background-color: #005787;
}
.open .dropdown-toggle.btn-primary {
  background-color: #005787;
}
.btn-primary.disabled {
  background-color: #007CC0;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active {
  background-color: #007CC0;
}
.btn-primary[disabled] {
  background-color: #007CC0;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active {
  background-color: #007CC0;
}
fieldset[disabled] {
  pointer-events: none;
}
fieldset[disabled] .btn-primary {
  background-color: #007CC0;
}
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active {
  background-color: #007CC0;
}
fieldset[disabled] .btn-primary.active {
  background-color: #007CC0;
}
.btn-primary.disabled.active,
.btn-primary[disabled].active {
  background-color: #007CC0;
}
.modal-content {
  background-color: transparent;
  border: 0;
}
.modal-header {
  background-color: white;
  border-radius: 0;
}
.modal-body {
  background-color: white;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.padbottom24 {
  padding-bottom: 24px;
}
.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: #253137;
  padding: 0 0 25px;
}
.content_404 p.center_text {
  text-align: center;
}
.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: #253137;
}
.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: #253137;
}
.content_404 .footer_404 ul li a span {
  font-size: 20px;
  width: 22px;
}
.content_404 .footer_404 ul li a:hover {
  color: #fff;
}
html,
body {
  height: 100%;
}
iframe body {
  height: auto !important;
}
body {
  font: 14px/24px 'Roboto', sans-serif;
  color: #253137;
  background: #CED7DB;
  min-width: 1400px;
}
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 {
  color: #000;
}
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: 18px;
  line-height: 24px;
  padding: 0 0 16px;
}
div .result_error {
  border: 1px solid red;
  display: inline-block;
}
a {
  color: #007CC0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00A5FF;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input.focused,
textarea.focused,
input:focus,
textarea:focus {
  box-shadow: 0 0 2px #00BDFF;
}
select {
  padding: 8px;
  border: 1px solid #EBEEF0 !important;
}
p {
  padding: 0 0 16px;
  margin: 0;
}
p.p_left {
  padding: 0 0 0 40px;
}
label {
  font-weight: normal;
  margin: 0;
}
strong,
th {
  font-weight: 600;
}
input:focus,
textarea:focus {
  outline: none;
}
.important_line td {
  background: #fcb930 !important;
}
textarea {
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #EBEEF0;
  padding: 6px;
}
input,
select,
textarea {
  color: #253137;
}
.print_header {
  display: none;
  padding-bottom: 20px;
}
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 50px;
}
.main {
  width: 1240px;
  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: #c3cf21;
  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: #c3cf21 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: #253137;
  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: #95a804;
  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: #24AE5F;
}
.red {
  color: #E64C3C;
}
.price_cell {
  text-align: right !important;
}
.error_item {
  position: relative;
}
.error_item.invalid_date strong {
  line-height: 40px;
  float: left;
  font-weight: normal;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 12px;
  color: #253137;
}
span.error_tooltip_wrap {
  position: absolute;
  top: -42px;
  /*left: 92px;*/
  left: 15px;
  height: 40px;
  z-index: 102;
  width: 160%;
}
span.error_tooltip_wrap.ko_template {
  display: block;
  width: 570px;
}
span.error_tooltip_wrap .error_tooltip {
  /*background: #fd4238;*/
  background: #E68A84;
  width: max-content !important;
  height: 40px;
  position: relative;
  display: inline-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: #E68A84 transparent transparent;
  left: 100px;
  bottom: -17px;
}
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: #253137;
}
div.date_icon {
  width: 150px;
}
*.err_bottom + span.error_tooltip_wrap {
  top: 50px;
}
*.err_bottom + span.error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent #E68A84;
  bottom: 40px;
}
*.err_top + span.error_tooltip_wrap {
  top: -50px;
}
*.err_top + span.error_tooltip_wrap .error_tooltip:after {
  border-color: #E68A84 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: 0px;
  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 #E68A84 transparent;
  top: -20px;
  bottom: auto;
}
.error_right .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent #E68A84 transparent transparent;
  left: -18px;
  bottom: 10px;
}
.error_right_near .error_tooltip_wrap {
  position: absolute;
  top: 0px;
  left: 170px;
}
.error_right_near .error_tooltip_wrap.error_bottom {
  top: 52px;
  left: -40px;
}
.error_right_near .error_tooltip_wrap.error_bottom .error_tooltip:after {
  border-color: transparent transparent #E68A84 transparent;
  top: -20px;
  bottom: auto;
}
.error_right_near .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent #E68A84 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 #E68A84 transparent;
  top: -20px;
  bottom: auto;
}
.error_left .error_tooltip_wrap .error_tooltip {
  display: block;
  position: relative;
  top: -5px;
  left: 165px;
  background: #E68A84;
  width: 285px;
  height: 42px;
}
.error_left .error_tooltip_wrap .error_tooltip:after {
  border-color: transparent transparent transparent #E68A84;
  left: 122px;
  bottom: 10px;
}
.price_icon {
  position: relative;
  float: left;
}
.price_icon:before {
  content: '$';
  font-size: 14px;
  color: #253137;
  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 input[type=text] {
  background: none;
  z-index: 1;
  position: relative;
  padding-right: 32px;
  width: 165px;
  height: 37px;
}
.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: #007CC0 !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:before,
.title_page:after {
  content: " ";
  display: table;
}
.title_page:after {
  clear: both;
}
.title_page h2 {
  float: left;
  text-transform: uppercase;
  font-size: 20px;
  padding: 0;
  line-height: 48px;
  font-weight: 500;
}
.title_page h2 em {
  font-style: normal;
}
.title_page h2.with_tooltip em {
  float: left;
  padding-right: 24px;
}
.title_page h2.with_tooltip .help_button_box {
  margin-top: 9px;
}
.title_page .title_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.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: #007CC0;
}
.title_page .title_menu li a.title_menu_item:hover,
.title_page .title_menu li a.title_menu_item:focus {
  color: #00A5FF;
}
.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: #253137;
  text-align: center;
  line-height: 35px;
}
.title_page .back_button:hover,
.title_page .back_button:focus {
  color: #253137;
}
.title_page .back_button span {
  font-size: 20px;
  padding-right: 13px;
}
.title_page.message_title {
  padding: 24px 20px 24px 48px;
  position: relative;
  margin: 0 0 4px;
  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: #007CC0;
}
.title_page.message_title .back_button:hover,
.title_page.message_title .back_button:focus {
  color: #00A5FF;
}
.title_page.message_title h2 {
  color: #007CC0;
  font-size: 18px;
  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: #253137;
}
.title_page .account_name_box h1 #account_name:hover {
  color: #253137;
}
.title_page .account_name_box h1 small {
  display: block;
  font-size: 12px;
  color: #253137;
  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 #00BDFF;
  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: #0073b3;
}
.title_page .account_name_box h1 a.edit_btn {
  font-size: 32px;
  color: #007CC0;
  position: absolute;
  top: 2px;
  right: -4px;
  display: block;
}
.title_page .account_name_box h1 a.edit_btn:hover {
  color: #00A5FF;
}
.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: white;
}
.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: #253137;
}
.title_page .account_name_box .name_check .name_check_wrap a.back_to_accounts {
  color: #253137;
  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 {
  color: #253137;
}
.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 {
  background: rgba(95, 124, 138, 0.06);
}
.title_page .account_name_box .name_check .name_check_wrap .account_list .account_list_item a {
  color: #253137;
  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: #f8f9fa;
  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 {
  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: #455A64;
  font-weight: 400;
}
.title_page .account_name_box.read_only h1 span.read_only_label {
  color: #253137;
  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: #007CC0;
}
.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 {
  position: relative;
  z-index: 6;
  color: #00A5FF;
}
.title_page .settings_page .settings_btn.active {
  color: #253137;
  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: #253137;
  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: #253137;
  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;
}
.title_page .settings_page .settings_block ul li a {
  display: block;
  color: #253137;
  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: #253137;
}
.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: #253137;
  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 .numToggler {
  float: right;
  padding-top: 4px;
}
.title_page .settings_page .settings_block ul li .numToggler input {
  background: none;
  border: none;
  color: #253137;
  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 #253137 transparent transparent;
  left: 0;
}
.title_page .settings_page .settings_block ul li .numToggler em.right:before {
  border-color: transparent transparent transparent #253137;
  left: 5px;
}
.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 {
  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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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 .transfer_btn:focus,
.title_page .right_buttons .new_goal_btn:focus,
.title_page .right_buttons .add_payee_button:focus {
  color: #fff;
  background: rgba(37, 49, 55, 0.5);
}
.title_page .right_buttons .transfer_btn:hover,
.title_page .right_buttons .new_goal_btn:hover,
.title_page .right_buttons .add_payee_button:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.title_page .right_buttons .transfer_btn span,
.title_page .right_buttons .new_goal_btn span,
.title_page .right_buttons .add_payee_button 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 {
  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 {
  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;
}
#message {
  width: 100%;
  background: #fdba31;
  padding: 45px 0 40px;
}
#message .main {
  position: relative;
}
#message .message_text {
  padding: 0 80px 0 130px;
  font-size: 13px;
  line-height: 18px;
  color: #253137;
}
#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 {
  color: #0062aa;
}
#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: #fff;
  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: #0062aa;
}
#message.advert {
  background: #007dc1;
  padding: 65px 0 80px;
}
#message.advert .close_message {
  margin: -60px 0 0;
}
#message.advert .question_message {
  font-family: 'Source Sans Pro', sans-serif;
}
#message.advert .question_message p {
  padding: 0;
  margin: -5px 0 0;
  font-size: 51px;
  line-height: 1.2em;
  font-weight: 200;
  color: #fff;
}
#message.advert .question_message p strong {
  font-weight: 400;
  color: #fdba31;
}
#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: #fdba31;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 24px;
}
.table_box {
  width: 100%;
  padding: 0 0 16px;
}
.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: #253137;
  font-weight: 600;
  padding: 20px 0;
  letter-spacing: 0.04em;
}
.table_wrap table {
  width: 100%;
}
.table_wrap table tbody tr {
  /*&:hover {
                    td {
                        background: #d4f0fc;
                    }
                }*/
}
.table_wrap table tbody tr:nth-child(2n-1) {
  background: rgba(95, 124, 138, 0.06);
}
.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 > td {
  background: rgba(0, 0, 0, 0);
}
.table_wrap table tr.inactive_line:hover > td.inactive_cell {
  background: rgba(0, 0, 0, 0.38) !important;
}
.table_wrap table tr.inactive_line td {
  color: rgba(37, 49, 55, 0.5);
}
.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: #6c757d;
  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:hover {
  color: #007CC0;
}
.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 {
  min-width: 380px;
}
.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 {
  opacity: 1;
}
.help_button_box.tooltip .help_button:after {
  border-color: transparent #fdba31 transparent transparent;
}
.help_button_box.tooltip .help_popup_wrap {
  background: #fdba31;
}
.help_button_box.tooltip .help_popup_wrap:before,
.help_button_box.tooltip .help_popup_wrap:after {
  background: #fb8809;
}
.help_button_box.tooltip.top_position .help_button:after {
  border-color: #fdba31 transparent transparent transparent;
}
.help_button_box.tooltip.left_position .help_button:after {
  border-color: transparent transparent transparent #fdba31;
}
.help_button_box.help_link .help_button:after {
  border-color: transparent #f44336 transparent transparent;
}
.help_button_box.help_link .help_popup_wrap {
  background: #f44336;
}
.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: #f44336 transparent transparent transparent;
}
.help_button_box.help_link.left_position .help_button:after {
  border-color: transparent transparent transparent #f44336;
}
.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: #c3cf21 transparent transparent transparent;
}
.help_button_box.top_position .help_popup_wrap {
  right: 50%;
  margin-right: -136px;
  bottom: 52px;
  top: auto;
}
.help_button_box.top_position .help_popup_wrap.half_popup {
  margin-right: -68px;
  right: 50%;
  bottom: 52px;
  width: 160px;
}
.help_button_box.left_position .help_button:after {
  right: auto;
  left: -16px;
  border-color: transparent transparent transparent #c3cf21;
}
.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: #007CC0;
  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 #c3cf21 transparent transparent;
  display: none;
  -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_button:hover,
.help_button_box .help_button:focus {
  color: #253137;
}
.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_button span.white_icon {
  color: white;
}
.help_button_box .help_popup_wrap {
  position: absolute;
  right: -288px;
  top: -12px;
  display: none;
  width: 272px;
  background: #c3cf21;
  text-align: left;
  padding: 12px 56px 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.top_popup {
  top: -48px;
  right: auto;
}
.help_button_box .help_popup_wrap.half_popup {
  right: -144px;
  width: 150px;
}
.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: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: #fdba31;
}
.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 {
  border-radius: 3px;
  border: 1px solid;
  width: 155px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  text-transform: uppercase;
  padding: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s 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 {
  float: left;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.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 {
  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 {
  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 {
  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 {
  left: 0;
}
.black_button:hover,
.white_button:hover,
.blue_button:hover,
.red_button:hover,
.transparent_button:hover,
.green_button:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.black_button.long_btn,
.white_button.long_btn,
.blue_button.long_btn,
.red_button.long_btn,
.transparent_button.long_btn,
.green_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 {
  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 {
  display: inline-block;
}
.campaign_button {
  width: auto !important;
  float: right;
  padding-left: 16px;
  padding-right: 16px;
  height: 34px;
  margin: 4px;
}
.transparent_button {
  border-color: transparent;
  background: none;
  color: #007CC0;
}
.transparent_button:hover {
  color: #007CC0;
  background: rgba(0, 0, 0, 0.15);
}
.white_button {
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.3);
}
.white_button:hover,
.white_button:focus {
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.5);
}
.red_button {
  color: #fff;
  background: #fb4b4b;
  border-color: #fb4b4b;
}
.red_button:hover,
.red_button:focus {
  color: #fff;
  background: #f00;
  border-color: #f00;
}
.green_button {
  color: #fff;
  background: #4BAE4F;
  border-color: #4BAE4F;
}
.green_button:hover,
.green_button:focus {
  background-color: #3f9043;
  background: #3f9043;
}
.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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blue_button,
.black_button {
  background: #007CC0;
  border-color: #007CC0;
  color: #fff !important;
}
.blue_button:hover,
.black_button:hover,
.blue_button:focus,
.black_button:focus {
  color: #fff;
  background: #005787;
  border-color: #005787;
}
.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: #253137;
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.3);
}
.big_white_button:hover,
.big_black_button:hover {
  color: #253137;
  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;
}
.white_color {
  color: white;
}
.button_helper {
  display: inline-block;
  margin: 0 15px;
}
.button_helper.fountainG_container {
  margin-top: 3px;
  margin-bottom: 3px;
}
.button_helper.fountainG_container.taxReceipts_loader1 {
  top: 7px;
}
.note_box {
  background: #fcb930;
  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 {
  color: #000;
}
.note_box a.close_note_box span {
  top: 0;
}
.item_settings {
  float: right;
  width: 54px;
  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: #007CC0 !important;
}
.item_settings a.libro_icon:before {
  position: relative;
  left: -3px;
}
.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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_settings ul li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px;
  color: #253137;
  font-weight: normal !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_settings ul li a:hover {
  background: rgba(95, 124, 138, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item_settings.open_item_settings {
  z-index: 10;
}
.item_settings.open_item_settings ul {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment_icon {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  color: #253137 !important;
  line-height: 24px;
  text-align: center;
  font-size: 24px !important;
}
.green_icon {
  color: #4BAE4F !important;
}
.red_icon {
  color: #F34235 !important;
}
#add_bill {
  width: auto;
  float: left;
  padding-left: 32px;
  padding-right: 16px;
}
#add_bill span {
  left: 0;
}
.disabled {
  opacity: 0;
}
.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_container.taxReceipts_loader2 {
  left: 550px;
  bottom: 15px;
}
.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: linear;
  -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: linear;
  -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: linear;
  -ms-transform: scale(0.3);
  -ms-border-radius: 4px;
  -o-animation-name: bounce_fountainG;
  -o-animation-duration: 1.1s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.3);
  -o-border-radius: 4px;
  animation-name: bounce_fountainG;
  animation-duration: 1.1s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  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;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #FFFFFF;
  }
  100% {
    -o-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 5px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #24ad5f;
  color: #fff;
  position: relative;
  border: 1px solid #24ad5f;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  /*100% {
        -o-transform: scale(.3);
        background-color: #000000;
    }*/
}
.button_indicator.button_indicator_left {
  margin-left: 0;
  margin-right: 5px;
}
.button_indicator.button_indicator_left .button_indicator_arrow {
  border-color: transparent transparent transparent #24ad5f;
  left: 100%;
}
.button_indicator .button_indicator_arrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #24ad5f 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: #E68A84;
  color: #fff;
  position: relative;
  border: 1px solid #E68A84;
  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 #E68A84;
  left: 100%;
}
.button_indicator_error .button_indicator_arrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #E68A84 transparent transparent;
  display: block;
  left: -20px;
  top: 7px;
  position: absolute;
}
.button_indicator_no_change {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: #A9A9A9;
  color: #fff;
  position: relative;
  border: 1px solid #A9A9A9;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.button_indicator_no_change.button_indicator_left {
  margin-left: 0;
  margin-right: 5px;
}
.button_indicator_no_change.button_indicator_left .button_indicator_arrow {
  border-color: transparent transparent transparent #A9A9A9;
  left: 100%;
}
.button_indicator_no_change .button_indicator_arrow {
  border-width: 10px;
  border-style: solid;
  border-color: transparent #A9A9A9 transparent transparent;
  display: block;
  left: -20px;
  top: 7px;
  position: absolute;
}
.button_indicator_positioning {
  top: -36px;
  left: 170px;
}
.cam_logo {
  width: 300px;
}
iframe body {
  color: red !important;
  height: auto !important;
}
.no_table_tax {
  padding: 20px;
}
.libro_print_modal {
  font-size: 20px;
  padding-right: 5px;
  top: 3px;
}
.sweeps_range {
  min-width: 400px;
  text-align: right;
}
.line-item {
  width: 100%;
}
.line-item .el {
  float: left;
}
.line-item .left-item .el {
  margin-right: 8px;
}
.line-item .right-item .el {
  margin-left: 8px;
}
.left-item {
  float: left;
}
.right-item {
  float: right;
}
.input-bottom-border {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  font-size: 14px;
  width: 300px;
  border-bottom: 1px solid #bbb !important;
  box-shadow: none !important;
}
.input-bottom-border-error {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  font-size: 14px;
  width: 300px;
  border-bottom: 1px solid red !important;
  box-shadow: none !important;
}
.display-none {
  display: none;
}
.position-relative {
  position: relative;
}
.width-400 {
  width: 400px !important;
}
.header-back-btn {
  float: left;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: grey;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  margin-right: 16px;
}
.header-back-btn:hover {
  color: grey;
}
.error-message {
  color: red;
}
.edit-contact-icon {
  font-size: 38px;
  top: 10px;
}
.clear-backup-icon {
  font-size: 32px;
  top: 7.5px;
}
.sendTwoStep {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  color: dodgerblue;
}
.sendTwoStep:disabled {
  cursor: default;
  color: grey;
}
.sendTwoStep:focus {
  outline: none;
}
.closeContactButton {
  color: dodgerblue !important;
}
.verified-icon {
  color: green;
  font-size: 22px;
  margin-left: -20px;
}
.verified-text {
  color: green;
}
.float-right {
  float: right;
}
.width-480 {
  width: 480px !important;
}
.width-500 {
  width: 500px !important;
}
.height-372 {
  height: 372px;
}
.width90percent {
  width: 90% !important;
}
.width100percent {
  width: 100% !important;
}
.height100percent {
  height: 100% !important;
}
.mt-25 {
  margin-top: -25px;
}
.mt60 {
  margin-top: 60px;
}
.mt-75 {
  margin-top: 75px;
}
.pt7 {
  padding-top: 7px;
}
.twostep-list {
  position: relative;
}
.send-twostep-button {
  position: absolute;
  right: 40px;
  top: -1px;
}
.send-twostep-organization {
  position: absolute;
  right: 40px;
  top: 0px;
}
.verify-twostep-button {
  position: absolute;
  right: 20px;
  top: -1px;
}
.cancel-twostep-button {
  position: absolute;
  right: 120px;
  top: 0px;
}
.loading-li {
  position: absolute;
  display: block;
  width: 68.75px;
  top: 0px;
  right: 5px;
}
.loading-div {
  top: 20px;
  right: 30px;
  width: 36.75px;
}
.twostep-contact-modal {
  border: 2px solid white;
  border-radius: 8px !important;
}
.unsaved-content p {
  font-size: 16px;
}
.unsaved-content h2 {
  font-size: 22px;
}
.unsaved-content a {
  color: dodgerblue;
  outline: none;
  box-shadow: none;
}
.width-400 {
  width: 400px;
}
.width-520 {
  width: 520px;
}
.height-265 {
  height: 265px;
}
.ml-35 {
  margin-left: -35px;
}
.twoStepScrollingBox {
  width: 100% !important;
  height: 100% !important;
}
.twoStepScrollingBox .jspPane {
  width: 90% !important;
}
.twoStepScrollingBox .jspContainer {
  width: 100% !important;
}
.mb-25 {
  margin-bottom: -25px;
}
.mb20 {
  margin-bottom: 20px;
}
.optionalText {
  font-size: 16px;
  color: #787070 !important;
  opacity: 1 !important;
  font-weight: lighter !important;
  margin-top: 45px;
  margin-left: -100px;
  max-width: 71px !important;
}
.optionalTextS {
  font-size: 16px;
  color: #787070 !important;
  opacity: 1 !important;
  font-weight: lighter !important;
  margin-top: 47.5px;
  margin-left: -60px;
  max-width: 60px !important;
  padding-bottom: 0px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mt375 {
  margin-top: 37.5px;
}
.mt25 {
  margin-top: 25px;
}
.mt425 {
  margin-top: 42.5px;
}
.mb200 {
  margin-bottom: 100px;
}
#freqSelect {
  width: 400px;
}
.verified-icon-settings {
  color: darkgreen;
  font-size: 28px;
}
.verified-text {
  color: green;
}
.verified-text-settings {
  color: darkgreen;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.height-372 {
  height: 372px;
}
.width100percent {
  width: 100% !important;
}
.height100percent {
  height: 100% !important;
}
.mt-50 {
  margin-top: -50px;
}
.mt75 {
  margin-top: 75px;
}
.twostep-list {
  position: relative;
}
.send-twostep-button {
  position: absolute;
  right: 40px;
  top: -1px;
}
.verify-twostep-button {
  position: absolute;
  right: 20px;
  top: -1px;
}
.cancel-twostep-button {
  position: absolute;
  right: 120px;
  top: 0px;
}
.loading-li {
  position: absolute;
  display: block;
  width: 68.75px;
  top: 0px;
  right: 5px;
}
.loading-li-settings {
  position: absolute;
  display: block;
  width: 68.75px;
  top: 5px;
  right: 55px;
}
.loading-div {
  top: 20px;
  right: 30px;
  width: 36.75px;
}
.twostep-contact-modal {
  border: 2px solid white;
  border-radius: 8px !important;
}
.unsaved-content p {
  font-size: 16px;
}
.unsaved-content h2 {
  font-size: 22px;
}
.unsaved-content a {
  color: dodgerblue;
  outline: none;
  box-shadow: none;
}
.width-400 {
  width: 400px;
}
.width-520 {
  width: 520px;
}
.height-265 {
  height: 265px;
}
.ml-200 {
  margin-left: 200px !important;
}
.ml-70 {
  margin-left: -70px;
}
.twoStepScrollBox {
  text-align: left;
  display: inline-block;
  height: 300px !important;
}
.twoStepScrollingBox {
  width: 100% !important;
  height: 100% !important;
}
.twoStepScrollingBox .jspPane {
  width: 90% !important;
}
.twoStepScrollingBox .jspContainer {
  width: 100% !important;
}
.mb-25 {
  margin-bottom: -25px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.optionalTextSettings {
  font-size: 16px;
  color: #787070 !important;
  opacity: 1 !important;
  font-weight: lighter !important;
  margin-top: 47.5px;
  margin-left: -60px;
}
.ml20 {
  margin-left: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt425 {
  margin-top: 42.5px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb40 {
  margin-bottom: 40px;
}
.pl15 {
  padding-left: 15px !important;
}
.ml5p {
  margin-left: 5%;
}
.ml-5p {
  margin-left: 5%;
}
.mr5p {
  margin-right: 5%;
}
.mr-5p {
  margin-right: -5% !important;
}
.mt35 {
  margin-top: 35px;
}
.ml-60 {
  margin-left: -60px;
}
.mt-475 {
  margin-top: -47.5px;
}
.mt40 {
  margin-top: 42.5px;
}
.selectFrequency {
  width: 495px !important;
  height: 50px !important;
}
.service-agree-error {
  top: 320px;
  right: 190px;
}
.contactInput::-webkit-input-placeholder {
  font-style: normal !important;
}
.contactInput:-moz-placeholder {
  font-style: normal !important;
}
.contactInput::-moz-placeholder {
  font-style: normal !important;
}
.contactInput:-ms-input-placeholder {
  font-style: normal !important;
}
.contactError {
  font-style: normal !important;
}
.inline {
  display: inline;
}
.mr50 {
  margin-right: 50px;
}
.contactRadio {
  display: inline;
  position: absolute;
  bottom: 212.5px;
}
.contactRadioSetup {
  display: inline;
  position: absolute;
  bottom: 220px;
}
.frequencyRadio {
  display: inline;
  position: absolute;
  bottom: 154px;
}
.frequencyRadioLibro {
  display: inline;
  position: absolute;
  bottom: 126px;
}
.new-contact-form {
  height: 211px;
}
.chrome-autocomplete {
  opacity: 0;
  position: absolute;
}
select:disabled {
  background-color: #f5f5f5;
  border-color: #b7b7b7;
  border: 1px;
}
select:disabled::-ms-expand {
  display: none;
}
select:disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field-container {
  min-width: 186px !important;
  margin: auto;
  width: 50%;
}
.field-label {
  white-space: nowrap;
  max-width: 67px;
}
.userFreq {
  color: grey;
}
.userFreqCheckmark {
  display: inline-block;
  vertical-align: -2.5px;
}
.top-0 {
  top: 0px !important;
}
p.service_agreement_subtitle {
  font-weight: bold;
}
.service_agreement_text {
  font-size: 13px;
  color: #253137;
}
h2.service_agreement_title {
  font-weight: 600;
  font-size: 14px;
  color: #253137;
}
.h-45 {
  height: 45px;
}
.disabled-link {
  color: #999999 !important;
  pointer-events: none;
}
/* StickyPush Wrapper */
.stickyPush {
  height: 100%;
  margin-bottom: -450px !important;
}
footer {
  width: 100%;
  z-index: 2;
}
footer .main::after {
  background-color: black;
}
html {
  background-color: #007CC0;
}
/* loginFooter Wrapper */
.loginFooter {
  height: 270px;
}
.bg-footer-copyright {
  background-color: #00699E;
}
.text-primary-libro {
  color: #007CC0;
}
.bg-primary-libro {
  background-color: #007CC0;
}
.bg-primary-libro-025 {
  background-color: rgba(0, 124, 192, 0.15);
}
.change_form {
  padding: 30px;
  width: 800px;
  background-color: #f8f9fa;
}
.change_form .item {
  width: 100%;
  padding: 0 0 16px;
}
.change_form .item:before,
.change_form .item:after {
  content: " ";
  display: table;
}
.change_form .item:after {
  clear: both;
}
.change_form .item label {
  display: block;
  text-transform: uppercase;
  padding: 0 0 5px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.change_form .item input[type=password] {
  width: 220px;
}
.change_form .fountainG_container {
  display: block;
  float: left;
  top: 14px;
  left: 16px;
}
.change_form .error_big {
  position: absolute;
}
.change_form .error_big .error_tooltip {
  width: auto;
}
.change_form .error_big .error_tooltip_wrap {
  position: relative;
  width: auto;
  white-space: nowrap;
}
.content_section {
  width: 100%;
  padding: 0 0 32px;
}
.content_section .button_box {
  padding-top: 16px;
}
.content_section .checkbox_on {
  margin: 0 auto;
}
.content_section p {
  padding: 0 0 24px;
  font-size: 13px;
  line-height: 20px;
}
.content_section p.help_text {
  padding: 0 0 24px 40px;
}
.content_section ol.questions_list {
  margin: 0;
  padding: 0 0 60px;
  list-style: none;
  font-size: 12px;
}
.content_section ol.questions_list li {
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.content_section ol.questions_list li:before,
.content_section ol.questions_list li:after {
  content: " ";
  display: table;
}
.content_section ol.questions_list li:after {
  clear: both;
}
.content_section ol.questions_list li:first-child {
  border-top: none;
  padding-top: 10px;
}
.content_section ol.questions_list li dl {
  padding: 0;
  margin: 0;
}
.content_section ol.questions_list li dl:before,
.content_section ol.questions_list li dl:after {
  content: " ";
  display: table;
}
.content_section ol.questions_list li dl:after {
  clear: both;
}
.content_section ol.questions_list li dl dt {
  float: left;
  padding: 9px 0 9px 9px;
  font-weight: normal;
  height: 57px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
}
.content_section ol.questions_list li dl dd {
  padding: 9px 0 9px 118px;
  height: 57px;
}
.content_section ol.questions_list li dl dd select,
.content_section ol.questions_list li dl dd input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
  width: 498px;
}
.content_section ol.questions_list li dl dd dl {
  overflow: auto;
}
.content_section ol.questions_list li dl dd dl.defaultScrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
}
.content_section ol.questions_list li dl dd dd {
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: #253137;
}
.content_section ol.questions_list li dl dd dd.hovered {
  background: rgba(95, 124, 138, 0.1);
}
.content_section ul.check_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content_section ul.check_list li {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}
.content_section ul.check_list li:before,
.content_section ul.check_list li:after {
  content: " ";
  display: table;
}
.content_section ul.check_list li:after {
  clear: both;
}
.content_section ul.check_list li:first-child {
  border: none;
}
.content_section ul.check_list li em {
  font-style: normal;
  float: left;
  font-size: 14px;
  text-indent: 2px;
}
.content_section ul.check_list li .check_wrap {
  float: right;
  width: 120px;
}
.content_section .scroll_box {
  background: rgba(255, 255, 255, 0.7);
  overflow: auto;
  height: 234px;
  width: 620px;
  padding: 15px 25px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 45px;
}
.content_section .scroll_box .scrolling_box {
  overflow: auto;
  height: 195px;
  width: 590px;
  outline: none;
}
.content_section .scroll_box h3 {
  font-family: 'Open Sans', sans-serif;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.content_section .scroll_box p {
  padding: 0 0 10px;
}
.content_section.border_section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 30px;
}
.security_carousel {
  height: 106px;
  position: relative;
  padding: 0 20px;
  margin: 11px 0 37px;
}
.security_carousel a.carousel_btn {
  position: absolute;
  top: 0;
  z-index: 10;
  color: #253137;
  outline: none;
}
.security_carousel a.carousel_btn.prev {
  left: 0;
}
.security_carousel a.carousel_btn.prev span {
  text-indent: -12px;
}
.security_carousel a.carousel_btn.next {
  right: 0;
}
.security_carousel a.carousel_btn.next span {
  text-indent: -4px;
}
.security_carousel a.carousel_btn span {
  width: 20px;
  text-align: center;
  height: 106px;
  line-height: 106px;
}
.security_carousel .carousel_wrap {
  height: 106px;
  width: 100% !important;
  margin: 0 0 0 -2px;
}
.security_carousel .carousel_wrap ul {
  height: 106px;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.security_carousel .carousel_wrap ul li {
  float: left;
  width: 116px;
  height: 116px;
}
.security_carousel .carousel_wrap ul li a {
  display: block;
  width: 106px;
  height: 106px;
  border: 3px solid transparent;
  margin: 0 auto;
  overflow: hidden;
}
.security_carousel .carousel_wrap ul li a:hover,
.security_carousel .carousel_wrap ul li a:focus {
  padding: 0;
  border: 3px solid #007CC0;
}
.security_carousel .carousel_wrap ul li a.selected {
  border: 3px solid #007CC0;
}
.caption_box {
  width: 100%;
  padding: 0 0 16px;
}
.caption_box:before,
.caption_box:after {
  content: " ";
  display: table;
}
.caption_box:after {
  clear: both;
}
.caption_box label {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 95px;
  padding-left: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.caption_box input[type=text] {
  float: left;
  width: 520px;
  padding-left: 10px;
  padding-right: 10px;
}
.agree_box {
  width: 100%;
  overflow: hidden;
}
.agree_box label {
  overflow: hidden;
  width: 100%;
  line-height: 24px;
  cursor: pointer;
}
.agree_box label .table-checkbox {
  float: left;
  margin: 0 10px 0 0;
}
.agree_box .ko_template.error_tooltip_wrap {
  display: none;
}
.login_form {
  width: 480px;
  margin: 0 auto 60px;
  position: relative;
  height: 330px;
}
.login_form .card-deck .card img,
.login_form .card-deck .card-body {
  width: 120px;
  height: auto;
}
.login_form .help_button_box.authenticate_help {
  top: 20px;
  right: 24px;
  position: absolute;
}
.login_form .help_button_box .help_button {
  text-align: center;
  color: #007CC0;
}
.login_form .red_block {
  color: #fff;
  background: #FD4238;
  text-align: center;
  margin: 8px auto 18px;
  padding: 8px 16px;
}
.login_form input.input-validation-error,
.login_form input.input-validation-error:focus {
  border: 2px solid #FF7E65;
}
.login_form input.input-validation-error#CurrentPassword,
.login_form input.input-validation-error#NewPassword,
.login_form input.input-validation-error#ConfirmNewPassword {
  margin-right: 32px;
}
.login_form .form-control:focus {
  box-shadow: none;
}
.login_form .width-100 {
  width: 100px;
}
.login_form .field-validation-error {
  color: #FF380E;
  font-size: 13px;
  line-height: 20px;
  padding-top: 8px;
}
.login_form .validation-summary-errors ul,
.login_form .validation-summary-errors ul li {
  list-style: none;
  padding: 0;
}
.login_form .validation-summary-errors ul li {
  color: #FF380E;
  font-size: 13px;
  line-height: 20px;
  padding-top: 8px;
}
.maintenance_message {
  text-align: center;
  margin-bottom: 200px;
}
.verification-content .vrification-item {
  font-size: 18px;
  position: relative;
}
.verification-content .vrification-item label {
  color: grey;
  font-weight: bold;
  letter-spacing: 0.007em;
  line-height: inherit;
  width: 20%;
  padding: 20px 0;
}
.verification-content .vrification-item .center-item {
  float: left;
  width: 70%;
}
.verification-content .vrification-item .center-item .select-link {
  float: left;
  padding: 20px 0;
}
.verification-content .vrification-item .right-item {
  width: 10%;
}
.verification-content .vrification-item .vrification-value {
  padding: 20px 0;
  float: left;
  position: relative;
  line-height: 24px;
}
.verification-content .vrification-item .vrification-value span {
  font-size: 16px;
}
.verification-content .vrification-item .verified-flag {
  padding: 20px 12px;
  margin-left: 32px;
  width: 48px;
  float: right;
  display: block;
  font-style: normal;
  position: relative;
  text-align: center;
}
.verification-content .vrification-item .verified-flag span.libro_icon {
  display: block;
  width: 224px;
  height: 224px;
  line-height: 24px;
  text-align: center;
  font-size: 244px;
  color: #328f00;
}
.verification-content .vrification-item .change-link {
  position: absolute;
  top: 50%;
  right: 48px;
  margin-top: -15px;
  width: 24px;
  height: 24px;
  font-size: 30px;
  line-height: 24px;
  text-align: center;
  opacity: 0;
}
.verification-content .vrification-item .change-link .libro_close {
  top: 2px;
  font-size: 25px;
}
.verification-content .vrification-item .change-link:hover {
  color: grey;
}
.verification-content .vrification-item:hover .change-link {
  opacity: 1;
}
.verification-content .vrification-item .customSelect {
  margin-top: 12px;
  margin-left: -16px;
}
.verification-content .vrification-item .customSelect .selectValueWrap .selectedValue {
  color: grey;
}
.fh1 {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 64px !important;
}
.size1 {
  font-size: 28px;
}
.jumboTwoStepSetup {
  background-color: whitesmoke;
  width: 900px;
  height: 1015px;
  position: relative;
}
.hr995 {
  width: 99.5%;
  clear: both;
  display: block;
  height: 1px;
}
.mb-20 {
  margin-bottom: -20px;
}
.mb-50 {
  margin-bottom: -50px !important;
}
.freqSelect {
  margin-top: 6px;
  margin-left: -16px;
  height: 45px;
  width: 75%;
}
.clear-left {
  clear: left;
}
.pt-2-5 {
  padding-top: 2.5%;
}
.ml-1 {
  margin-left: 1%;
}
.ml-2-5 {
  margin-left: 2.5%;
}
.ml-5 {
  margin-left: 5%;
}
.ml-10 {
  margin-left: 10%;
}
.pl-1-75 {
  padding-left: 1.75%;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pt2 {
  padding-top: 2px;
}
.height120 {
  height: 120px;
}
.color_subtext {
  color: grey;
}
.left_align {
  text-align: left;
}
.freq_title {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 16px;
}
.jumbotronTwoStep {
  background-color: white;
  margin-left: 20%;
  margin-right: 20%;
  padding: 3rem;
}
.jumbotronTwoStep-Org {
  background-color: white;
  margin-left: 15%;
  margin-right: 15%;
}
.secureText {
  margin-top: -30px;
  margin-bottom: -30px;
}
.hr95 {
  width: 95%;
}
.bg-grey {
  background-color: #ededed;
}
.grey-info {
  margin-right: 17%;
  margin-left: 17%;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.icon-blue {
  color: dodgerblue;
}
.selectVerifyText {
  font-size: 16px;
  color: #707376 !important;
  opacity: 1 !important;
}
#saveAndNext:disabled {
  background-color: grey;
  border-color: grey;
}
.same_line {
  display: inline-flex;
}
.userFreq {
  color: grey;
}
.center_text {
  text-align: center;
}
.green-text {
  color: #2cd440;
}
.red-text {
  color: red;
}
.useroverview-tagstatus {
  background-color: gray;
  color: white;
  border-style: solid;
  border-color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  position: relative;
  right: -45px;
  top: -43px;
  width: 70%;
  height: 25px;
  display: none;
}
.bg-issue {
  background-color: rgba(243, 199, 199, 0.5);
}
.fs-20 {
  font-size: 20px;
}
footer.login_footer {
  background: #007CC0;
  bottom: 0;
  position: relative;
  padding: 0;
  color: #253137;
}
footer.login_footer .main {
  padding: 20px 0 20px 0;
  width: fit-content;
}
footer.login_footer a {
  color: #FFF;
}
footer.login_footer a:hover,
footer.login_footer a:focus {
  color: #FFF;
}
footer.login_footer span.libro_icon {
  color: #FFF;
  float: left;
  font-size: 24px;
  width: 32px;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
footer.login_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.login_footer .left_item {
  float: left;
  width: 550px;
}
footer.login_footer .left_item.fit-content {
  width: fit-content;
}
footer.login_footer .left_item ul {
  width: 100%;
}
footer.login_footer .left_item ul:before,
footer.login_footer .left_item ul:after {
  content: " ";
  display: table;
}
footer.login_footer .left_item ul:after {
  clear: both;
}
footer.login_footer .left_item ul li {
  float: left;
  padding: 0 15px 15px 0;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
}
footer.login_footer .right_item {
  float: right;
  /*width: 280px;*/
}
footer.login_footer .right_item ul {
  width: 100%;
}
footer.login_footer .right_item ul:before,
footer.login_footer .right_item ul:after {
  content: " ";
  display: table;
}
footer.login_footer .right_item ul:after {
  clear: both;
}
footer.login_footer .right_item ul li {
  float: left;
  padding: 0 32px 0 0;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  color: #007CC0;
}
footer.login_footer .center_footer {
  clear: both;
  width: 100%;
  padding: 0;
  font-size: 14px;
}
footer.login_footer .center_footer .image_container {
  margin: 0 auto 32px;
  width: 185px;
  overflow: hidden;
  height: 90px;
}
footer.login_footer .center_footer .image_container .entrust {
  width: 90px;
  margin: 0 auto;
}
footer.login_footer .center_footer ul {
  width: 100%;
  text-align: center;
  padding: 0 0 24px;
}
footer.login_footer .center_footer ul li {
  display: inline-block;
  padding: 0 16px;
  line-height: 32px;
}
footer.login_footer .center_footer p {
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #FFF;
}
footer.login_footer .center_footer p span {
  display: block;
}
@font-face {
  font-family: 'LibroIcons';
  src: url('/Content/fonts/libro-desktop.eot');
  src: url('/Content/fonts/libro-desktop.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/libro-desktop.woff') format('woff'), url('/Content/fonts/libro-desktop.ttf') format('truetype'), url('/Content/fonts/libro-desktop.svg#simbolsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.libro_icon {
  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;
}
.libro_settings:before {
  content: "\21";
}
.libro_link:before {
  content: "\22";
}
.libro_bottom_arrow:before {
  content: "\23";
}
.libro_edit:before {
  content: "\24";
}
.libro_handbell:before {
  content: "\25";
}
.libro_pointer:before {
  content: "\26";
}
.libro_trash:before {
  content: "\27";
}
.libro_sheet:before {
  content: "\29";
}
.libro_user:before {
  content: "\2a";
}
.libro_message:before {
  content: "\2b";
}
.libro_sessions:before {
  content: "\2c";
}
.libro_tour:before {
  content: "\2d";
}
.libro_top_arrow:before {
  content: "\2e";
}
.libro_email:before {
  content: "\2f";
}
.libro_print:before {
  content: "\30";
}
.libro_logout:before {
  content: "\31";
}
.libro_close:before {
  content: "\32";
}
.libro_download:before {
  content: "\33";
}
.libro_phone:before {
  content: "\34";
}
.libro_connect:before {
  content: "\e901";
}
.libro_world:before {
  content: "\35";
}
.libro_funds:before {
  content: "\36";
}
.libro_security:before {
  content: "\37";
}
.libro_reminders:before {
  content: "\38";
}
.icon-arrow_back:before {
  content: '\e5c4';
}
.libro_back:before {
  content: "\3a";
}
.libro_info:before {
  content: "\3b";
}
.libro_faq:before {
  content: "\3c";
}
.libro_search:before {
  content: "\3d";
}
.libro_next:before {
  content: "\3e";
}
.libro_location:before {
  content: "\3f";
}
.libro_dollar:before {
  content: "\40";
}
.libro_business:before {
  content: "\41";
}
.libro_records:before {
  content: "\42";
}
.libro_export:before {
  content: "\43";
}
.libro_tax:before {
  content: "\44";
}
.libro_cheque:before {
  content: "\45";
}
.libro_payee:before {
  content: "\46";
}
.libro_del:before {
  content: "\47";
}
.libro_ok:before {
  content: "\48";
}
.libro_qu:before {
  content: "\49";
}
.libro_wait:before {
  content: "\4a";
}
.libro_check:before {
  content: "\4b";
}
.libro_info_full:before {
  content: "\4c";
}
.libro_goal:before {
  content: "\4e";
}
.libro_color:before {
  content: "\4f";
}
.libro_round_email:before {
  content: "\50";
}
.libro_round_chat:before {
  content: "\51";
}
.libro_round_phone:before {
  content: "\52";
}
.libro_monitor:before {
  content: "\53";
}
.libro_travel:before {
  content: "\54";
}
.libro_message_2:before {
  content: "\55";
}
.icon-tour-2:before {
  content: "\e600";
}
.icon-checkbox:before {
  content: "\e601";
}
.icon-calendar-2:before {
  content: "\e602";
}
.icon-comment:before {
  content: "\e603";
}
.icon-disclamer:before {
  content: "\e604";
}
.icon-dot:before {
  content: "\e606";
}
.icon-no-edit:before {
  content: "\e607";
}
.icon-checkbox_0:before {
  content: "\e608";
}
.libro_expired:before {
  content: "\e609";
}
.icon-full_comment:before {
  content: "\e60a";
}
.icon-radio:before {
  content: "\e60b";
}
.icon-radio_check:before {
  content: "\e60c";
}
.icon-info_comment:before {
  content: "\e60d";
}
.icon-upload_photo:before {
  content: "\e60e";
}
.libro_twosign:before {
  content: "\e60f";
}
.icon-full_edit:before {
  content: "\e610";
}
.libro_calculator:before {
  content: "\e611";
}
.icon-left-pointer:before {
  content: "\e612";
}
.icon-info-new:before {
  content: "\e613";
}
.icon-plus:before {
  content: "\e614";
}
.icon-dollar:before {
  content: "\e615";
}
.libro_lock:before {
  content: "\e902";
}
.libro_credit_card:before {
  content: "\e908";
}
.libro_credential:before {
  content: "\e905";
}
.libro-error:before {
  content: '\e91f';
}
.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(37, 49, 55, 0.54);
}
.limits-checkbox-checked .mark:before,
.table-checkbox-checked .mark:before,
.custom-checkbox-checked .mark:before {
  content: '\e601';
  color: #007CC0;
}
.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 {
  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 {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.table-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: #f8f9fa;
}
.table-radio-checked .mark:before {
  content: '\e60c';
  color: #007CC0;
}
.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: #00BDFF;
}
.simple-radio .table-radio {
  display: none;
}
.simple-radio label {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  position: relative;
  padding: 0 0 0 30px;
  width: auto !important;
  cursor: pointer;
}
.simple-radio label:after {
  font-family: 'LibroIcons';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  content: '';
  display: inline-block;
}
.simple-radio label:before {
  display: none;
}
.simple-radio input {
  display: block !important;
  opacity: 0;
  position: absolute;
}
.simple-radio input:checked ~ label:after {
  content: '\e60c';
  color: dodgerblue;
}
.simple-radio input ~ label:after {
  content: '\e60b';
  color: #eee;
}
.ui-datepicker {
  display: none;
  background: #F9F9F9;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  width: 280px;
  padding: 16px;
  color: #253137;
  margin: 10px 0 10px -90px;
  z-index: 8302 !important;
}
.ui-datepicker select {
  -webkit-appearance: menulist-button;
  -moz-appearance: none;
  appearance: none;
}
.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 .ui-datepicker-title {
  margin: 0 auto;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #253137;
  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: #007CC0;
}
.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 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: #253137;
  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: #253137;
}
.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 {
  color: #fff;
  background: #28B5F5;
}
.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 {
  color: #000;
}
.ui-datepicker table.mtz-monthpicker tr td.ui-state-active span,
.ui-datepicker table.mtz-monthpicker tr td:hover span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 -20px;
  border-radius: 500px;
  background: #28B5F5;
  z-index: -1;
}
select.mtz-monthpicker-year {
  border: none;
  background: none;
  color: #253137;
  font-size: 16px;
}
select.ui-datepicker-year {
  border: none;
  background: none;
  color: #253137;
  font-size: 16px;
  padding: 0 !important;
  padding-left: 4px !important;
  opacity: 1 !important;
}
#monthpicker_003566507631380479 {
  width: 226px !important;
}
/*! 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;
  padding-bottom: 20% !important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #253137;
  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: #f9f9f9;
  width: 940px;
  margin: 0 auto;
}
.fancy_block.fancy_width {
  width: 100%;
  position: relative;
  background: #007CC0;
}
.fancy_block.red_fancy {
  width: 620px;
}
.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: #007CC0;
  padding-left: 20px;
  height: 48px;
  position: relative;
}
.fancy_header h2 {
  line-height: 48px;
  font-weight: normal;
  font-size: 20px;
  padding: 0;
}
.red_fancy .fancy_header {
  background: #fc4238;
}
.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 {
  color: rgba(255, 255, 255, 0.5) !important;
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 25px;
  padding: 0 0 0 15px;
}
.close_fancy span,
.close_fancy_x span {
  width: 26px;
}
.close_fancy:hover,
.close_fancy_x:hover,
.close_fancy:focus,
.close_fancy_x: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_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: #007CC0;
  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: #fd4238;
  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: #6c757d;
}
.fancy_content .default_text h3 {
  padding: 0 0 35px;
  font-size: 20px;
  color: #253137;
}
.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;
  color: #6c757d;
  font-size: 12px;
  line-height: 18px;
}
.fancy_content .confirmation_text h5 {
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 20px;
}
.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: #007CC0;
}
.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;
}
.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: 16px;
  color: #6c757d;
  line-height: 16px;
  font: bold;
}
.cheque_content .cheque_table table tr td {
  padding: 10px 0;
  font-size: 15px;
  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;
}
.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: #fff;
  position: relative;
}
.green_fancy_box .fancy_content a:hover {
  color: #fff;
}
.green_fancy_box .fancy_content a:hover:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  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: #fff;
}
.green_fancy_box .fancy_footer ul li {
  color: #fff;
}
.notifications_box {
  width: 618px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.notifications_box .section_table table tr td.title_line {
  padding: 16px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.notifications_box table {
  width: 100%;
}
.notifications_box table tr th {
  text-transform: uppercase;
}
.notifications_box table tr th,
.notifications_box table tr td {
  padding: 16px 0;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.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 table tr td.title_line {
  width: 210px;
}
.fancy_content .section_table table tr td.account_field {
  width: 180px;
  padding-right: 0;
  padding-left: 15px;
}
.fancy_content .section_table table tr td.account_field .price_icon {
  margin: -10px 0;
}
.fancy_content .section_table table tr td.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 {
  margin: -10px 0;
  padding-right: 10px;
  padding-left: 30px;
  width: 140px;
}
.fancy_content .section_table table tr td.trash_cell {
  width: 30px;
}
.fancy_content .section_table table tr td.trash_cell a {
  color: #007CC0;
}
.fancy_content .section_table table tr td.trash_cell a .libro_trash {
  width: 30px;
  display: none;
  font-size: 20px;
}
.fancy_content .section_table table tr td.trash_cell a:hover {
  color: #00A5FF;
}
.fancy_content .section_table table tr:hover td.trash_cell a .libro_trash {
  display: block;
}
.dialog_scroll {
  overflow-y: auto;
  height: 416px;
  margin: 0 -24px;
  margin-bottom: 32px;
}
.dialog_scroll .jspVerticalBar {
  width: 12px;
  border-radius: 500px;
}
.dialog_scroll .jspPane {
  width: 100% !important;
}
.dialog_scroll .jspTrack {
  background: rgba(37, 49, 55, 0.1);
  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: rgba(37, 49, 55, 0.1);
  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: rgba(37, 49, 55, 0.1);
  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: 850px;
  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: #007CC0;
  color: #fff;
}
.dialog.orange_dialog {
  background: #fcb930;
}
.dialog.orange_dialog .dialog_header {
  background: #fcb930;
  color: #253137;
}
.dialog .dialog_header {
  color: #fff;
  height: 48px;
  background: #007CC0;
  padding: 0 24px;
  position: relative;
}
.dialog .dialog_header.orange_dialog_header {
  background: #fcb930;
  color: #253137;
}
.dialog .dialog_header h2 {
  line-height: 48px;
  padding: 0;
  font-size: 20px;
}
.dialog .dialog_header .close_fancy {
  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: #253137;
}
.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: #253137;
}
.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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s 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:hover td {
  background: rgba(61, 68, 75, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dialog .dialog_content .dialog_table table tr:hover td.icon_cell a {
  display: block;
}
.dialog .dialog_content .dialog_table table tr:hover 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.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s 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: #4BAE4F;
}
.dialog .dialog_content #confirm_payee h3 span.libro_info_full {
  color: #FDBA31;
}
.dialog .dialog_content #confirm_payee p {
  color: #25313A;
}
.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: #FDBA31;
}
.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%;
}
.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: #000;
  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: 710px;
}
.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: 200px;
}
.dialog .dialog_content .add_payee .item .half.right_el {
  float: right;
}
.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(37, 49, 55, 0.54);
}
.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;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
select.selectBox {
  -webkit-appearance: none;
}
select::-ms-expand {
  /*display: none;*/
  width: 0;
  height: 0px;
  border: 5px solid;
  border-color: #007CC0 transparent transparent;
  position: absolute;
  border-bottom-width: 0px;
  background: none;
}
.customSelect {
  position: relative;
  font-size: 14px;
  float: left;
}
.customSelect select {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.customSelect .selectedValue {
  line-height: 14px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 12px 30px 12px 16px;
  margin: 0;
  color: black;
  border: 0;
  border-radius: 2px;
}
.customSelect .selectValueWrap {
  padding: 0 2px 0 0;
}
.customSelect .selectValueWrap .selectedValue {
  color: #007CC0;
}
.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: #007CC0 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: 14px;
  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: #253137;
  white-space: nowrap;
}
.customSelect .selectList dd.hovered {
  background: rgba(95, 124, 138, 0.1);
  color: #253137;
}
.customSelect .selectList dd.selected {
  color: #253137;
}
.customSelect .selectList dd.selected.hovered {
  background: rgba(95, 124, 138, 0.1);
  color: #253137;
}
.customSelect dl,
.customSelect dd {
  margin: 0;
}
.customSelect .disabled {
  color: #999;
  cursor: default;
}
.customSelect.select-open .selectList {
  display: block;
  left: 0 !important;
  top: -3px !important;
}
.customSelect.focused select,
.customSelect.focus select {
  left: 0;
  top: 0;
  height: 36px;
}
.customSelect.focused .selectedValue,
.customSelect.focus .selectedValue {
  box-shadow: 0 0 2px #00BDFF !important;
  position: relative;
  z-index: 200;
}
.customSelect.disabled .selectedValue {
  color: #ccc;
  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 {
  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: -3px !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: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.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 4px rgba(0, 0, 255, 0.8);
}
.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;
  -o-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;
  -o-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;
  -o-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;
  margin: 0 auto;
}
.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: #00c42d;
  opacity: 0.3;
}
.checkbox_on input[type=checkbox]:disabled + label span {
  left: 38px;
}
.checkbox_on input[type=checkbox]:checked + label {
  background: #00c42d;
}
.checkbox_on input[type=checkbox]:checked + label span {
  left: 38px;
}
.checkbox_status {
  width: 112px;
  margin: 0 auto;
}
.checkbox_status label {
  background: #726759;
}
.checkbox_status label:before {
  content: 'ACTIVE';
  left: 16px;
}
.checkbox_status label:after {
  content: 'INACTIVE';
  right: 16px;
}
.checkbox_status input[type=checkbox]:disabled + label {
  background: #00c42d;
  opacity: 0.3;
}
.checkbox_status input[type=checkbox]:disabled + label span {
  left: 90px;
}
.checkbox_status input[type=checkbox]:checked + label {
  background: #00c42d;
}
.checkbox_status input[type=checkbox]:checked + label span {
  left: 90px;
}
.print_section,
.folioName {
  display: none !important;
}
.backBtnPad {
  padding-left: 30px;
}
@media print {
  body.help-open .print_section {
    display: block !important;
  }
  body.help-open .screen,
  body.help-open .container-fluid {
    display: none !important;
  }
  .folioName {
    display: block !important;
  }
  * {
    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;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
  }
  @page {
    margin: 1.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,
  .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,
  .stop-print-img-container {
    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,
  .table_container .table_box {
    padding: 0 !important;
  }
  .history_filter {
    padding-top: 0 !important;
  }
  .ref_number {
    font-size: large !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;
    filter: gray;
    /*IE6-9*/
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    filter: url('/Content/images/Libro_logo_grayscale.svg#grayscale');
    padding-top: 30px;
  }
  .print_logo .right_print {
    float: right;
    padding-top: 12px;
  }
  .message_box_wrap .message_meta {
    padding-bottom: 8px !important;
  }
  .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;
  }
}
