/* Minification failed. Returning unminified contents.
(185,12): run-time error CSS1035: Expected colon, found '['
 */
/* Mail sent & Mail confirmed page */

.mailConfirmedContentLabels {
    padding-bottom: 20px;
}

/* Terms of use page */

@media (min-width: 768px) {
    div.pageContainer {
        padding-left: 30px;
    }

    div.goBack {
        margin-top: 20px;
    }
}

div.goBack {
    margin-top: 10px;
    border-bottom: 1px solid #DCE3E5; /* MyAG Grey 05 */
    padding-bottom: 2px;
    margin-bottom: 25px;
}

div.goBack img {
    margin-right: 5px;
}

div.goBack span {
    font-family: GeogrotesqueRegular;
    color: #858585; /* color of the go back icon */
}

/* Activation page */

/* On small smartphone screens, the captcha (& button below it) is too wide. */
/* https://www.geekgoddess.com/how-to-resize-the-google-nocaptcha-recaptcha/ */

@media screen and (max-width: 345px) {
    #rc-imageselect, .g-recaptcha, button[type=submit], .morequestionsbutton a {
        transform: scale(0.93);
        -webkit-transform: scale(0.93);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.contact-form {
    border-bottom-style: none;
}

@media (min-width: 768px) {
    .toplist-alerts {
        margin-left: 30px;
        margin-right: 30px;
    }

    .contact-form {
        margin-left: 30px;
        margin-right: 30px;
    }
}

[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.activationDescription {
    margin-bottom: 30px;
    font-family: Arial;
    font-size: 15px;
    color: #4B5559;
    line-height: 22px;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    padding:30px 40px 15px 40px !important;
}

.personalData{
    font-size:13px;
}

.personalData p:first-child {
    text-decoration:underline;
}

.form-group {
    margin-bottom: 20px;
}

/*.btn-default {
    background-color:#d1d1d1;
    color:#fff;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}*/

/* Secondary buttons */
.btn-default {
  color: #fff;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}

.btn-default:hover,
.btn-default:focus {
  color: #fff;
  background-color: #ADADAD;
  border-color: #ADADAD;
}

.btn-default:active,
.btn-default.active {
  color: #fff;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}

.btn-default .badge {
  color: #fff;
  background-color: #D1D1D1;
}

@media (min-width: 768px) {
    .helpLink {
        padding-top: 5px;
        padding-left: 20px;
    }
}

h2.morequestionTitle {
    font-family: GeogrotesqueRegular;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 30px;
}

input[type=checkbox] {
    visibility: visible;
}

a#ContractDossierReferenceHelpLink, a#ActivationCodeHelpLink, a#ActivationDobHelpLink, .TermsOfUseLink {
    color: #9ea9ad;
    border-bottom: 1px dotted;
}

button[type="submit"].TermsOfUseLink {
    background-color: #FAFAFA;
    border-width: 0px;
    text-decoration: none;
    text-transform: none;
    color: #007DB8;
    display: inline-block;
    button [type="submit"] height: auto;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    height:22px;
    width: auto;
    padding: 0px;
}

button.TermsOfUseLink:hover {
    color: #9ea9ad;
}

button.TermsOfUseLink span {
    border-bottom: 1px dotted #9c0;
    font-family: Arial;
    font-size: 15px;
}

button.TermsOfUseLink:hover span {
    border-bottom: 1px dotted #9ea9ad;
}

input[type=checkbox]#TermsOfUse {
    margin-top: 0;
}

button[type="submit"] {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 304px; /* same width as captcha */
    padding-bottom:14px;
    padding-top:14px;
}

div.exampleQuestions {
    margin-bottom: 20px;
}

div.exampleQuestions li {
    margin-left: 15px;
}

.morequestionsbutton a {
    width: 304px; /* same width as captcha */
}

.emailLabel {
    color: #4B5559;
}

@media (max-width: 767px) {
    a.btn {
        padding-top: 11.5px;
        padding-bottom: 11.5px;
    }

    img.img-responsive-small {
        margin-top:0px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .popUpHeader {
        position: relative;
        padding-left: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .popUpHeader .text {
        margin-right: 7px;
    }

    .popUpHeader .text,
    .popUpHeader .extra {
        line-height: 30px;
        margin-left: 0;
        padding-left: 0;
    }

    .modal-dialog button.close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        color: #fff;
        background-color: #dce3e5;
        top: -13px;
        right: -15px;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1051;
        cursor: pointer;
        font-family: Arial; /* GeogrotesqueRegular messes with the layout of the "x" in the close button. */
        font-weight: normal;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }

    img.img-responsive-large {
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

img.img-responsive-small {
    width: calc(100% + 40px);
    height: auto;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
    max-width: none;
}

img.img-responsive-large {
    width: calc(100% + 40px);
    height: auto;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    max-width: none;
}

.banner-container {
    position: relative;
}

.banner-title h2 {
    font-family: GeogrotesqueRegular;
    font-size: 30px;
    color: #99CC00;
    line-height: 30px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .banner-title {
        color: #9c0;
        padding: 0px;
    }

    .banner-title h2 {
        font-size: 28px;
        line-height: 24px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .helpLink {
        padding-top: 15px;
    }

    .popUpHeader {
        position: relative;
        padding-top: 30px;
        text-align: center;
        padding-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .popUpHeader .text, .popUpHeader .extra {
        font-size: 20px;
        line-height: 24px;
        display: block;
        padding: 0;
        margin: 0;
    }

    .modal.fade:not(.in) .modal-dialog {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
    }

    .modal-dialog button.close {
        float: none;
        right: auto;
        left: 10px;
        border-radius: 0;
        top: -55px;
        left: 7px;
        background-color: #fff;
        z-index: 1052;
    }

    .modal-dialog button.close:before {
        color: #9EA9AD; /* MyAG Grey 06 */
        font-family: 'Glyphicons Halflings';
        content: "\e257";
        line-height: 30px;
        display: inline-block;
    }

    .modal-dialog {
        width: 100%;
        height: calc(100% - 81px);
        top: 81px;
        margin: 0;
    }

    .modal-dialog .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
    }

    .modal-backdrop {
        display: none;
    }
}

.exampleQuestions ul li {
    padding: 5px;
}

li.withoutDot {
    list-style-type: none;
}

/*.modal-dialog {
    margin: 30px auto;
}*/

.modal-dialog .modal-content {
    border-radius: 3px;
    padding: 0px;
}

.popUpHeader {
    background-color: #99CC00;
}

.popUpHeader {
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.popUpHeader .text {
    font-family: GeogrotesqueMedium;
    padding-left: 10px;
}

.popUpHeader .extra {
    font-family: GeogrotesqueLight;
}

.popUpHeader .text,
.popUpHeader .extra {
    font-size: 18px;
    line-height: 20px;
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
    display: inline-block;
    max-width: 100%;
}

.popUpHeader span.text {
    margin-left: -50px;
}

p.infoPopUpDescription {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

p.imageInPopUp {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.navbar-brand {
    height: 50px;
    width: 86px;
    margin: 15px 40px 15px 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default {
        text-align: center;
    }

    .navbar-brand {
        position: static;
    }
}

input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    /*-webkit-appearance: none;*/ /* Makes the checkbox unclickable in Chrome 45. */
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/*Activation*/
td.activationLabelDescription span.glyphicon-ag-check{
    color: #99CC00;
    margin-right:15px;
}
.activationDescription p{
    margin-bottom:15px;
}
.activationDescription tr{
    display:block;
    margin-bottom:7px;
}
.activationDescription table{
    margin-bottom:8px;
}
.activationLabelDescriptionWrap {
    white-space: nowrap;
}
.activationCheckbox {
    background-color: #FAFAFA;
    border: 1px solid #D6D9DC;
    border-radius: 3px;
    padding:20px!important;
    margin-bottom:40px;
    margin-top:20px;
}
.activationCheckbox .checkbox label{
    padding-left:29px;
}
.contact-form .form-group label, .contact-form .helpLink {
    font-family: Arial;
    font-size: 15px;
    color: #4B5559;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
}
.activationPhoneNo .intl-tel-input{
    width:100%;
}
@media (max-width: 767px) {
    .activationDescription {
            padding: 15px 15px 0px 15px !important;
        }

        .activationCheckbox {
            padding: 15px !important;
        }
    }
    /*Mail Confirmed*/
    .mailConfirmed-content ul {
    padding-left: 65px;
}

.mailConfirmed-content ul li span{
    color:#99CC00;
}

.mailConfirmed-content {
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #D6D9DC;
    border-radius: 3px;
    font-family: Arial;
    font-size: 15px;
    color: #4B5559;
    letter-spacing: 0;
    text-align: left;
    line-height: 22px;
}

    .mailConfirmed-content span.glyphicon-ag-info {
        border: solid 1px #666666;
        color:#666666;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 15px;
        text-align: center;
    }
.mailConfirmed-title {
    color: #1F2426;
    text-align: center;
}
.mailConfirmed-contentDescription {
    text-align: center;
    color: #4B5559;
    font-size: 15px;
    line-height: 22px;
    font-family: Arial;
    margin:10px 0 20px 0;
}
.mailConfirmed-contentBlock{
    margin-bottom: 15px;
}
.mailConfirmed-content tr {
    margin-bottom: 15px;
    display:block;
}
.mailConfirmed-contentBlockFour{
    margin-left:45px;
    margin-bottom:0;
}
td.mailConfirmedLabelDescription {
    padding: 0 15px 0 45px;
}

td.mailConfirmedLabelDescription span.glyphicon-ag-check {
    color: #99CC00;
}
.mailConfirmedTitleIcon {
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
.thumbs-up:before {
    content: "   ";
    background: url(/Content/Images/Custom/thumb-up.svg) no-repeat center;
    width: 100%;
    height: 50px;
    display: block;
}
@media (max-width: 767px){
    .mailConfirmed-title{
        font-size:21px;
    }
    .mailConfirmed-content {
        padding: 15px;
    }
}

/*Sent Mail Page*/
.sentMailContentLabels {
    font-family: Arial;
    font-size: 15px;
    color: #4B5559;
    text-align: center;
    line-height: 22px;
}
.sentMailTitle {
    color: #1F2426;
    text-align: center;
    margin-bottom:20px;
}
.sentMailTitleIcon span.glyphicon-ag-check {
    border: solid 1px #99CC00;
    color: #99CC00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:25px;
}
.sentMailTitleIcon{
    margin-bottom:20px;
    margin-top:30px;
    text-align:center;
}
.sentMailContentLabels p{
    margin-bottom:20px;
}

@media (max-width: 767px) {
    .sentMailTitle {
        font-size: 21px;
    }
    .sentMailTitleIcon{
        margin-top: 20px;
    }
}

.header-navbar {
    padding-top: 42px !important;
}

@media (max-width : 991px) {
    .contentContainer, main.content.clearfix {
        padding-top: 0px;
    }
}

#NoDirectMarketing {
    appearance: checkbox;
    margin-right: 10px;
}

.personalData label {
    font-weight: normal;
    display: inline;
}

.easy-banking-web-label {
    color: #99CC00;
}

.consent-text {
    font-size: 13px;
}

.consent-text ul li {
    margin-left: 20px;
}

.consent-text ul li::marker {
    content: "- ";
    margin-right: 10px;
}

#logoBnp{
    margin-right:0px;
}

#logoBnp img{
     width: auto;
}

@media (min-width: 992px) {
    #logoBnp {
        margin-left: 20px;
    }
}

.consent-text + .personalData {
    margin-top: 30px;
}
