/* For IE content under scroll issue */
@-ms-viewport {
    width: auto !important;
}
/*  SPecific for LM */
body {
    background-image: url(/Web/BRF/content/img/landing-body-bg.png);
    background-repeat: repeat-x;
    background-color: #e1e1e1;
}

.lm-body {
    background-image: url(/Web/BRF/content/img/landing-body-bg.png);
    background-repeat: repeat-x;
    background-color: #e1e1e1;
}

.lm-title {
    display: block;
    padding-bottom: 1em;
    margin: -100px 0px 0px -32px;
}

.no-style-type {
    padding: 0;
    list-style-position: inside;
    padding-left: 5px !important;
}

footer img {
    max-width: 100%;
}
/* paddings */
.pad-left-10 {
    padding-left: 10px;
}

.pad-left-20 {
    padding-left: 20px;
}

.pad-20 {
    padding: 20px;
}

.pad-r-0 {
    padding-right: 0px;
}

.pad-L-0 {
    padding-left: 0px;
}

.pad-left-5 {
    padding-left: 5px;
}

.pad-3-top {
    padding-top: 3px;
}

.pad-10-top {
    padding-top: 10px;
}

.pad-10-bot {
    padding-bottom: 10px;
}

.pad-5-bot {
    padding-bottom: 5px;
}

.pad-bottom-10-xs {
    padding-bottom: 10px;
}

.pad-bottom-0 {
    padding-bottom: 0px;
}
.pad-25-bottom {
    padding-bottom: 25px;
}

/* ******************************** */
/*margins*/
.margin {
    margin: 0px;
}

.mar-R-L-30 {
    margin: 0px -30px;
}

.mar-R-L-40 {
    margin: 0px -40px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-bottom-10 {
    padding-bottom: 10px;
}

.margin-top-70 {
    margin-top: 70px;
}

/* ******************************** */
/* border */
.top-border-gray-light {
    border-top: 1px solid #d4d4d4;
}

.bottom-border-gray-light {
    border-bottom: 1px solid #d4d4d4;
}

.left-border-gray-light {
    border-left: 1px solid #d4d4d4;
}

.right-border-gray-light {
    border-right: 1px solid #d4d4d4;
}

.box-border-gray-light {
    border: 1px solid #d4d4d4;
}

.noBorder {
    border: none !important;
}

.noBorderTop {
    border-top: none !important;
}

.noBorderRight {
    border-right: none !important;
}

.noBorderBottom {
    border-bottom: none !important;
}

/*  ******************************* */

/* ********************************* */
/* spacer */
.spacer25 {
    height: 25px;
}

.spacer55 {
    height: 55px;
}
/* ********************************* */

.text-underline {
    text-decoration: underline;
}

a.text-underline:hover {
    text-decoration: underline;
}

/* ********************************* */
/*text colors*/

.txtBlack3 {
    color: #4A4A4A;
}

.txtGrey1 {
    color: #333333;
}

.txtGrey2 {
    color: #555555;
}

.txtGrey4 {
    color: #686868;
}

.txtYellow2 {
    color: #dfa32a;
}

.txtBlue2 {
    color: #005499;
}

.txtBlue3 {
    color: #004A8B;
}

.txtGrey3 {
    color: #999999;
}

.txtBlack1 {
    color: #161616;
}

.txtBlack3 {
    color: #151515;
}

.txtBlack4 {
    color: #0E0E0E;
}

.txtBlack5 {
    color: #333333;
}
/* ********************************* */

.line-grey1 {
    border-color: #d4d4d4;
    border-width: 2px;
}

/*txt font*/

/* ********************************* */
.txtSize18 {
    font-size: 18px !important;
}

.txtSize12 {
    font-size: 12px;
}

.txtSize19 {
    font-size: 19px;
}

.txtSize22 {
    font-size: 22px;
}

.txtSize20 {
    font-size: 20px;
}

.txtSize40 {
    font-size: 40px;
}
/* ********************************* */

/*txt formatting*/
/* ********************************* */
.txtR {
    text-align: right;
}

.txtL {
    text-align: left;
}
/* ********************************* */

/*txt style*/
/* ********************************* */
.txtUnderline {
    text-decoration: underline;
}

.txtStyleNone:hover {
    text-decoration: none;
}

.block {
    display: block;
}

.visibleUnderline a:hover, .visibleUnderline a:focus {
    text-decoration: underline;
}

.wordWrap {
    word-Wrap: break-word;
}
/* ********************************* */
/* line Heights */

.txtLineHeight-16 {
    line-height: 16px;
}

.txtLineHeight-18 {
    line-height: 18px;
}

.txtLineHeight-20 {
    line-height: 20px;
}

.txtLineHeight-21 {
    line-height: 21px;
}

.txtLineHeight-22 {
    line-height: 22px;
}

.mousePointer {
    cursor: pointer;
}

.txtLineHeight-26 {
    line-height: 26px;
}
.txtLineHeight-36 {
    line-height: 36px;
}

.txtLineHeight-30 {
    line-height: 30px;
}

/* line Heights */
.border-radius-5 {
    border-radius: 5px;
}
/** Background-color **/
.bgGrayLight3 {
    background-color: rgba(242, 242, 242, 1);
}

.bgLuckyBlue {
    background-color: #41B6E6;
}
/* custom css */
.form-control-gray {
    height: 48px;
    border-radius: 0px;
    box-shadow: none;
    border-width: 2px;
    border-color: #666;
}

.loader-fixed {
    bottom: 0px;
    top: inherit;
}

.error .form-control::placeholder {
    color: #bd2025;
}

.inlineBlock {
    display: inline-block;
}

.txt-center {
    text-align: center;
}

.inLine {
    display: inline;
}

.ctrl_Elt1 .ctrl_element {
    left: -13px;
}

.ctrl_Elt1 small {
    font-size: 11px;
}

.icon-panel {
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
    vertical-align: middle;
}

.simplified-header {
    box-shadow: 0 10px 39px 0 rgba(0, 0, 0, 0.2);
    height: 100px;
    position: relative;
    text-align: center;
    z-index: 50;
}

.marg-top-container {
    margin-top: 100px;
}

.ctrl_Elt1 .lm-check-element {
    left: -13px;
}

    .ctrl_Elt1 .lm-check-element:before {
        left: 0px;
    }

.preference-panel .ctrl_Elt1 .lm-check-element:before {
    top: 5px;
}

.lm-checkbox:before {
    top: 6px;
    left: 4px;
}

#prefcheckbox .lm-checkbox:before {
    top: 4px;
    left: 3px;
}

.error {
    color: #BD2025;
    border-color: #BD2025;
}

.form-control-grey {
    height: 48px;
    border-radius: 0px;
    box-shadow: none;
    border-width: 2px;
}

.btn-default {
    border-color: #ccc;
    color: #002D72;
    background-color: #41b6e6;
    border: 2px solid #41b6e6;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.55);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.55);
    box-shadow: 1px 1px 3px -1px rgba(0,0,0,0.55);
}

    .btn-default:hover, .btn-default:active:focus, default:active:hover, .btn-default:focus {
        color: #002D72 !important;
        border-color: #007BA8 !important;
        background-color: #007BA8 !important;
    }

#container .ownership-validation .container {
    padding: 0;
    width: auto;
}

#container fieldset .spacer25 {
    height: 12px;
}
/** Custom icon LM ! **/
#container .icon-info-outline-circled:before {
    left: 0px;
    content: "";
    display: inline-block;
    position: relative;
    z-index: 10;
    background-image: url(/Web/BRF/content/img/Info.png);
    width: 20px;
    height: 20px;
    background-position: 122px -327px;
}

#container .icon-exclamation-circled:before {
    font-family: 'lm-icon' !important;
    position: relative;
    left: 0px;
    content: "\e91e";
    color: #d42121;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#container .icon-exclamation-circled:after {
    font-family: 'lm-icon' !important;
    position: relative;
    left: -17px;
    top: -1px;
    content: "\e91e";
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

#container .icon-exclamation-circled {
    margin-right: -12px;
    top: -2px;
}

#container .ownership-validation .bgWhite {
    border-bottom: none !important;
}

.txtNomal1 {
    font-weight: normal !important;
}

.recap-margin-top {
    margin-top: -90px;
    margin-left: 180px;
}

#prefcheckbox .lm-check-control {
    color: #333 !important;
}

ul.no-style-type li {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    position: relative;
    padding-left: 0px !important;
}
/*Old loader using an image spinner*/
.loading-indicator-spinner {
    background-image: url("../../content/img/loading-spinner.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-animation: spin 1.1s linear infinite;
    -moz-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite;
}

/*New svg loader using an svg spinner: January 18 2016*/
.loading-indicator-circle {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-animation: spin 1.1s linear infinite;
    -moz-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-fixed {
    width: 300px;
    height: 80px;
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 45%;
    padding: 20px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.4);
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
}

.page-loader-msg {
    display: block;
    float: right;
    align-self: center;
    width: 210px;
}




ul.no-style-type li:before {
    /*content: '.';*/
    position: absolute;
    left: 0px;
    font-size: 0;
    width: 4px;
    height: 3px;
    background: #555555;
    border-radius: 100%;
    top: 14px;
}

ul.no-style-type li.list-item-Red:before {
    background: #bd2025;
}

.recap-margin-top-french {
    margin-left: 210px;
}

@media (min-width: 320px) and (max-width: 768px) {
    .container {
        width: auto;
        /*padding-right: 20px;
        padding-left: 20px;*/
    }

    .full-xs {
        width: 100%;
    }

    .mar-bottom-20-xs {
        margin-bottom: 20px;
    }

    .mar-R-L-30 {
        margin: 0px;
    }

    .icon-center-xs {
        text-align: center;
    }

    .mar-bottom-30-xs {
        padding-bottom: 30px;
    }

    .preference-panel {
        width: 100%;
    }

    .hide-smD {
        display: none;
    }

    .ctrl_Elt1 span, .ctrl_Elt1 div {
        text-align: left;
    }

    .ctrl_Elt1 .lm-check-element {
        left: 5px;
    }

        .ctrl_Elt1 .lm-check-element:before {
            left: 3px;
        }

    .lm-graphical-ctrl {
        float: left;
    }

    .smD-text {
        padding-left: 45px;
        line-height: 10px;
        font-family: Arial;
        font-size: 19px;
        font-weight: normal;
    }

    .txt-Sm {
        line-height: normal;
    }

    .mar-R-L-40 {
        margin: 0px -20px;
    }

    .spacer-xs-20 {
        height: 20px;
        clear: both;
        display: block;
    }

    .mar-top-0-xs {
        margin-top: 0px;
    }

    .pad-left-0-xs {
        padding-left: 0px;
    }

    .pad-top-0-sm-xs {
        padding-top: 0px;
    }

    #container fieldset .spacer25 {
        height: 0px;
    }

    #container .bgGrayLight3 .mar-R-L-30 {
        margin: 0px;
    }

    #container .icon-alert-circled:after {
        left: -17px;
        top: -1px;
    }

    #container.container {
        padding-right: 0px;
        padding-left: 0px !important;
    }

    #divRequiredField {
        margin-left: 0px;
    }
    #divinvalidEmail {
        margin-left: 0px;
    }
    #divinvalidPhone {
        margin-left: 0px;
    }

    body {
        background-position: 0px -40px;
    }

    #divHeaderWidget {
        background: #41b6e6 !important;
    }

    .container.footer-container {
        padding-left: 0px !important;
        width: 102.7%;
    }

    div#divHeaderWidget .spacer40 {
        height: 12px;
    }

    .container#divHeaderWidget {
        background: transparent !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .container.footer-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
    }

    .pad-15-bottom {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .txtLineHeight-30 {
        line-height: 22px;
    }

    ul.no-style-type li:before {
        height: 4px;
    }

    #divNotSubscriber, #divSystemDown {
        margin-left: 0px;
    }

        #divNotSubscriber .icon-error-red {
            top: -5px;
            left: -10px;
        }

    ul.no-style-type li:before {
        top: 12px;
    }

    .recap-margin-top {
        margin: 0 1px;
        background: #fff;
        width: 99.5%;
    }

    ul.no-style-type li {
        line-height: 18px;
    }

    #container.container .bgGrayLight3 .icon-center-xs span {
        padding-left: 0;
    }

    #container.container .ownership-validation .bgWhite {
        margin-bottom: -4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-top-70-xs {
        padding-top: 10px;
        display: block;
    }

    .pad-15-bottom {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    header {
        margin-right: 0px !important;
    }
    /*.mar-R-L-30{
		margin:0px 30px;
	}*/
    .pad-top-0-sm-xs {
        padding-top: 0px;
    }

    #divNotSubscriber.margin-10-left {
        margin-left: 0px !important;
    }

    #divSystemDown.margin-10-left {
        margin-left: 0px !important;
    }

    .recap-margin-top {
        width: auto;
        margin-top: -68px;
        margin-left: 222px;
    }

    .container {
        padding: 0px 30px;
    }

    /*.container.footer-container {
            padding-right: 19px;
        }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*.mar-R-L-30{
		margin:0px 30px;
	}*/
}

.msgTitle {
    clear: both;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .pad-left-0-xs {
        padding-left: 0px;
    }

    .pad-v-0-xs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pad-10-bottom-xs {
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #divHeaderWidget {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* SFT Change link alignment fix 53891     */
@media (min-width: 768px) {
    .whiteSpace-md {
        white-space: nowrap !important;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .divsystemdown-error {
        margin-left: 35px;
        margin-top: -32px;
    }
}

.li-sysdown {
    padding-top: 4px !important;
    padding-left: 15px !important;
}

.tooltip.top {
    margin-top: -20px !important;
}



.tooltip.left {
    margin-left: -10px;
}

.tooltip.right {
    margin-left: 10px;
}

.tooltip.top {
    margin-top: -20px !important;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-li-margin {
        margin-left: -5px !important;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .custom-li-margin {
        margin-left: -5px !important;
    }
}

.no-visibility {
    visibility: hidden;
    margin-bottom: -20px;
}


@media (min-width: 769px) and (max-width: 999px) {
    body {
        background-position: 0px -40px !important;
    }

    #divMdnOrEmail.form-group {
        padding-bottom: 30px;
    }

    #container.container .ownership-validation .bgWhite {
        margin-bottom: -4px;
    }
}

.contentWidth {
    width: calc(100% - 30px);
}

.whiteSpace {
    white-space: nowrap;
}

@media (max-width: 768px) and (min-width: 768px) {
    .pad-v-0-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #container.container .ownership-validation .bgWhite {
        margin-bottom: -4px;
    }

    #divSystemDown .icon-error-red {
        left: -20px;
    }
}

@media (max-width: 767px) {
    .tooltip-inner ul {
    padding-left: 15px;
}
}
.pad-left-18 {
    padding-left: 18px !important;
}

.lk202-checkbox-input {
    border: 1px solid #999;
}    
.lk202-checkbox-input:checked ~ .lm-radio-element {
    background: #002d72;
    border: 1px solid #999;
}