@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans+Condensed|PT+Sans+Narrow|Roboto+Condensed);
html, body {
  font: 85%/0.9 "Open Sans",Arial, Helvetica, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 85%/0.9 "Open Sans",Arial, Helvetica, sans-serif;
  line-height: 150%;
  width: 100%;
  /*min-width: 970px;*/
  color: black;
}

a {
  color: #0099CC;
  text-decoration: none;
}

a:hover {
  color: #006699;
}

a img {
  border: none; /*remove border for linked images*/
}

h1 {
  font-size: 32px!important;
  font-family: 'Oswald', Corbel, Arial, Helvetica, sans-serif!important;
  font-weight: normal!important;
  margin: 0px!important;
  line-height: 36px!important;
  text-transform: uppercase!important;
  /*display: inline;*/
}

h2 {
  font-size: 22px!important;
  font-family: 'Oswald', Corbel, Arial, Helvetica, sans-serif!important;
  font-weight: normal!important;
  margin: 0px;
  line-height: 24px!important;
  text-transform: uppercase!important;
  /*display: inline;*/
}

h3 {
  font-family: 'Oswald', Corbel, Arial, Helvetica, sans-serif!important;
  font-size: 18px!important;
  font-weight: normal;
  margin: 5px 0 5px 0;
  color: #333;
  line-height: 22px!important;
  text-transform: uppercase!important;
  /*display: inline;*/
}

h4 {
  font-family: 'Oswald', Corbel, Arial, Helvetica, sans-serif!important;
  font-size: 16px!important;
  font-weight: normal;
  margin: 0px;
  color: #666;
  line-height: 16px!important;
  text-transform: uppercase!important;
  /*display: inline;*/
}

.highlight {
  background-color: #FF9D9D;
  border-bottom: #F30 1px solid;
  border-top: #F30 1px solid;
  padding: 4px 10px
}

/***** Main Layout ****/
#container {
  width: 100%;
  height: 100%;
  text-align: center; /* IE fix to center the page */
}

#content {
  width: 740px;
  margin: 0 auto; /* center the page in Firefox */
  text-align: left;
  padding: 20px;
}


div.footer {
  clear: both;
  margin: 0 auto;
  background-image: url(/images/footer-bg.jpg);
  background-repeat: no-repeat;
  width: 976px;
  height: 81px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #545454;
  font-size: 10px;
  line-height: 19px;
}

div.footer p {
  padding-top: 3px;
}

div.footer a {
  color: #545454;
}

div.footer a:hover {
  text-decoration: underline;
}


.watermark {
  color: #aaaaaa;
  font-style: italic;
}


div.centered {
  text-align: center;
}

div.centered table {
  margin: 0 auto;
  text-align: left;
}

.icon-small {
  vertical-align: text-bottom;
  padding-bottom: 2px;
}

.wizard-button {
  border: 0;
  background: transparent url('/images/blue-next2.jpg') no-repeat scroll top right;
  width: 154px;
  height: 40px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.wizard-button:active {
  background-position: bottom left;
  color: #17223A;
}

.back-wizard-button {
  border: 0;
  background: transparent url('/images/blue-next2.jpg') no-repeat scroll bottom left;
  width: 154px;
  height: 40px;
  cursor: pointer;
  color: black;
  font-weight: bold;
}

#facebox {
  z-index: 1000;
  width: 1000px;
}

#facebox .popup .content {
  width: 1000px !important;
}
/* Bootstrap 4 updates 20181216 */
.card-body{
  padding:.75rem!important;
}
.pager-top {

}
.pager-bottom {
  padding-bottom:15px;
}
@media (min-width: 1200px){
  .container {
    width: 1140px!important;
  }
}
  @media (min-width: 992px){
    .container {
      max-width: 100%!important;
    }
  }
    @media (min-width: 768px){
      .container {
        max-width: 100%!important;
      }
    }

      @media (min-width: 576px){
        .container {
          max-width: 100%!important;
        }
      }

#container .pagination ul li.inactive,
#container .pagination ul li.inactive:hover {
  background-color: #ededed;
  color: #bababa;
  border: 1px solid #bababa;
  cursor: default;
}

#container .data ul li {
  list-style: none;
  font-family: verdana;
  margin: 5px 0 5px 0;
  color: #000;
  font-size: 13px;
}

#container .pagination {
  max-width: 770px;
}

#container .pagination ul li {
  list-style: none;
  float: left;
  border: 1px solid #FF9300;
  padding: 2px 3px 2px 3px;
  margin: 1px 1px 1px 1px;
  font-family: arial;
  font-size: 12px;
  color: #FF9300;
  font-weight: normal;
  background-color: #f2f2f2;
}

#container .pagination ul li a {
 /* color: red; */
}

#container .pagination ul li:hover {
  color: #fff;
  background-color: #FF9300;
  cursor: pointer;
}
.btn-group-xs > .btn, .btn-xs {
  padding: .3rem .4rem!important;
  font-size: 13px !important;
  line-height: .7!important;
  border-radius: .2rem!important;
  margin-right: 4px!important;
  /* line-height: 16px; */
}
