﻿html {
  font-size: 62.5%; /* Adjust the default font-size to 12px. */
  line-height: normal;
}

* {
  -webkit-font-smoothing: antialiased;
}

*:focus,
button:focus {
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem;
  background: #ffffff;
}

input {
  font-size: 1.1rem;
}

input[type="checkbox"],
input[type="radio"] {
  margin-top: 0;
}

body,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.text-center {
  text-align: center !important;
}

/*
* Spacing
*/
.m0 {
  margin: 0 !important;
}

.ptop-2 {
  padding-top: 2rem;
}

.pright-2 {
  padding-right: 2rem;
}

.pbottom-2 {
  padding-bottom: 2rem;
}

.pside-5 {
  padding: 0 5rem;
}

.p2 {
  padding: 2rem;
}

.mright-3 {
  margin-right: 3rem;
}

.mright-1 {
  margin-right: 1rem;
}

.mbottom-1 {
  margin-bottom: 1rem;
}

.pbottom-5 {
  padding-bottom: 5rem;
}

.p5 {
  padding: 5rem !important;
}

/*
* Width
*/
.w200 {
  width: 200px !important;
}

/*
* Height
*/
.h12 {
  height: 12px !important;
}

/*
* Line Height
*/
.lineheight-input {
  line-height: 4.4rem !important;
}

/*
*  Modal
*/
.modal-backdrop {
  background: #ffffff;
}

.modal {
  background: rgba(0,0,0,0.1);
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-dialog.modal-xl {
  width: auto;
}

/*
* form
*/
.form-control.form-control-style-1 {
  border-color: #df383f !important;
  box-shadow: none !important;
  outline: none !important;
}

#profile .form-group .form-control,
#profile .form-group .input-group .input-group-addon,
#messages .form-group .form-control,
#messages .form-group .input-group .input-group-addon,
#messages input[type="file"],
#home .form-group .form-control,
#home .form-group .input-group .input-group-addon {
  background-color: #fff;
  border-color: red;
  border-radius: 3px;
}

#txtSourceFundOther, #txtInvestmentObjective {
  border-color: #7f7f7f !important;
}

#cboNationality, #cboCivilStatus, #cboCountry, #cboProvince, #cboCityMunicipality, #cboZipCode, #cboPermaCountry, #cboPermaProvince, #cboPermaMunicipality, #cboPermaZipCode, #cboEmployeeStatus, #cboBusinessSector, #cboBusinessNature, #cboEmpCountry, #cboEmpProvince, #cboEmpMunicipality, #cboEmpZipCode, #cboCreditBranch, #txtFundBranchAccount, #cboPhysicalValidID, #cboPhysicalProofBilling, #Physical_IDNumber_FileUpload, #Physical_IDNumber_FileUpload, #cboVideoValidID, #cboVideoProofBilling, #cboVideoFatcaDocument, #messages input[type="file"], #cboPhysicalResidentAlienFatcaDocument {
  height: 44px;
}

#home .form-group .input-group .form-control,
#profile .form-group .input-group .form-control,
#messages .form-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#home .form-group .input-group .input-group-addon,
#profile .form-group .input-group .input-group-addon,
#messages .form-group .input-group .input-group-addon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#home .navbar {
  min-height: unset;
}

#home .progress {
  border-radius: 8px;
  margin: 40px auto;
}

@media  (max-width: 650px) {
  #home .progress .progress-bar {
    min-width: 10%;
  }
}

@media  (max-width: 500px) {
  #home .progress .progress-bar {
    min-width: 15%;
  }
}

@media  (max-width: 500px) {
  #home .progress .progress-bar {
    min-width: 11%;
  }
}

@media  (max-width: 400px) {
  #home .progress .progress-bar {
    min-width: 15%;
  }
}

.pull-left-checkbox {
  float: left;
  padding-right: 1rem;
}

/*
* Button
*/
.btn-link.btn-style-1 {
  background: red;
  border: 1px solid gold !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  outline: none !important;
  display: flex;
  align-items: center;
}

.btn-link.btn-style-1 svg {
  margin-right: 0.5rem;
}

.btn-link.btn-style-1:hover,
.btn-link.btn-style-1:active {
  background: #ef1e1b !important;
}

.btn-style-2 {
  border-radius: 8rem;
  min-width: 10rem;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
}

.btn-style-2.previous {
  background-color: #f4f4f4;
  border-color: #adadad;
}

.btn-style-2.btn-danger.focus,
.btn-style-2.btn-danger:focus {
  border: none;
}

/*
* Panel Box
*/
.panel.panel-style-1 {
  padding: 0 5rem;
  max-width: 60rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  border: none;
  box-shadow: none;
}

.panel.panel-style-1 .panel-heading {
  background: rgba(215, 0, 0, 0.8);
  color: #ffffff;
  font-size: 2em;
  text-align: center;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1.5rem;
}

.panel.panel-style-1 .panel-body {
  background: #ebebeb;
  padding: 1.5rem;
  font-size: 1.4rem;
}

.panel.panel-style-1 .panel-body .table.list-table-item,
.panel.panel-style-1 .panel-body .table.list-table-item td,
.panel.panel-style-1 .panel-body .table.list-table-item th {
  border: none !important;
}

.panel.panel-style-1 .panel-body .text-container {
  color: #000000;
}

@media (max-width: 500px) {
  .panel.panel-style-1 {
    padding: 0;
  }
}

.panel.panel-style-2 {
  border: none;
}

.panel.panel-style-2 .panel-heading {
  border-bottom: 1px solid #ddd;
}

.panel.panel-style-2 .panel-heading h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #ec2027;
  font-weight: bold;
  margin: 1rem;
}

.panel.panel-style-2 .panel-body {
  font-size: 1.4rem;
  padding: 2rem;
}

.panel.panel-style-2 .panel-footer {
  background: #ffffff;
  text-align: center;
}


.panel.panel-style-3 {
  border: none;
}

.panel.panel-style-3 .panel-heading {
  border-bottom: 1px solid #ddd;
}

.panel.panel-style-3 .panel-heading h2 {
  text-align: left;
  font-size: 1.8rem;
  margin: 1rem;
}

.panel.panel-style-3 .panel-body {
  font-size: 1.4rem;
  padding: 2rem;
}

.panel.panel-style-3 .panel-body textarea {
  resize: none; 
  height: 275px; 
  background-color: white;
  border: none;
  font-size: 1.4rem;
}

/*.form-control {
  border-radius: 4px;
  height: 44px;
}*/

@media (max-width: 992px) {
  .panel.panel-style-3 .panel-body textarea {
    height: 350px; 
  }
}

@media (max-width: 600px) {
  .panel.panel-style-3 .panel-body textarea {
    height: 450px; 
  }
}

.panel.panel-style-3 .panel-footer {
  background: #ffffff;
  border: none;
  text-align: right;
}
/*
* Text Style
*/

.red {
  color: #ef1e1b;
}

.text-style-1 {
  color: #5e5e62;
  font-weight: 100;
  line-height: normal;
}

.text-style-2 {
  color: #58585c;
  font-weight: 500;
}

.text-style-3 {
  color: #ef1e1b;
  font-weight: 600;
}

.text-style-3,
.text-style-3:hover {
  text-decoration: none;
}

.text-style-4 {
  color: #5e5e62;
  font-weight: normal;
  line-height: normal;
}

.text-style-5 {
  color: #ffffff;
  font-weight: 500;
}

.text-style-6 {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 2px solid #c5af35;
}

.text-style-7 {
  color: #fed200 !important;
  font-weight: 500;
}

.text-style-7:hover {
  text-decoration: underline;
}

.text-style-8 {
  font-size: 1.3rem;
}

.text-style-9 {
  font-size: 1.3rem;
  font-weight: bold;
}

.text-right {
  text-align: right !important;
}

/*
* button
*/
.button-style-1 {
  font-weight: 600;
  width: auto;
  border-radius: none !important;
  border: none !important;
}

.button-style-1:hover {
  background: #e72120 !important;
}

/*
* list
*/
ul.list-style-1 li {
  text-align: left;
  list-style-type: square;
  color: red;
}

ul.list-style-1 li span {
  color: #5e5e62;
}

/*
* Card
*/
.card-style-1 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  width: 42rem;
  margin: 0 auto;
  min-height: 79rem;
  background: #eee;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .card-style-1 {
    width: 100%;
  }
}

.card-style-1 img {
  width: 100%;
}

.card-style-1.active,
.card-style-1:hover {
  opacity: 1;
}

.card-style-1 .card-title {
  padding: 2rem;
  margin: 0;
  font-weight: bold;
  background: #d33724;
  color: #ffffff;
}

.card-style-1 .card-title .iradio_square-red {
  margin-right: 1rem;
}

.card-style-1 .card-title label {
  font-size: 1.4rem;
}

.card-style-1 .card-title .smalltext {
  margin-left: 3rem;
  font-weight: normal;
}

.card-style-1 .card-body {
  padding: 2rem;
  font-size: 1.3rem;
}

.card-style-1 ol {
  padding-inline-start: 2rem;
}

.card-style-1 li {
  margin: 1rem 0;
}

/*
* Nav
*/
.navbar.navbar-style-1 {
  /*background-color: #808184;
  border-radius: 0;
  min-height: unset;*/
}

.navbar.navbar-style-1 .navbar-brand {
  font-size: 1.6rem;
  padding: 0;
  height: auto;
  line-height: normal;
  font-weight: bold;
  color: red;
}

.navbar.navbar-style-2 {
  background-color: #808184;
  border-radius: 0;
  min-height: unset;
}

.navbar.navbar-style-2 .navbar-brand {
  font-size: 1.4rem;
  padding: 5px;
  height: auto;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
}

/*
 * Tooltip
 */
.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  text-align: left;
  max-width: 30rem;
  padding: 1rem;
  border-radius: 0;
  color: #fff;
  background-color: #808184;
}

.tooltip.top .tooltip-arrow, .tooltip.bottom .tooltip-arrow {
  border-top-color: #808184;
}

/*
* Dialog
*/
.modal-dialog-style-1 .panel{
 border: none;
}

.modal-dialog-style-1 .panel-body {
  font-size: 1.3rem;
}

.modal-dialog-style-1 .panel-heading {
  border-radius: 0;
  font-size: 1.8rem;
}

.modal-dialog-style-1 .panel-footer {
  border-radius: 0;
}

/*
* Image Box
*/
.img-box-1 {
  width: 100%;
  padding: 2rem 4rem;
}

@media (max-width: 450px) {
  .img-box-1 {
    padding: 2rem 2rem;
  }
}

.img-box-1 img {
  width: 100%;
}

/*
* Progress Bar
*/

.progress-bar {
  background: #df383f;
}

/*
* Stepper
*/
span.round-tabs {
  width: 15px;
  height: 15px;
  line-height: 17px;
  font-size: 15px;
  padding: 1.5rem;
}

span.round-tabs span {
  position: absolute;
  top: 6px;
  left: 11px;
}

.liner {
  top: 25%;
}

@media (max-width: 450px) {
  .liner {
    width: 75%;
  }
}

.nav-tabs > li a {
  background: transparent !important;
  left: 120px;
  height: 50px;
}

@media (max-width: 991px) {
  .nav-tabs > li a {
    left: 80px;
  }
}

@media (max-width: 585px) {
  .nav-tabs > li a {
    line-height: normal;
    left: 60px;
  }
}

@media (max-width: 450px) {
  .nav-tabs > li {
    width: 24%;
  }

  .nav-tabs > li a{
    left: 20px;
  }
}

.main-regs .nav-tabs>li>a:hover {
  border-color: transparent;
}

.main-regs .nav-tabs>li.active>a .round-tabs {
  color: #ffd701;
  border-color: red;
}

.main-regs .nav-tabs>li>a .round-tabs {
  color: #000000;
  background: #ffd701;
  border-color: #ffd701;
}

/*
* Tab Pane
*/
.tab-pane {
  padding-top: 0 !important;
}

/* 
 * Header 
 */
.header-container {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0.2rem solid #bbbcbe;
}

.header-container.navbar {
  background: white;
}

/* Header Top */
.header-container .top-menu {
  background-color: #bbbcbe;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-container .form-inline {
  display: contents;
}

.header-container .top-menu .form-control,
.header-container .top-menu .form-control:focus,
.header-container .top-menu .btn {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.header-container .top-menu .form-control {
  padding: 0.3rem 0.8rem;
  font-size: 1.1rem;
  height: initial;
  border: none;
  margin-right: 1rem;
  line-height: normal;
}

.header-container .top-menu .login-btn {
  font-size: 1.1rem;
  line-height: 3rem;
  color: #ffffff;
  padding: 0 1rem;
  background-color: #e72120;
}

.header-container .top-menu a {
  font-size: 1.1rem;
  line-height: 3rem;
  text-decoration: none;
  color: #ffffff;
  padding: 0 1rem;
  background-color: #808184;
}

.header-container .top-menu a:hover {
  background-color: #8c8c8c;
}

.header-container .form-pop {
  display: none;
}

.login-modal .modal-dialog {
  width: auto;
  margin: 1rem auto;
  max-width: 50rem;
}

.login-modal .modal-header .close {
  margin-top: -22px;
}

.login-modal .modal-content {
  border-radius: 0;
}

.login-modal .forgot-user-pass-container {
  text-align: right;
}

.login-modal .forgot-user-pass-container a:hover {
  color: #428bca;
  text-decoration: underline;
}

.login-modal .form-control {
  font-size: 1.3rem;
  border-radius: 0;
}

.login-modal .modal-footer {
  margin-top: 0;
  text-align: center;
}

.login-modal .modal-footer .btn {
  color: #ffffff;
  background-color: #e72120;
  font-size: 1.3rem;
  width: 15rem;
}

.login-modal .modal-footer .btn,
.login-modal .modal-footer .btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .header-container .form-inline {
    display: none;
  }

  .header-container .form-pop {
    display: block;
  }
}

.header-container .top-menu .logo-alpha-container {
  padding: 0 2rem;
  background-color: #e7e6e6;
  height: 3rem;
  display: flex;
  align-items: center;
}

.header-container .top-menu .logo-alpha-container img {
  height: 2.5rem;
}

/* Header Menu Container */
.header-container .container {
  width: 100%;
}

.header-container .container .navbar-toggle {
  margin: 2.3rem 0;
  border-color: #e72120;
}

@media (max-width: 767px) {
  .header-container .container .navbar-toggle {
    margin: 1.3rem 0;
  }
}

.header-container .container .navbar-toggle .icon-bar {
  background-color: #e72120;
}

.header-container .container .navbar-toggle:hover,
.header-container .container .navbar-toggle:focus {
  background-color: rgba(185, 144, 69, 0.1);
}

.header-container .container .navbar-nav > .open > a,
.header-container .container .navbar-nav > .open > a:hover,
.header-container .container .navbar-nav > .open > a:focus {
  color: #ec1c24;
  background: transparent;
}

.header-container .container .dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid;
}

.header-container .container .navbar-nav > li > .dropdown-menu {
  right: unset;
}

.header-container .container .navbar-collapse {
  max-height: unset;
  overflow-y: auto;
  border: #ffffff;
}

@media (max-width: 767px) {
  .header-container .container .navbar-collapse .open .dropdown-menu .divider {
    background-color: #e5e5e5;
  }

  .header-container .container .navbar-collapse .open .dropdown-menu > li > a {
    color: #000000;
  }

  .header-container
    .container
    .navbar-collapse
    .open
    .dropdown-menu
    > li
    > a:hover {
    color: #ec1c24;
  }
}

.header-container .container .navbar-brand {
  height: 6rem;
  padding: 0;
}

.header-container .container .navbar-brand img {
  height: 5rem;
}

@media (max-width: 767px) {
  .header-container .container {
    padding: 0 30px;
  }

  .header-container .container .navbar-brand {
    padding: 1rem 0;
  }
}

/* Header Search */
/*.header-container .search-box .form-group {
  margin: 1.3rem 0;
}*

/*.header-container .search-box .form-group .form-control {
  font-size: 1.1rem;
  border-radius: 0;
}*/

.header-container .search-box .form-group .form-control-feedback {
  height: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .header-container .search-box {
    width: 17.5rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header-container .search-box .form-group .form-control {
    font-size: 1.3rem;
  }
}

/* Header Menu */
.header-container .menu-container {
  font-size: 14px;
}

.header-container .menu-container > li > a,
.header-container .menu-container > li > a:hover {
  color: #000000;
}

.header-container .menu-container .dropdown-menu > li > a {
  color: #333333;
}

.header-container .menu-container .dropdown-menu > li > a:focus,
.header-container .menu-container .dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}

@media (max-width: 1045px) {
  .header-container .menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .navbar-brand,
  .header-container .menu-container {
    margin: 0 !important;
  }

  .menu-container > li > a {
    line-height: 6rem;
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .header-container .menu-container {
    display: block;
    overflow-y: auto;
  }
}

/* page-container */
.login-page, 
.register-page {
  background: #ffffff;
}

/**.page-container {
  margin-top: 11.6rem;
}*/

@media (max-width: 1045px) {
  .page-container {
    margin-top: 16rem;
    min-width: unset !important;
  }
}

@media (max-width: 767px) {
  .page-container {
    margin-top: 11rem;
  }
}

.board {
  background: transparent;
  padding: 2rem 4rem 2rem 0;
  margin: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .board {
    padding: 2rem 4rem;
  }
}

@media (max-width: 450px) {
  .board {
    padding: 2rem 1rem;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }
}



.board-title {
  text-align: left;
}

.main-regs .board-title {
  text-align: center;
}

.board-title h2 {
  margin: 1rem;
  font-size: 2.5rem;
  color: #ec2027;
  font-weight: 600;
}

.board > div.board-inner {
  background: none;
  height: 120px;
}

.board-inner .round-tabs {
  padding: 1.5rem;
}

.board-inner li.active span.round-tabs {
  border: 2px solid red;
}

.board-inner .round-tabs-title {
  font-size: 1.2rem;
  text-align: center;
  bottom: -1.5rem;
  position: absolute;
  left: -55px;
  width: 150px;
  color: #555555;
}

.board-inner li.active .round-tabs-title {
  font-weight: bold;
}

@media (max-width: 991px) {
  .board-inner li .round-tabs-title {
    display: block;
    width: 100px;
    text-align: center;
    left: -30px;
    top: 40px;
  }
}

@media (max-width: 320px) {
  .board-inner li .round-tabs-title {
    font-size: 10px;
  }
}

.board .nav-tabs {
  border: none;
}

.tab .content {
  min-height: unset;
}

#fin-tab .box,
#siw-tab .box {
  border: 1px solid red;
  border-radius: 4px;
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .page-container.container {
    width: 124rem;
  }
}

.content .col-form-label {
  line-height: 3rem;
}

.content .col-form-label2 {
  line-height: 2.2rem;
}

.content .col-form-label3 {
  line-height: 2.2rem;
  font-size: 1.3rem;
}

.content .col-form-label4 {
  line-height: 2.2rem;
  font-weight: normal;
}

.board .step-btn-container {
  padding: 20px;
}

.board .step {
  height: 1.5rem;
  width: 1.5rem;
}

.board .step.active {
  background: red;
}

.chk-margin {
  margin-right: 1rem !important;
}

.chk-label {
  font-weight: normal;
}

.chk-container {
  line-height: 3rem;
}

.chk-other {
  display: inline-block;
  width: calc(100% - 150px);
  margin-left: 1rem;
}

.input-inline {
  display: inline-block !important;
  margin-left: 1rem;
  width: 22rem;
}

#messages .content {
  min-height: unset;
}

.registration {
  background: url(img/enhanced/page-swirl.png) no-repeat;
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 5rem;
}

.registration .login-box {
  margin: 0 auto;
  width: 100%;
}

.registration .login-box-body {
  padding-top: 0;
  background: transparent;
}

/* Footer */
.footer {
  background: maroon;
  color: #a0a0a0;
  padding: 0 20px 10px 20px;
  border-top: 4px solid gold;
  color: 0 -1px 12px rgba(0, 0, 0, 0.4);
}

.footer-copyright {
  text-align: center;
  color: #7c7c7c;
  padding-top: 10px;
  font-size: 1.4rem;
  border: none;
}

@media (max-width: 992px) {
  .footer-copyright {
    width: 100%;
    text-align: center;
  }
}
