﻿:root {
    --app-theme-color: #3C3C3C;
    --app-theme-hover-color: #3C3C3C;
}

.anchor-link {
    color: #0088E8;
    cursor: pointer;
}

body {
    font-family: 'Roboto' !important;
}
/*@font-face {
    font-family: 'open_sansbold';
    src: url('/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    padding-top: 2px;
}

body, button, html, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

a {
    color: #0088E8;
}

.text-center {
    text-align: center;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header-logo {
    width: 110px;
    margin: 0px 20px;
}

/*Radio and checkbox button css starts*/
.radio-btn .md-checked .md-off {
    border-color: #43d658 !important;
    color: #43d658 !important;
}

.radio-btn.md-focused:not(:empty) .md-checked .md-container:before {
    background-color: rgba(67,214,88,0.26);
}

.radio-btn .md-on {
    background-color: #43d658;
}

#CompanyRegistrationScroll .radio-btn .md-checked .md-off {
    /*border-color: #0088e8 !important;
    color: #0088e8 !important;*/
    border-color: #43d658 !important;
    color: #43d658 !important;
}

#CompanyRegistrationScroll .radio-btn.md-focused:not(:empty) .md-checked .md-container:before {
    background-color: rgba(0,136,232,0.26);
}

#CompanyRegistrationScroll .radio-btn .md-on {
    background-color: #43d658;
}

.radio-btn md-radio-button {
    margin-bottom: 20px;
}

.checkbox-btn.md-checked .md-icon {
    background-color: #43d658;
}

    .checkbox-btn.md-checked .md-icon::after {
        border-color: #fff;
    }

.disable-checkbox.md-checked .md-icon {
    background-color: #bdbdbd;
}

    .disable-checkbox.md-checked .md-icon::after {
        border-color: #fff;
    }
/*Radio button css Ends*/

/*Form css starts*/
.reg-form-blk md-input-container {
    padding-right: 10px;
}

md-input-container .md-input.ng-invalid.ng-dirty, md-input-container.md-input-focused .md-input {
    padding-bottom: 0;
    border-width: 0 0 1px;
}

.md-input-focused label, .md-input-has-value.md-input-focused label, .md-input-focused .md-select-placeholder:first-child span {
    color: #0088e8 !important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.md-input-invalid .md-select-placeholder:first-child span {
    color: #fd4343 !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

input.md-input, .md-select-value, .md-input-invalid input.md-input, md-select.ng-invalid.ng-touched .md-select-value {
    border-color: rgba(0,0,0,0.12);
}

md-select-menu md-option[selected] {
    color: #0088e8;
}

.md-input-invalid label {
    color: #fd4343 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.md-input-invalid input.md-input {
    border-color: #fd4343 !important;
}

.md-input-invalid.md-input-focused input.md-input, md-input-container.md-input-focused:not(.md-input-invalid) textarea.md-input {
    border-color: #0088e8 !important;
}

.md-input-focused input {
    border-color: #0088e8 !important;
    font-family: 'Open Sans', sans-serif;
}

.md-input-has-value label {
    color: #898989;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.md-input-has-value input {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

.required-field {
}

    .required-field:after {
        content: "*";
        color: red !important;
    }

m /*d-input-container.md-input-focused .required-field:after {
    color: #0088e8 !important;
}*/
md-input-container.md-input-invalid .required-field:after {
    color: red !important;
}

.md-input-invalid md-select.ng-invalid-required md-select-value {
    color: #fd4343 !important;
}

md-input-container label:not([disabled]), .md-select-value :first-child:not([disabled]) {
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

md-select[disabled] .md-select-value :first-child {
    color: #adadad !important;
}

.md-select-value:first-child span .md-text.ng-binding {
    color: #333333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
/*Form css Ends*/

/*Button css starts*/
button.active-buttonBlue {
    /*background-color: #0088E8;*/
    background-color: var(--app-theme-color) !important;
    color: #fff;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 12px 12px 8px !important;
    /*margin: 12px 8px !important;*/
}
.confirmokbutton {
    background-color: var(--app-theme-color) !important;
    color: #fff !important;
}
    button.active-buttonBlue:hover {
        background-color: #818181 !important;
    }

button.active-button, button.active-button:focus, button.active-button.md-focused {
    background-color: var(--app-theme-color) !important;
    color: #fff;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 8px !important;
}

    button.active-button:hover {
        background-color: var(--app-theme-hover-color) !important;
    }

    button.active-button.reject-btn, button.active-button.reject-btn:focus, button.active-button.reject-btn.md-focused {
        background-color: #5a5b5b !important;
        color: #fff;
        height: 35px;
        text-align: center;
        padding: 0px 8px;
        min-width: 88px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin: 12px 8px !important;
    }

        button.active-button.reject-btn:hover {
            background-color: #6a6b6b !important;
        }

        button.active-button:disabled, button.active-button.reject-btn:disabled {
            background-color: #ADADAD !important;
            color: white !important;
            height: 35px;
            padding: 0px 8px;
            min-width: 88px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            margin: 12px 8px !important;
        }

button.inActive-button {
    color: #757575;
    display: inline-block;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 8px !important;
}

button.inActiveUpperCase-button {
    background-color: #fff !important;
    color: #000;
    border: 1px solid #909397 !important;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 8px !important;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: none !important;
    transition: none !important;
}

    button.inActiveUpperCase-button:hover {
        background-color: #f5f5f5 !important;
    }

button.active-buttonBlack {
    background-color: #000;
    color: #fff;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 8px !important;
}

    button.active-buttonBlack:hover {
        background-color: black !important;
    }

    button.active-buttonBlack:disabled {
        background-color: #ADADAD !important;
        color: white !important;
        height: 35px;
        text-align: center;
        padding: 0px 8px;
        min-width: 88px;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        margin: 12px 8px !important;
    }
/*Button css Ends*/

/*Reusable class css starts*/
.height100 {
    height: 100% !important;
}

.img-icon {
    max-height: 40px;
}

.img-center {
    text-align: center;
}

.main-text {
    margin: 10px 0px 20px;
}

    .main-text label {
        font-size: 18px;
    }

.grey-text {
    color: #909397;
}

.width-80 {
    width: 80%;
}
/*Reusable class css Ends*/
.recover-blk {
    width: 80%;
    margin: 50px auto 20px;
}

    .recover-blk button {
        margin-left: 0px;
    }

.recover-blk-error {
    width: 90%;
    margin: 50px auto 20px;
}

    .recover-blk md-input-container, .recover-blk-error md-input-container {
        width: 65%;
    }

.close-icon {
    height: 20px;
    width: 20px;
}

.reset-text {
    margin-bottom: 25px;
}

/*Company list popup css starts*/
.company-list-popup {
    width: 50%;
    max-height: none;
    /*height: 90%;*/
}

    .company-list-popup .md-toolbar-tools {
        background-color: #F5F5F5;
        color: #333;
    }

        .company-list-popup .md-toolbar-tools .md-icon-button {
            color: #333 !important;
        }

    .company-list-popup md-dialog-content{
        padding: 0px;
        overflow: hidden;
    }
    .company-list-popup md-dialog-content .md-dialog-content {
        box-sizing: border-box;
height: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
padding-bottom: 0px !important;
        overflow: hidden;
    }

        .company-list-popup md-dialog-content .md-dialog-content .companylisting {
            max-height: 210px;
            min-height: 170px;
        }

.company-listing-popup {
    max-height: 220px;
    overflow: auto;
}

.company-list-popup md-dialog-content .md-dialog-content .layout-padding {
    padding: 0px;
}

.company-list-popup md-dialog-content .md-dialog-content .layout-padding .companylisting-checkbox {
        padding-left: 24px;
        padding-right: 20px;
}

.company-list-popup md-dialog-content .md-dialog-content .layout-padding .companylisting-checkbox:hover {
            background-color: #F5F5F5;
}

.company-list-popup md-dialog-content .companylisting-checkbox md-checkbox {
    margin-bottom: 0px;
    width: 100%;
}

.company-list-popup md-dialog-content .companylisting-checkbox md-checkbox p.ng-binding {
    font-size: 12px;
    font-weight: 400;
    color:#757575;
    margin: 0;
}

.company-list-popup md-dialog-content .selected-companies {
    padding: 10px 20px;
}

.company-list-popup md-dialog-actions .selected-companies{
    background-color: #F1F1F1;
    padding: 0px 24px;
    margin-bottom: 15px;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    height:120px;
}
.company-list-popup md-dialog-actions .comment-textarea{margin-bottom:0px;}
.company-list-popup md-dialog-actions .md-char-counter {
    background-color: #fff !important;
    padding: 0px !important;
    max-height: 15px !important;
    overflow: hidden !important;
    min-height: 15px !important;
}

.company-list-popup md-dialog-actions .selected-companies h5 {
    margin: 10px 0px 5px;
    padding-top: 0px;
    padding-left: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
}
.company-list-popup md-dialog-actions .selected-companies .companies {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.company-list-popup md-checkbox.md-align-top-left > div.md-container {
    top: 17px;
}
.company-list-popup md-checkbox .md-label span{font-size:14px;font-weight:600;color:#333333;}
.errordata {
    background-color: #fff !important;
    padding: 0px !important;
    max-height: 38px !important;
    min-height: 38px !important;
    margin-bottom: 0px !important;
}

.company-list-popup md-dialog-actions {
    margin-top: 10px;
    display: table;
    width: 100%;
}

.text-right {
    text-align: right;
}

.company-list-popup md-dialog-content .search-btn {
    position: relative;
}

    /*.company-list-popup md-dialog-content .search-btn:before {
        position: absolute;
        content: "\E8B6";
        font-family: 'Material Icons';
        right: 20px;
        font-size: 22px;
        color: #94979B;
    }*/
    .company-list-popup md-dialog-content .search-btn:before {
        content:none;
    }
.company-list-popup md-dialog-content .search-btn {
    padding:0px 24px 0px 24px;
}

    .company-list-popup md-dialog-content .search-btn label {
        padding-left: 2px;
        font-size: 16px;
        color: #757575;
        font-weight: 400;
    }

    .company-list-popup md-dialog-content .search-btn .md-errors-spacer {
        display: none;
    }

.company-list-popup .checkbox-btn.md-checked .md-icon {
    background-color: #43d658;
}

md-bottom-sheet {
    min-height: 80px;
    position: fixed;
    bottom: 0;
    padding: 0px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*Company list popup css Ends*/

/*Company chipset search css starts*/
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    background-color: #fff;
    min-width: 387px !important;
    max-width: 1375px !important;
    max-height: 225.5px !important;
    /*min-height:150px;*/
    /*top: 95px !important;*/
}

    .md-virtual-repeat-container.md-autocomplete-suggestions-container .md-virtual-repeat-sizer {
        display: none !important;
        height: 0 !important;
    }

#ul-11 {
    background-color: #fff;
}

    #ul-11 li:first-child {
        text-align: center !important;
        color: #0095ff;
        padding: 5px 0px;
        line-height: 78px;
        height: 78px;
    }

        #ul-11 li:first-child a {
            display: block;
            text-align: center !important;
        }

.md-autocomplete-suggestions li:not(.md-not-found-wrapper) {
    height: auto;
}

    .md-autocomplete-suggestions li:not(.md-not-found-wrapper) p {
        color: #333;
        line-height: 20px;
    }

        .md-autocomplete-suggestions li:not(.md-not-found-wrapper) p span {
            color: #909397;
            line-height: 15px;
            font-size: 13px;
        }
/*Company chipset search css Ends*/
.password-success p {
    position: relative;
}

    .password-success p:before {
        position: absolute;
        content: "\e86c";
        font-family: 'Material Icons';
        color: #43C359;
        font-size: 45px;
        left: -55px;
        line-height: 23px;
    }

.error {
    color: red;
}
/*Preference popup css starts*/
.prefrences {
    padding: 20px 0px;
}

    .prefrences h5 {
        /*background-color: var(--app-theme-color)*/
        /*color: #fff;*/
        padding: 10px 20px;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .prefrences md-menu-item {
        font-size: 14px;
    }

    .prefrences h5:hover {
        background-color: var(--app-theme-color);
        color: #fff;
    }

.rightSide-menu md-menu-item {
    min-height: 39px;
    height: 39px;
}

.prefrences md-menu-item button {
    padding-left: 40px;
    padding-right: 40px;
}

.rightSide-menu md-menu-item.username {
    height: auto !important;
    min-height: 49px;
    margin-bottom: 10px;
}

.rightSide-menu md-menu-item .md-button.md-focused {
    background-color: transparent;
}

.selectedPreference:after {
    content: "\e876";
    font-family: 'Material Icons';
    position: absolute;
    right: 40px;
    font-size: 20px;
}

md-menu-item .preferenceBtn:hover:not([disabled]) {
    background-color: #909397 !important;
}
/*Preference popup css Ends*/

.md-sidenav-left, md-sidenav {
    top: 47px;
    overflow-x:hidden;
    overflow-y: auto;
}
md-sidenav .side-menu{margin-bottom:0px;}
md-backdrop.md-opaque {
    opacity: .48;
    /*top: 50px;*/
}

/* Styles go here */

md-sidenav {
    overflow: visible;
}

.side-menu, .side-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

    .side-menu .md-button.active {
        color: #FF5722; /* deep-orange 500 */
    }

    .side-menu .menu-toggle-list a.md-button {
        display: block;
        padding: 0 16px 0 32px;
        text-transform: none;
        text-rendering: optimizeLegibility;
        font-weight: 500;
    }

    .side-menu > li {
        /*border-top: 1.25px solid #dedede;*/
        border-bottom: 1.25px solid #dedede;
    }

    .side-menu .md-button:hover {
        background-color: var(--app-theme-color) !important;
        color: #fff !important;
    }

    .md-button-toggle .md-toggle-icon.toggled {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
    }

.md-button-toggle.toggled {
    background-color: rgba(0, 0, 0, 0.02);
}

.side-menu .md-button-toggle .md-toggle-icon {
    margin: auto 0 auto auto;
    padding-top: 12px;
    width: 15px;
    float: right;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
}

.menu-toggle-list.ng-hide {
    max-height: 0;
}

.side-menu .md-button {
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    height: 48px;
    overflow: hidden;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.menu-toggle-list {
    background: #fff;
    max-height: 1300px;
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
    -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: max-height;
    -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition-property: max-height;
    transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: max-height;
}

.side-menu menu-toggle span {
    padding-top: 12px;
    padding-bottom: 12px;
}
/*Menu css starts*/
md-sidenav .side-menu .parent-list-item button.closeAppToggle {
    color: #212121;
    font-size: 14px;
    font-weight: 600 !important;
    display: block;
    padding-left: 16px;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

md-sidenav .side-menu .parent-list-item > button.md-button {
    padding: 6px 14px !important;
    height: 48px;
    max-height: initial;
}

md-sidenav .side-menu .parent-list-item ul li button {
    color: #fff !important;
    font-weight: normal !important;
}

md-sidenav .side-menu .parent-list-item button.closeAppToggle md-icon {
    color: #909397 !important;
    float: right;
    margin-top: 7px;
}

md-sidenav .side-menu .parent-list-item button.openAppToggle {
    color: #212121;
    font-size: 14px;
    font-weight: 600 !important;
    display: block;
    padding-left: 16px;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

    md-sidenav .side-menu .parent-list-item button.openAppToggle md-icon {
        color: var(--app-theme-color) !important;
        float: right;
        margin-top: 10px;
    }

md-sidenav .side-menu .parent-list-item ul li button.closeAppToggle md-icon {
    color: #fff !important;
    float: right;
    margin-top: 10px;
}

md-sidenav .side-menu .parent-list-item ul li button.openAppToggle md-icon {
    color: #fff !important;
    float: right;
    margin-top: 10px;
}

md-sidenav .side-menu .parent-list-item .menu-toggle-list {
    /*background-color: #909397;*/
    /*background-color: #fff;
    color: #002E5F;*/
    padding-top: 0 !important;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
}

    md-sidenav .side-menu .parent-list-item .menu-toggle-list ul {
        background-color: #ADADAD;
        color: #fff;
    }

    md-sidenav .side-menu .parent-list-item .menu-toggle-list li {
        border-top: 1px solid rgba(0,0,0,0.12);
    }

        md-sidenav .side-menu .parent-list-item .menu-toggle-list li .md-button.md-icon-button {
            height: 36px;
            line-height: 36px;
        }

    md-sidenav .side-menu .parent-list-item .menu-toggle-list ul li button {
        color: #fff;
        font-size: 13px;
    }

.menu-toggle-list > li {
    height: 48px;
    text-transform: uppercase;
    background-color: #f5f5f5 !important;
    font-weight: 600;
}

    /*.menu-toggle-list > li:focus {
        background-color: #f5f5f5 !important;
    }
    .menu-toggle-list > li:active {
        background-color: #f5f5f5 !important;
    }*/


md-sidenav .side-menu .menu-toggle-list .md-button {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0 0 48px;
    /*height: 58px !important;
        text-transform: uppercase;
        background-color: #f5f5f5 !important;
        font-weight: 600;*/
}

    md-sidenav .side-menu .menu-toggle-list .md-button:hover {
        background: #818181 !important;
        color: #fff !important;
    }

md-sidenav .side-menu .menu-toggle-list li:hover {
    background: #818181 !important;
    color: #fff !important;
}

md-sidenav .side-menu .menu-toggle-list .md-button.active {
    background: var(--app-theme-color) !important;
    color: #fff !important;
}

md-sidenav .side-menu .menu-toggle-list li.active {
    background: var(--app-theme-color) !important;
    color: #fff !important;
}


.openMenu {
}

.page-search {
    min-height: 64px;
    background-color: #f5f5f5 !important;
    position: relative;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    z-index: 52;
}

    .page-search .fill-height {
        position: relative;
    }

        .page-search .fill-height button.md-icon-button {
            position: absolute;
            right: 9px;
            top: 6px;
            z-index: 99;
        }

.header .md-toolbar-tools {
    height: 47px;
}

.header .menu-icon-none {
    padding-left: 0px;
}

.emailValidatelbl {
    color: #fd4343 !important;
    font-size: 11px;
}

.emailValidatetext {
    border-color: #fd4343 !important;
}

ul.error-listing {
    list-style: none;
}

    ul.error-listing li {
        line-height: 40px;
    }

.error-icons:before {
    content: "\e000";
    font-family: material icons;
    font-size: 30px;
    color: #F44336;
    line-height: 25px;
    vertical-align: middle;
}

.registarion-blk a.error-icons {
    color: transparent;
    margin-top: 13px;
    display: inline-block;
}

.companypopupaction {
    background-color: #fff !important;
    margin-bottom: 0px !important;
    display: inline-block;
}

    .companypopupaction span {
        background-color: transparent !important;
    }

md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child::after {
    content: ' *';
    font-size: 13px;
    vertical-align: top;
    color: red;
}

.md-toast-open-bottom md-toast.md-bottom.md-left {
    position: fixed;
    z-index: 1000;
}

.termsOfService {
    height: auto !important;
    /*height: 300px;*/
    overflow-y: auto;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
}

@supports (-ms-accelerator:true) {
    .termsOfService {
        max-height: 455px !important;
    }
}

.close-btn {
    position: absolute;
    right: -30px;
    z-index: 10;
    color: #fff;
    top: 5px;
}

    .close-btn a i {
        color: #fff;
    }

.scroll-show {
    height: calc(100% - 50px) !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    bottom: 0;
    overflow-y: auto;
}

.scroll-show-exceptModal {
    height: calc(100% - 50px) !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin-top: 50px;
    overflow-y: auto;
}

.scroll-yhide {
    overflow-y: hidden;
    overflow-x: hidden;
}

.header {
    /*-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.3);*/
    position: relative;
    z-index: 61;
    border-bottom: 1px solid #9E9E9E;
}

.sidenavigation .md-sidenav-backdrop {
    top: 47px !important;
    /*pointer-events: none;*/
}

.bottom-close-btn {
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
}

    .bottom-close-btn a {
        color: #333;
    }

        .bottom-close-btn a:focus {
            outline: none;
        }

.loader-bg {
    background-color: rgba(255, 255, 255,0.7);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 299;
    width: 100%;
    height: 100%;
}

.circular-loader {
    position: fixed;
    vertical-align: middle;
    -ms-flex-line-pack: center;
    align-content: center;
    top: 48%;
    left: 48%;
}

.loader-line {
    z-index: 9999;
    margin-top: 110px;
}

.agree-heading {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 23px;
    font-weight: 400;
}

.userTypeHead {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 24px !important;
}

.marg_auto {
    margin: 0 auto;
}

.terms-service-blk md-checkbox {
    margin-left: 0px;
}

/*.selectRole {
    margin-bottom: 16px;
}*/

.selectrole-text {
    margin-bottom: 20px;
}

.accountInfoSpan {
    color: #0088e8;
    font-size: 14px;
    margin-bottom: 11px;
    margin-top: 15px;
    font-weight: 600;
}

.pad-left25 {
    padding-left: 25px;
}

.pad-right25 {
    padding-right: 25px;
}
.pad-right15 {
    padding-right: 15px;
}
.pad-left30 {
    padding-left: 30px !important;
}

.md-input-has-value.md-input-focused .company-with-text, .md-input-has-value .company-with-text, .md-input-focused .company-with-text, .company-with-text {
    font-size: 16px;
    color: #adadad;
    font-family: 'Open Sans', sans-serif;
}

.forgot-password-blk {
    margin-top: 80px;
}

.ad-textdata {
    color: #adadad;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.forgotpasscon-blk .recover-blk label {
    margin-bottom: 15px;
    float: left;
    margin-right: 5px;
}

.disabled {
    pointer-events: none;
}

.disabledTree {
    pointer-events: none;
    background-color: #ADADAD !important;
}

/*Add Account Information popup css starts*/
.account-info-popup {
    width: 500px;
    max-height: 90%;
    position: relative;
}

    .account-info-popup md-bottom-sheet {
        min-height: 80px;
        position: absolute;
        bottom: 0;
        padding: 0px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: 0s;
        transition: 0s;
    }

    .account-info-popup .md-toolbar-tools, .userManagment-popup .md-toolbar-tools {
        background-color: #F5F5F5;
        color: #333;
    }

        .account-info-popup .md-toolbar-tools .md-icon-button {
            color: #333 !important;
        }

    .account-info-popup md-dialog-content, .account-info-popup md-dialog-content .md-dialog-content {
        /*padding: 0px;
        overflow: hidden;*/
    }

        .account-info-popup md-dialog-content .md-dialog-content .companylisting {
            max-height: 210px;
            min-height: 210px;
        }

.account-infoing-popup {
    max-height: 220px;
    overflow: auto;
}

.account-info-popup md-dialog-content .md-dialog-content .layout-padding {
    padding: 0px;
}
.account-info-popup md-chip.md-focused {
    background: #0088e8;
    color: rgba(255,255,255,0.87);
}
.account-info-popup md-chip.md-focused .md-chip-remove-container md-icon{color:#fff;}
.account-info-popup md-input-container.md-input-focused:not(.md-input-invalid) md-icon {
    color: #0088e8 !important;
}

/*.account-info-popup md-dialog-actions
{
    height : 50px !important;
}*/

/*.account-info-popup md-dialog-actions {
    margin-top: 10px;
    display: table;
    width: 100%;
}*/

/*Company list popup css Ends*/

.regSummaryLabel {
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
}

.regSummaryData {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.regFirst {
    background-color: #f5f5f5;
}

button.active-buttonBlue:disabled {
    color: #fff;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 12px 8px !important;
    background-color: #ADADAD !important;
}

.regSummaryDiv {
    padding: inherit;
    padding-bottom: 15px;
}

    .regSummaryDiv div {
        padding-top: 3px;
        padding-bottom: 3px;
    }

.header md-menu-bar md-menu.md-open > button {
    background-color: transparent;
}
md-input-container.show-errorspacer .md-errors-spacer{display:block;}

/*Start of CSS for subscription cards*/
.marginlr-15 {
    margin-left: 15px;
    margin-right: 15px;
    padding: 50px 25px 25px 25px;
}

.margintb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*End of CSS for subscription cards*/
.res-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/*End of CSS for subscription cards*/

.md-steppers-vertical .md-stepper {
    /*padding-top: 8px;
    padding-bottom: 35px;
    padding-left: 14px !important;*/
    padding-bottom: 60px;
    position: relative;
}

/*md-step .md-stepper::before {
    position: absolute;
    content: "";
    height: 54px;
    width: 1px;
    background-color: #E8E8E8;
    bottom: 0;
    left: 46px;
}*/

/*md-step.md-active .md-stepper {
    padding-bottom: 20px;
}*/

md-step:last-child .md-stepper::before {
    content: none;
}

.md-steppers-vertical .md-steppers-scope {
    margin-left: 22px;
    border-left: 1px solid #E8E8E8;
    padding-left: 20px;
    margin-top: 5px;
}

md-stepper .md-steppers {
    overflow: hidden;
}

    md-stepper .md-steppers .md-steppers-header-region {
        position: absolute;
        width: 100%;
        top: 0;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;
        overflow-x: auto;
    }

    md-stepper .md-steppers md-steppers-content {
        margin-top: 72px;
        overflow-y: auto;
        height: 100%;
        margin-bottom: 61px;
    }

        md-stepper .md-steppers md-steppers-content md-bottom-sheet, .new-register md-bottom-sheet {
            min-height: auto !important;
            background-color: transparent;
            z-index: 1;
        }

    md-stepper .md-steppers md-steppers-scope {
        padding-top: 15px;
        margin-bottom: 2px;
    }

/*md-step-actions {
    padding-bottom: 30px;
}*/

/*md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-bottom: 3px;
}*/

.removeLeftPedding {
    padding-left: 0px !important;
}

.subscriptionCardCompanyReg {
    min-height: 675px;
    max-height: 675px;
}

.lblsubScription {
    font-size: 13px;
}

.lblsubScriptionDiv {
    padding-bottom: 10px;
}

.termsOfServiceText {
    padding-right: 30px;
}

.md-input-focused > md-select > md-select-value {
    color: #0088e8 !important;
}

md-steppers-header.md-whiteframe-1dp {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.md-stepper-indicator-wrapper, md-steppers-content.md-steppers-content {
    background: #fff;
}

.stepper-completed .md-stepper-number {
    background-color: rgb(67, 214, 88);
}

.md-stepper-indicator:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
}

    .md-stepper-indicator:last-child:after {
        content: none;
    }

:focus {
    outline: none;
}

md-input-container.md-input-focused md-select.ng-invalid.ng-untouched .md-select-value, md-input-container.md-input-focused.md-input-has-value md-select:focus:not([disabled]) .md-select-value, md-select:focus:not([disabled]) .md-select-value {
    border-color: rgb(0, 136, 232) !important;
}

.clscolumn {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

body {
    background-color: #fff;
}

.clsroles {
    padding-bottom: 23px;
}

/*md-step-actions {
    padding-top: 5px;
}*/

.erroiconCompanyReg {
    padding-top: 0px !important;
}

.clsSubscriptionBodyPadding {
    padding-bottom: 39px !important;
}

md-card md-card-content > p:first-child {
    text-align: justify;
}

.subscribeFontStyle span {
    font-size: smaller;
    font-weight: bold;
    color: gray;
}

.subscribeFontStyle label {
    padding-bottom: 20px;
}

/*Start*/
.search-btn {
    position: relative;
}

    .search-btn:before {
        position: absolute;
        content: "\E8B6";
        font-family: 'Material Icons';
        right: 12px !important;
        font-size: 22px;
        color: #94979B;
    }

    .search-btn label {
        padding-left: 20px;
    }

    .search-btn .md-errors-spacer {
        display: none;
    }

/*TreeView For Security Group Parent Child*/
.security-parent md-checkbox {
    width: auto;
    margin: 5px 0px;
    margin-left: 10px;
}

.security-parent .md-icon-button {
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    min-height: auto;
    margin-top: auto;
}

    .security-parent .md-icon-button.md-focused {
        background-color: transparent !important;
    }

.security-parent .menu-toggle-list {
    background-color: #EEEEEE;
}

    .security-parent .menu-toggle-list md-checkbox {
        margin-left: 30px;
    }

    .security-parent .menu-toggle-list .menu-toggle-list {
        background-color: #DDDDDD;
    }

        .security-parent .menu-toggle-list .menu-toggle-list md-checkbox {
            margin-left: 50px;
        }

        .security-parent .menu-toggle-list .menu-toggle-list .menu-toggle-list {
            background-color: #CCCCCC;
        }

            .security-parent .menu-toggle-list .menu-toggle-list .menu-toggle-list md-checkbox {
                margin-left: 68px;
            }

.security-grp-blk .security-parent .menu-toggle-list md-checkbox {
    margin-left: 50px;
}

.security-grp-blk .security-parent .menu-toggle-list .menu-toggle-list md-checkbox {
    margin-left: 80px;
}

.security-grp-blk .security-parent:nth-child(2n+1) {
    background-color: #fff;
}

    .security-grp-blk .security-parent:nth-child(2n+1) .menu-toggle-list {
        background-color: #fff;
    }

        .security-grp-blk .security-parent:nth-child(2n+1) .menu-toggle-list .menu-toggle-list {
            background-color: #fff;
        }

            .security-grp-blk.security-parent:nth-child(2n+1) .menu-toggle-list .menu-toggle-list .menu-toggle-list {
                background-color: #fff;
            }

.security-grp-blk .security-parent:nth-child(2n) {
    background-color: #f5f5f5;
}

    .security-grp-blk .security-parent:nth-child(2n) .menu-toggle-list {
        background-color: #f5f5f5;
    }

        .security-grp-blk .security-parent:nth-child(2n) .menu-toggle-list .menu-toggle-list {
            background-color: #f5f5f5;
        }

            .security-grp-blk .security-parent:nth-child(2n) .menu-toggle-list .menu-toggle-list .menu-toggle-list {
                background-color: #f5f5f5;
            }

.border-bottom {
    border-bottom: 1px solid #fff;
}

.subscribeFontStyle label {
    padding-bottom: 20px;
}

.security-grp-blk md-icon {
    color: #333;
}

.security-grp-blk .security-parent md-checkbox.parent-checkbox.md-checked .md-label {
    color: #FF6A00;
}

.security-grp-blk .security-parent md-checkbox.label-bold.md-checked .md-label {
    font-weight: bold;
}

a.disabled {
    color: #ADADAD;
    /*background-color: #ADADAD !important;*/
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.sec-group-card {
    position: relative;
    background-color: #F5F5F5;
    word-break: break-all;
}

    .sec-group-card md-card-header {
        padding: 5px;
    }

        .sec-group-card md-card-header button {
            position: absolute;
            right: 0;
            top: 0;
        }

.delet-grp-blk {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 50px;
}

    .delet-grp-blk md-list md-list-item:nth-child(odd) {
        background-color: #F5F5F5;
        max-height: 20px;
    }

.grey-box {
    background-color: #f5f5f5;
}

.padding-50 {
    padding: 50px !important;
    padding-bottom: 0px !important;
}

.paddinglr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.mg-bottom-20 {
    margin-bottom: 20px;
}

.sec-group-card md-card-header {
    padding: 5px;
}

    .sec-group-card md-card-header button {
        position: absolute;
        right: 0;
        top: 0;
    }

.delet-grp-blk md-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 50px;
    margin-right: 20px;
}

.delet-grp-blk md-list-item, .delet-grp-blk md-list-item .md-list-item-inner {
    max-height: 40px;
    min-height: 40px;
}

.delet-grp-blk md-list md-list-item:nth-child(odd) {
    background-color: #F5F5F5;
    max-height: 20px;
}

.delet-grp-blk md-list-item .md-list-item-inner > md-checkbox, .delet-grp-blk md-list-item > md-checkbox {
    margin: 0px;
    margin-right: 5px;
}

.delet-grp-blk md-list-item .md-list-item-inner {
    padding-left: 10px;
}

.mar-24 {
    margin: 24px;
}
.mar-right-15{
    margin-right:15px;
}
.account-info-popup .security-input {
    margin: 0px 24px 0px;
}

.account-info-popup .md-errors-spacer {
    display: none;
}

.account-info-popup .security-input md-input-container {
    margin-bottom: 0px;
}

.account-info-popup .security-btn {
    padding-right: 24px;
    margin-top: 0px;
}

.security-grp-blk md-checkbox.md-default-theme:not(.md-checked) .md-icon, .security-grp-blk md-checkbox:not(.md-checked) .md-icon {
    background-color: #fff;
}

.AddUserToSecurityGroupForm {
    overflow: hidden;
}

    .AddUserToSecurityGroupForm md-input-container {
        margin-left: 24px;
        margin-right: 24px;
        /*margin-bottom: 0px;*/
    }

.accountLabel label {
    font-weight: 500;
    color: #757575;
    font-size: 12px;
}

table.requestAffiliates {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

    table.requestAffiliates tbody tr:nth-child(2n) {
        background-color: #F8F8F8;
    }

    table.requestAffiliates tbody tr:nth-child(2n+1) {
        background-color: #fff;
    }

    table.requestAffiliates tbody tr td {
        height: 60px;
    }

        table.requestAffiliates tbody tr td.border-left {
            border-left: 1px solid rgba(0,0,0,0.12);
        }

        table.requestAffiliates tbody tr td:first-child {
            padding-left: 40px;
            font-weight: bold;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding-right: 15px;
        }

        table.requestAffiliates tbody tr td label, .userManagment-table tbody tr td label {
            display: block;
            font-size: 12px;
            color: #757575;
            font-weight: 500;
        }

.affiliates-blk ._md-nav-bar-list {
    background-color: #fff;
}
.affiliates-blk ._md-nav-bar-list .md-nav-item:first-of-type{margin-left:0px;}
/*.affiliates-blk {
    min-height: 200px;
}*/

.paddingtop-20 {
    padding-top: 20px;
}

.sec-group-card md-card-header {
    padding: 5px;
}

    .sec-group-card md-card-header button {
        position: absolute;
        right: 0;
        top: 0;
    }

.md-cancel-button, .md-confirm-button {
    font-weight: 600;
    font-weight: 600;
    height: 35px;
    text-align: center;
    padding: 0px 8px;
    min-width: 88px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 12px 8px !important;
}

.delet-grp-blk md-list {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 50px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.delet-grp-blk md-list-item, .delet-grp-blk md-list-item .md-list-item-inner {
    max-height: 40px;
    min-height: 40px;
}

.delet-grp-blk md-list md-list-item:nth-child(odd) {
    background-color: #F5F5F5;
    max-height: 20px;
}

.delet-grp-blk md-list-item .md-list-item-inner > md-checkbox, .delet-grp-blk md-list-item > md-checkbox {
    margin: 0px;
    margin-right: 5px;
}

.delet-grp-blk md-list-item .md-list-item-inner {
    padding-left: 10px;
}

.mar-24 {
    margin: 24px;
}

.account-info-popup .security-input {
    margin: 0px 24px 0px;
}

    .account-info-popup .security-input md-input-container {
        margin-bottom: 0px;
    }

.account-info-popup .security-btn {
    padding-right: 24px;
    margin-top: 0px;
}

.security-grp-blk md-checkbox.md-default-theme:not(.md-checked) .md-icon, .security-grp-blk md-checkbox:not(.md-checked) .md-icon {
    background-color: #fff;
}

.AddUserToSecurityGroupForm {
    overflow: hidden;
}

    .AddUserToSecurityGroupForm md-input-container {
        margin-left: 24px;
        margin-right: 24px;
        /*margin-bottom: 0px;*/
    }

    .AddUserToSecurityGroupForm md-list {
        max-height: 300px;
        overflow-y: auto;
        margin-bottom: 50px;
        margin-right: 20px;
    }

    .AddUserToSecurityGroupForm md-list-item, .delet-grp-blk md-list-item .md-list-item-inner {
        max-height: 40px;
        min-height: 40px;
    }

    .AddUserToSecurityGroupForm md-list md-list-item:nth-child(odd) {
        background-color: #F5F5F5;
        max-height: 20px;
    }

    .AddUserToSecurityGroupForm md-list-item .md-list-item-inner > md-checkbox, .delet-grp-blk md-list-item > md-checkbox {
        margin: 0px;
        margin-right: 5px;
    }

    .AddUserToSecurityGroupForm md-list-item .md-list-item-inner {
        padding-left: 10px;
    }

.paddingtop-20 {
    padding-top: 20px;
}

.paddingtop0 {
    padding-top: 0px !important;
}

.paddingtop-10 {
    padding-top: 10px;
}

.userProferror a {
    margin-top: 10px;
}

.disbleIcon {
    color: #ADADAD;
}

.security-grp-popup md-dialog-content {
    padding-bottom: 5px;
    margin-bottom: 6px !important;
}

.security-grp-popup {
    position: relative;
    min-height: 80%;
    padding-bottom: 55px;
}

    .security-grp-popup md-dialog-actions {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-right: 0px;
    }

md-tooltip div {
    height: auto;
}

.userManagment-table, .userManagment-table table {
    width: 100%;
    border-collapse: collapse;
}

    .userManagment-table table td {
        vertical-align: top;
    }

        .userManagment-table table td.usericon-label {
            padding-top: 5px;
        }

        .userManagment-table table td h4 {
            margin: 0;
            font-weight: 500;
            font-size: 16px;
            color: #333;
        }

        .userManagment-table table td p {
            margin: 5px 0px;
        }

.affiliation-detail {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
}

.userManagment-table tbody tr td.usermg-td {
    border-bottom: 1px solid #F5F5F5;
    padding: 8px 0px;
    vertical-align: top;
}

.filledCombobox {
    background-color: #F5F5F5;
    border-radius: 3px;
    border: none;
    padding: 3px 10px 6px;
}

    .filledCombobox .md-select-value {
        border: none;
    }

.disable-icon {
    color: #C6C6C6;
}

.AffStat_D {
    border-color: #fd4343 !important;
}

.AffStat_P {
    border-color: #FFCC11 !important;
}

.AffStat_A {
    border-color: #43d658 !important;
}

.Denied {
    border-color: #fd4343 !important;
}

.Pending {
    border-color: #FFCC11 !important;
}

.Active {
    border-color: #43d658 !important;
}

.InActive {
    border-color: #A8A8A8 !important;
}

.Rejected {
    border-color: #FD4343 !important;
}

.completed {
    border-color: #43d658 !important;
}

.filledCombobox .md-select-value, .filledCombobox md-select:focus:not([disabled]) .md-select-value {
    border: none;
}

.userManagment-popup {
    width: 90%;
    height: 90%;
}

.md-dialog-container .userManagment-popup md-dialog-actions button {
    margin-bottom: 0px;
}

.md-dialog-container .userManagment-popup md-toolbar {
    background-color: #f5f5f5;
}

.md-dialog-container .userManagment-popup .md-dialog-content md-input-container {
    padding-right: 20px;
}

.userManagment-popup .md-dialog-content md-input-container.affiliation-status {
    width: 32%;
}

.usermanagement md-virtual-repeat-container {
    height: 100% !important;
}

/*.heightInfiniteScroll {
    height: 350px !important;
}*/

md-tooltip.affitooltip {
    background-color: #666;
    overflow: visible;
    border-radius: 5px;
}

    md-tooltip.affitooltip > div {
        background-color: #666;
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        width: 370px;
        height: auto;
        max-height: 120px;
        white-space: normal;
        word-break: break-all;
        font-weight: 600;
        border-radius: 5px;
    }

    md-tooltip.affitooltip div {
        margin-bottom: 0px !important;
    }

    md-tooltip.affitooltip .acc-tooltip-number {
        font-size: 14px;
        font-weight: 300;
    }

    md-tooltip.affitooltip .acc-tooltip-name {
        font-size: 14px;
        font-weight: 400;
    }

.filledCombobox .md-select-value, .filledCombobox md-select:focus:not([disabled]) .md-select-value {
    border: none;
}

.userManagment-popup {
    width: 90%;
    height: 90%;
}

.md-dialog-container .userManagment-popup md-dialog-actions {
    border-top: 1px solid #e0e0e0;
}

    .md-dialog-container .userManagment-popup md-dialog-actions button {
        margin-bottom: 0px;
    }

.md-dialog-container .userManagment-popup md-toolbar {
    background-color: #f5f5f5;
}

.md-dialog-container .userManagment-popup .md-dialog-content md-input-container {
    padding-right: 20px;
}

.userManagment-popup .md-dialog-content md-input-container.affiliation-status {
    width: 32%;
}

.usermanagement md-virtual-repeat-container {
    height: 100% !important;
}

.heightInfiniteScroll {
    height: 350px !important;
}

.chipsetlable {
    padding-bottom: 20px !important;
    font-size: 13px;
}

/*md-tooltip.affitooltip:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #666 transparent transparent;
    position: absolute;
    content: "";
    bottom: -17px;
    left: 45%;
}*/
.affitooltip-btn{position:relative;overflow:visible;-webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);transition: all .4s cubic-bezier(.25,.8,.25,1);}
.affitooltip-btn:before{-webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);transition: all .4s cubic-bezier(.25,.8,.25,1);}
.affitooltip-btn:hover:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #666 transparent transparent;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
}
.md-button[disabled].affitooltip-btn:hover:before{content:none;}
.md-virtual-repeat-scroller {
    overflow-x: auto !important;
}

.subscribeFontStyle label {
    padding-bottom: 20px;
}

.nowrap {
    white-space: nowrap;
}

.rightSide-menu {
    overflow: hidden;
}

.completed .md-steppers-header .md-stepper-indicator .md-stepper-indicator-wrapper .md-stepper-number {
    background-color: #43d658 !important;
}
/*pointer-events: none;*/
.pending .md-steppers-header .md-stepper-indicator {
    cursor: default !important;
    /*pointer-events: none;*/
}

.md-active .md-steppers-header .md-stepper-indicator .md-stepper-indicator-wrapper .md-stepper-number {
    background-color: #00BFCE !important;
}

.accountAutoComplete {
    background-color: transparent;
}

    .accountAutoComplete.search-btn:before {
        bottom: 5px;
        line-height: 22px;
    }

    .accountAutoComplete md-autocomplete-wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .accountAutoComplete md-autocomplete-wrap button {
            display: none;
        }

    .accountAutoComplete input {
        padding: 0 !important;
        border-bottom: 1px solid grey !important;
        margin-right: 40px !important;
        height: 23px !important;
        margin-top: 14px !important;
    }

.md-button.md-fab.md-fab-top-right {
    position: absolute;
    right: 45px;
    top: 14px;
    line-height: 18px;
}

    .md-button.md-fab.md-fab-top-right i {
        line-height: 29px;
    }

.acc-tooltip.affitooltip:before {
    content: none;
}

.acc-detailcard {
    margin: 0px 20px 8px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.acc-detailcard .autho-btn md-icon, .acc-detailcard .option-btn md-icon{
    color:#333333;
}

.affitooltip.acc-tooltip.listtooltip {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    height: auto;
    padding-bottom: 0px;
}

md-tooltip.affitooltip.acc-tooltip.listtooltip > div {
    min-width: 100px;
    width: auto;
}

.acc-detailblk .md-virtual-repeat-offsetter {
    padding-top: 15px;
}

/*.userprofileInfinteScroll {
    height: 480px;
}*/

.setting-menu {
    max-height: calc(100vh - 55px) !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

md-dialog.userManagment-popup md-chips .md-chips.md-focused {
    -webkit-box-shadow: 0 2px #0088e8;
    box-shadow: 0 2px #0088e8;
}

#passwordInfo .hint {
    font-size: 13px;
}

.menu-context md-menu-item .md-button:hover:not([disabled]) {
    background-color: #9e9e9e;
}

.md-button.md-accent {
    font-weight: 600;
}

.padlr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.marlr8 {
    margin-left: 8px;
    margin-right: 8px;
}

.md-input-container {
    margin-bottom: 0px !important;
}

.padbtm0 {
    padding-bottom: 0px !important;
}

.action-box-shadow {
    /*-webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.14);*/
    border-top: 1px solid #e0e0e0;
}

md-dialog-actions {
    /*-webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.14);*/
    padding-right: 4px !important;
    padding-left: 4px !important;
    border-top: 1px solid #e0e0e0;
}

.company-list-popup md-dialog-actions {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0px !important;
padding-right: 0px !important;
box-shadow: none;
border: none;
margin-top: 0px !important;
border:none;
}

.stepper-subs {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

#subscription .md-title {
    color: var(--app-theme-color);
    font-weight: 600;
    font-size: 18px;
}
/*.acc-detailblk .md-virtual-repeat-scroller {
    position: relative;
}*/
.rightSide-menu-parent {
    top: 50px !important;
    max-height: calc(100vh - 55px) !important;
    overflow-y: auto !important;
    overflow-x: hidden;
}

.spacer-none .md-errors-spacer {
    display: none;
}

.new-register {
    background-color: #fff;
}

    .new-register md-input-container {
        margin-bottom: 0px;
    }

.md-select-value span div.md-text i.material-icons {
    display: none;
}

.grp-title {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 0px 15px;
}

    .grp-title label {
        color: #333;
    }

    .grp-title .md-icon-button {
        min-height: auto;
        width: auto;
        min-width: auto;
        padding: 0;
        height: auto;
        width: auto;
        margin: 0;
        color: #333;
    }

.accessrights-card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    overflow-y: auto;
    /*margin-top: -55px;*/
    min-height: 256px;
}

    .accessrights-card md-card-content {
        max-height: 250px;
        overflow-y: auto;
        padding-right: 0px;
        padding-top: 0px;
    }

.SecurityGroupList-option .md-text {
    width: 100%;
}

    .SecurityGroupList-option .md-text b, .SecurityGroupList md-select-value .md-text b {
        font-weight: normal;
    }

.SecurityGroupList md-select-value .md-text b {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
}

.SecurityGroupList-option .md-text .material-icons {
    color: #909397;
    float: right;
    /*margin-top: -24px;*/
    margin-top: 0px;
}

md-select-menu md-content md-option[selected].SecurityGroupList-option, .accessrights-card .security-grp-blk .security-parent md-checkbox.parent-checkbox.md-checked .md-label {
    color: rgba(33,33,33,0.87);
}

.SecurityGroupList-option.md-checkbox-enabled[selected] .md-icon {
    background-color: #43d658;
}

.checktotick md-checkbox[disabled].md-checked .md-icon, .checktotick md-checkbox[disabled]:not(.md-checked) .md-icon {
    background-color: transparent;
    border-color: transparent;
}

    .checktotick md-checkbox[disabled].md-checked .md-icon:after, .checktotick md-checkbox[disabled]:not(.md-checked) .md-icon:after {
        border-color: rgba(0,0,0,0.87);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 4.66667px;
        top: .22222px;
        display: table;
        width: 6.66667px;
        height: 13.33333px;
        border-width: 2px;
        border-style: solid;
        border-top: 0;
        border-left: 0;
        content: '';
    }

.checktotick md-checkbox[disabled] .md-label {
    color: rgba(0,0,0,0.87);
}

.userMgmtCheckToTick md-checkbox[disabled].md-checked .md-icon:after {
    border-color: rgba(0,0,0,0.87);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 4.66667px;
    top: .22222px;
    display: table;
    width: 6.66667px;
    height: 13.33333px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: '';
}

.userMgmtCheckToTick md-checkbox[disabled] .md-label {
    color: rgba(0,0,0,0.87);
}

.userMgmtCheckToTick md-checkbox[disabled].md-checked .md-icon, .userMgmtCheckToTick md-checkbox[disabled]:not(.md-checked) .md-icon {
    background-color: transparent;
    border-color: transparent;
}

.lblsize16 label {
    font-size: 16px;
}

.page-search md-chips .md-chips {
    -webkit-box-shadow: 0 1px rgba(0,0,0,0.30);
    box-shadow: 0 1px rgba(0,0,0,0.30);
    height: 42px;
    overflow-y: auto;
    margin-right: 65px;
    overflow-x: hidden;
}

    .page-search md-chips .md-chips.md-focused {
        -webkit-box-shadow: 0 1px rgb(228,112,30) !important;
        box-shadow: 0 1px rgb(228,112,30) !important;
    }

md-chips .md-chips.md-focused {
    -webkit-box-shadow: 0 1px #0088e8 !important;
    box-shadow: 0 1px #0088e8 !important;
}

.md-button.md-default-theme[disabled], .md-button[disabled], .md-button.md-default-theme.md-raised[disabled], .md-button.md-raised[disabled], .md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled], .md-button.md-default-theme.md-accent[disabled], .md-button.md-accent[disabled], .md-button.md-default-theme.md-warn[disabled], .md-button.md-warn[disabled] {
    color: #bdbdbd;
}

md-checkbox.md-default-theme.md-checked .md-ink-ripple, md-checkbox.md-checked .md-ink-ripple {
    color: #43d658;
}

md-checkbox.md-default-theme.md-checked[disabled] .md-icon, md-checkbox.md-checked[disabled] .md-icon {
    background-color: #bdbdbd;
}

md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
    border-color: #757575;
}

md-input-container.md-default-theme.md-input-has-value:not(.md-input-invalid) label, md-input-container.md-input-has-value:not(.md-input-invalid) label {
    color: #757575;
}

.md-steppers:not(.md-steppers-linear) .md-stepper-indicator:hover:not(.md-active):not(.md-completed) {
    background-color: #fff;
}

.md-button.md-primary.md-fab {
    color: rgba(255,255,255,0.87);
    background-color: var(--app-theme-color) !important;
}

    .md-button.md-primary.md-fab:hover:not([disabled]) {
        background-color: var(--app-theme-color) !important;
    }

md-input-container .md-input, md-input-container > md-select {
    margin-top: 4px;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    -webkit-transform: translate3d(0,31px,0) scale(1);
    transform: translate3d(0,31px,0) scale(1);
}

md-dialog md-input-container.md-input-focused label:not(.md-no-float),
md-dialog md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-dialog md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0,16px,0) scale(.75);
    transform: translate3d(0,16px,0) scale(.75);
}

md-input-container.md-input-focused:not([md-no-float]) .md-select-placeholder span:first-child {
    -webkit-transform: translateY(-16px) translateX(-2px) scale(.75);
    transform: translateY(-16px) translateX(-2px) scale(.75);
}

md-input-container.md-input-focused label:not(.md-no-float),
md-input-container.md-input-has-placeholder label:not(.md-no-float),
md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0,16px,0) scale(.75);
    transform: translate3d(0,16px,0) scale(.75);
}

md-card {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    border-radius: 5px;
}

md-input-container {
    margin: 13px 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.edit-companyinfo {
    margin-bottom: 20px;
}

    .edit-companyinfo label {
        font-size: 16px;
        color: #bdbdbd;
    }

        .edit-companyinfo label:first-child {
            font-size: 12px;
            color: #bdbdbd;
            margin-bottom: 5px;
        }

    .edit-companyinfo .hint {
        font-size: 12px;
        color: #bdbdbd;
        opacity: 0.5;
    }

.page-search .inner-container {
    position: relative !important;
}

.page-search .outer-container {
    margin-top: 25px !important;
}

body.md-dialog-is-showing.userAffilation .md-select-menu-container {
    -webkit-transform: translatex(30px);
    transform: translatex(30px);
}

md-progress-linear {
    position: fixed;
    top: 114px;
    width: 100%;
    z-index: 51;
}

md-dialog .md-dialog-content {
    padding: 24px 24px 12px 24px !important;
}
md-dialog .md-dialog-content h2.md-title{
    font-size:18px;
    color:#333333;
    font-weight:600;
}
.companyInfoForm-mdcontainer md-input-container .md-errors-spacer {
    display: none;
}

/*.companyInfoForm-mdcontainer md-input-container {
    margin-bottom: 20px;
}*/

.register-card {
    border: 1px solid #ccc;
    padding: 30px 30px 0px;
    margin: 30px 20px 15px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    position: relative;
    padding-bottom: 90px;
}

    .register-card .register-blk {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0px 30px;
    }

        .register-card .register-blk .md-label {
            color: #909397;
            margin-left: 25px;
            font-size: small;
        }

.content-page {
    padding: 20px 50px;
    text-align: justify;
}

md-chips-wrap.md-chips {
    padding-left: 0px;
}

.register-card h2 {
    font-size: 18px;
    font-weight: 600;
}

.register-card p, .register-card ul li {
    font-size: 14px;
    font-weight: 500;
}

.text-justify {
    text-align: justify;
}

.spacer-mrt .md-errors-spacer {
    margin-top: 4px;
}

.disable-lbl {
    color: rgba(0,0,0,0.38);
}

/**For Edge support starts**/
button.md-stepper-indicator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    pointer-events: none;
}
/**For Edge support ends**/

.securityGroup-info {
    position: relative;
}

    .securityGroup-info i.material-icons {
        position: absolute;
        right: 15px;
        top: 27%;
        z-index: 10;
        cursor: pointer;
    }

.active-info {
    color: #0095FF;
}

.md-steppers-horizontal .md-stepper-indicator {
    min-height: 64px;
}

.subscription-btn button:first-child {
    margin-left: 0px !important;
}

.subscription-btn button:last-child {
    margin-right: 0px !important;
}
.reg-terms-link{
    padding-top: 0px !important;padding-left: 45px;padding-right: 45px;
}
.spacer-char-counter .md-errors-spacer{
    position: absolute;
    bottom: -24px;
    right: 2px;
}
.userprofile-header{font-size:16px;color:#0088e8;font-weight:600;}
.userprofile-cards {
    padding:17px 17px 0px;
}
.userprofile-cards md-card{padding:12px;margin-bottom: 2px;}
.userprofile-aff{
margin-top: 10px;
border-top: 1px solid rgba(0,0,0,0.12);
padding:20px 25px 0px;
}
.comment-textarea textarea{height:auto !important;min-height:26px !important;}
.product-service-content h3{font-size:18px;color: var(--app-theme-color);font-weight:600;text-align:justify;margin-top: 10px;}
.product-service-content h4{font-size:14px;color: #0088e8;font-weight:600;margin-bottom:0px;text-align:justify;}
.product-service-content p{margin-top:10px;text-align:justify;}
.product-service-content ul{
    list-style: none;
}
.product-service-content ul li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
        text-align:justify;
}
.product-service-content ul li::before{
            position: absolute;
            content: "\e061";
            left: 0;
            font-family: Material Icons;
            color: #757575;
            font-size: 12px;
            line-height: 24px;
}
/***************************/
/**Media Query Css starts**/
/***************************/
@media only screen and (min-width: 960px) {
    .stepper-subs {
        height: 100%;
        position: relative;
    }

        .stepper-subs .layout-align-end-end {
            position: absolute;
            bottom: 8px;
            right: 8px;
        }
}

@media only screen and (min-width: 1468px) {
    .company-list-popup md-dialog-content .md-dialog-content .companylisting {
        max-height: 318px;
        min-height: 318px;
    }
}

@media only screen and (max-width: 767px) {
    .userRole-select > div {
        -webkit-box-flex: inherit !important;
        -ms-flex: inherit !important;
        flex: inherit !important;
    }

    .header-logo {
        /*width: 110px;*/
    }

    .header-title {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 599px) {
    .md-steppers-mobile-step-text:not(.md-steppers-vertical) md-step-actions {
        background: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 959px) {
    .spacer-none .md-errors-spacer, .spacer-none .md-errors-spacer, .companyInfoForm-mdcontainer md-input-container .md-errors-spacer {
        display: none;
    }
    .popUpFirstRowMargin.mrg-top{margin-top:13px !important;}
    .reg-terms-link{
    padding-left: 30px;padding-right: 30px;
}
}

@media only screen and (max-width: 1279px) {
    .subscription-btn button, .subscription-btn button:first-child, .subscription-btn button:last-child {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
/***************************/
/**Media Query Css Ends**/
/***************************/

.opacityPageFull {
    opacity: 1;
    position: fixed;
    top: 114px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.opacityPagePartial {
    opacity: 0.7;
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.progress-linear-top md-progress-linear, .progress-linear-top .opacityPageFull{top:0px;}
md-dialog .opacityPageFull, md-dialog .opacityPagePartial{top:0px;}

md-select.ng-not-empty md-select-value span:first-child:after {
    content: '' !important;
}

.pad-leftUM {
    padding-left: 30px;
}

md-dialog.md-default-theme md-dialog-actions {
    border: 0px !important;
}

.accountInfo md-steppers-scope {
    padding-top: 0px !important;
}

md-dialog.md-default-theme {
    min-width: 500px;
}

.request .md-button.md-default-theme.md-accent, .md-button.md-accent {
    color: #0095FF !important;
}
.request .md-button.md-accent.md-active
{-webkit-box-shadow: 0px -2px 0px 0px rgb(228, 112, 30) inset;box-shadow: 0px -2px 0px 0px rgb(228, 112, 30) inset;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.request .md-button.md-accent{margin-left: 0px;
padding-left: 40px;
padding-right: 40px;}

.request .md-nav-bar.md-default-theme .md-button._md-nav-button.md-unselected, md-nav-bar .md-button._md-nav-button.md-unselected {
    color: #BDBDBD !important;
}

.md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: #0095FF !important;
}

#CompanyChipset md-chips-wrap.md-chips {
    padding-bottom: 5px;
    padding-top: 7px;
}

.min-height {
    min-height: 70px;
}

.md-stepper-title {
    font-size: 14px;
    font-weight: 600;
}

.md-stepper-indicator.md-active .md-stepper-title, .md-stepper-indicator.md-editable .md-stepper-title {
    font-size: 14px;
    font-weight: 600;
}

.csrmanagement-repeater .md-virtual-repeat-offsetter {
    right: 35px;
}

.hint {
    font-size: 13px;
}

.font-size14 {
    font-size: 14px;
}

.customerReg {
    padding: 0px 16px !important;
}

.popUpFirstRowMargin {
    margin-top: 0px !important;
	margin-bottom:10px;
}
.readonly-input p{
margin-top: 8px;
margin-bottom: 0px;
border-bottom-color: transparent;
color: rgba(0,0,0,0.38);
background-image: linear-gradient(to right, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.38) 33%, transparent 0%);
background-image: -ms-linear-gradient(left, transparent 0%, rgba(0,0,0,0.38) 100%);
background-position: bottom 0px left 0;
background-size: 4px 1px;
background-repeat: repeat-x;
padding-bottom: 1px;
}
.noRecordsFound {
    text-align: center !important;
    font-size: 14px !important;
    margin-top: 10px;
    font-weight: 400;
    color: rgb(117, 117, 117);
    padding-top: 10px !important;
}

.card-int-checkbox {
    background-color: #f5f5f5;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
    border-radius: 0px 0px 5px 5px;
}

    .card-int-checkbox md-checkbox {
        margin: 10px 25px 10px 5px !important;
        font-size: 14px;
    }

.subscription-card hr {
    color: transparent;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}

.subscription-card ul{
    padding-left: 0;
    list-style: none;
}

    .subscription-card ul li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        .subscription-card ul li::before{
            position: absolute;
            content: "\e061";
            left: 0;
            font-family: Material Icons;
            color: #757575;
            font-size: 12px;
            line-height: 20px;
        }
.font-blue{
    color: #0095FF;
}
.font-orange{
    color: var(--app-theme-color);
}

.icon-right {
    height: 47px;
}


md-tooltip.customtooltip {
    background-color: #666;
    overflow: visible;
    border-radius: 5px;
}

    md-tooltip.customtooltip > div {
        background-color: #666;
        /* padding: 10px 15px; */
        font-size: 12px;
        color: #fff;
        width: 260px;
        height: auto;
        /* max-height: 189px; */
        white-space: normal;
        word-break: break-all;
        font-weight: 100;
        border-radius: 5px;
    }

    md-tooltip.customtooltip div {
        margin-bottom: 0px !important;
    }


.usericon {
    content: url(../../PCPOV/Images/accountuser.png);
}

/*--------------------Start Privacy Policy--------------------------------------*/


.pcontainer {
    font-family: "Roboto", sans-serif;
    color: #212121;
    max-width: 850px;
    margin: 0 auto;
}

.light-gray-bg {
    background-color: #fafafa;
}

.heading1 {
    text-align: center;
    font-weight: 400;
}

.heading2 {
    color: #c00000;
    margin: 50px 0 0 0;
}

.heading4 {
    font: 600 18px "Roboto", sans-serif;
    margin: 24px 0 12px 0;
}

#divPrivacyPolicy p {
    color: #555555;
    text-align: left;
}

.font-italic {
    font-style: italic;
}

#divPrivacyPolicy table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin: 60px 0;
    color: #555555;
}

#divPrivacyPolicy td {
    width: 33.3%;
    padding: 12px;
    vertical-align: top;
    border: 1px solid #dedede;
}

#divPrivacyPolicy table th {
    background-color: #e1eaf2;
    text-align: center;
    padding: 12px;
    border: 1px solid #dedede;
}

#divPrivacyPolicy td.table-active {
    background-color: #f5f5f5;
}

.blue-sub-text {
    font-style: italic;
    color: #0088e8 !important;
    font-size: 14px;
    margin: 12px 0;
}

#divPrivacyPolicy ul li {
    margin: 16px 0;
}

/*--------------------End Privacy Policy--------------------------------------*/
