﻿
body, html {
    font-family: OpenSans-Regular;
    font-size: 13px;
    color: #53565a;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f5f5f5 !important
}
/* MaterialDesignIcons.com */
@font-face {
    font-family: "Material Design Icons";
    src: url("../fonts/materialdesignicons-webfont.eot?v=4.8.95");
    src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.8.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=4.8.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=4.8.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=4.8.95") format("truetype");
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none !important;
}

    a:hover {
        text-decoration: none;
    }


@font-face {
    font-family: 'OpenSans-Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-ExtraBold.ttf'); /* IE9 Compat Modes */
    src: local('Open Sans'), local('OpenSans'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), /* Safari, Android, iOS */
}


@font-face {
    font-family: scmfonts;
    src: url(../fonts/scmfonts.woff) format('woff'), url(../fonts/scmfonts.ttf) format('truetype'), url(../fonts/scmfonts.svg#Sri-TSCRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.modal {
    text-align: center;
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.col-md-4.col-sm-4.col-xs-12.home {
    padding-left: 15px;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.collapse.navbar-collapse {
    padding-right: 0px;
}

nav.navbar-default .container-fluid {
    padding-right: 11px;
}

span#lblMsg {
    position: absolute;
    background: #fff;
    top: 73px;
    left: -220px;
    box-shadow: 0px 0px 5px #888888;
    width: 210px;
    padding: 12px;
    font-size: 15px;
    display: none;
    z-index: 99999;
}

    span#lblMsg:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f3f3f3;
        top: 16px;
        position: absolute;
        right: -15px;
        transform: rotate(270deg);
    }

#page_loader {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .7;
    display: none;
    position: fixed;
    top: 0px;
    z-index: 99999999;
}

.full_width_input_sec {
    width: 100%;
    float: left;
}

.left_side_sec.input_box_eff_wrap {
    width: 49%;
    float: left;
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: -4px;
}

    .input_box_eff_wrap input.input_effect, .input_box_eff_wrap select.select_effect, .input_box_eff_wrap textarea.textarea_effect {
        font-size: 14px;
        padding: 10px 10px 0px 0px;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #c1c1c1;
        height: 40px;
        border-radius: 0px;
        float: left;
        margin: 5px 0px;
    }

input.input_effect:focus, select.select_effect:focus, textarea.textarea_effect:focus {
    outline: none;
}

label.effect_lbl {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    float: left;
    width: 43%;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl,
select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl,
textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl,
input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl {
    top: -2px;
    font-size: 13px;
    color: #004066;
}

.highlight_input {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input.input_effect:focus ~ .highlight_input {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.textarea_effect {
    resize: none;
}

.bar_input {
    display: block;
    width: 95%;
}

    .bar_input:before, .bar_input:after {
        content: '';
        height: 0px;
        width: 0;
        bottom: 5px;
        position: absolute;
        background: #004066;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

.bar_textarea:before, .bar_textarea:after {
    bottom: 27px;
}

.bar_input:before {
    left: 50%;
}

.bar_input:after {
    right: 50%;
}

input.input_effect:focus ~ .bar_input:before, input.input_effect:focus ~ .bar_input:after,
select.select_effect:focus ~ .bar_input:before, select.select_effect:focus ~ .bar_input:after,
textarea.textarea_effect:focus ~ .bar_input:before, textarea.textarea_effect:focus ~ .bar_input:after {
    width: 50%;
}

.form-group, .tab-content > .active {
    float: left;
    width: 100%;
}

.form-group {
    margin-bottom: 0px !important;
}

.or_section {
    float: left;
    width: 55px;
    position: absolute;
    background: #fff;
    height: 55px;
    border-radius: 50%;
    left: 157px;
    top: -9px;
    padding: 18px 16px;
    font-weight: bold;
}

.toast-message {
    max-width: 95%;
}

.signinfull {
    width: 100% !important;
    text-indent: 1px !important;
}

.small, small {
    font-size: 85%;
    display: block;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline:after {
    content: "\e926" !important;
    font-family: "scmfonts" !important;
    color: #ffffff;
    font-size: 12px;
    background: #51abd7;
    margin-top: 0 !important;
    padding-top: 3px;
    position: absolute;
    top: -6px;
    font-weight: bold;
    padding-left: 1px;
}

.mdl-checkbox__tick-outline {
    -webkit-mask: none;
    mask: none;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: none !important;
}

.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

#page_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    z-index: 9999999 !important;
}

#change-pwd-divPopupFirstLogin.PopupDiv {
    z-index: 999999 !important;
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto !important;
    text-align: center;
    outline: none !important;
}

#change-pwd-divPopupFirstLogin .left_side_sec.input_box_eff_wrap {
    width: 100%;
}

#change-pwd-divPopupFirstLogin .input_box_eff_wrap input.input_effect {
    width: 95%;
}

#change-pwd-divPopupFirstLogin .full_width_input_sec {
    margin-bottom: 25px;
    padding-left: 21px;
}

#change-pwd-divPopupFirstLogin .popup_input_wrapper {
    padding-top: 15px;
}

#change-pwd-divPopupFirstLogin .bar_input:before {
    left: 45%;
}

#change-pwd-divPopupFirstLogin #btnChangePasswordFirstLogin {
    padding: 5px 20px;
    margin: 0 25px 15px;
}

#change-pwd-divPopupFirstLogin .bottom_area_home {
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: right;
}

#change-pwd-divPopupFirstLogin #changepwdbody {
    padding: 0px;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.w2ui-tag, .w2ui-popup {
    z-index: 999999;
}

#pswd_info {
    top: 53px !important;
    left: 120px !important;
}

.footer_nav_default > ul > li#faqlink {
    display: none !important;
}

.mdl-checkbox__tick-outline {
    -webkit-mask: none !important;
    mask: none !important;
}

.mdl-checkbox.is-checked span.mdl-checkbox__tick-outline:after {
    padding-top: 0;
    position: absolute;
    top: -2px;
    font-weight: bold;
    padding-left: 0px;
}

label.hiddenlabels {
    display: none !important;
}

@media (min-width: 1200px) {
    .container {
        width: auto !important;
    }

    .mid_section > .container {
        width: 1200px !important;
    }
}


body {
    -webkit-overflow-scrolling: touch;
}

/* Skip nav styles from Liam */
.skipnav {
    position: absolute;
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
/*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {
    display: block
}
/*Switch on for IE6 and below*/
* + html .skipnav {
    display: block
}
/*Switch on for IE7*/
:root .skipnav {
    display: block
}
/*Switch on for Moz, FF and Safari*/
.skipnav p {
    margin: 5px 0 0 0;
    padding: 0;
    position: absolute;
    font-size: 2em
}

.skipnav a {
    width: 200px;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    padding: 5px;
    position: absolute;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
}

    .skipnav a:visited {
        color: #fff
    }

    .skipnav a:focus, .skipnav a:active {
        z-index: 99;
        top: 0;
        left: 10px;
        border: solid #777 1px;
        color: #fff;
        background: #237CA9 !important;
    }
    /*Note IE bug that requires use of :active to mimic effect of :focus*/

    .skipnav a:hover {
        cursor: default
    }

button.close > img {
    display: none;
}

button.close:before {
    content: "\ea0e";
    font-family: "scmfonts" !important;
    font-size: 16px;
    color: #2782ae;
}

.toast .toast-message {
    font-size: 16px;
}

.modal-title, .modal-title-changepwd {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}

.input_box_eff_wrap {
    position: relative;
    margin-bottom: 10px;
}

.popup_area .bottom_area_home, .popup_area_new .bottom_area_home {
    border-top: 1px solid #b9b9b9;
    padding: 15px 15px;
    margin-top: 0px;
    clear: both;
    float: left;
    width: 100%;
}

.submit-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: right;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0;
    padding: 6px 27px !important;
    text-align: center;
    min-width: 135px !important;
    font-weight: bold;
}

.cancel-button {
    background: none repeat scroll 0 0 #88be1c !important;
    border: 0 !important;
    border-radius: 0px !important;
    color: #f0f0f0 !important;
    float: left;
    font-size: 18px;
    height: auto !important;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 6px 27px !important;
    text-align: center;
    font-weight: bold;
    min-width: 135px !important;
}

#change-pwd-divPopupFirstLogin #changepwdbody {
    padding: 15px 0px 0px;
    float: left;
    background: #fff;
    width: 100%;
}

.input_box_eff_wrap label.effect_lbl {
    color: #004066;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 6px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input.input_effect:focus ~ label.effect_lbl, input.input_effect:valid ~ label.effect_lbl, select.select_effect:focus ~ label.effect_lbl, select.select_effect:valid ~ label.effect_lbl, textarea.textarea_effect:focus ~ label.effect_lbl, textarea.textarea_effect:valid ~ label.effect_lbl, input.input_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect:not([type=button])[readonly] ~ label.effect_lbl, input.select_effect[readonly='readonly'] ~ label.effect_lbl, input.input_effect[disabled="disabled"] ~ label.effect_lbl, select.select_effect[disabled="disabled"] ~ label.effect_lbl, input.input_effect[minlength="minlength"] ~ label.effect_lbl {
    top: -22px;
    font-size: 16px;
}

#changepwdbody .strengthdiv {
    margin-bottom: 0px;
    float: left;
    text-align: left;
    width: auto !important;
    position: absolute;
    /* font-size: 0px; */
    right: 20px;
    top: 10px;
}

.strengthdiv a {
    font-size: 0px !important;
}

.w2ui-tag.w2ui-tag-length .w2ui-tag-body {
    width: 270px;
    white-space: pre-line;
}

.hide_txt_pass_box {
    display: none !important;
}

#change-pwd-divPopupFirstLogin .strengthdiv a.button_strength {
    font-size: 15px;
}



_:-ms-fullscreen, :root .strengthdiv > a.button_strength {
    display: block !important;
}

i.efficiencyico:before {
    font-family: "Material Design Icons" !important;
    content: "\F44C" !important;
}

.full_widthNew_ui .input_box_eff_wrap label.effect_lbl {
    color: #525252 !important;
}

.login-btn.login-btn {
    width: 100%;
    border: 0;
    line-height: inherit;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    transition: ease-out .3s;
    font-family: 'OpenSans-Semibold';
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 3px;
}

i.reportwater:before {
    font-family: "Material Design Icons" !important;
    content: "\F58C" !important;
    font-size: 27px;
    margin-right: -3px;
}

.material-icons.reportwater {
    min-height: 17px;
    float: left;
}

div.full_width_input_sec span.error_messagecommon {
    top: 63px;
    left: 0px;
    position: absolute;
}

.eyeBlock {
    position: absolute;
    top: 16px;
    right: 0
}

    .eyeBlock a {
        display: block;
        float: left;
        width: 40px;
        height: 30px
    }

        .eyeBlock a:focus {
            outline: 1px solid #000
        }

        .eyeBlock a.showEye:before {
            display: inline-block;
            font: normal normal normal 24px/1 "Material Design Icons";
            font-size: inherit;
            text-rendering: auto;
            line-height: inherit;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\F6CF";
            font-size: 29px !important;
            position: absolute;
            right: 10px;
            top: -4px;
            color: #696969;
        }

a.hideEye:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F6D0";
    font-size: 29px !important;
    position: absolute;
    right: 10px;
    top: -4px;
    color: #696969
}


.eyeBlock a.hideEye:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F6D0";
    font-size: 29px !important;
    position: absolute;
    right: 10px;
    top: -4px;
    color: #696969
}

@media (max-width:992px) {
    .logoContainer {
        max-width: 100%;
        flex-basis: 100%;
        padding-bottom: 5px;
    }

    .RightSectionBar {
        margin-top: 40px;
        padding-left: 10px !important;
    }

        .RightSectionBar p {
            padding: 20px 20px !important;
        }
}

@media (max-width:767px) {
    .logoContainer p {
        position: relative !important;
        display: inline-block;
        margin-left: 15px !important;
        width: 314px !important;
    }

        .logoContainer p span:nth-child(2) {
            width: 247px !important;
        }

        .logoContainer p span a {
            display: inline-block;
        }

    .loginPaper {
        padding: 3rem 2rem 2rem 2rem;
    }

    a#logo-container {
        max-width: 60%;
    }

        a#logo-container img {
            width: 100%;
        }
}

#back-top {
    display: none !important;
}

#change-pwd-divPopupFirstLogin div.full_width_input_sec span.error_messagecommon {
    top: 0px;
    left: 0px;
    position: static;
}

.strengthdiv a.button_strength:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F6CF";
    font-size: 29px !important;
    position: absolute;
    right: 10px;
    top: -4px;
    color: #696969;
}

.strengthdiv a.hide_button_strength:before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F6D0";
    font-size: 29px !important;
    position: absolute;
    right: 10px;
    top: -4px;
    color: #696969;
}


/* qr stylesheet starts here */
.qrCenter .accessgo1 {
    margin-top: 52px;
    background-color: #dadada;
}
.qrCenter h1.accounttext1 {
    color: var(--gray-06-darker, #333);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    font-weight: 700 !important;
}
.qrCenter h1.accounttext12 {
    padding-top: 15px;
    font-size: 22px;
}
.qrCenter p.accountparatext1 {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    margin-top: 0px;
}
.qrCenter .playimage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
}
.qrCenter .playimage1 {
    display: flex;
    flex-direction: column;
    padding-top: 36px;
}
.qrCenter img.player2 {
    padding-top: 16px;
}
.qrCenter .playimage2 {
    padding: 40px;
}
.qrCenter span.playimage7 {
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    margin-left: 0px;
	 position:relative;
}
.qrCenter span.playimage7:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #CCC;
    bottom: 35px;
}

.qrCenter span.playimage7:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #CCC;
    top: 35px;
}
.qrCenter .playimage4 {
    display: flex;
}
.qrCenter h2.appleqr {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
}
.qrCenter .playimage6 {
    padding-left: 45px;
}
.qrCenter .AppCenter {
    text-align: center;
}
.qrCenter img.scanner {
    max-width: 135px;
}
.qrCenter .playimage1 p {
    margin-bottom: 0;
    margin-top: 10px;
}


@media (max-width: 767px){
	    .qrCenter .accessgo1 {
        margin-top: 25px;
    }
	    .qrCenter h1.accounttext12 {
        padding-top: 25px;
    }
	   .qrCenter  p.accountparatext1 {
        color: #000;
        text-align: left;
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        margin-top: 10px;
        padding: 0px 18px;
    }
	     .qrCenter .playimage {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        flex-direction: column;
        margin-left: 0;
        padding: 0 20px 30px 20px;
    }
	.qrCenter .playimage1 {
        display: flex;
        flex-direction: column;
		padding: top 20px;
    }
	.qrCenter .playimage2 {
        width: 100%;
        padding: 20px;
    }
	   .qrCenter span.playimage7:before {
        content: " ";
        position: absolute;
        width: 44%;
        height: 1px;
        background-color: #ccc;
        top: 54.5%;
        left: 52%;
    }
	    .qrCenter span.playimage7:after {
        content: " ";
        position: absolute;
        width: 44%;
        height: 1px;
        background-color: #ccc;
        top: 54.5%;
        left: 4px;
    }
    .qrCenter .playimage3 {
        padding: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

		.qrCenter h2.appleqr {
			font-size: 14px;
	}
}

/* qr stylesheet starts here */