
.btn-primary{
    border-radius: 0px;
    background-color: #63666a;
}

.divContactUs{
    background-color: white;
}

.accordionHeader{
    color: #63666a;
    width: 650px;
}

.accordionContent
{
    width: 650px;
}

.header_enrollment1
{
    
    background: url("/Content/images/client/CBIA/Investment-teaser-web-banner-text.png") center top no-repeat; 
    background-size:cover;
    width: 1170px;
    
    height: 418px;
    border: 1px solid #ffffff;
}

.header_enrollment1_fr
{
    
    background: url("/Content/images/client/CBIA/Investment-teaser-web-banner-text_fr.png") center top no-repeat; 
    background-size:cover;
    width: 1170px;
    
    height: 418px;
    border: 1px solid #ffffff;
}

.alertmsgdiv
{
    position: absolute;
    left: 670px;
    margin: 45px 0 0 0px;
    width: 270px;
    height: auto;
    color: red;
    font-family: Arial;
    font-size: 12px; 
    line-height: 20px;
    /*font-weight: bold;*/
    
    border-radius: 4px;
    /*background-color: #eeeeee;*/
    padding: 52px 10px 10px 10px;
    border: 0px solid red;
}

.contribution_amount
{
    padding: 0 5px 0 5px;
    width: 100px;
    height: 25px;
    display: inline;
}

th, td
{
    font-size: 14px;
}

.plan_rb
{
    width:30%; 
    height:40%;
}

.btn-info {
    color: #ffffff;
    background-color: #63666a;
    border-color: #46b8da;
}

.btn-success {
  color: #ffffff;
  background-color: #63666a;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #721c63;
  border-color: #398439;
}

.btn-info:hover,
.btn-info:focus {
  background-color: #721c63;
  background-position: 0 -15px;
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #63666a;
  border-color: #63666a;
}

.pagination > li > a,
.pagination > li > span {
    /*color: #00accd;*/
}

.btn-close, .btn-close:hover, .btn-close:active, .btn-close:focus{
  color:#fff;
  border:1px solid #00565B;
  background-color: #63666a;
  position: absolute;
  top: 0px;
  right: 0px;
}

.btn-close.danger, .btn-close.danger:hover
{
    border:1px solid #b94a48;
    background-color: #b94a48;
}

.divTip {
    font-family: open-sans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background-color: #63666a;
    padding: 5px 5px 5px 5px;
    margin: 15px 0px 0 0; 
    border: 0px solid red;
    text-align: center;

}