﻿form, .pageForm {
    min-height: 93%;
    height: auto !important;
    height: 100%;
    overflow: hidden;
}

    .pageForm > form {
        min-height: 0px !Important;
        height: auto !important;
        overflow: hidden;
    }

body {
    overflow: auto;
    background-color: #ffffff;
    font-family: "Opensans" !important;
    font-size: 14px;
    line-height: 1.42857143;
}


button:focus {
    outline: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: Opensans;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #4b5565;
    text-align: left;
}

.container {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.validator {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    text-align: left;
    color: #ff686e; /* white-space: nowrap;*/
}

[class^="SK"], [class*=" SK"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'starnik' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.SKchecked:before {
    content: "\e900";
}

.SKenvelope:before {
    content: "\e901";
}

.SKmoney:before {
    content: "\e902";
}
/* End starnik glyphicon css */

/* top banner */
.banner {
    /*text-align: center;*/
    height: 57px;
    background-color: #009ee5;
}

    .banner .logo {
        display: inline-block;
        background-position: left;
        background-position-x: 43px;
        background-repeat: no-repeat;
        background-size: 108px;
        float: left;
        content: " ";
        width: 200px !important;
        height: 57px;
    }

    .banner .envelope {
        width: 40px;
        height: 30px;
        margin-top: 13px;
        margin-right: 20px;
        background-image: url(../../image/Envelope.png);
        background-position-y: 7px;
        background-position-x: 5px;
        background-repeat: no-repeat;
        float: left;
        content: " ";
    }

        .banner .envelope .notificationcount {
            position: relative;
            top: 0px;
            float: right;
            width: 15px;
            height: 15px;
            border: #fff solid 1px;
            border-radius: 7.5px;
            background-color: #ff686e;
            color: #fff;
            font-size: 10px;
            vertical-align: middle;
        }

.BillingCompanyname {
    color: #ffffff;
    font-size: 28px;
    float: left;
    margin-left: 15px;
}

@media (max-width: 1250px) {

    .BillingCompanyname {
        font-size: 20px;
    }
}

@media (max-width: 1036px) {
    .BillingCompanyname {
        font-size: 18px !important;
    }

    .banner {
        height: 100%;
        min-height: 57px;
    }
}

@media (max-width: 1036px) {
    .BillingCompanyname {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 100%;
        min-height: 52px;
    }

    .BillingCompanyname {
        font-size: 20px;
        margin-left: 45px;
    }

    .loginimgsize {
        height: 57px;
    }
}

@media (max-width: 414px) {
    .banner {
        height: 100%;
        min-height: 57px;
    }

    .BillingCompanyname {
        font-size: 14px;
        margin-left: 45px;
    }
}

.logoutbutton {
    width: 100px;
    height: 35px;
    margin-right: 54px;
    margin-top: 11px;
    border-radius: 3px;
    border: solid 2px #ffffff;
    background: #009ee5;
    font-family: OpenSans;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

    .logoutbutton:focus {
        outline: 0;
    }
/* banner end */

/* navbar page title*/
.navbar {
    margin: 0;
    padding: 0px 8px;
}

    .navbar .pageTitle {
        height: auto;
        padding-top: 0px;
        padding-left: 25px;
        font-family: Opensans;
        font-size: 27px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #ffffff;
    }
/* end navbar page title */

/*  2/3/2017  */
.nav > li, .navbar-nav > li {
    padding-left: 0.5%;
}

    .navbar-nav > li:last-child {
        padding-left: 0;
    }

    .nav > li > a, .navbar-nav > li > a {
        position: relative;
        display: block;
        padding-top: 17px;
        text-decoration: none;
    }

        .navbar-nav > li > a:last-child {
            padding-left: 0px;
        }

.navbar-collapse {
    display: block;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.navbar-light {
    min-height: 50px;
    background-color: #007db6;
    font-family: Opensans;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #fafafa;
    z-index: 100;
    white-space: nowrap;
    justify-content: normal;
}

    .navbar-light .navbar-collapse, .navbar-light .navbar-form {
        border-color: #007DB6 !important;
        background-color: #007db6;
    }

.navbar-height {
    height: auto;
}

.navbar-light .navbar-brand {
    color: #ffffff;
}

    .navbar-light .navbar-brand:hover,
    .navbar-light .navbar-brand:focus {
        color: #e6e6e6;
        background-color: transparent;
    }

.navbar-light .navbar-text {
    color: #283c5d;
}

.navbar-light .navbar-nav > li > a {
    font-family: Opensans;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #ffffff;
    border-bottom: 5px solid transparent;
    height: auto;
}

    .navbar-light .navbar-nav > li > a:hover,
    .navbar-light .navbar-nav > li > a:focus, .navbar-light .navbar-nav > li > a.active {
        color: #ffffff;
        /*text-shadow: 1.25px 0 0 currentColor;*/
        font-weight: bold;
        border-bottom: 5px solid #ffba00;
    }

.navbar-light .navbar-nav > .active > a,
.navbar-light .navbar-nav > .active > a:hover,
.navbar-light .navbar-nav > .active > a:focus {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #D7E6F3;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-light .navbar-toggle {
    border-color: #dddddd;
}

    .navbar-light .navbar-toggle:hover,
    .navbar-light .navbar-toggle:focus {
        background-color: #dddddd;
    }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

/*  2/3/2017  */
/* this css used to display the starnik content with blue background */
.starnikinformation {
    background-color: #009ee5;
    height: 100vh;
}

    .starnikinformation img {
        position: relative;
        left: 12px;
        top: 20px;
    }

    .starnikinformation .starniklogo {
        position: absolute;
        left: 12px;
        top: 85vh;
    }

    .starnikinformation .bcheadername {
        margin-top: 45px;
        font-size: 45px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ffffff;
    }

    .starnikinformation .text {
        margin-top: 150px;
        font-size: 28px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ffffff;
    }

.signinsignup {
    height: 100vh;
}

    .signinsignup .signedoutmessage {
        width: 100%;
        height: 38px;
        padding-bottom: 65px;
        font-size: 28px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #444444;
    }

    .signinsignup .content {
        margin-top: 123px;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
        min-height: 79vh;
        min-height: 79%;
    }

        .signinsignup .content .form-group {
            margin-bottom: 25px;
        }

        .signinsignup .content .linkedtitle, .signinsignup .content .linkedtitle a:link {
            font-size: 28px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            text-align: left;
            color: #a3a3a3 !important;
            padding-bottom: 5px;
            margin-bottom: 20px;
            text-decoration: none;
        }

            .signinsignup .content .linkedtitle a:link.active, .signinsignup .content .linkedtitle a:link:hover {
                color: #009ee5 !important;
                border-bottom: 5px solid #ffba00;
            }

    .signinsignup .title {
        font-size: 28px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #4b5565;
    }

    .signinsignup .content label {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #4b5565;
    }

    .signinsignup .content a:link, .signinsignup .content a:visited {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #a3a3a3 !important;
        text-decoration: none;
    }

    .signinsignup .content .gray {
        font-size: 16px;
        color: #a3a3a3 !important;
    }

    .signinsignup .content .blue:link, .signinsignup .content .blue:visited {
        font-size: 16px;
        color: #009ee5 !important;
    }

    .signinsignup .content .row, .signinsignup .content .form-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .signinsignup .helptext {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #a3a3a3;
        margin-top: 0px !important;
    }
/* Success message as like popup*/
.successmessage {
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.19);
    max-width: 287px;
    min-width: 287px;
    min-height: 86px;
    margin-top: 22px;
    padding-top: 12px;
}

    .successmessage .title {
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.28;
        text-align: left;
        color: #71d300;
        margin-left: 12px;
    }

        .successmessage .title:before {
            font-family: 'starnik' !important;
            content: "\e900";
        }

    .successmessage .text {
        padding-left: 41px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.29;
        text-align: left;
        color: #4b5565;
    }
/* end Success message */

/* footer styles */
.footer {
    width: 100%;
    height: 51px;
    padding-top: 15px;
    text-align: center;
    font-family: Opensans;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #a3a3a3 !important;
    font-weight: 500;
    vertical-align: middle;
}

    .footer .starniklogo {
        cursor: pointer;
        display: inline-block;
        background-image: url(../../image/starniklogo.png);
        background-size: 72px 16px;
        background-repeat: no-repeat;
        width: 80px;
        background-position-x: 5px;
        height: 20px;
    }

        .footer .starniklogo a {
            height: 10px !Important;
        }

@media (max-width: 767px) {
    .footer, .footer *, .footer *:hover {
        font-size: 11px;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .nav > li > a, .navbar-nav > li > a {
        padding-left: 0px;
    }
}

.footersigninsignup {
    /*  position: absolute;*/
    bottom: auto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #a3a3a3 !important;
    font-weight: bold;
}

    .footersigninsignup .starniklogo {
        cursor: pointer;
        display: inline-block;
        background-image: url(../../image/starniklogo.png);
        background-size: 72px 16px;
        background-repeat: no-repeat;
        width: 80px;
        background-position-x: 5px;
        background-position-y: 5px;
        height: 20px;
    }
/* footer end */

.sectioncontainer {
    background-color: #ffffff;
    min-height: 80.8vh;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .sectioncontainer {
        padding-top: 34px;
        padding-left: 31px;
        padding-right: 50px;
    }
}
/* Page title class is used to in the resident portal my account pages like About Me, Phone, Email and etc.*/
.pagetitle {
    height: 34px;
    font-family: Opensans;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #4b5565;
}

.rowsection-md {
    margin-top: 1px;
    border-radius: 2px;
    background-color: #f7f7f7;
    border: solid 1px #e2e6e9;
    border-left: solid 15px #007db6;
    padding-left: 33px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-right: 33px;
    vertical-align: middle;
}

.row-md {
    font-family: Opensans;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 4px;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
}

.rowsection-md .content {
    font-weight: normal;
    color: #4b5565 !important;
    letter-spacing: 0;
}

    .rowsection-md .content .row {
        margin-bottom: 7px;
    }

    .rowsection-md .content label {
        font-weight: bold;
    }

    .rowsection-md .content .messagepopup label {
        font-weight: normal;
    }

    .rowsection-md .content .form-group label {
        font-weight: normal;
    }

    .rowsection-md .content a, .rowsection .content a:link, .rowsection .content a:visited {
        font-family: Opensans;
        font-size: 9px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #009ee5;
        text-decoration: none;
    }

        .rowsection-md .content a:hover {
            font-weight: 700;
        }

.rowsection {
    margin-top: 8px;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: solid 1px #e2e6e9;
    border-left: solid 15px #007db6;
    padding-left: 33px;
    padding-top: 21px;
    padding-bottom: 11px;
    padding-right: 33px;
    vertical-align: middle;
}

    .rowsection .content {
        font-weight: normal;
        font-size: 14px;
        color: #4b5565 !important;
        letter-spacing: 0;
    }

        .rowsection .content .row {
            margin-bottom: 10px;
        }

        .rowsection .content label {
            font-weight: bold;
        }

        .rowsection .content .messagepopup label {
            font-weight: normal;
        }

        .rowsection .content .form-group label {
            font-weight: normal;
        }

        .rowsection .content a, .rowsection .content a:link, .rowsection .content a:visited {
            font-family: Opensans;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            text-align: left;
            color: #009ee5 !important;
            text-decoration: none;
        }

            .rowsection .content a:hover {
                font-weight: 700;
            }

.content .contentbox {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    height: auto !important;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.helpbox {
    margin-top: 8px;
    padding: 17px;
    border-radius: 3px;
    background-color: #007db6;
    border: solid 1px #007db6;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

    .helpbox .title {
        min-height: 23px;
        font-family: Opensans;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        text-align: left;
        color: #ffffff;
    }

    .helpbox .subtitle {
        font-family: Opensans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #ffffff;
    }

    .helpbox hr {
        height: 3px;
        border-top: solid 1px #ffffff;
        margin-top: 14px;
        margin-bottom: 14px;
        opacity: unset;
    }

    .helpbox li {
        font-family: Opensans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.86;
        text-align: left;
        color: #ffffff;
        list-style: none;
        margin-left: -25px;
        padding-right: 20px;
    }

        .helpbox li:before {
            content: " ";
            margin-left: -17px;
            width: 15px;
            height: 15px;
            padding-right: 20px;
            padding-bottom: 10px;
            background-image: url(../../image/rightblue.png);
            background-repeat: no-repeat;
            background-size: 15px 15px;
            color: #ffffff;
            display: inline-block;
        }

        .helpbox li.success:before {
            background-image: url(../../image/rightGreen.png);
        }

.darkgreybluebox {
    padding: 25px;
    border-radius: 3px;
    background-color: #354052;
    border: solid 1px #009ee5;
    color: #ffffff;
    font-size: 16px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

    .darkgreybluebox .title {
        padding-bottom: 15px;
        min-height: 23px;
        font-family: Opensans;
        font-size: 26px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        text-align: left;
        color: #ffffff;
    }

    .darkgreybluebox .subtitle, .darkgreybluebox .subtitle * {
        font-family: Opensans;
        font-size: 14px;
        /*font-weight: normal;*/
        font-style: normal;
        font-stretch: normal;
        color: #ffffff;
    }

    .darkgreybluebox hr {
        height: 3px;
        border-top: solid 1px #ffffff;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .darkgreybluebox .mainContent .caption {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
    }

    .darkgreybluebox .mainContent .amount {
        font-size: 28px;
        font-weight: bold;
        border: none;
        text-align: right;
    }

    .darkgreybluebox .mainContent input[type='number'] {
        background-color: #354052;
        background-color: #ffffff;
        padding-right: 5px;
        border: 1px solid #ffffff;
        color: #354052 !Important;
        text-decoration: none;
    }

        .darkgreybluebox .mainContent input[type='number']::-webkit-outer-spin-button, .darkgreybluebox .mainContent input[type='number']::-webkit-inner-spin-button {
            display: none;
            -webkit-appearance: none;
            margin: 0;
        }

    .darkgreybluebox .btn-save {
        height: 40px;
        font-size: 16px;
        font-weight: bold;
        border: none;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-save, .btn-cancel, .btn-upload, .btn-success, .btn-primary, .btn-default, .btn-delete, .btn-back {
    height: 35px;
    border-radius: 3px;
    font-family: Opensans;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

    .btn-save:focus, .btn-cancel:focus, .btn-upload:focus, .btn-success:focus, btn-primary:focus, .btn-default:focus, .btn-delete:focus {
        outline: 0;
    }

.btn-save, .btn-cancel, .btn-upload, .btn-delete {
    font-size: 12px;
}

.btn-save {
    background-color: #71d300;
    border: solid 1px #ffffff;
    text-transform: uppercase;
}

.btn-delete {
    background-color: #dc3545;
    border: solid 1px #dc3545;
    text-transform: uppercase;
}

.btn-cancel {
    background-color: #ffffff;
    border: solid 1px #009ee5;
    color: #009ee5;
    text-transform: uppercase;
}

.btn-upload {
    text-transform: uppercase;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2d6da3;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #285f8f;
        border-color: #204d73
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #285f8f;
        border-color: #122a3f
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:focus {
        background-color: #fff;
        border-color: #ccc
    }

.btn-active, .btn-active:hover {
    height: 35px;
    /*  border-radius: 3px;*/
    background-color: #009ee5;
    border: solid 1px #009ee5;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #ffffff;
}

.btn-inactive, .btn-inactive:hover {
    height: 35px;
    /* border-radius: 3px;*/
    background-color: #ffffff;
    border: solid 1px #d2d5d7;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #009ee5;
}
    
.btn-back {
    background-color: #f77080 !important;
    border-color: #f77080 !important;
}


    .btn-save:hover, .btn-cancel:hover, .btn-active:hover, .btn-inactive:hover, .btn-upload:hover, .btn-delete:hover, .btn-back:focus, .btn-back:hover {
        font-weight: 700;
        outline: 0;
    }

.btn-cancel:hover, .btn-cancel:focus {
    color: #009ee5;
}

.btn-save:hover, .btn-save:focus, .btn-delete:hover, .btn-delete:focus, .btn-back:focus, .btn-back:hover {
    color: #ffffff;
}

.btn-save:disabled, btn-cancel:disabled, .btn-upload:disabled, .btn-delete:disabled, .btn-back:disabled {
    border-radius: 3px;
    background-color: #fcfbfb;
    border: solid 1px #d2d5d7;
    color: #a3a3a3;
    outline: 0;
}

/**** MessageBoxes ***/
.infoMessage, .warningMessage, .successMessage, .errorMessage, .validationMessage {
    border: none;
    padding-left: 75px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 20px center;
    border-radius: 3px;
    text-align: left;
    min-height: 60px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #4b5565;
}

    .infoMessage .title, .warningMessage .title, .successMessage .title, .errorMessage .title, .validationMessage .title {
        font-size: 14px;
        font-weight: bold;
    }

    .infoMessage .title, .successMessage .title, .errorMessage .title, .validationMessage .title {
        color: #fff !important;
    }

.infoMessage {
    background-color: #009ee5;
    border: solid 2px #009ee5;
    background-image: url(../../image/exclamation.png);
    color: #fff;
}

    .infoMessage a, .infoMessage a:hover, .infoMessage a:visited {
        color: #ffffff;
        font-weight: bold;
    }

.successMessage {
    color: #ffffff;
    background-color: #7ed321;
    background-image: url(../../image/exclamation_green.png);
}

    .successMessage a, .successMessage a:hover, .successMessage a:visited {
        color: #ffffff;
        font-weight: bold;
    }

.warningMessage {
    background-color: #ffba00;
    background-image: url(../../image/attention.png);
    color: #354052;
}

    .warningMessage a, .warningMessage a:hover, .warningMessage a:visited {
        font-weight: bold;
    }

    .warningMessage .title {
        color: #354052 !important;
    }

.errorMessage {
    background-color: #ff686e;
    background-image: url(../../image/attention_red.png);
    color: #fff !important;
}

    .errorMessage a, .errorMessage a:hover, .errorMessage a:visited {
        font-weight: bold;
        color: #fff;
    }

.validationMessage {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../image/error.png);
}

a {
    font-family: Opensans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #009ee5;
}

.messagepopup {
    position: absolute;
    z-index: 1;
    padding-left: 15px;
    padding-top: 27px;
    padding-right: 15px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 45px 50px 0 rgba(0, 0, 0, 0.4);
    max-width: 190px;
    min-height: 225px;
    width: auto;
    height: auto;
}

    .messagepopup > .title {
        font-family: Roboto;
        font-size: 30px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        color: #4d4d4d;
    }

    .messagepopup > .message {
        margin-top: 17px;
        font-family: Roboto;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        color: #4b5565;
    }

    .messagepopup > .buttons {
        /* position: absolute;
        bottom: 20px;
        right: 20px;*/
        float: right;
    }

        .messagepopup > .buttons > button {
            padding-top: 20px;
            background-color: #ffffff;
            border: none;
            text-transform: uppercase;
        }

        .messagepopup > .buttons > .YES {
            min-width: 79px;
            width: auto;
            font-family: Roboto;
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            text-align: right;
            color: #009ee5;
        }

        .messagepopup > .buttons > .NO {
            min-width: 79px;
            width: auto;
            font-family: Roboto;
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            font-stretch: normal;
            text-align: right;
            color: #666666;
        }

.helpmessagepopup {
    display: inline-block;
    margin-left: 10px;
}

    .helpmessagepopup .icon {
        width: 20px;
        height: 20px;
        background-image: url('../../image/question-mark.png');
    }

    .helpmessagepopup > .messagepopup {
        display: none;
        margin-left: 30px;
    }

.radiobuttonselectbox {
    padding-left: 11px;
    padding-right: 11px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 3px;
    background-color: #fafafa;
    border: solid 1px #d2d5d7;
    font-size: 12px;
    margin-bottom: 10px;
}

    .radiobuttonselectbox .row {
        margin-right: 0px !Important;
    }

    .radiobuttonselectbox.selected {
        border: solid 2px #009ee5;
        background-color: #ffffff;
    }

    .radiobuttonselectbox .caption {
        font-weight: bold;
    }

    .radiobuttonselectbox.selected .bigfont {
        font-size: 28px;
        /*padding-left: 0px !Important;*/
        word-wrap: break-word;
    }

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #d2d5d7;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    float: left;
    clear: none;
    /*margin-top: 2px 0 0 2px; */
    margin: 3px 3px 0px 5px; /* Arun */
}

    input[type="radio"] ~ label {
        padding-left: 10px;  /*Need to remove this css property*/
         padding-top: 5px;         /*Need to remove this css property*/
    }

    input[type="radio"]:before {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        position: relative;
        background-color: #ffffff;
        content: '';
        top: 3px;
        left: 3px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }

    input[type="radio"]:checked:before {
        background-color: #009ee5;
        border: solid 1px #009ee5;
    }

    input[type="radio"]:not(:checked) :before {
        background-color: #ffffff;
    }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    float: left;
    clear: none;
    margin-top: 2px 0 0 2px;
}

    input[type="checkbox"] ~ label {
        display: block;
        padding-left: 30px;
        /*padding-top: 5px; */ /*Arun*/
        clear: none;
    }

    input[type="checkbox"]:before {
        -webkit-appearance: none;
        -moz-appearance: none;
        clear: none;
        background-color: #ffffff;
        content: '';
        display: block;
        position: relative;
        width: 20px;
        height: 20px;
        border: solid 1px #d2d5d7;
    }

    input[type="checkbox"]:checked:before {
        -webkit-appearance: none;
        -moz-appearance: none;
        content: '✓';
        color: #009ee5;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        border: solid 1px #d2d5d7;
    }

    input[type="checkbox"]:not(:checked) :before {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #ffffff;
        border: solid 1px #d2d5d7;
    }

.teal-blue-page {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background-color: #007db6;
    vertical-align: middle;
    text-align: center;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    text-align: center;
    color: #ffffff;
}

    .teal-blue-page .content {
        position: relative;
        top: 35%;
    }

        .teal-blue-page .content .linkwhite {
            color: #ffffff;
            text-align: center;
        }

    .teal-blue-page .success {
        width: 100%;
        height: 51px;
        background-image: url(../../image/rightGreen-51x51.png);
        background-position: center;
        background-repeat: no-repeat;
        content: attr(title);
    }

    .teal-blue-page .Error {
        width: 100%;
        height: 51px;
        background-image: url(../../image/attention_red.png);
        background-position: center;
        background-repeat: no-repeat;
        content: attr(title);
    }

    .teal-blue-page .Warning {
        width: 100%;
        height: 51px;
        background-image: url(../../image/attention.png);
        background-position: center;
        background-repeat: no-repeat;
        content: attr(title);
    }

    .teal-blue-page .Information {
        width: 100%;
        height: 51px;
        background-image: url(../../image/exclamation.png);
        background-position: center;
        background-repeat: no-repeat;
        content: attr(title);
    }

    .teal-blue-page .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.04;
    }

    .teal-blue-page .content .linkwhite {
        color: #ffffff;
        text-align: center;
    }

.progress {
    background-color: #f7f7f7;
    height: auto;
    color: #a3a3a3;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px; /*Arun*/
}

    .progress .col-lg-4, .progress .col-lg-6 {
        padding-left: 29px !important;
        padding-top: 18px;
        border: solid 1px #d2d5d7;
        border-bottom: solid 5px #d2d5d7;
        height: 90px;
    }

    .progress .active {
        color: #4b5565;
        background-color: #ffffff;
        border-bottom: solid 5px #ffba00;
        height: 90px;
    }

    .progress .title {
        font-size: 16px;
        font-weight: bold;
    }

.table, .table tr, .table th, .table > :not(:last-child) > :last-child > * {
    border-bottom: solid 1px #d2d5d7;
}

    .table, .table td {
        vertical-align: middle;
    }

        .table thead {
            background-color: #ebebeb;
            border: solid 1px #d2d5d7;
        }

.table-row {
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #d2d5d7;
}

    .table-row td, .table-altrow td {
        padding: 3px;
        padding-left: 10px !important;
    }    

.table-altrow {
    height: 40px;
    background-color: #fafafa;
    border: solid 1px #d2d5d7;
}


/** The following css needs to removed or updated based on new design **/


.help {
    background-image: url(../../image/HelpButton.png);
    outline: none;
    background-size: 20px 20px;
    background-position-x: 5px;
    width: 25px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

    .help div {
        display: none;
        z-index: 10;
        padding: 8px 8px;
        margin-top: -8px;
        margin-left: 28px;
        margin-right: 15px;
        line-height: 15px;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
        font-size: 12px;
        white-space: normal;
    }

    .help div {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
        box-shadow: 5px 5px 8px #CCC;
    }

.validationMessage {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../../image/error.png);
}

.errorRow {
    color: #D8000C;
    font-weight: bold;
    background-color: #FFBABA;
}

.successRow {
    color: #4F8A10;
    font-weight: bold;
    background-color: #DFF2BF;
}

.no-gutter {
    padding: 0px;
}

.no-rightpadding {
    padding-right: 0px;
}

.bigCard {
    min-height: 315px !important;
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 5px;
}

.smallCard {
    min-height: 150px !important;
    padding: 8px 15px 12px 14px;
    background: #fff;
    min-width: 300px;
    min-height: 200px;
    width: 100%;
    border: solid 1px #CCC;
    border-radius: 5px;
    display: block;
}

.cardTitle {
    min-height: 14px !important;
    color: #414042;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
    letter-spacing: 0;
    text-decoration: none;
    padding-top: 25px;
}

.cardHeader {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #414042;
    font-weight: bold;
}

.cardBodyText {
    color: #0b4c87;
    min-height: 100px !important;
}

.cardLink {
    font-size: 1.5rem !important;
    color: #666;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
    float: right;
    clear: both;
    bottom: 15px;
}

.button-wrapper .btn {
    margin-bottom: 5px;
}

.btn-setup {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #14618C;
    border: solid 1px #14618C;
    color: #ffffff;
}

.btn-verify {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #007DB6;
    border: solid 1px #ffffff;
    color: #ffffff;
}

    .btn-setup:focus, .btn-verify:focus {
        outline: 0;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 34.9px;
    border-radius: 4px;
}

    .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 4px;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 34.9px;
            width: 40px;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 4px;
        }

    .switch input:checked + .slider:before {
        background-color: #007db6;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.switch .text {
    color: white;
}

    .switch .text:before {
        position: absolute;
        top: 7px;
        content: "ON";
        right: 7px;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

    .switch .text:after {
        position: absolute;
        top: 7px;
        content: "OFF";
        left: 7px;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
    }

.switch input + .slider + .text:after {
    opacity: 1;
}

.switch input + .slider + .text:before {
    opacity: 0;
}

.switch input:checked + .slider + .text:after {
    opacity: 0;
}

.switch input:checked + .slider + .text:before {
    opacity: 1;
}

.textalign {
    text-align: left;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

@media screen and (max-width: 480px) {
    .navbar .pageTitle {
        font-size: 17px;
    }
}

@media (min-width: 320px) {
    .navbar .pageTitle {
        font-size: 14.5px;
        margin-top: 0px;
    }

    .banner .logo {
        background-size: 102px;
        width: 142px !important;
        margin-top: -8px;
    }

    .logoutbutton {
        width: 69px;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .logoutbutton {
        width: 100px;
        margin-right: 30px;
    }

    .navbar .pageTitle {
        font-size: 21px;
        margin-top: 0px;
    }

    .navbar-light .navbar-nav > li > a {
        font-size: 9.5px;
    }

        .navbar-light .navbar-nav > li > a::after {
            display: block;
            content: attr(menuname);
            font-family: Opensans;
            font-size: 9.5px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            height: 1px;
            color: transparent;
            overflow: hidden;
            visibility: hidden;
        }
}

@media (min-width: 992px) {
    .logoutbutton {
        width: 100px;
        margin-right: 30px;
    }

    .navbar .pageTitle {
        font-size: 27px;
        margin-top: 0px;
    }

    .navbar-light .navbar-nav > li > a {
        font-family: Opensans;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        color: #fff;
        border-bottom: 5px solid transparent;
        height: auto;
    }

        .navbar-light .navbar-nav > li > a::after {
            display: block;
            content: attr(menuname);
            font-family: Opensans;
            font-size: 16px;
            font-weight: 700;
            font-style: normal;
            font-stretch: normal;
            height: 1px;
            color: transparent;
            overflow: hidden;
            visibility: hidden;
        }

    .MobileViewHide {
        width: 94%;
    }
}

/*To hide the login screen blue portion*/
@media (max-width: 767px) {
    .starnikinformation {
        height: 15vh;
    }

        .starnikinformation .bcheadername {
            /*margin-top: 0px;*/
            font-size: 22px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            color: #ffffff;
            vertical-align: middle;
            /*display: table-cell;*/
            text-align: center;
        }

    .signinsignup .content {
        margin-top: 30px;
        min-height: 75vh;
        min-height: 75%;
        padding-left: 5%;
        padding-right: 5%;
        width: 100%;
    }

    .signinsignup .signedoutmessage {
        font-size: 18px;
        padding-bottom: 30px;
    }

    .signinsignup .content .linkedtitle, .signinsignup .content .linkedtitle a:link {
        font-size: 18px;
    }

    .signinsignup .content .gray {
        color: #a3a3a3 !important;
        font-size: 13px;
    }

    .footersigninsignup {
        bottom: auto;
        left: 0px;
        /*position: absolute;*/
        font-size: 12px;
        margin-top: 5%;
    }

    .teal-blue-page {
        font-size: 13px;
    }

        .teal-blue-page .content {
            position: relative;
            top: 10%;
        }

    .signinsignup .title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .signinsignup .content .gray {
        color: #a3a3a3 !important;
        font-size: 16px;
    }

    .teal-blue-page .title {
        font-size: 14px;
    }

    .teal-blue-page .content .linkwhite {
        font-size: 12px;
    }

    .pagetitle {
        font-size: 16px;
    }

    .MobileViewHide {
        display: none;
    }
}

@media (min-width: 1200px) {
    .MobileViewHide {
        width: 96%;
    }
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingright0 {
    padding-right: 0px;
}

.padding0 {
    padding: 0px;
}

.radiobuttonselectbox Label {
    font-size: 14px;
}

.rowsection .header {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
}

.graybackground {
    background-color: #f5f5f5;
}

.formlabel label {
    font-weight: bold;
}

.dashboard {
    display: block;
}

    .dashboard > .panel {
        border-radius: 0px;
    }

    .dashboard .panel {
        background-color: #fff;
        margin-bottom: 20px;
        border: 1px solid transparent;
        box-shadow: 0px 5px 20px 0px rgba(93, 91, 91, 0.3);
    }

        .dashboard .panel:hover {
            z-index: 9999;
            box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
        }

        .dashboard .panel img {
            margin: 0px auto;
            display: block;
        }

    .dashboard .fiximg img {
        max-height: 100%;
        max-width: 100%;
    }

    .dashboard .panel-heading {
        font-size: 25px;
        background-color: #ffffff;
        padding: 7px 15px;
        border-bottom: 1px solid #ddd;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .dashboard .panel-heading div {
            display: inline-block;
        }

        .dashboard .panel-heading .glyphicon {
            color: rgb(0, 158, 229);
            padding-right: 10px;
            font-size: 23px;
        }

    .dashboard .tbl-bdy {
        padding: 10px 15px;
    }

        .dashboard .tbl-bdy thead {
            height: 25px;
        }

    .dashboard .panel-body {
        height: 230px;
        overflow: auto;
        justify-content: center;
        padding: 15px;
    }

        .dashboard .panel-body .btnsmd {
        }

        .dashboard .panel-body span {
            color: rgb(75, 85, 101);
            font-size: 14px;
            font-weight: bold;
            background-color: rgb(255, 255, 255);
        }

        .dashboard .panel-body label {
            color: rgb(75, 85, 101);
            font-size: 14px;
            font-weight: bold;
            background-color: rgb(255, 255, 255);
        }

        .dashboard .panel-body select {
            color: rgb(75, 85, 101);
            font-size: 14px;
            font-weight: bold;
            background-color: rgb(255, 255, 255);
        }

        .dashboard .panel-body table {
            color: rgb(75, 85, 101);
            font-size: 14px;
            font-weight: bold;
            background-color: rgb(255, 255, 255);
        }

        .dashboard .panel-body div {
            color: rgb(75, 85, 101);
            font-size: 14px;
            font-weight: bold;
            background-color: rgb(255, 255, 255);
        }

            /*Below css classes used to show modal dialog inside the resident dashboard tiles*/
            .dashboard .panel-body div.modal, .dashboard .panel-body div.modal-dialog {
                background-color: unset;
            }

            .dashboard .panel-body div.modal-header {
                color: white;
                background-color: #337ab7;
            }

            .dashboard .panel-body div.modal-body, .dashboard .panel-body div.modal-footer {
                color: white;
                background-color: white;
            }

            .dashboard .panel-body div.warningMessage {
                background-color: #ffba00;
                color: #354052;
            }

            .dashboard .panel-body div.successMessage {
                background-color: #7ed321;
                color: #ffffff;
            }

            .dashboard .panel-body div.infoMessage {
                background-color: #009ee5;
                color: #ffffff;
            }

            .dashboard .panel-body div.errorMessage {
                background-color: #ff686e;
                color: #fff !important;
            }

            .dashboard .panel-body div.validationMessage {
                background-color: #FFCCBA;
                color: #D63301;
            }

        .dashboard .panel-body .text-success {
            color: #71d300;
        }

.dashboardfullpage span {
    color: rgb(75, 85, 101);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.dashboardfullpage label {
    color: rgb(75, 85, 101);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.dashboardfullpage select {
    color: rgb(75, 85, 101);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.dashboardfullpage table {
    color: rgb(75, 85, 101);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.dashboardfullpage div {
    color: rgb(75, 85, 101);
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.dashboard .panel-body .dislight {
}

.dashboard .panel-body .caption {
    font-weight: normal;
}

.dashboardfullpage .caption {
    font-weight: normal;
}

.dashboard .notmapped {
    border: currentColor;
    border-image: none;
    box-shadow: 0px 1px 1px #f5f5f5;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 1px #f5f5f5;
}

    .dashboard .notmapped:hover {
        border: currentColor;
        border-image: none;
        box-shadow: 0px 1px 1px #f5f5f5;
        background-color: transparent;
        -webkit-box-shadow: 0 1px 1px #f5f5f5;
    }

    .dashboard .notmapped:hover {
        transform: none;
        -o-transform: none;
        webkit-transform: none;
        -moz-transform: none;
    }

    .dashboard .notmapped .panel {
        border: currentColor;
        border-image: none;
    }

    .dashboard .notmapped .panel-heading {
        border-color: rgb(245, 245, 245);
        background-color: transparent;
    }

.dashboard .table-row {
    height: auto;
}

.dashboard .table-altrow {
    height: auto;
}

.dashboard .inlinecheckbox label {
    font-size: 10px;
    margin-right: 5%;
    float: left;
}

.dashboardfullpage .inlinecheckbox label {
    font-size: 10px;
    margin-right: 5%;
    float: left;
}

.dashboard .inlinecheckbox input[type='checkbox'] ~ label {
    padding-left: 5px;
}

.dashboardfullpage .inlinecheckbox input[type='checkbox'] ~ label {
    padding-left: 5px;
}

.dashboard input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

    .dashboard input[type='checkbox']::before {
        width: 15px;
        height: 15px;
    }

    .dashboard input[type='checkbox']:checked::before {
        background: url("../../image/lightblueRight.png") no-repeat 0% 0% / contain;
        width: 15px;
        height: 15px;
        position: absolute;
        content: " ";
    }

.dashboard .inlinecheckbox td {
    display: inline-flex;
}

.dashboardfullpage .inlinecheckbox td {
    display: inline-flex;
}

.dashboard .caption, .dashboard .content, .dashboard .caption, .dashboard .content {
    text-align: left !important;
    padding: 0;
}

.dashboard .caption {
    text-align: right !important;
    padding-right: 10px;
}

.dashboard .billing .txtSz, .dashboardfullpage .txtSz {
    font-size: 20px !important;
    padding: 0px !important;   
}

.dashboard .billing .balance, .dashboardfullpage .balance {
    color: rgb(255, 0, 0) !important;
    line-height: 80px;
    font-size: 50px !important;
    font-weight: 600 !important;
}

.termsandconditions {
}

    .termsandconditions table {
        background-color: transparent;
    }

/* THIS IS FOR MAITENANCE NOTIFICATION DON'T CHANGE THIS AND NOT USE ANY OTHER PAGE */
#message {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 105 !important;
    width: auto;
}

.mobilemessageblink {
    text-align: left;
    position: absolute;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    padding: 8px;
    border: dashed 1px #ccc;
    z-index: 105;
    cursor: pointer;
}

.mobileMessageheader {
    font-size: 20px;
    font-weight: bold;
    animation: blink 1s linear infinite;
    white-space: nowrap;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.mobileclose {
    width: 23px;
    height: 36px;
    margin-top: -17px;
    margin-right: -17px;
    background-image: url(../../image/close.png);
    background-position-y: 3px;
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-size: 17px;
    float: right;
    cursor: pointer;
}


@media (max-width: 900px) {
    #message {
        top: 35px !important;
        font: bold 9px Arial !important;
    }
}

@media (max-width: 800px) {
    .mobileMessageheader {
        font-size: 15px !important;
        margin-bottom: 0px;
    }

    .mobilemessageblink {
        left: 50%;
        padding: 4px;
        transform: translateX(-50%);
    }
}

/*Suggestion Form */
.suggestionformicon {
    width: 23px;
    height: 36px;
    margin-top: 13px;
    margin-right: 20px;
    background-image: url(../../image/rp_Suggestionicon.png);
    background-position-y: 3px;
    background-position-x: 0px;
    background-repeat: no-repeat;
    background-size: 17px;
    float: left;
    cursor: pointer;
}


.suggestionform {
    padding: 10px !important;
}

    .suggestionform > table {
        width: 100%;
    }

        .suggestionform > table > tbody > tr > td {
            padding-bottom: 5px;
            padding-left: 5px;
            line-height: 1.42857143;
        }

    .suggestionform .subject {
        background-color: #d7e6f3;
    }


        .suggestionform .subject .subjectinput {
            padding-top: 10px;
            padding-right: 15px;
            padding-bottom: 10px;
            padding-left: 15px;
        }

    .suggestionform .details td {
        padding: 0px;
    }

    .suggestionform .details textarea {
        border-radius: 0px;
        border-collapse: collapse !important;
        border: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: none;
        width: 100% !Important;
        height: 180px !Important;
        padding: 4px 6px;
    }

.nowrap {
    white-space: nowrap;
}

.wraptext {
    word-break: break-all;
}

.alignright {
    text-align: right !important;
}

.boxHelpText {
    font-style: italic;
}


.suggestionpage_header {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 20px !important;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

/*Info Text*/
.info {
    color: #878787;
    font-style: italic;
}

.usermanualicon {
    background-image: url(../../image/question-mark.png);
    width: 20px;
    height: 20px;
    right: 5px;
    z-index: 10;
    position: absolute;
    left: auto;
    cursor: pointer;
}

@media (max-width: 767px) {
    .usermanualicon {
        position: relative;
        top: 0px !important;
        left: auto;
        right: 5px !Important;
    }
}

@media (max-width: 1194px) {
    .iconContainer {
        padding-bottom: 2px;
    }
}

.pageInfo {
    padding: 10px;
    background-color: #f5f5f5;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #e2e6e9;
    border-radius: 5px;
} 

.billcard {
    width: 97%;
    min-height: 50vh;
    padding: 0px 15px 0px 5px;
    margin-left: 5px;    
    border: solid 1px #d2d5d7;
    border-left: #007db6 20px solid;
    border-radius: 5px;
    text-align: center;
    background-color: #fafafa;
}

    .billcard .label {
        font-size: 13px;
        font-weight: 600;
    }

    .billcard .image {
        position: relative;
        top: -5px;
        width: 30px;
        height: 30px;
    }

.nav-side-menu ul .sub-menu li:before{
    padding-left: 12px !important;
}

.nav-side-menu .heading, .nav-side-menu .heading:hover {
    padding-left: 12px !important;
}

/*Sercurity Errror CSS BEGIN*/
.securityError {
}


    .securityError table {
        background-color: transparent;
    }

    .securityError .searchbox {
        border-radius: 5px;
        border: 1px solid #999999 !important;
        background-color: #d7e6f3;
        padding: 10px 20px;
        margin-bottom: 10px;
    }


    .securityError .largefont {
        font-size: 20px !Important;
    }

    .securityError .Header1 {
        font-size: 15px;
        font-weight: bold;
    }

    .securityError .contentcenter {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .securityError .btn-search {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 5px;
        font-weight: bold;
        line-height: 1.42857143;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background-color: #868586;
        border: 1px solid transparent;
        border-radius: 7px;
        -webkit-transition: .3s;
        transition: .3s;
        text-decoration: none;
        background-color: #4a90e2 !important;
        border-color: #4a90e2 !important;
    }

    .securityError .widthauto {
        width: auto !important;
    }

    .securityError .Valigncontentcenter {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/*Overriding the model z-index*/
.modal {
    z-index: 1030 !important;
}

.modal-backdrop {
    z-index: 1025 !important;
}

input[type=file] {
    width: 100%;
    background: none;
    cursor: pointer;
    /**To display the border for file uploader control in Chrome**/
    -webkit-border-end: solid 1px #009ee5;
    -webkit-border-before: solid 1px #009ee5;
    -webkit-border-after: solid 1px #009ee5;
}

    input[type=file]::-ms-value {
        border: 0px;
        background-color: #fff;
        float: right;
        border: solid 0.01px #009ee5;
    }

    input[type=file]::-ms-browse {
        display: inline-block;
        padding: 6px 12px;
        margin: 0 5px;
        font-weight: bold;
        line-height: 1.42857143;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        font-size: 12px;
        background-image: none;
        background-color: #6a4889;
        border: 1px solid transparent;
        border-radius: 7px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    /**file uploader - Browse button css for Chrome**/
    input[type=file]::-webkit-file-upload-button {
        display: inline-block;
        padding: 6px 12px;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: #ffffff;
        cursor: pointer;
        background-image: none;
        background-color: #6a4889;
        border: 1px solid transparent;
        width: 150px;
        text-indent: -5px;
    }

/**file uploader css for firefox**/
@-moz-document url-prefix() {
    input[type=file] {
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid #009ee5;
        height: 25px;
    }

    select option {
        height: 15.5px !important;
    }

    select[multiple=multiple] option {
        height: 15.3px !important;
    }
}

.btn-upload {
    background-color: #0d7a62 !important;
    border-color: #0d7a62 !important;
    color: #ffffff !important;
}

/* wizard with steps */
.wizard {
    margin: 20px auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
        width: 50%;
    }

    .wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        border: 0;
        border-bottom-color: transparent;
    }

    .wizard .nav-tabs > li > a:hover {
        border-color: transparent;
    }

span.round-tab {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
}

    .wizard li.active span.round-tab i {
        color: #5bc0de;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #5bc0de;
}

.wizard .nav-tabs > li {
    width: 50px;
}

.wizard li:after {
    content: " ";
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #007db6;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position:relative;
    left:15px;
    top:-8px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #007db6;
}

.wizard .nav-tabs > li a {
    color: #333;
    width: 35px;
    height: 15px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0px;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    background: #fff;
    position: relative;
}

    .wizard .tab-pane .content {
        padding: 25px;
    }

        .wizard .tab-pane .content .description {
            font-style: italic;
            color: #4b5565
        }

        .wizard .tab-pane .content .fieldname {
            font-weight: bold;
        }

.wizard .tab-content {
    border: 2px solid #007db6 !important;
    border-radius: 5px 5px 0px 0px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard .nav-tabs > li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 25%;
    }
}

.applicationFormParentSectionName {
    display: block;
    padding: 5px !important;
    font-size: 25px;
    font-weight: bold;
    line-height: inherit;
    color: #fff;
    border: 0;
    text-align: center;
    background-color: #007db6;
}

.applicationFormSectionName {
    display: block;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
}

.btn-signup {
    background-color: #ffba00;
    color: #354052;
    font-weight: bold;
    font-size: 14px;
}

    .btn-signup:hover {
        background-color: #ebac01;
    }

.align-middle {
    margin-top: auto;
    margin-bottom: auto;
}

.margin-top-5 {
    margin-top: 5px;
}

.display-flex {
    display: flex;
}

a, a:link {
    text-decoration: none;
}

.form-group {
    margin-bottom: 15px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

b, strong {
    font-weight: 700;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-file:before {
    content: "\e022";
}

.nogutter {
    margin: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-success {
    color: #71d300 !important;
    font-weight: 700;
}


.form-control:focus, .form-select:focus, .btn:focus {
    box-shadow: none;
}

label .required {
    color: #ff686e;
}

.font-weight-normal {
    font-weight: normal;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.form-control, .form-select {
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #d2d5d7;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Opensans;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #4b5565;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

textarea.form-control {
    height: auto;
    overflow: auto;
}

.helpbox ul {
    padding-left: 40px; 
}

h4 {
    font-size: 18px;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}

.min-width-85 {
    min-width: 85px;
}

.recaptcha div {
    width: auto !important;
    margin-bottom: 15px;
}

.text-justify {
    text-align: justify;
}

.margin-left-3 {
    margin-left: 3px;
}

.top-25 {
    top: 25% !important
}

.font-size-15 {
    font-size: 15px;
}

.displaybox {
    height: 105px;
    border: 1px solid #009ee5;
    overflow: auto;
    padding: 5px;
    border-radius: 3px;
}

.margin-top-10 {
    margin-top: 10px;
}

/*Over riding existing design for bc pages*/

.bcnewdesign {
}

    .bcnewdesign .progress .col-lg-4, .progress .col-lg-6 {
        padding-top: 10px !important;
        height: 50px !important;
    }

    .bcnewdesign .progress .active {
        height: 50px !important;
    }

    .bcnewdesign input[type="radio"] {
        float: none !important;
        margin: 2px 8px -5px 6px !important;
    }

        .bcnewdesign input[type="radio"] ~ label {
            padding-left: 0px !important;
        }

    .bcnewdesign hr {
        margin-top: 0px !important;
    }
