/*
	Remittance
*/
.remittance {
  padding: 10px 0 45px 0;
  min-height: -webkit-calc(100vh - 184px);
  min-height: -moz-calc(100vh - 184px);
  min-height: -ms-calc(100vh - 184px);
  min-height: -o-calc(100vh - 184px);
  min-height: calc(100vh - 184px); /*184px*/
}

.custom-carlo {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  color: grey;
  padding: 13px 0 0 0;
  font-weight: bold;
  -webkit-background-clip: text;
  background-clip: text;
}
.panel-heading .panel-title:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: #0046b0;
}
.panel-heading .panel-title.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
  color: grey;
}

.box {
  display: block;
  background: #ffffff 0% 0% no-repeat;
  box-shadow: 0px 3px 6px #ccc;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  color: #000 !important;
  text-decoration: none !important;
  margin: 10px 0 10px;
  width: 217px;
}

.box:hover {
  color: #0046b0 !important;
}

.box .abstract {
  display: block;
  font-size: 14px;
  color: inherit !important;
}

.box .img-box {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 130px;
  max-width: 145px;
  margin: 0 auto;
}

.list-inline {
  padding-left: 0px !important;
}

.list-inline > li {
  display: inline-block !important;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.nav-tabs-custom-rounded {
  display: inline-block;
  background: #f4f4f4;
  border-radius: 100px;
  overflow: hidden;
  margin: 20px auto 20px !important;
  padding-left: 0 !important;
}

.nav-tabs-custom-rounded > li a {
  padding: 0 !important;
}

.nav-tabs-custom-rounded li a {
  background: #f4f4f4 !important;
  min-width: 192px;
  padding: 12px 20px !important;
  color: #1d1d1f !important;
  border-radius: 100px;
  display: inline-block;
  font-size: 16px !important;
}

.nav-tabs-custom-rounded li.active a {
  background: #0046b0 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .nav-tabs-custom-rounded {
    background: none !important;
    border-radius: 0px !important;
  }

  .nav-tabs-custom-rounded li a {
    min-width: unset !important;
    padding: 8px 10px !important;
    margin-bottom: 10px;
    font-size: 12px !important;
  }
  .white-box-bordered {
    width: 100px;
  }
  .white-box-bordered > .img-box {
    height: 80px;
  }
  .white-box-bordered > .abstract {
    font-size: 10px;
  }
}
.title {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  padding: 25px 0 25px 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  background: -webkit-linear-gradient(#0046b0, #19347d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-title > li {
  padding-bottom: 20px;
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  font-weight: bold;
  font-size: 18px;
  white-space: inherit;
}
.sub-title-cont {
  list-style: none;
  margin-left: -20px;
}
.sub-title-cont > li {
  font-family: AvantGarde-Bk-BT, Fallback, sans-serif;
  font-size: 16px;
}

.details {
  font-family: AvantGarde-Bk-BT, Fallback, sans-serif;
  font-size: 16px;
  list-style: none;
  margin-left: -2em;
  padding-bottom: 6px;
}
.medium {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 749px) {
  .title {
    font-size: 35px;
    line-height: 35px;
  }
  .sub-title {
    font-size: 16px;
  }
  .details {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .medium {
    font-size: 16px;
  }
}

/*
	common style of the two center
*/
.table-pc,
.table-bc {
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 18px;
}
.table th,
.table td {
  border-top: none !important;
}
.table > thead > tr > th {
  text-align: center;
}
/*content:"✓";*/
.check:before {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  content: url(../img/remittance/check.png);
  color: #090;
  font-size: 24px;
  font-weight: bold;
}
.table-pc > thead > tr.first-head th:first-child,
.table-bc > thead > tr.first-head th:first-child {
  width: 20%;
  vertical-align: middle;
  color: #fff;
  border-top-left-radius: 1em;
  background: #0046b0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* Standard syntax */
}

.table-pc > thead > tr.first-head th,
.table-bc > thead > tr.first-head th {
  color: #fff;
  background: #0046b0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(
    to bottom,
    #0046b0,
    #19347d
  ); /* Standard syntax */
  border-bottom: none;
  font-size: 22px;
}

.table-pc > thead > tr.second-head th,
.table-pc > thead > tr.third-head th,
.table-bc > thead > tr.second-head th,
.table-bc > thead > tr.third-head th {
  color: #fff;
  background: #ff6a00; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    to bottom,
    #ff6a00,
    #e04700
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    to bottom,
    #ff6a00,
    #e04700
  ); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(
    to bottom,
    #ff6a00,
    #e04700
  ); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(
    to bottom,
    #ff6a00,
    #e04700
  ); /* Standard syntax */
  border-bottom: none;
  font-size: 22px;
  vertical-align: middle;
}

.table-pc > tbody > tr td,
.table-bc > tbody > tr td {
  text-align: center;
  height: 120px;
  vertical-align: middle;
  background: #fff; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    to bottom,
    #fff,
    #efefef,
    #f0f0f0,
    #dadada,
    #fff
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    to bottom,
    #fff,
    #efefef,
    #f0f0f0,
    #dadada,
    #fff
  ); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(
    to bottom,
    #fff,
    #efefef,
    #f0f0f0,
    #dadada,
    #fff
  ); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(
    to bottom,
    #fff,
    #efefef,
    #f0f0f0,
    #dadada,
    #fff
  ); /* Standard syntax */
  letter-spacing: 1px;
}
.table-pc > thead > tr.second-head th.grey,
.table-bc > thead > tr.second-head th.grey {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  font-size: 16px;
  color: #19347d;
  font-weight: bold;
  background: #c7c7c7;
  padding: 2px;
  background: #e6e7e8; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    to bottom,
    #e6e7e8,
    #c7c7c7
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    to bottom,
    #e6e7e8,
    #c7c7c7
  ); /* For Firefox 3.6 to 15 */
  background: -o-linear-gradient(
    to bottom,
    #e6e7e8,
    #c7c7c7
  ); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(
    to bottom,
    #e6e7e8,
    #c7c7c7
  ); /* Standard syntax */
}

/*
	table for payment center
*/

.table-pc > thead > tr.first-head th:nth-child(2) {
  width: 32%;
}
.table-pc > thead > tr.first-head th:last-child {
  width: 48%;
  border-top-right-radius: 1em;
}
.table-pc > thead > tr.second-head th:first-child {
  width: 40%;
  min-width: 120px;
  font-size: 17px;
}
.table-pc > thead > tr.second-head th:not(:first-child) {
  width: 20%;
  min-width: 120px;
  font-size: 17px;
}
.table-pc > thead > tr.third-head th {
  width: 20%;
  min-width: 120px;
  font-size: 17px;
}
/*
	table for bank center
*/
.table-bc > thead > tr.first-head th:nth-child(2) {
  width: 45.6%;
}
.table-bc > thead > tr.first-head th:last-child {
  width: 34.4%;
  border-top-right-radius: 1em;
}
.table-bc > thead > tr.second-head th:first-child {
  letter-spacing: 0.6px;
  width: 26.66%;
  min-width: 120px;
  font-size: 15px;
}
.table-bc > thead > tr.second-head th:not(:first-child) {
  letter-spacing: 0.6px;
  width: 13.33%;
  min-width: 120px;
  font-size: 15px;
}
.table-bc > thead > tr.third-head th {
  letter-spacing: 0.6px;
  width: 13.33%;
  min-width: 120px;
  font-size: 15px;
}
.bold {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
}
.note {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
  margin: 20px 0;
  color: #0046b0;
  background: #e6e7e8;
  font-weight: bold;
}
.asterisk,
.asterisk-bayadcenter,
.asterisk-711,
.asterisk-BDO,
.asterisk-BPI,
.asterisk-bancnet,
.asterisk-eastwest {
  font-family: AvantGarde-Md-BT, Fallback, sans-serif;
  font-size: 24px;
}
.pc-logo {
  margin-top: -50px;
}
.bc-logo div.asterisk-bayadcenter {
  line-height: 0;
  margin-left: 130px;
  margin-top: -95px;
}
.pc-logo div.asterisk-711 {
  line-height: 0;
  margin-left: 130px;
  margin-top: -95px;
}
.bc-logo {
  margin-top: -50px;
}
.bc-logo div.asterisk-BDO {
  line-height: 0;
  margin-left: 175px;
  margin-top: -60px;
}
.bc-logo div.asterisk-BPI {
  line-height: 0;
  margin-left: 180px;
  margin-top: -75px;
}
.bc-logo div.asterisk-bancnet {
  line-height: 0;
  margin-left: 180px;
  margin-top: -65px;
}
.bc-logo div.asterisk-eastwest {
  line-height: 0;
  margin-left: 180px;
  margin-top: -65px;
}
/*button download*/
.icon-download-alt {
  background-color: #06f;
  padding: 5px 11px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 4px;
  margin-left: -1px;
  background: #0046b0; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    #0046b0,
    #19347d
  ); /* For Safari 5.1 to 6.0 */
  background: -moz-linear-gradient(
    #0046b0,
    #19347d
  ); /* For Firefox 3.6 to 15 */
  background: -ms-linear-gradient(#0046b0, #19347d); /* For Microsoft */
  background: -o-linear-gradient(#0046b0, #19347d); /* For Opera 11.1 to 12.0 */
  background: linear-gradient(#0046b0, #19347d); /* Standard syntax */
}
.btn-orange {
  border-radius: 5px;
}

.btn-orange {
  padding-left: 0px;
  padding-right: 5px;
  font-size: 22px;
  font-weight: bold;
}
.download {
  padding: 25px 0 10px 0;
  line-height: 52px;
  text-align: right;
}
