﻿/********************** 2019 NEW STYLE **********************/
.page-wrapper {
  position: relative;
}
.page-wrapper section:last-of-type {
  padding-bottom: 300px;
}

#body-content.full-width-page {
  padding-left: 0;
  padding-right: 0;
}

.body-wrapper {
  min-height: 100vh;
  /********************** FONT **********************/
  /********************** COLOR **********************/
  /********************** BUTTON **********************/
  /************** BORDER SIDE *********************/
  /************** BORDER SIDE *********************/
  /*********************Card*****************************/
  /********************* Table List *****************************/
  /********************* Distributor Page *****************************/
  /*********************Contact Page*****************************/
}
.body-wrapper .hide {
  display: none;
}
.body-wrapper .secondary-section {
  background-color: #f9f9f9;
}
.body-wrapper #Breadcrumbs {
  display: none;
}
.body-wrapper h1 {
  font-size: 28px;
  color: #ee701e;
  font-weight: 700;
  border-bottom: none;
  margin: 24px 0 12px 0;
}
.body-wrapper h2 {
  font-size: 26px;
}
.body-wrapper h3 {
  font-size: 24px;
  color: #ee701e;
}
.body-wrapper h4 {
  font-size: 20px;
}
.body-wrapper h5 {
  font-size: 18px;
}
.body-wrapper h6 {
  font-size: 16px;
}
.body-wrapper p {
  font-size: 15px;
  line-height: 1.75;
}
.body-wrapper .underline {
  text-decoration: underline;
}
.body-wrapper .orange-text {
  color: #ee701e;
}
.body-wrapper .bg-almost-white {
  background-color: #f9f9f9;
}
.body-wrapper .pri-btn {
  display: inline-block;
  background-color: #ee701e;
  color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
.body-wrapper .pri-btn:hover {
  background-color: #6C757D;
}
.body-wrapper .sec-btn {
  display: inline-block;
  background-color: #fff;
  color: #f5f5f5;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.body-wrapper .sec-btn:hover {
  background-color: #f5f5f5;
  color: #fff;
}
.body-wrapper .ter-btn {
  display: inline-block;
  background-color: #dc3545;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #dc3545;
  border-radius: 3px;
}
.body-wrapper .ter-btn:hover {
  background-color: #c82333;
  border-color: #bd2130;
}
.body-wrapper .link-btn {
  background-color: #ED6E1E;
  color: #fff;
  padding: 4px 15px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
.body-wrapper .link-btn:hover {
  background-color: #6C757D;
}
.body-wrapper input, .body-wrapper select, .body-wrapper textarea {
  font-size: 13px;
}
.body-wrapper ul {
  padding-left: 2rem;
  list-style-type: none;
}
.body-wrapper ul li {
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}
.body-wrapper .orange-button {
  font-size: 15px;
}
.body-wrapper .dotted {
  width: 150px;
  margin-right: auto;
  margin-left: 0;
  border-bottom: 1px dotted #ee701e;
  border-top: none;
  border-left: none;
  border-right: none;
}
.body-wrapper .heading-border {
  width: 150px;
  margin-right: auto;
  margin-left: 0;
  margin: 0 auto 24px 0;
  border-bottom: 5px solid #ee701e;
  border-left: none;
  border-right: none;
  border-top: none;
}
.body-wrapper .align-center {
  align-self: center;
}
.body-wrapper .center-text {
  text-align: center;
}
.body-wrapper table.terms-table {
  width: 100%;
  margin: 18px 0px 0px 0px;
}
.body-wrapper table.terms-table tbody tr {
  padding: 0;
}
.body-wrapper table.terms-table tbody tr th {
  font-size: 15px;
  padding: 5px;
  background-color: #ee701e;
  color: white;
}
.body-wrapper table.terms-table tbody tr td {
  font-size: 15px;
  background-color: transparent;
  border-left: 1px solid #e3e3ed;
  border-bottom: 1px solid #e3e3ed;
  margin: 0;
  overflow: visible;
  padding: 8px 18px 7px 18px;
  font-weight: 600;
  display: table-cell;
}
.body-wrapper table.terms-table tbody tr td:last-of-type {
  border-right: 1px solid #e3e3ed;
}
.body-wrapper .border-all {
  border: 1px solid #ccccd6;
}
.body-wrapper .border-top {
  border-right: 1px solid #ccccd6;
}
.body-wrapper .border-top {
  border-bottom: 1px solid #ccccd6;
}
.body-wrapper .border-left {
  border-left: 1px solid #ccccd6;
}
.body-wrapper .border-right {
  border-right: 1px solid #ccccd6;
}
.body-wrapper [data-tooltip] {
  position: relative;
}
.body-wrapper [data-tooltip]:before,
.body-wrapper [data-tooltip]:after {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
}
.body-wrapper [data-tooltip]:before {
  border-bottom: 0.6em solid #a9a9b9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  left: 50%;
  top: 60px;
  margin-top: 1em;
}
.body-wrapper [data-tooltip]:after {
  background-color: #a9a9b9;
  border: 4px solid #a9a9b9;
  border-radius: 7px;
  color: #ffffff;
  content: attr(data-tooltip-message);
  top: 60px;
  margin-top: 1.5em;
  padding: 5px 15px;
  white-space: pre-wrap;
  width: 300px;
}
.body-wrapper [data-tooltip]:hover:after,
.body-wrapper [data-tooltip]:hover:before {
  display: block !important;
}
.body-wrapper .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e3ed;
  border-radius: 0.25rem;
  box-shadow: none;
  padding: 0;
}
.body-wrapper .card.b-white {
  background: #fff;
}
.body-wrapper .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.body-wrapper .card > .list-group:first-child .list-group-item:first-child {
  border-radius: 3px 3px 0 0;
}
.body-wrapper .card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 3px 3px;
}
.body-wrapper .card-body {
  min-height: 1px;
  padding: 1.25rem;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.body-wrapper .card-title {
  margin-bottom: 0.75rem;
}
.body-wrapper .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.body-wrapper .card-text:last-child {
  margin-bottom: 0;
}
.body-wrapper .card-link:hover {
  text-decoration: none;
}
.body-wrapper .card-link + .card-link {
  margin-left: 1.25rem;
}
.body-wrapper .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5ff;
  border-bottom: 1px solid #e3e3ed;
  font-size: 16px;
  font-weight: 700;
}
.body-wrapper .card-header:first-child {
  border-radius: 3px 3px 0 0;
}
.body-wrapper .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
  margin-top: 0;
}
.body-wrapper .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5ff;
  border-top: 1px solid #e3e3ed;
}
.body-wrapper .card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
.body-wrapper .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.body-wrapper .card-img,
.body-wrapper .card-img-top,
.body-wrapper .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.body-wrapper .card-img,
.body-wrapper .card-img-top {
  border-radius: 3px 3px 0 0;
}
.body-wrapper .card-img,
.body-wrapper .card-img-bottom {
  border-radius: 0 0 3px 3px;
}
.body-wrapper .card-deck .card {
  margin-bottom: 15px;
  display: flex;
  margin-right: 0;
  margin-left: 0;
}
.body-wrapper .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.body-wrapper .list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem 0;
  background-color: #fff;
  font-size: 14px;
  margin: 0;
}
.body-wrapper .list-group .list-group-item:last-of-type {
  padding-bottom: 0.5rem;
}
.body-wrapper .listing-top {
  background-color: #f5f5ff;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.body-wrapper .listing {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f5f5ff;
}
.body-wrapper .listing tr th {
  text-align: left;
  font-size: 13px;
  background-color: #f5f5ff;
  padding: 10px;
  font-weight: 900;
}
.body-wrapper .listing tr td {
  padding: 10px;
  border-right: 1px solid #f5f5ff;
  border-bottom: 1px solid #f5f5ff;
}
.body-wrapper .table-paging {
  padding: 5px;
  border: 1px solid #f5f5ff;
  margin-top: 0;
}
.body-wrapper .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 100px;
  width: 257px;
  margin-left: auto;
  margin-right: auto;
}
.body-wrapper .img-wrap.show-name .distributor-logo {
  opacity: 0;
}
.body-wrapper .img-wrap.show-name .distributor-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  margin: 0;
}
.body-wrapper .img-wrap .distributor-logo {
  max-height: 50px;
  max-width: 100%;
  width: auto;
  line-height: 2;
  text-align: center;
  height: auto;
  display: block;
  position: relative;
}
.body-wrapper .img-wrap .distributor-logo:after {
  content: attr(alt);
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #1E6FC1;
  font-weight: 700;
}
.body-wrapper .img-wrap .distributor-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  margin: 0;
  /* transition effect. not necessary */
  transition: opacity 0.2s, visibility 0.2s;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.body-wrapper .img-wrap:hover .distributor-name {
  visibility: visible;
  opacity: 1;
}
.body-wrapper .contact-bg {
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 80%;
}
.body-wrapper .footer-short {
  min-height: 100px;
  background-color: #081D36;
}

/********************** 2019 NEW STYLE **********************/
@media (max-width: 992px) {
  body .desktop {
    display: none !important;
  }
  body .body-wrapper .contact-bg {
    background-image: none;
    background-color: #f9f9f9;
  }
}
@media (min-width: 768px) {
  .body-wrapper .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
/*********************Dialog*****************************/
.new-dialog {
  background-color: #fff;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
}
.new-dialog .dialog-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.new-dialog .dialog-header h1 {
  margin: 0;
  color: red;
  color: red;
}
.new-dialog .dialog-footer {
  border-top: 1px solid #dee2e6;
}
