.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

@font-face {
  font-family: "db_merit_xlight";
  src: url("../font/DBMeritX/db_merit_x_li_v3.2-webfont.eot");
  src: url("../font/DBMeritX/db_merit_x_li_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../font/DBMeritX/db_merit_x_li_v3.2-webfont.woff") format("woff"), url("../font/DBMeritX/db_merit_x_li_v3.2-webfont.ttf") format("truetype"), url("../font/DBMeritX/db_merit_x_li_v3.2-webfont.svg#db_merit_xlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "db_merit_xregular";
  src: url("../font/DBMeritX/db_merit_x_v3.2-webfont.eot");
  src: url("../font/DBMeritX/db_merit_x_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../font/DBMeritX/db_merit_x_v3.2-webfont.woff") format("woff"), url("../font/DBMeritX/db_merit_x_v3.2-webfont.ttf") format("truetype"), url("../font/DBMeritX/db_merit_x_v3.2-webfont.svg#db_merit_xregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "db_merit_xbold";
  src: url("../font/DBMeritX/db_merit_x_bd_v3.2-webfont.eot");
  src: url("../font/DBMeritX/db_merit_x_bd_v3.2-webfont.eot?#iefix") format("embedded-opentype"), url("../font/DBMeritX/db_merit_x_bd_v3.2-webfont.woff") format("woff"), url("../font/DBMeritX/db_merit_x_bd_v3.2-webfont.ttf") format("truetype"), url("../font/DBMeritX/db_merit_x_bd_v3.2-webfont.svg#db_merit_xbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../font/Ubuntu/Ubuntu-Regular.eot");
  src: url("../font/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../font/Ubuntu/Ubuntu-Regular.ttf") format("truetype"), url("../font/Ubuntu/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Light";
  src: url("../font/Ubuntu/Ubuntu-Light.eot");
  src: url("../font/Ubuntu/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu/Ubuntu-Light.woff") format("woff"), url("../font/Ubuntu/Ubuntu-Light.ttf") format("truetype"), url("../font/Ubuntu/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Medium";
  src: url("../font/Ubuntu/Ubuntu-Medium.eot");
  src: url("../font/Ubuntu/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu/Ubuntu-Medium.woff") format("woff"), url("../font/Ubuntu/Ubuntu-Medium.ttf") format("truetype"), url("../font/Ubuntu/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Bold";
  src: url("../font/Ubuntu/Ubuntu-Bold.eot");
  src: url("../font/Ubuntu/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu/Ubuntu-Bold.woff") format("woff"), url("../font/Ubuntu/Ubuntu-Bold.ttf") format("truetype"), url("../font/Ubuntu/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Regular";
  src: url("../font/Ubuntu/Ubuntu-Regular.eot");
  src: url("../font/Ubuntu/Ubuntu-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Ubuntu/Ubuntu-Regular.woff") format("woff"), url("../font/Ubuntu/Ubuntu-Regular.ttf") format("truetype"), url("../font/Ubuntu/Ubuntu-Regular.svg#Ubuntu-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --msig-white:  white;
  --msig-red: #e11f27;
  --msig-red-75: #e9575d;
  --msig-red-50: #f08f93;
  --msig-red-25: #f7c7c9;
  --msig-red-08: #fdedee;
  --msig-blue: #1b1464;
  --msig-blue-75: #504b78;
  --msig-blue-50: #7a7497;
  --msig-blue-25: #b0acc4;
  --msig-blue-08: #e3e2eb;
  --msig-black: black;
  --msig-black-75: #5a5a5a;
  --msig-black-50: #919191;
  --msig-black-25: #c8c8c8;
  --msig-black-08: #eeeeee;
  --msig-msig-gray: #808080;
  --msig-msig-gray-light: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "db_merit_xbold" !important;
}

.reorderDiv {
  display: flex;
  flex-direction: column;
}

/* tag badge */
.tag {
  background-color: #9e9e9e;
  filter: drop-shadow(0.2em 0.2em 0 #868686);
  text-align: left;
  height: 1em;
  line-height: 1px;
  border-top-right-radius: 0.15em;
  border-bottom-right-radius: 0.15em;
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
  margin-right: .25em;
  margin-bottom: .5em;
}

.tag::before {
  border-right-color: #9e9e9e;
}

.tag::after {
  box-shadow: inset 0.2em 0.2em 0 #868686;
}

.tag::before, .tag::after {
  content: "";
  position: absolute;
}

.tag::before {
  width: 0.75em;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right-style: solid;
  border-right-width: 0.5em;
  top: 0;
  left: -0.75em;
}

.tag::after {
  background-color: #fff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  top: 50%;
  left: -0.16667em;
  margin-top: -0.3em;
}

.tag-label {
  font-weight: 500;
  font-size: larger;
  color: white;
  padding-left: 1em;
  padding-right: 0.5em;
}

.tag--red {
  background-color: #e11f27;
  filter: drop-shadow(0.2em 0.2em 0 #c01a21);
}

.tag--red::before {
  border-right-color: #e11f27;
}

.tag--red::after {
  box-shadow: inset 0.2em 0.2em 0 #c01a21;
}

.tag--blue {
  background-color: #1b1464;
  filter: drop-shadow(0.2em 0.2em 0 #171155);
}

.tag--blue::before {
  border-right-color: #1b1464;
}

.tag--blue::after {
  box-shadow: inset 0.2em 0.2em 0 #171155;
}

.tag--green {
  background-color: #4caf50;
  filter: drop-shadow(0.2em 0.2em 0 #419544);
}

.tag--green::before {
  border-right-color: #4caf50;
}

.tag--green::after {
  box-shadow: inset 0.2em 0.2em 0 #419544;
}

.tag-badge {
  position: relative;
  display: inline-block;
  background: #e11f27;
  color: #ffffff;
  height: 4rem;
  width: 4rem;
  text-align: center;
  font-weight: lighter;
  vertical-align: middle;
  line-height: 3.9rem;
  margin-left: 2vh;
  transform: rotate(-20deg);
  animation: beat 1s ease infinite alternate;
}

.tag-badge:before, .tag-badge:after {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(30deg);
}

.tag-badge:after {
  transform: rotate(60deg);
}

@keyframes beat {
  from {
    transform: rotate(-20deg) scale(1);
  }
  to {
    transform: rotate(-20deg) scale(1.1);
  }
}

/* tag badge */
.form-paper-inline input, .form-paper-inline textarea, .form-paper-inline select {
  width: 250px;
  height: 30px;
  overflow: hidden;
  line-height: 1px;
  background-color: transparent;
  border: none;
  border-bottom: 1.5px dotted;
  vertical-align: text-bottom;
  cursor: pointer;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .form-paper-inline input, .form-paper-inline textarea, .form-paper-inline select {
    margin-left: 0.5rem;
  }
}

.form-paper-inline input {
  text-indent: 1.5rem;
}

.form-paper-inline .form-group label {
  position: relative;
}

.form-paper-inline .form-group label > span {
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 12px;
  color: #bdc3c7;
  opacity: 1;
}

.form-paper-inline :disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.changdivOrder {
  display: flex;
  flex-direction: column;
}

/* MSIG Logo Loading */
.loading-content {
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.loading-circle {
  top: 0;
  width: 200px;
  height: 100px;
  position: absolute;
  border: 3px solid #1b1464;
  border-bottom: 0;
  transform-origin: 50% 100%;
  background-color: transparent;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  animation: loading 1.5s linear infinite;
  -webkit-animation: loading 1.5s linear infinite;
}

.loading-name {
  color: white;
  cursor: default;
  font-family: "db_merit_xregular";
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

@keyframes "loading" {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* MSIG Logo Loading */
@media only screen and (min-width: 1025px) {
  .firstRadio {
    width: 30%;
    margin-left: -14px;
  }
  .centerRadio {
    width: 30%;
  }
  .lastRadio {
    width: 41%;
  }
  .navbar-text {
    font-size: x-large;
  }
  .step img {
    width: 65%;
  }
  .row-fluid {
    display: flex;
  }
  .row-fluid .span3 {
    order: 1;
  }
  .row-fluid .span9 {
    order: 2;
    margin-left: 10px !important;
  }
  .unsetPadding {
    padding: unset;
  }
}

@media (max-width: 768px) {
  .row-eq {
    display: block !important;
  }
  .col-eq {
    flex: unset;
  }
}

.row-eq {
  display: flex;
}

.col-eq {
  flex: 1;
}

.info-button {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 5px;
  margin: 5px;
}

/* Change color tooltip*/
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #e9575d;
}

.tooltip-inner {
  background-color: #e9575d;
  min-width: 300px;
  font-family: "db_merit_xlight" !important;
}

.tooltip-arrow {
  border-bottom-color: #e9575d !important;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #e9575d;
}

.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #e9575d;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #e9575d;
}

.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #e9575d;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #e9575d;
}

.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #e9575d;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #e9575d;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #e9575d;
}

/* Change color tooltip*/
/* wait convert to function */
:lang(th) {
  font-family: "db_merit_xregular", "Glyphicons Halflings", "FontAwesome";
}

:lang(en) body {
  font-family: "Ubuntu-Regular", "Glyphicons Halflings", "FontAwesome";
  font-size: 1.5rem !important;
}

/* modify oversea_template*/
body {
  background-color: #f7f6f3 !important;
  background-image: none !important;
  /*font-family: $font_family_ubuntu_regular, $font_family_db_merit_xregular !important;*/
  font-size: 1.9rem !important;
}

body > .container-regist {
  background-color: white;
  min-height: 100vh;
}

.well.hotline {
  background-image: none !important;
  display: none;
}

#aside {
  margin-top: unset !important;
}

select, input, .tooltip {
  font-family: "db_merit_xregular" !important;
  font-size: 1.9rem !important;
}

.navigation .nav-child a {
  font-size: medium !important;
}

.container-headeroic {
  font-size: 76%;
}

/*.step {
	img {
		width: 100% !important;
	}
}*/
/*.row-fluid{
    background: url(../images/theme/footer_bg.png) no-repeat bottom;
}*/
/* modify oversea_template*/
.dropdown-menu > li {
  font-family: "db_merit_xregular" !important;
  font-size: 1.9rem !important;
}

.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: white;
  background-color: #1b1464 !important;
}

.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #1b1464 !important;
}

.site-title {
  font-family: "db_merit_xbold" !important;
}

.panel-title {
  font-size: 2.1rem;
}

/*nav tab step1*/
.nav-tabs.nav-justified > li > a {
  color: #919191 !important;
  background-color: #eeeeee;
}

.nav-tabs.nav-justified > li.active {
  background-color: #1b1464;
  color: white !important;
}

.nav-tabs.nav-justified > li.active a {
  color: white !important;
}

/*nav tab step1*/
.glyphicon {
  font-size: 1.5rem !important;
  color: #1b1464;
}

.glyphicon-plus-sign:hover {
  cursor: pointer;
  color: #e11f27;
}

.txt-xx-large {
  font-size: xx-large !important;
}

.txt-x-large {
  font-size: x-large !important;
}

.error {
  font-size: unset;
  color: #e11f27;
}

.txtwarning {
  font-size: medium;
}

.text-info {
  font-size: larger;
  font-size: 2.4rem;
}

.agreeLabel {
  padding: 0px 25px 0px 1px;
  text-justify: inter-word;
}

.text-justify {
  text-align: justify !important;
  text-justify: inter-word;
}

.txtplan {
  text-justify: inter-word;
}

.thank_text {
  line-height: 150% !important;
}

.dropdown-header {
  color: #1b1464;
  background-color: #f5f5f5;
}

.datepicker td.active {
  background-image: linear-gradient(to bottom, #504b78, #1b1464);
}

.datepicker td.active:hover {
  background-image: linear-gradient(to bottom, #504b78, #1b1464);
}

.datepicker td {
  width: 32.5px;
  height: 32.5px;
}

.datepicker td span.active {
  background-image: linear-gradient(to bottom, #504b78, #1b1464);
}

.datepicker th {
  width: 32.5px;
  height: 32.5px;
}

.borderRed {
  border: solid red;
}

.borderRedDotted {
  border-style: dotted;
  border-width: 2px;
  border-color: #e11f27;
  padding: 10px;
}

form {
  margin-block-end: 0;
}

/*.bg-msig-img-right {
    background: url('../images/theme/curve-boder.png') no-repeat right;
}*/
.cursor-pointer {
  cursor: pointer;
}

.cursor-help {
  cursor: help;
}

.custom-control-label:before {
  height: 0.85rem;
}

.custom-control-label:after {
  height: 0.85rem;
}

.rounded-top-left {
  border-radius: 1rem 0 0 0;
}

.rounded-top-right {
  border-radius: 0 1rem 0 0;
}

.modal-dialog-centered {
  position: absolute;
  left: 0;
  right: 0;
  top: 30vh;
  bottom: 0;
  margin: auto;
  max-width: 50%;
}

/*table plan*/
#txtPrice {
  color: #e11f27 !important;
  font-weight: bold;
}

.textPrice {
  color: #e11f27 !important;
  font-weight: bold;
  font-size: x-large;
}

.premium-amount {
  font-size: large;
}

.netPremium-amount {
  font-size: x-large;
}

.msig-table-mobile {
  width: 100%;
  font-size: small !important;
}

.msig-table-mobile th h4 {
  font-size: 1.3rem;
}

.msig-table-wrapper {
  border-radius: #1b1464 #1b1464 0 0;
}

.msig-table-wrapper del {
  color: #e11f27;
}

.msig-table-wrapper .discount {
  color: #e11f27;
}

/* Application form - step 1.2 plan selection */
.font-size-smaller {
  font-size: smaller !important;
}

.packageDetail {
  height: 120px;
  font-size: smaller;
  margin: 5px 5px 5px 5px;
}

.custom_view td {
  padding: 2px 5px 0px 10px;
  font-family: "db_merit_xbold";
}

tbody.custom_fold td {
  padding: 2px 5px 0px 10px;
}

.limit-amount {
  vertical-align: middle;
}

.vertical-middle {
  vertical-align: middle;
}

.limit-description {
  margin: 5px;
  font-size: large;
}

.ml-15 {
  margin-left: 15px;
}

/*table plan*/
/*border*/
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/*border*/
.row-eq-height {
  display: flex;
}

/* wait convert to function */
/******Selectpicker******/
button.btn.dropdown-toggle.btn-default {
  font-size: 130%;
}

.bootstrap-select .filter-option {
  white-space: normal;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]:not(.input-group-btn) {
  display: contents !important;
}

/******Selectpicker******/
/******Lead*******/
.headerMSIG {
  width: 100%;
  background: #FFF;
  border-bottom: 6px solid #1b1464;
  z-index: 9;
}

#bannerCarousel {
  margin-top: 10px;
  margin-bottom: 25px;
}

.navbar {
  min-height: 88px;
}

.header-logo {
  max-height: 5.5vh;
}

@media only screen and (min-width: 1025px) {
  .header-logo {
    max-height: 70px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-text {
  /*-webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%);*/
  font-weight: bold;
}

/******Lead*******/
/***** Condo *****/
/* select box with svg */
.box * {
  box-sizing: border-box;
}

.select_container {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 0.5rem;
}

.radio-tile-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.radio-tile-group .input-container {
  position: relative;
  height: 5rem;
  width: 7rem;
  margin: 0rem 2.5rem 1rem 0rem;
}

.radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: leftt;
  width: 100%;
  height: 120%;
  border: 2px solid #1b1464;
  border-radius: 5px;
  padding: 0.4rem 0rem 0.2rem 0rem;
  transition: transform 300ms ease;
}

.radio-tile-group .input-container .icon svg {
  fill: #1b1464;
  width: 3rem;
  height: 3rem;
}

.radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: smaller;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1b1464;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #1b1464;
  border: 2px solid #1b1464;
  color: white;
  transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg {
  fill: white;
  background-color: #1b1464;
}

.radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
}

/* select box with svg */
/* back to to top button */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* back to to top button */
.btn-circle {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  line-height: 20px;
  border-radius: 50%;
  color: #f5f5f5;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/*** effect - object biger ***/
.object-bigger {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

.object-bigger:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 58px 36px -56px #1b1464;
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

/* modify close button of modal */
.close {
  font-size: x-large;
  color: white;
  opacity: 1;
}

/* modify close button of modal */
.div-order-one {
  order: 1;
}

.div-order-two {
  order: 2;
}

.div-order-three {
  order: 3;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.divFieldset > fieldset {
  border: 1px groove #5a5a5a !important;
  padding: 0 1.4em 0 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  box-shadow: 0 0 0 0 black;
}

.divFieldset > fieldset > legend {
  color: #1b1464;
  font-size: larger !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}

.hr-fade-blue {
  display: block !important;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #1b1464;
  background-image: linear-gradient(90deg, rgba(27, 20, 100, 0), #1b1464 50%, rgba(27, 20, 100, 0) 100%);
}

.hr-fade-red {
  display: block !important;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #e11f27;
  background-image: linear-gradient(90deg, rgba(225, 31, 39, 0), #e11f27 50%, rgba(225, 31, 39, 0) 100%);
}

.text-msig-white {
  color: white !important;
  font-weight: "normal";
}

.text-msig-gray {
  color: #808080 !important;
  font-weight: "normal";
}

.text-msig-light-gray {
  color: #f5f5f5 !important;
  font-weight: "normal";
}

.text-msig-red {
  color: #e11f27 !important;
  font-weight: "normal";
}

.text-msig-red-75 {
  color: #e9575d !important;
  font-weight: "normal";
}

.text-msig-red-50 {
  color: #f08f93 !important;
  font-weight: "normal";
}

.text-msig-red-25 {
  color: #f7c7c9 !important;
  font-weight: "normal";
}

.text-msig-red-08 {
  color: #fdedee !important;
  font-weight: "normal";
}

.text-msig-blue {
  color: #1b1464 !important;
  font-weight: "normal";
}

.text-msig-blue-75 {
  color: #504b78 !important;
  font-weight: "normal";
}

.text-msig-blue-50 {
  color: #7a7497 !important;
  font-weight: "normal";
}

.text-msig-blue-25 {
  color: #b0acc4 !important;
  font-weight: "normal";
}

.text-msig-blue-08 {
  color: #e3e2eb !important;
  font-weight: "normal";
}

.text-msig-black {
  color: black !important;
  font-weight: "normal";
}

.text-msig-black-75 {
  color: #5a5a5a !important;
  font-weight: "normal";
}

.text-msig-black-50 {
  color: #919191 !important;
  font-weight: "normal";
}

.text-msig-black-25 {
  color: #c8c8c8 !important;
  font-weight: "normal";
}

.text-msig-black-08 {
  color: #eeeeee !important;
  font-weight: "normal";
}

.btn-msig-red {
  color: white;
  background-color: #e11f27;
  border-color: #cb1b22;
}

.btn-msig-red:focus, .btn-msig-red.focus {
  color: white;
  background-color: #b5181f;
  border-color: #5b0c0f;
}

.btn-msig-red:hover {
  color: white;
  background-color: #e74c52;
  border-color: #951419;
}

.btn-msig-red:active, .btn-msig-red.active,
.open > .btn-msig-red.dropdown-toggle {
  color: white;
  background-color: #b5181f;
  background-image: none;
  border-color: #951419;
}

.btn-msig-red:active:hover, .btn-msig-red:active:focus, .btn-msig-red:active.focus, .btn-msig-red.active:hover, .btn-msig-red.active:focus, .btn-msig-red.active.focus,
.open > .btn-msig-red.dropdown-toggle:hover,
.open > .btn-msig-red.dropdown-toggle:focus,
.open > .btn-msig-red.dropdown-toggle.focus {
  color: white;
  background-color: #951419;
  border-color: #5b0c0f;
}

.btn-msig-red.disabled:hover, .btn-msig-red.disabled:focus, .btn-msig-red.disabled.focus, .btn-msig-red[disabled]:hover, .btn-msig-red[disabled]:focus, .btn-msig-red[disabled].focus,
fieldset[disabled] .btn-msig-red:hover,
fieldset[disabled] .btn-msig-red:focus,
fieldset[disabled] .btn-msig-red.focus {
  background-color: #e11f27;
  border-color: #cb1b22;
}

.btn-msig-red .badge {
  color: #e11f27;
  background-color: white;
}

.btn-msig-blue {
  color: white;
  background-color: #1b1464;
  border-color: #15104f;
}

.btn-msig-blue:focus, .btn-msig-blue.focus {
  color: white;
  background-color: #100c3a;
  border-color: black;
}

.btn-msig-blue:hover {
  color: white;
  background-color: #261d8f;
  border-color: #07061c;
}

.btn-msig-blue:active, .btn-msig-blue.active,
.open > .btn-msig-blue.dropdown-toggle {
  color: white;
  background-color: #100c3a;
  background-image: none;
  border-color: #07061c;
}

.btn-msig-blue:active:hover, .btn-msig-blue:active:focus, .btn-msig-blue:active.focus, .btn-msig-blue.active:hover, .btn-msig-blue.active:focus, .btn-msig-blue.active.focus,
.open > .btn-msig-blue.dropdown-toggle:hover,
.open > .btn-msig-blue.dropdown-toggle:focus,
.open > .btn-msig-blue.dropdown-toggle.focus {
  color: white;
  background-color: #07061c;
  border-color: black;
}

.btn-msig-blue.disabled:hover, .btn-msig-blue.disabled:focus, .btn-msig-blue.disabled.focus, .btn-msig-blue[disabled]:hover, .btn-msig-blue[disabled]:focus, .btn-msig-blue[disabled].focus,
fieldset[disabled] .btn-msig-blue:hover,
fieldset[disabled] .btn-msig-blue:focus,
fieldset[disabled] .btn-msig-blue.focus {
  background-color: #1b1464;
  border-color: #15104f;
}

.btn-msig-blue .badge {
  color: #1b1464;
  background-color: white;
}

.bg-msig-gray {
  background-color: #808080 !important;
  color: white !important;
}

a.bg-msig-gray:hover,
a.bg-msig-gray:focus {
  background-color: #676767;
  color: white;
}

.bg-msig-light-gray {
  background-color: #f5f5f5 !important;
  color: #1b1464 !important;
}

a.bg-msig-light-gray:hover,
a.bg-msig-light-gray:focus {
  background-color: gainsboro;
  color: #1b1464;
}

.bg-msig-red {
  background-color: #e11f27 !important;
  color: white !important;
}

a.bg-msig-red:hover,
a.bg-msig-red:focus {
  background-color: #b5181f;
  color: white;
}

.bg-msig-red-75 {
  background-color: #e9575d !important;
  color: black !important;
}

a.bg-msig-red-75:hover,
a.bg-msig-red-75:focus {
  background-color: #e32a32;
  color: black;
}

.bg-msig-red-50 {
  background-color: #f08f93 !important;
  color: black !important;
}

a.bg-msig-red-50:hover,
a.bg-msig-red-50:focus {
  background-color: #ea6268;
  color: black;
}

.bg-msig-red-25 {
  background-color: #f7c7c9 !important;
  color: black !important;
}

a.bg-msig-red-25:hover,
a.bg-msig-red-25:focus {
  background-color: #f19a9e;
  color: black;
}

.bg-msig-red-08 {
  background-color: #fdedee !important;
  color: black !important;
}

a.bg-msig-red-08:hover,
a.bg-msig-red-08:focus {
  background-color: #f8bfc3;
  color: black;
}

.bg-msig-blue {
  background-color: #1b1464 !important;
  color: white !important;
}

a.bg-msig-blue:hover,
a.bg-msig-blue:focus {
  background-color: #100c3a;
  color: white;
}

.bg-msig-blue-75 {
  background-color: #504b78 !important;
  color: white !important;
}

a.bg-msig-blue-75:hover,
a.bg-msig-blue-75:focus {
  background-color: #3b3759;
  color: white;
}

.bg-msig-blue-50 {
  background-color: #7a7497 !important;
  color: white !important;
}

a.bg-msig-blue-50:hover,
a.bg-msig-blue-50:focus {
  background-color: #625c7c;
  color: white;
}

.bg-msig-blue-25 {
  background-color: #b0acc4 !important;
  color: white !important;
}

a.bg-msig-blue-25:hover,
a.bg-msig-blue-25:focus {
  background-color: #948eaf;
  color: white;
}

.bg-msig-blue-08 {
  background-color: #e3e2eb !important;
  color: black !important;
}

a.bg-msig-blue-08:hover,
a.bg-msig-blue-08:focus {
  background-color: #c6c4d6;
  color: black;
}

.bg-msig-black {
  background-color: black !important;
  color: white !important;
}

a.bg-msig-black:hover,
a.bg-msig-black:focus {
  background-color: black;
  color: white;
}

.bg-msig-black-75 {
  background-color: #5a5a5a !important;
  color: white !important;
}

a.bg-msig-black-75:hover,
a.bg-msig-black-75:focus {
  background-color: #414141;
  color: white;
}

.bg-msig-black-50 {
  background-color: #919191 !important;
  color: white !important;
}

a.bg-msig-black-50:hover,
a.bg-msig-black-50:focus {
  background-color: #787878;
  color: white;
}

.bg-msig-black-25 {
  background-color: #c8c8c8 !important;
  color: black !important;
}

a.bg-msig-black-25:hover,
a.bg-msig-black-25:focus {
  background-color: #afafaf;
  color: black;
}

.bg-msig-black-08 {
  background-color: #eeeeee !important;
  color: black !important;
}

a.bg-msig-black-08:hover,
a.bg-msig-black-08:focus {
  background-color: #d5d5d5;
  color: black;
}

.table-msig-blue {
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
  font-size: normal !important;
}

.table-msig-blue .icon-help {
  opacity: 0.25;
}

.table-msig-blue .icon-help:hover {
  opacity: 1;
}

.table-msig-blue th {
  color: white;
  background-color: #1b1464;
  border-right-color: white !important;
  border-right-width: 0.2rem !important;
  padding-top: 1.2rem;
}

.table-msig-blue tbody .icon-help {
  color: #1b1464;
  opacity: 0.5;
  font-size: 0.95em;
}

.table-msig-blue tbody tr:hover td {
  background-color: #e3e2eb !important;
}

.table-msig-red-50 {
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
  font-size: normal !important;
}

.table-msig-red-50 .icon-help {
  opacity: 0.25;
}

.table-msig-red-50 .icon-help:hover {
  opacity: 1;
}

.table-msig-red-50 th {
  color: #1b1464;
  background-color: #f08f93;
  border-right-color: white !important;
  border-right-width: 0.2rem !important;
  padding-top: 1.2rem;
}

.table-msig-red-50 tbody .icon-help {
  color: #f08f93;
  opacity: 0.5;
  font-size: 0.95em;
}

.table-msig-red-50 tbody tr:hover td {
  background-color: #e3e2eb !important;
}

.table-msig-blue-mobile {
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
  font-size: small !important;
}

.table-msig-blue-mobile .icon-help {
  opacity: 0.25;
}

.table-msig-blue-mobile .icon-help:hover {
  opacity: 1;
}

.table-msig-blue-mobile th {
  color: white;
  background-color: #1b1464;
  border-right-color: white !important;
  border-right-width: 0.2rem !important;
  padding-top: 1.2rem;
}

.table-msig-blue-mobile tbody .icon-help {
  color: #1b1464;
  opacity: 0.5;
  font-size: 0.95em;
}

.table-msig-blue-mobile tbody tr:hover td {
  background-color: #e3e2eb !important;
}

.table-msig-red-50-mobile {
  table-layout: fixed;
  width: 100%;
  background-color: #f5f5f5;
  font-size: small !important;
}

.table-msig-red-50-mobile .icon-help {
  opacity: 0.25;
}

.table-msig-red-50-mobile .icon-help:hover {
  opacity: 1;
}

.table-msig-red-50-mobile th {
  color: #1b1464;
  background-color: #f08f93;
  border-right-color: white !important;
  border-right-width: 0.2rem !important;
  padding-top: 1.2rem;
}

.table-msig-red-50-mobile tbody .icon-help {
  color: #f08f93;
  opacity: 0.5;
  font-size: 0.95em;
}

.table-msig-red-50-mobile tbody tr:hover td {
  background-color: #e3e2eb !important;
}

.pricing-table-blue .discount {
  color: #e11f27;
}

.pricing-table-blue .plan-header label {
  white-space: normal;
}

.pricing-table-blue .header-premium del {
  font-size: 1rem;
  color: #e11f27;
}

.pricing-table-blue .header-premium ins {
  text-decoration: none;
}

.pricing-table-blue .sub-limit td {
  border-bottom-color: #b0acc4 !important;
}

.pricing-table-blue .sub-limit-first td {
  border-top-color: #b0acc4 !important;
}

.pricing-table-blue .limit-group td, .pricing-table-blue .limit td, .pricing-table-blue .sub-limit-last td {
  border-bottom-color: #504b78 !important;
}

.pricing-table-blue .limit-group td {
  border-left-color: #e3e2eb !important;
}

.pricing-table-blue .limit td, .pricing-table-blue .sub-limit td {
  border-left-color: #b0acc4 !important;
  border-right-color: #e3e2eb !important;
}

.pricing-table-blue thead .pricing-select {
  background-color: #1b1464 !important;
}

.pricing-table-blue thead .pricing-hover {
  background-color: #1b1464 !important;
  cursor: pointer;
}

.pricing-table-blue tbody .pricing-select, .pricing-table-blue tfoot .column-highlightable .pricing-select {
  background-color: #b0acc4 !important;
}

.pricing-table-blue tbody .pricing-hover, .pricing-table-blue tfoot .column-highlightable .pricing-hover {
  background-color: #e3e2eb !important;
  cursor: pointer;
}

.pricing-table-blue tbody .limit-group td, .pricing-table-blue tfoot .column-highlightable td {
  border-right-color: #e3e2eb !important;
}

.pricing-table-blue tbody .limit-group .pricing-select, .pricing-table-blue tbody .limit-group .pricing-hover, .pricing-table-blue tfoot .column-highlightable .pricing-select, .pricing-table-blue tfoot .column-highlightable .pricing-hover {
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-left-color: #b0acc4 !important;
}

.pricing-table-blue tbody .limit-group .pricing-select:not(.plan-last), .pricing-table-blue tbody .limit-group .pricing-hover:not(.plan-last), .pricing-table-blue tfoot .column-highlightable .pricing-select:not(.plan-last), .pricing-table-blue tfoot .column-highlightable .pricing-hover:not(.plan-last) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #b0acc4 !important;
}

.pricing-table-blue .footer-premium {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e11f27;
}

.pricing-table-red-50 .discount {
  color: #1b1464;
}

.pricing-table-red-50 .plan-header label {
  white-space: normal;
}

.pricing-table-red-50 .header-premium del {
  font-size: 1rem;
  color: #1b1464;
}

.pricing-table-red-50 .header-premium ins {
  text-decoration: none;
}

.pricing-table-red-50 .sub-limit td {
  border-bottom-color: #f7c7c9 !important;
}

.pricing-table-red-50 .sub-limit-first td {
  border-top-color: #f7c7c9 !important;
}

.pricing-table-red-50 .limit-group td, .pricing-table-red-50 .limit td, .pricing-table-red-50 .sub-limit-last td {
  border-bottom-color: #e9575d !important;
}

.pricing-table-red-50 .limit-group td {
  border-left-color: #fdedee !important;
}

.pricing-table-red-50 .limit td, .pricing-table-red-50 .sub-limit td {
  border-left-color: #f7c7c9 !important;
  border-right-color: #fdedee !important;
}

.pricing-table-red-50 thead .pricing-select {
  background-color: #f08f93 !important;
}

.pricing-table-red-50 thead .pricing-hover {
  background-color: #f08f93 !important;
  cursor: pointer;
}

.pricing-table-red-50 tbody .pricing-select, .pricing-table-red-50 tfoot .column-highlightable .pricing-select {
  background-color: #f7c7c9 !important;
}

.pricing-table-red-50 tbody .pricing-hover, .pricing-table-red-50 tfoot .column-highlightable .pricing-hover {
  background-color: #fdedee !important;
  cursor: pointer;
}

.pricing-table-red-50 tbody .limit-group td, .pricing-table-red-50 tfoot .column-highlightable td {
  border-right-color: #fdedee !important;
}

.pricing-table-red-50 tbody .limit-group .pricing-select, .pricing-table-red-50 tbody .limit-group .pricing-hover, .pricing-table-red-50 tfoot .column-highlightable .pricing-select, .pricing-table-red-50 tfoot .column-highlightable .pricing-hover {
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-left-color: #f7c7c9 !important;
}

.pricing-table-red-50 tbody .limit-group .pricing-select:not(.plan-last), .pricing-table-red-50 tbody .limit-group .pricing-hover:not(.plan-last), .pricing-table-red-50 tfoot .column-highlightable .pricing-select:not(.plan-last), .pricing-table-red-50 tfoot .column-highlightable .pricing-hover:not(.plan-last) {
  border-right-style: solid !important;
  border-right-width: 1px !important;
  border-right-color: #f7c7c9 !important;
}

.pricing-table-red-50 .footer-premium {
  font-size: 1.1rem;
  font-weight: bold;
  color: #e11f27;
}

.card-header-tabs-blue.nav-tabs {
  border-bottom: 0px !important;
  background-color: #e3e2eb;
}

.card-header-tabs-blue.list-inline {
  margin-left: 0px;
}

.card-header-tabs-blue.list-inline > li {
  display: inline-block;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 0.01px;
}

.card-header-tabs-blue .nav-link {
  font-size: .8rem;
  color: #1b1464;
  padding: .7rem .5rem;
  padding-top: .3rem;
  margin-bottom: 0;
}

.card-header-tabs-blue .nav-link:hover {
  color: #1b1464;
  background-color: #1b1464;
}

.card-header-tabs-blue .nav-link.active {
  color: white;
  background-color: #1b1464;
}

.card-header-tabs-blue .form-check-inline {
  margin-right: 0;
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
  border-top: 1px solid darkgray;
  background-color: #f5f5f5;
}

.card-header-tabs-red-50.nav-tabs {
  border-bottom: 0px !important;
  background-color: #e3e2eb;
}

.card-header-tabs-red-50.list-inline {
  margin-left: 0px;
}

.card-header-tabs-red-50.list-inline > li {
  display: inline-block;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 0.01px;
}

.card-header-tabs-red-50 .nav-link {
  font-size: .8rem;
  color: #1b1464;
  padding: .7rem .5rem;
  padding-top: .3rem;
  margin-bottom: 0;
}

.card-header-tabs-red-50 .nav-link:hover {
  color: #1b1464;
  background-color: #f08f93;
}

.card-header-tabs-red-50 .nav-link.active {
  color: #1b1464;
  background-color: #f08f93;
}

.card-header-tabs-red-50 .form-check-inline {
  margin-right: 0;
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
  border-top: 1px solid darkgray;
  background-color: #f5f5f5;
}

.radio-msig-red {
  display: none;
}

.radio-msig-red + label {
  font-weight: bold;
  cursor: pointer;
}

.radio-msig-red + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  border: 1px solid #919191;
  background: white;
}

.radio-msig-red + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #e11f27;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.radio-msig-red:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.radio-msig-red:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.radio-msig-red:disabled + label span {
  cursor: default;
}

.radio-msig-blue {
  display: none;
}

.radio-msig-blue + label {
  font-weight: bold;
  cursor: pointer;
}

.radio-msig-blue + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  border: 1px solid #919191;
  background: white;
}

.radio-msig-blue + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #1b1464;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.radio-msig-blue:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.radio-msig-blue:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.radio-msig-blue:disabled + label span {
  cursor: default;
}

.checkbox-msig-red {
  display: none;
}

.checkbox-msig-red + label {
  font-weight: bold;
  cursor: pointer;
}

.checkbox-msig-red + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #919191;
  background: white;
}

.checkbox-msig-red + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  background-color: #e11f27;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.checkbox-msig-red:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.checkbox-msig-red:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.checkbox-msig-red:disabled + label span {
  cursor: default;
}

.checkbox-msig-blue {
  display: none;
}

.checkbox-msig-blue + label {
  font-weight: bold;
  cursor: pointer;
}

.checkbox-msig-blue + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #919191;
  background: white;
}

.checkbox-msig-blue + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  background-color: #1b1464;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.checkbox-msig-blue:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.checkbox-msig-blue:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.checkbox-msig-blue:disabled + label span {
  cursor: default;
}

.panel-msig-red {
  border-color: #c51a21;
  color: black;
}

.panel-msig-red > .panel-heading {
  color: white;
  background-color: #e11f27;
  border-color: #e11f27;
}

.panel-msig-red > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c51a21;
}

.panel-msig-red > .panel-heading .badge {
  color: #e11f27;
  background-color: black;
}

.panel-msig-red > .panel-body .panel-body-title {
  color: white;
}

.panel-msig-red > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c51a21;
}

.panel-msig-blue {
  border-color: #140e48;
  color: black;
}

.panel-msig-blue > .panel-heading {
  color: white;
  background-color: #1b1464;
  border-color: #1b1464;
}

.panel-msig-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #140e48;
}

.panel-msig-blue > .panel-heading .badge {
  color: #1b1464;
  background-color: black;
}

.panel-msig-blue > .panel-body .panel-body-title {
  color: white;
}

.panel-msig-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #140e48;
}

.card-msig {
  background: rgba(227, 226, 235, 0.1);
  border-radius: 2px;
  display: inline-block;
  margin: 0rem 0.5rem 2rem 0rem;
  position: relative;
  padding: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* landing */
.landing-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 6px solid #1b1464;
  z-index: 9;
}

.landing-text-heading {
  color: #1b1464 !important;
  font-weight: "normal";
}

.landing-card-product {
  padding-left: auto;
  padding-right: auto;
  min-height: 550px;
  margin-bottom: 2em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: .25s box-shadow;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #808080;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.landing-card-product:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.landing-card-product:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.landing-card-product > .card_product-footer {
  margin-top: auto;
}

.landing-card-product > .card_product-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  padding: 1.25rem;
}

.landing-card-product .card_product-title {
  color: #1b1464;
}

.landing-card-product > .card_product-block {
  flex: 1 1 auto;
  padding: 0em 1.2em;
}

.landing-card-product > .btnBuyNow {
  font-size: larger !important;
  color: white !important;
  background-color: #e11f27 !important;
}

.landing-card-product > .btnBuyNow:hover {
  transform: scale(1.05);
}

.landing-card-product a > .glyphicon {
  color: white !important;
}

/* landing */
/*# sourceMappingURL=style_msig.css.map */
