body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #e9ecef;
  /*background-color: #fff;*/
}

.navbar-toggler {
  background-color: transparent;
  border: 1px solid #2e4c73;
}

.navbar-brand > img.img-fluid {
  height: 40px;
}

.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 rgb(232 108 16);
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  border-radius: 0.25rem;
}

.bg-white {
  border: 3px solid rgb(232 108 16);
}

.bg-light {
  background-color: #cfd8dc !important;
}

a {
  /*color: #007bff;*/
  color: #2e4c73;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #ef72189c;
  /*background-color: #f8f9fa;*/
}

.btn-primary {
  color: #fff;
  background-color: #8e8f92;
  border-color: #8e8f92;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #747577;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(135 135 136 / 25%);
}

.btn-primary:hover {
  color: #fff;
  background-color: #2e4c73;
  border-color: #2e4c73;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #2e4c73;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

legend {
  font-weight: 500;
  font-size: 1.2rem;
}
.legend2 {
  font-size: 1rem;
}

.badge-grey {
  color: #666666;
  background-color: #e9ecef;
}

.list-title {
  border: 1px solid #e1e4e5;
  background: #f2f2f2;
  padding: 5px;
  border-radius: 0.25rem;
  text-align: center;
}
.list-container {
  padding: 5px;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}

/* button back to top  */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  opacity: 0.6;
  display: none;
  z-index: 1031;
}

.margin-auto {
  margin: auto;
}

div#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 1033;
  width: 100%;
  height: 100%;
  background: #000000b0;
}

.spinner-border {
  position: relative;
  top: 50%;
}

.overflow-hidden {
  overflow: hidden;
}

td.center {
  text-align: center;
  vertical-align: middle;
}

.border-round {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f0f2f4;
  opacity: 1;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.border-roundw {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f8f8f8;
  opacity: 1;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pad-b-5 {
  padding-bottom: 5px;
}

/* Timeline  */
.cbp_tmtimeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #eee;
  left: 110px;
  margin-left: -6px;
}

.cbp_tmtimeline > li {
  position: relative;
}

.cbp_tmtimeline > li:first-child .cbp_tmtime span.large {
  color: #444;
  font-size: 17px !important;
  font-weight: 700;
}

/* .cbp_tmtimeline>li:first-child .cbp_tmicon {
	background: #fff;
	color: #666
} */

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #444;
  font-size: 13px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #f0f1f3;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #f0f1f3;
}

.cbp_tmtimeline > li .empty span {
  color: #777;
}

.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 140px;
  padding-right: 70px;
  position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 14px;
  color: #3d4c5a;
  font-weight: 500;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 14px;
  color: #444;
}

.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 137px;
  background: #f0f1f3;
  padding: 1.2em;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f0f1f3;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li .cbp_tmlabel blockquote {
  font-size: 16px;
}

.cbp_tmtimeline > li .cbp_tmlabel .map-checkin {
  border: 5px solid rgba(235, 235, 235, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
  box-shadow: 0px 0px 0px 1px #ebebeb;
  background: #fff !important;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0 0 10px 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  font-size: 15px;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
  text-decoration: none;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 span {
  font-size: 15px;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
  color: #444;
}

.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #f5f5f6;
  text-align: center;
  left: 110px;
  top: 0;
  margin: 0 0 0 -25px;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .cbp_tmtimeline > li .cbp_tmtime {
    padding-right: 60px;
  }
}

@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 12px;
  }
}

@media screen and (min-width: 47.3em) {
  .cbp-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 500px;
    max-width: 100%;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    /* display: none */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #eee;
    left: 25px;
    margin-left: -6px;
  }

  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    min-height: 40px;
    position: relative;
    padding: 0 0 20px 55px;
  }

  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 30px;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #f5f5f6;
    top: -20px;
  }

  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: left;
    left: auto;
    margin: -64px 5px 0 0;
  }

  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #f5f5f6;
  }
}

.cbp-bg-success {
  background-color: #51b667 !important;
  color: #fff;
}

.cbp-bg-danger {
  background-color: #df4352 !important;
  color: #fff;
}

.cbp-bg-blush {
  background-color: #ff758e !important;
  color: #fff;
}

.cbp-bg-orange {
  background-color: #ffc323 !important;
  color: #fff;
}

.cbp-bg-info {
  background-color: #2ca8ff !important;
}

/* End timeline  */

/* Pagination  */
.num-link {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.cur-link {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  font-weight: 600;
}

.prev-link {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.next-link {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.navbar-brand > img.img-fluid {
  height: 40px;
}
/* End pagination  */
