body {
    height: 100%;
    width: 100%;
    font-style: normal;
    background: #f8f8f8;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}
/*a{color:#111111;text-decoration:none;}
a:hover{color:#111111;text-decoration:none;}*/






code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

h3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.04;
}

/* */

.darkbordered .mdl-textfield__input {
    background: rgba(0, 0, 0, 0.09);
    padding: 16px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    color: #4c4c4c;
}

.darkbordered .mdl-textfield__label {
    margin: 0;
    top: 35px;
    padding: 0 10px;
    color: #555;
}

.darkbordered .mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.darkbordered .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #111111;
    font-size: 12px;
    top: 20px;
    visibility: visible;
}

.darkbordered .mdl-textfield {
    width: 100%;
    padding: 15px 0 15px 0;
}

.darkbordered .mdl-textfield__label:after {
    bottom: 15px;
}

.darkbordered .mdl-textfield .mdl-button {
    position: absolute;
    bottom: 25px;
    right: 20px;
}

.darkbordered {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

    .darkbordered .getmdl-select .mdl-icon-toggle__label {
        margin-top: -40px;
        float: right;
    }

.mdl-checkbox__label {
    color: #111111;
}

.mdl-button {
    font-family: ''
}

/* Footer CSS */
.FooterMain {
    padding: 1rem;
    padding-top: 3rem;
}

section.skinny-footer {
    padding: 0;
    display: flex;
    width: 100%;
}

.group-links {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 15px 0;
    flex-wrap: wrap;
}

    .group-links > li {
        display: inline-block;
        padding: 0 .5rem;
    }

        .group-links > li > a {
            color: #111111;
            padding: .5rem 0;
            font-size: 13px;
        }

.copyright {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

    .copyright > p {
        color: #111111;
        margin: 0;
        font-size: 13px;
    }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 100%;
    border-radius: 0;
}

.toast.toast-error {
    background-color: #AF0220;
}

#toast-container > div {
    opacity: 1;
    padding: 20px 15px 20px 50px;
}

/******** Full Width Modal Popup **********/
.modalNoti.modal {
    padding-right: 0px !important;
    background: #fff;
}

    .modalNoti.modal .modal-dialog {
        margin: 0;
        height: 100%;
        max-width: 100vw;
        width: 100%;
    }

    .modalNoti.modal .modal-content {
        border-radius: 0;
        background-clip: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        min-height: 100%;
        padding: 60px 0;
        text-align: center;
        position: relative;
    }

    .modalNoti.modal .modal-body h4 {
        color: #4C4C4C;
        font-size: 20px;
        letter-spacing: 0.25px;
        line-height: 24px;
        text-align: center;
        margin: 0px 0px 50px 0px;
    }

.modalNoti .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #4D4D4D;
    opacity: 1;
    font-size: 28px;
    font-family: initial;
}

    .modalNoti .close span {
        font-size: 12px;
        display: block;
        letter-spacing: 0.4px;
        line-height: 16px;
        font-family: '';
    }

.modalNoti .modal-footer {
    padding: 0px;
    border: 0px;
    text-align: center;
    justify-content: center;
}

    .modalNoti .modal-footer button {
        float: none;
    }

.btnsbtGreen {
    display: inline-block;
    background: #088856;
    border-radius: 2px;
    color: #fff;
    min-width: 133px;
}

.btnGreenbox {
    text-align: right;
    margin-top: 30px;
    float: left;
    width: 100%;
}

    .btnGreenbox > button {
        margin-left: 20px;
    }

.centerpopup {
    margin: auto;
    text-align: left;
}

.btncancelGreen {
    color: #088856;
}

/******** End Full Width Modal Popup **********/
/* Select Dropdown Box */

.ngapp_wrapper {
    width: 100%;
    float: left;
}

.profiletxtfieldnew {
    width: 100%;
    float: left;
    padding: 15px 0 0;
    background: rgba(0, 0, 0, 0.09);
    border-radius: 4px 4px 0 0;
    margin-top: 15px;
    margin-bottom: 10px;
    position: relative;
}

    .profiletxtfieldnew .dropdown_boxp {
        width: 100%;
        float: left;
        margin: 0px !important;
        padding: 0px !important;
        color: #111111233;
        font-size: 15px;
    }

        .profiletxtfieldnew .dropdown_boxp .md-select-value > span {
            padding-left: 10px;
            color: #555;
        }

        .profiletxtfieldnew .dropdown_boxp .md-select-value, .profiletxtfieldnew .dropdown_boxp .md-select-value {
            padding-bottom: 10px !important;
            padding-top: 4px !important;
        }

        .profiletxtfieldnew .dropdown_boxp label {
            padding-left: 15px !important;
            margin-bottom: -4px;
            color: #666366 !important;
            font-size: 15px;
        }

.md-select-menu-container {
    z-index: 99999 !important;
}

md-backdrop.md-select-backdrop {
    z-index: 9999 !important;
}

md-select.md-default-theme .md-select-value, md-select .md-select-value {
    border-bottom-color: rgb(97, 97, 97);
}
/* End Select Dropdown Box */
