/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */

.img-icon,
.img-bg {
  opacity: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html,
body,
.view {
  height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
#mbr-navbar,
#my-navbar-header {
  font-weight: 400;
}

hr-mod {
  border-top: 1px solid #004082;  
}

/* When modal opens, prevent the background page from scrolling  */
body.modal-open {
  overflow: hidden;
}

#my-navbar-header {
  align-items: flex-end;
}

.input-group.md-form.form-sm.form-find-money input.white-border,
.search-wht {
  border: 1px solid #ffffff;
}

.input-group.md-form.form-sm.form-find-money input.black-border,
.search-blk {
  border: 1px solid #000000;
}

.fa-search-blk {
  color: black;
}

.fa-search-wht {
  color: white;
}

.wht-find-money,
.wht-find-money.form-control:focus {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.blk-find-money,
.blk-find-money.form-control:focus {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#search-money {
  cursor: pointer;

}

.wht-find-money::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.wht-find-money::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.wht-find-money:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.wht-find-money:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.blk-find-money::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.blk-find-money::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.blk-find-money:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.blk-find-money:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

table.dataTable thead {
  cursor: default!important;
}

#tbl-unclaimed_filter > label {
  font-weight: 500;
  font-size: 18px;
}

#tbl-unclaimed_filter > label > input {
  font-size: 18px;
}

.th-hdr {
  font-size: 145%;
  font-weight: bold;
  text-decoration: none;
  color: #004082;
}

.th-1 {
  font-size: 125%;
  font-weight: bold;
  text-decoration: underline;
  color: #004082;
}

.th-reg {
  font-size: 110%;
  font-weight: bold;
  color: #004082;
}

.tr-1 {
  font-size: 110%;
  font-weight: bold;
  color: #004082;
}

.td-reg {
  font-size: 90%;
  font-weight: bold;
  color: #004082;
}

.td-ftr {
  font-size: 90%;
  font-weight: bold;
  color: #004082;
}

/* Full Page Carousel itself*/
.carousel {
  height: 100%;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
  height: 100%;
}

.slide-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar-header {
  background: none;
}

.dropdown-menu {
  font-size: inherit;
}

.logo {
  margin: -5px 0px 0px 0px;
  /* play with these to position the image */
  /*position:absolute;*/
  z-index: 100;
  width: 175px;
  /*background-color: #fff;*/
  padding: 5px;
}

#spf-carousel {
  background-color: black;
}

.spf-logo-carousel {
  max-width: 700px;
  min-width: 175px;
}

.spf-logo-carousel-shadow {
  max-width: 700px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}

/* #content-container{
  margin-top: 110px;
}
 */
#jumbo-hdr {
  color: #0136aa;
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; */
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  /* font-family: Roboto, sans-serif; */
  font-family: "Oswald", sans-serif;
  /* font-family: "Teko", sans-serif; */
}

.jumbo-txt {
  /* color: black; */
  color: white;
  /* font-family: Roboto, sans-serif; */
  font-family: "Oswald", sans-serif;
  /* font-family: "Teko", sans-serif; */
}

/*Animated Scroll Down */

.scroll-section a {
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.scroll-section a:hover {
  opacity: .5;
}

.scroll-section a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scroll-ani 2s infinite;
  animation: scroll-ani 2s infinite;
  opacity: 0;
  box-sizing: border-box;
  display: block;
}

.scroll-section a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.scroll-section a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.scroll-section a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scroll-ani {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #cc0000;
}

table.table{
  color: #004082;
}

table.table a {
  text-decoration: none;
  color: #cc0000;
}

a:hover {
  text-decoration: underline;

}

.page-hr {
  margin-top: 20px;
  border-top: #cdcdcd 1px solid;
  padding-top: 20px;
}

.card-title-mod {
  text-decoration: none;
  color: #004082;
  font-family: "Oswald", sans-serif;
  font-size: x-large;
  font-weight: 600;

}

.card-title-mod:hover {
  text-decoration: underline;
}

.footer-link:link,
.footer-link:visited,
.footer-link:active,
.footer-link:hover {
  text-decoration: underline;
  color: white;
}

/* h1 {
  color: #0136aa;
  font-weight: bold;
}

h2 {
  color: #0136aa;
  font-weight: bold;
}

h3 {
  font-weight: bold;
}
 */
/* h4 {
  font-weight: bold;
} */

.navbar-header-mod {
  height: 90px;
}

.navbar-brand-mod {
  height: 90px;
}

/* .navbar-nav-mod {
  margin-top: 50px;
}
 */

.main-section {
  width: 100%;
  /* height: 235px; */
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: large;
  /* margin-bottom: 20px; */
}

.main-section-link:link,
.main-section-link:visited,
.main-section-link:active {
  text-decoration: none;
  color: white;
}

.main-section-link:hover {
  text-decoration: underline;
}

.card-mod {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-top-mod {
  height: 250px;
}

.card-img-top-mod {
  min-height: 100%;
  width: 100%;
  /* position: absolute !important;
  right: 0; */
}

#card-logo {
  max-height: 75%;
}

.rgba-black {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color .5s;
  /* Safari */
  transition: background-color .5s;
}

.rgba-black:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-fade {
  opacity: 0;
  -webkit-transition: opacity .5s;
  /* Safari */
  transition: opacity .5s;
}

.icon-fade:hover {
  opacity: 1;
}

.rgba-blue-red {
  background-color: rgba(0, 64, 130, 0.8);
  -webkit-transition: background-color .5s;
  /* Safari */
  transition: background-color .5s;
}

.rgba-blue-red:hover {
  background-color: rgba(204, 0, 0, .5);
}

.rgba-blue {
  background-color: rgba(0, 64, 130, 0.8);
  -webkit-transition: background-color .5s;
  /* Safari */
  transition: background-color .5s;
}

.rgba-blue:hover {
  background-color: rgba(0, 64, 130, .5);
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #004082;
}

table.sortable thead {
  background-color: #A40007;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
}

/* Remove the navbar's default margin-bottom and rounded borders */

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-dark {
  background-color: #103b73 !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 0px;
  margin-bottom: 80px;
  /* font-size: 10px; */
  color: #004082;
  background-image: url("../images/bg_notestile_inv.png");
  background-repeat: repeat;
  z-index: -10;
}

.table-mod>tbody>tr>td {
  border: none;
  padding: 20px;
}

.table-mod th {
  border: none;
}

.faq-categories {
  font-weight: bold;
}

a.cat-row,
.faq-cat {
  color: black;
  font-weight: bold !important;
  text-decoration: none;
}

a.quest-row,
.faq-faq {
  color: #0136aa;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
}

.faq-answer {
  color: #002c59;
}

.btn-mod {
  text-align: left;
  padding-left: 0;
}

.accordion .card .card-hdr-mod {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
}

.card.card-cascade.wider .card-body-mod {
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.card-mod {
  border: 1px solid rgba(0, 0, 0, .125);
}

.article-row, .distribution-row {
  cursor: pointer;
}

.article-row td, .distribution-row td {
  font-weight: 400;
}

.font-weight-bold td {
  font-weight: 700;
}

table.table-hover tbody tr.article-row:hover,
table.table-hover tbody tr.distribution-row:hover {
  color: #be1400; 
  transition: .5s;
  background-color: rgba(255, 0, 0, 0.075);
}

.link-li {
  line-height: 2;
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #be1400;
  min-height: 60px;
  width: 100%;
}


.copyright {
  margin-top: 10px;
  color: white;
}

/* Absolute Center Spinner */

.loading {
  position: fixed;
  z-index: 999;
  height: 20px;
  width: 20px;
  overflow: show;
  margin: auto;
  /* top: 110px; */
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
}


/* Transparent Overlay */

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.dropdown-content li>a,
.dropdown-content li>span,
.custom-select>option {
  color: #004082;
  font-weight: 400;
}

.dropdown-content li>span.active,
.dropdown-content li>span:hover {
  background-color: #007bff;
  color: white;
}

/* Customizing the <option> :hover pseudo class does not work */
/* .custom-select>option:hover {
  background-color: #eee!important;
  color: #004082!important; 
}*/

.custom-select>option {
  margin-bottom: 5px;
}

.slideshow-content {
  width: 100%;
  padding-top: 110px;
}

.section-checkbox,
.section-file-upload,
.section-instructions,
.section-session {
  border: 1px solid #e0e0e0;
  padding: 15px;
}

.section-session {
  margin-top: 30px;
}

.section-action {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -2px;
  z-index: 10;
  background: green;
  position: relative;
  cursor: pointer;
  color: white;
  font-size: 13px;
  font-weight: bold;

}

.section-action-btn {
  position: relative;
  top: -35px;
  left: -36px;
  z-index: 1;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
  padding-left: 12px;
  padding-top: 7px;
  font-size: .875rem;
  color: white;
  background: green;

}

.form-check-input[type=checkbox].filled-in:checked+label:after {
/* [type=checkbox][class*=filled-in]:checked+label:after { */
  top: 0;
  border-color: #004082;
  background-color: #004082;
  z-index: 0;
}

/* .switch label input[type=checkbox]:checked+.lever:after {
  background-color: #004082;
} */

.switch.addr-switch label input[type=checkbox]:checked + .lever {
  background-color: #98aec6;
}
.switch.addr-switch label input[type=checkbox]:checked + .lever:after {
   background-color: #004082;
}


.switch.go-pprls-switch {
  font-weight: bold !important;
  text-align: right;
  margin-right: 1rem;
}

.switch.go-pprls-switch label {
  text-align: center;
}

.switch.go-pprls-switch label input[type=checkbox]:checked + .lever {
  background-color: #92c892;
}
.switch.go-pprls-switch label input[type=checkbox]:checked + .lever:after {
   background-color: green;
}
.btn:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Tooltips container */
.tooltips {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black;*/
}

/* Tooltips text */
.tooltips .tooltipstext {
  font-weight: normal;
  visibility: hidden;
  width: max-content;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
 
  /* Position the tooltips text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltips text when you mouse over the tooltips container */
.tooltips:hover .tooltipstext {
  visibility: visible;
}

.tooltips-top .tooltipstext-top {
  width: 130px;
  bottom: 120%;
  left: 50%;
  margin-left: -65px;
}

.tooltips-top .tooltipstext-top::after {
  content: " ";
  position: absolute;
  top: 100%;/* At the Bottom of the tooltip */
  left: 50%; 
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltips-bottom .tooltipstext-bottom {
  top: 120%;
  left: 50%;
}

.tooltips-bottom .tooltipstext-bottom::after {
  content: " ";
  position: absolute;
  bottom: 100%; /* At the Top of the tooltip */
  left: 50%; 
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltips-right .tooltipstext-right {
  top: -5px;
  left: 150%;
}

.tooltips-right .tooltipstext-right::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the Left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tooltips-left .tooltipstext-left {
  top: -5px;
  right: 150%;
}

.tooltips-left .tooltipstext-left::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the Right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
/* Media Queries */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
  body {
    /* padding-top:  110px; */
    font-size: 16px;
  }

  .slideshow-content {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    visibility: hidden;
  }

  #search-money {
    padding-left: 4px;
    padding-right: 4px;
  }

  #txt-find-money {
    width: 210px !important;
    height: 40px !important;
    padding-left: 5px;
  }
}

.mom-cell {
  cursor: pointer;
}

.mom-cell:hover {
  color: #cc0000;
  text-decoration: underline;
}

.invalid-message {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.valid-message {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}

.is-valid {
  border-color: #28a745 !important;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.needs-validation .md-form label {
  left: initial;
}

.progress,
.progress .progress-bar {
  height: 20px;
  background-color: #004082;
}

.check-bullet:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  margin-right: 4px;
  margin-left: -20px;
}

.times-bullet:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  margin-right: 7px;
  margin-left: -20px;
}

.steps-form-2 {
  display: table;
  width: 100%;
  position: relative;
}

.steps-form-2 .steps-row-2 {
  display: table-row;
}

.steps-form-2 .steps-row-2:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #7283a7;
}

.steps-form-2 .steps-row-2 .steps-step-2 {
  display: table-cell;
  text-align: center;
  position: relative;
}

.steps-form-2 .steps-row-2 .steps-step-2 p {
  margin-top: 0.5rem;
}

.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
  font-size: 1.7rem;
  width: 70px;
  height: 70px;
  border: 2px solid #59698D;
  background-color: white;
  color: #59698D;
  border-radius: 50%;
  padding: 22px 18px 15px 18px;
  margin-top: -22px;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
  border: 2px solid #4285F4;
  color: #4285F4;
  background-color: white;
}

.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
  font-size: 1.7rem;
}

.step-fa-mod {
  position: relative;
  top: -8px;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
  border-color: #cccccc !important;
  color: #cccccc !important;
}

.btn-amber, .btn-amber:hover {
  color: white !important;
}

#login-hdr {
  font-family: Roboto, sans-serif;
  font-weight: 800;
}

#or-h {
  height: 30px;
  width: 30px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  float: left;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 1;
  background: #DFDFDF;
}

#or-v {
  height: 30px;
  width: 30px;
  border: 1px solid #C2C2C2;
  border-radius: 50%;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 46%;
  top: -32px;
  z-index: 1;
  background: #DFDFDF;
}

#reg-error,
#login-error {
  color: darkred;
  font-weight: 700;
}

#login-modal-header,
#login-modal-footer {
  border-bottom: 1px solid black;
  background-color: #d9d9d9;
}

.flash-msg {
  margin-bottom: -50px;
}

.card.card-height-mod {
  height: 100%;
}

/* #doc-well > .row {
  margin-top: 30px;
} */

/* #card-section > .row {
  margin-top: 30px;
} */

#card-section > .row > .col-lg-6, 
#card-section > .row > .col-12, 
#doc-well > .row > .col-lg-6 {
  margin-top: 30px;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free' !important;
}

TML
JavaScript
CSS
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc {
  padding-right: 30px
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  position: absolute;
  bottom: .9em;
  display: block;
  opacity: .3
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\f0de";
  font-family: "Font Awesome 5 Pro"!important;
  font-size: 1rem
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Pro"!important;
  right: 16px;
  font-size: 1rem
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0
}

/* Outdated Browser Detection CSS */
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  /* text-transform: uppercase; */
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0; }
  #outdated.fullscreen {
    height: 100%; }
  #outdated .vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 12px 0; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #buttonUpdateBrowser {
    border: 2px solid white;
    color: white;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: 230px; }
    #outdated #buttonUpdateBrowser:hover {
      background-color: white;
      color: #f25648; }
  #outdated .last {
    height: 20px;
    position: absolute;
    right: 70px;
    top: 10px;
    width: auto;
    display: inline-table; }
  #outdated .last[dir=rtl] {
    left: 25px !important;
    right: auto !important; }
  #outdated #buttonCloseUpdateBrowser {
    color: white;
    display: block;
    font-size: 36px;
    height: 100%;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    width: 100%; }

/* Small devices (cell phones, tablets) */
@media (max-width: 1200px) {
  /* body {
    padding-top:  110px;
  }  */

  .navbar {
    background-color: #1d1d1d;
  }

  /* Do not show open in browser icon on mobile browsers */
  .doc-view {
    display: none;
  }  
  
}

@media (min-width: 1200px) {
  .chk-hdr-date {
    text-align: center;
  }
  
  .chk-hdr-check-num {
    text-align: right;
  }

  .main-calc-tbl {
    display: table !important;
  }

}

@media (max-width: 1200px) {
  .chk-hdr-date {
    text-align: left;
  }
  
  .chk-hdr-check-num {
    text-align: left;
  }

  /* .main-calc-tbl {
    display: block !important;
  } */

}

/* Mobile devices to Medium Devices */
@media (max-width: 1200px) {

  .steps-form-2 .steps-row-2:before {
    top: 0px;
  }

  .steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 35px;
    height: 35px;
    padding: 20px 17px 10px 13px;
  }

  .wide-icon {
    position: relative;
    top: -30px;
    left: -6px;
    font-size: .5em;
  }

  .narrow-icon {
    position: relative;
    top: -29px;
    left: -4px;
    font-size: .5em;
  }

}

@media (max-width: 768px) { 

  .card.card-cascade.wider.reverse .card-body.card-body-cascade.card-panel-mod {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card.card-cascade.wider.reverse .card-body.card-body-cascade.card-login-panel-mod {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
  @media (min-width: 768px) and (max-width: 1200px) {
  
    .card.card-cascade.wider.reverse .card-body.card-body-cascade.card-login-panel-mod {
      margin-left: 15%;
      margin-right: 15%;
    }
    
  }

