﻿/*#region FallBack  */
body {
    background: #FFFFFF;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FCFCFC 17%, #E7E7E7 34%, #CCCCCC 54%, #CCCCCC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(17%,#FCFCFC), color-stop(34%,#E7E7E7), color-stop(54%,#CCCCCC), color-stop(100%,#CCCCCC));
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#FCFCFC 17%,#E7E7E7 34%,#CCCCCC 54%,#CCCCCC 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%,#FCFCFC 17%,#E7E7E7 34%,#CCCCCC 54%,#CCCCCC 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FCFCFC 17%,#E7E7E7 34%,#CCCCCC 54%,#CCCCCC 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%,#FCFCFC 17%,#E7E7E7 34%,#CCCCCC 54%,#CCCCCC 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

header .supportcol .supportab_bg ul li a, header .supportcol .supportab_bg {
    background: #A6A6A6 url("../images/grey-tabbg.png") repeat-x scroll left -7px;
}

    header .supportcol .supportab_bg ul li a.rmSelected, header .supportcol .supportab_bg ul li a:hover {
        background: #585858 url("../images/grey-tabbg.png") repeat-x scroll left -7px;
    }

    header .supportcol .supportab_bg ul li ul {
        background: #A6A6A6 !important;
    }

    header .supportcol .supportab_bg ul li a.active {
        color: #fff !important;
        background: #585858 url(../images/grey-tabbg.png) repeat-x left -7px;
    }
    header .supportcol .supportab_bg ul li:hover > ul {
        display: block;
        position: absolute;
    }

    header .logo {
        background: url(../images/DataPathlogo.png) no-repeat -2px 10px;
    }

header {
    background: url() no-repeat 240px 10px;
}

    #divmainmenu,
    header .maintab_bg, .search_field {
        background: #17365D url(../images/main-tabbg.png) repeat-x left top !important;
    }

        #divmainmenu .support_new.k-state-hover,
        #divmainmenu .k-animation-container .support_new.sub-m.k-state-hover,
        #divmainmenu .k-link.k-state-active.k-state-border-down,
        #divmainmenu .k-item.k-state-default.support_new.k-state-border-down {
            background:  #5392C8 url(../images/main-tabbg.png) repeat-x left top;
        }

        #divmainmenu .k-state-hover:not(ul > .k-state-hover) {
            background: #5392C8 url(../images/main-tabbg.png) repeat-x left top;
        }
        #divmainmenu .k-state-selected {
            background: #5392C8 url(../images/main-tabbg.png) repeat-x left top !important;
        }

        #divmainmenu .k-animation-container .support_new {
            background: #17365D url(../images/main-tabbg.png) repeat-x left top;
        }

        #divmainmenu .k-state-border-down {
            background: #17365D url(../images/main-tabbg.png) repeat-x left top;
        }

.k-button, .btn-sgreen, .btn-green, .k-upload-button, .div.k-dropzone > div.k-button {
    background: #01941F url(../images/grn-btnbg.png) repeat-x left top;
}

.k-grid-header .k-header {
    background: #EAEAEA;
}
/*a{
    color:#0070C0;
}*/
a:not(.k-link) {
    color: #0070C0;
}

.smalltablelink {
    color: #0070C0;
    font-size: 12px;
}

.lnkbluecolor, .bluecolor, .nodecoration, .link-default {
    color: #0070C0;
}

.link-active {
    color: #5e5e5e;
}

#tabs .inactive {
    background: #4D8DC1;
}

#tabs .active {
    background: #DBE7F3;
}

#tabs button.active {
    background: #DBE7F3 url(../Images/arrow-down.png) no-repeat scroll 5px center;
}

#tabs button.inactive {
    background: #4D8DC1 url(../Images/arrow-up.png) no-repeat scroll 5px center;
}

#left-container h1, .main-heading, h1, .main-heading {
    color: #333333;
}

.sub-heading, .subhead {
    color: #333333;
}
/*.submenu{
    background: #DBE7F3;
    line-height:1.8em;
    text-align:center;
    margin-left:5px;
}*/
.submenu a {
    color: #0070C0;
}

/*#endregion */

* {
    outline: none;
}

html {
    height: 100% !important;
}

body {
    background: url(../images/kairos_bg.png) repeat-x 0 0 #ccc;
    font-size: 14px !important;
    font-family: Calibri !important;
    color: #333 !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

/*# 02-05-2014 */
/*#region Login Form */

/** {
    box-sizing: border-box;
}*/
header .maintab_bg {
    height: 41px !important;
    z-index: -1;
    position: relative;
    /*background: #17365d url(../images/main-tabbg.png) repeat-x left top !important;*/
    margin: 7px auto 0px;
    width: 948px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.nodecoration {
    text-decoration: none;
}

.centeralign {
    text-align: center;
}

div[id$=timeline-wrapper], div[id$=timeline-wrapper] div {
    box-sizing: border-box;
}

#container {
    width: 972px;
    min-height: 700px;
    /*height: 780px;*/
    margin: 0 auto;
    box-sizing: border-box;
}

#header {
    position: relative;
    height: 82px;
    margin: 0 auto;
}

    #header .left {
        height: inherit;
        width: 30%;
        padding: 5px;
        float: left;
    }

.left img {
    height: inherit;
}

#header .right {
    height: inherit;
    float: right;
    padding-left: 10px;
    text-align: right;
    padding-right: 32px;
}

#header:after {
    clear: both;
}

#content {
    background-color: #fff;
    /*height: 76%;*/
    border-radius: 14px;
    box-shadow: 0px 2px 3px #808080;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

#left-container {
    height: inherit;
    /*width: 65%;*/
    float: left;
    padding: 15px 0 0 55px;
}

    #left-container h1, .main-heading {
        font-family: Calibri;
        text-align: left;
        color: #666;
        font-weight: normal;
        font-size: 28px;
        margin: 0;
        padding: 0;
    }

#right-box {
    /*border:1px solid black;*/
    height: inherit;
    /*width: 25%;*/
    width: 250px;
    float: right;
    padding: 3px;
    margin-top: 11px;
    margin-right: 11px;
}

.user-signin {
        width: 100%;
        height: auto;
        /*border:1px solid red;*/
        margin-bottom: 24px;
        background-color: #dbe9f7;
        padding: 14px 18px 18px 18px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-radius: 12px;
    }

    .user-signin h1 {
            text-align: left;
            /*padding-left:10px;*/
            font-weight: normal;
        }

        .user-signin h1:after {
                content: "Sign In";
            }

.right-container .rowimg {
        display: inline-block;
        height: 40%;
        width: 100%;
    }

.user-signin .row {
        /*border:1px dashed #ccc;*/
        height: 20px;
        text-align: left;
        width: 100%;
        padding: 5px;
        line-height: 30px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 2px;
    }

.user-signin .row-txt {
    /*height: 30px;*/
    }

.wordings {
        width: 100%;
    height: auto;
        background-color: #f1efeb;
        border-radius: 12px;
        padding: 16px 18px 18px 18px;
        font-size: small;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
    word-wrap: break-word;
    }

#left-container .row {
    /*border:1px dashed #ccc;*/
    height: 50px;
    width: 90%;
    margin: 20px;
    /*padding-left: 5%;*/
    box-sizing: border-box;
}

    #left-container .row:after {
        clear: both;
    }

    #left-container .row img, .right-container img {
        float: left;
        margin-right: 20px;
        /*border:1px solid red;*/
    }

.right-container img {
    margin-bottom: 25px;
    margin-right: 5px;
}

/*.row*/ .subhead {
    margin: 2px 0;
    font-size: 18px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 14px;
}
/*.row*/ .subhead-content {
    font-size: 14px;
    color: #333;
    font-weight: lighter;
    /*margin-bottom: 2px;*/
}

.btn {
    background: #01941F url(../images/grn-btnbg.png) repeat-x left top !important;
    padding: 0 15px;
    border-radius: 15px;
    color: #fff;
    margin-top: 5px;
}

.cancel-action {
    height: 18px;
    background: none !important;
    color: #0070c0;
    padding: 0 12px;
    border: none;
    text-decoration: underline;
}

.k-button:-moz-any(input) {
    padding-bottom: 3px;
    padding-top: 3px;
}


#footer {
}

span.lbl-for-pass {
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.border {
    border: 1px dashed red;
}

[data-think] {
}

input {
}

h1 {
}

p {
}

.shadow-botton {
    height: 51px;
    box-shadow: 0px 36px 22px -18px #666;
}

.shadow-light {
    box-shadow: 1px 1px 2px #ccc;
}

.contact-us {
    /*position: relative;
    top: 73px;
    left: 25px;
    font-family: Calibri;
    font-size: 18px;*/
    min-height: 50px;
    height: auto !important;
    margin:20px 0 0 0 !important;
}

.img-nrtn-cert {
    /*border:1px solid red;*/
    position: relative;
    bottom: -35px;
    right: -165px;
}

/*#endregion */


/*#region Common Styles */

.container {
    /*width: 98%;*/
    height: 530px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    background-color: white;
}

.maincontainer {
    width: 75%;
    border: 1px solid #EEEEEE;
    height: 640px;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #EEEEEE;
}

.left {
    width: 50%;
    height: 500px;
    float: left;
    padding-left: 55px;
}

.right {
    margin-left: 15px;
    width: 35%;
    height: 500px;
    float: right;
}

.signin {
    width: 100%;
    height: 170px;
    border: 1px dotted black;
    background-color: #D7EAFF;
}

.gomobile {
    margin-top: 50px;
    background-color: #EEEEEE;
    height: 170px;
    border: 1px dotted black;
}

.but {
    background-color: green;
    color: white;
    border-radius: 5px;
}


/*#endregion */


/*#region Account creation */

.ppuserinnercontainer {
    width: 95%;
    height: 550px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    background-color: white;
}

.ppusermaincontainer {
    width: 95%;
    border: 1px solid #EEEEEE;
    height: 640px;
    padding: 10px;
    box-sizing: border-box;
    /*margin: 35px auto;*/
    margin: 0 auto;
    margin-top: 12%;
    background-color: #EEEEEE;
}
/*footer {
    position:absolute;
    bottom:0;;
}*/
.ppbutton {
    background-color: green;
    color: white;
    border-radius: 15px;
    width: 145px;
    border-color: none;
    padding: 0px 20px;
}

.fl {
    float: left;
}

.cb {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.seprator_box {
    margin-top: 10px;
    padding: 10px 0px 0px;
    border-top: 1px solid #ccc;
}

    .seprator_box h2 {
        font-size: 14px;
        margin: 0 0 10px 0;
        padding: 0px;
        font-weight: normal;
        color: #333;
        font-weight: bold;
    }

.steps {
    /*border:1px solid red;*/
    width: 350px;
    float: right;
    text-align: right;
    /*color:#ccc;*/
}

.anchorcheck {
    font-size: small;
    text-decoration: none;
    color: green;
}

.h3-steps {
    color: #3192d4;
}

#ppcontrol {
    /*border:1px solid gray;*/
    margin-top: 10px;
    /*border:1px solid red;*/
    height: 25px;
}

    #ppcontrol span {
        border: 0px solid gray;
        display: inline-block;
        width: 50px;
        text-align: center;
        cursor: pointer;
    }

#second {
    display: none;
}

.pplefthead {
    /*text-align:left;*/
    float: left;
    font-size: x-large;
    color: darkgrey;
    font-family: Calibri;
}

.pp-tab-header {
    font-size: large;
    color: #3192d4;
    font-weight: bold;
}

#ppw1, #ppw2, #ppw3 {
    font-size: medium;
    font-weight: bold;
    /*float:right;*/
}

.pp-row {
    /*border: 1px solid red;*/
    min-height: 30px;
    width: 100%;
    line-height: 30px;
    margin-bottom: 3px;
}

    .pp-row .lbl, .pp-row .lbl-custom {
        display: inline-block;
        width: 180px;
        text-align: right;
        /*border: 1px solid green;*/
        min-width: 100px;
        padding-right: 3px;
    }

    .pp-row .lbl-custom {
        width: auto;
    }

    .pp-row .ctrl {
        display: inline-block;
        margin-right: 2px;
        width: auto;
        text-align: left;
        /*border: 1px solid gray;*/
        min-width: 160px;
    }

.pplblpwdnote {
    width: 220px;
    color: #ccc;
    text-align: left;
    font-size: 6px !important;
    font-style: italic;
    display: inline-block;
    line-height: 5px;
}

.border {
    border: 1px dashed red;
}
/*#region for @layout */
/*.main_cont {
    
    box-shadow: 0px 0px 1px #ccc;
}*/

.container-inner {
    /*width: 98%;*/
    /*border:1px solid green;*/
    margin: 0 auto;
    position: relative;
    top: -30px;
}

[class*=container] {
    border-radius: 10px;
    background-color: #fff;
    /*border:thin solid #f00;*/
}

/*[class*=logo] {
    padding: 10px;
    margin-left: 10px !important;
}*/

/*[class*=span] {
    margin-top: 5px;
    margin-bottom: 5px;
    border:thin dashed #808080;
}*/

.align-right {
    text-align: right !important;
}

.padding-right10 {
    padding-right: 10px;
}

.padding-left {
    padding-left: 46px;
    display: inline-block;
}

.span2-left {
    text-align: left !important;
    padding-top: 5px;
    margin: 5px !important;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #555555;
        cursor: default;
        background-color: #ffffff;
        border: none;
        border-bottom-color: none;
    }

    .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        border: none;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.btn-green {
    padding: 0px 10px;
    font-family: Calibri;
    font-size: 14px;
    color: #fff !important;
    border: none;
    text-align: center;
    height: 18px;
    border-radius: 20px;
    overflow: visible;
    cursor: pointer;
    /*line-height: 22px;*/
    background: #01941F url(../images/grn-btnbg.png) repeat-x left top !important;
}

.help-text {
    font-family: Calibri;
    font-weight: lighter;
    color: #666;
    font-size: 12px;
    line-height: 5px;
}

.small-input {
    width: 100px !important;
}

.medium-input {
    width: 275px !important;
    text-align: left;
}
/*#endregion */

/*#region dropdownlist */
.custom-dropdown {
    height: 2.2em;
    line-height: 2em;
    padding: .177em 0;
    border-radius: 2px;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 265px;
    padding: 0px 1px 0px 6px;
    border: 1px solid #ccc !important;
    background: url(../images/field_bg.gif) repeat-x left top !important;
    outline: 0;
    vertical-align: middle;
    padding-bottom: 4px !important;
    margin-bottom: 0px;
}
/*#region common input button */
.custom-button {
    padding: 0px 10px 5px;
    font-family: Calibri;
    font-size: 14px;
    color: #fff !important;
    border: none;
    text-align: center;
    height: 21px;
    background: #01941f url(../images/grn-btnbg.png) repeat-x left top !important;
    border-radius: 20px;
    overflow: visible;
    cursor: pointer;
}

/*#endregion */
.cancel-link {
    font-family: Calibri;
    font-size: 14px;
    background: none !important;
    color: #999999 !important;
    cursor: default;
    text-decoration: none;
    border: none !important;
}

       .cancel-link:hover {
        cursor: pointer;
        text-decoration: underline;
    }
.spanlink {
    color: blue;
    cursor: pointer;
}

.kpanelImage {
    padding-top: 3px !important;
    margin-top: 3px;
}

/********************* region AccountSection ***************************/

.Accounts-FontStyle1 {
    font-size: 14px;
    font-family: Calibri !important;
}

.Accounts-FontStyle2 {
    font-size: 16px;
    font-family: Calibri !important;
}

.Accounts-FontStyle3 {
    font-size: 11px;
    font-family: Calibri !important;
    font-weight: bold;
}

.Accounts-FontStyle4 {
    /*font-size: 12px;
    font-family: Calibri !important;*/
}

.Accounts-span1, .Accounts-timeline-dates {
    display: inline-block;
    text-align: left;
    /*float: left;*/
    margin: 0;
}

.Accounts-date {
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    padding-right: 40px;
}

#spnDependentName {
    min-width: 12%;
    margin-left: 25px;
}

#spnSeparator1, #spnSeparator2 {
    width: 5px;
    color: grey;
}

#spnDependentRelation {
    /*width: 7%;*/
    margin-left: 5px;
}

#spnSeparator2 {
    margin-left: 5px;
}


#divTransactions {
    width: 99%;
    height: auto;
    background-color: #dbeaf5;
}

#spnDependentID {
    width: 10%;
    margin-left: 5px;
}

#spnDependents {
    width: 98%;
    margin-left: 15px;
    margin-top: 15px;
}

#divDependent {
    border: 0px solid green;
    margin-top: 2px;
    width: 95%;
    height: 20px;
}

#spnRequestCard {
    width: 15%;
    margin-left: 1px;
    Color: #009fd5;
}

#divDetails {
    float: left;
    width: 85%;
    height: 50%;
    margin-bottom: 10px;
}

#divCard {
    float: left;
    border: 0px brown solid;
    width: 120px;
    height: 50%;
}

#divTimeline {
    margin-top: 30px;
    margin-left: 20px;
    width: 355px;
    height: 100px;
}

#divTimeline {
    margin-top: 30px;
    margin-left: 20px;
    width: 355px;
    height: 70px;
}

#divLine {
    border: solid 1px #c7c3be;
    width: 890px;
    margin-left: 15px;
    margin-top: 15px;
}

#divClaims {
    border: 0px solid red;
    margin-top: 10px;
    margin-left: 15px;
    width: 98%;
    height: auto;
    background-color: #dbeaf5;
    min-height: 380px;
}

#spnAnnualElection1 {
    width: 60%;
    margin-left: 10px;
    margin-top: 10px;
}

#spnAnnualElectionAmt {
    width: 32%;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

#spnReimbursement {
    width: 67%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnReimbursementAmt {
    width: 25%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnAvailableBalance {
    width: 60%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnAvailableBalanceAmt {
    width: 32%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnPendingDebts {
    width: 60%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnPendingDebtsAmt {
    width: 32%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnDisburseBalance {
    width: 60%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnDisburseBalanceAmt {
    width: 32%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnContribution {
    width: 60%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnContributionAmt {
    width: 32%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#divContribution {
    border: 0px solid green;
    background-color: #eeedeb;
    margin-top: 23px;
    width: 100%;
    height: 27px;
}

#spnDebitCard {
    width: 25%;
    margin-left: 10px;
    margin-top: 10px;
}

#spnDebitCardNumber {
    width: 65%;
    margin-top: 10px;
}

#spnReimbursementRequests {
    width: 62%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnReimbursementRequestsNumber {
    width: 32%;
    margin-top: 2px;
}

#spnPendingReimbursementRequests {
    width: 75%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnPendingReimbursementRequestsNumber {
    width: 17%;
    margin-top: 2px;
}

#spnReimbursementRequestsTotal {
    width: 72%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnReimbursementRequestsAmt {
    width: 20%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnReimbursementsMade {
    width: 50%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnReimbursementsMadeAmt {
    width: 42%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#spnPendingReimbursements {
    width: 55%;
    margin-left: 10px;
    margin-top: 2px;
}

#spnPendingReimbursementsAmt {
    width: 37%;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
}

#divClaimDetails {
    border: 1px solid #c7c3be;
    margin-top: 10px;
    margin-left: 10px;
    width: 345px;
    background-color: white;
    float: left;
}

    #divClaimDetails:after {
        clear: both;
    }

#divReimbursements {
    border: 1px solid #c7c3be;
    margin-top: 10px;
    margin-left: 25px;
    width: 345px;
    background-color: white;
    display: inline-block;
    min-height: 325px;
}

.Accounts-box {
}

.Accounts-row {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px 14px;
    border: solid 0px red;
}

.Accounts-row2 {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 14px;
    height: 30px;
    border: solid 0px red;
}

.Accounts-column {
    height: inherit;
    margin-right: 2px;
    display: inline-block;
    white-space: nowrap;
}

    .Accounts-column:after {
        clear: both;
    }

.Accounts-blueRow {
    width: 310px;
    border: none;
    border-top: solid 1px #009fd5;
    margin: 5px 15px;
}

.Accounts-blueRow-editable {
    width: 325px;
    border: none;
    border-top: solid 1px #009fd5;
    margin: 5px 15px;
}

.Accounts-blueHyphen {
    width: 5px;
    border: none;
    border-top: solid 1px #009fd5; /*#20a5d9;*/
    margin-bottom: 2px;
    background-color: #20a5d9;
}

.Accounts-columnAttributes1 {
    width: 57%;
}

.Accounts-columnAttributes2 {
    width: 40%;
    /*border:1px red solid;*/
    text-align: right;
}

.Accounts-button {
    padding: 5px 5px 5px 25px;
    border: 0px solid #666;
    text-decoration: none;
    background: #dbeaf5 url(../Images/arrow-up.png) no-repeat scroll 5px center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 0px 0px;
}

.Account-PlanDetails {
    width: 99%;
    height: auto;
    background-color: #dbeaf5;
    padding: 15px;
    box-sizing: border-box;
}

.Accounts-button-up {
    padding: 5px 5px 5px 25px;
    border: 0px solid #666;
    text-decoration: none;
    /*background: #288dbd url(../Images/arrow-up.png) no-repeat scroll 5px center;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    margin-right: 3px;
}

.Accounts-button-down {
    padding: 5px 5px 5px 25px;
    border: 0px solid #666;
    text-decoration: none;
    /*background: #dbeaf5 url(../Images/arrow-down.png) no-repeat scroll 5px center;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 5px 5px 0px 0px;
    color: #288dbd;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .Accounts-button-down:focus, Accounts-button-up:focus {
        outline: none;
    }

.Accout-header {
    width: 100%;
    cursor: pointer;
}

.Accounts-editable-div {
    float:right;
    width:20px;
}

.float {
    margin: 0;
    padding: 0;
    height: 20px;
}

.left {
    position: relative;
    width: 80%;
}

.right {
    float: right;
    width: 20%;
}

/**************** end of region AccountSection ************************/

/***** Common Kendo button css *****/
/*.k-button {
    padding: 0px 10px 5px;
    font-family: Calibri;
    font-size: 14px;
    color: #fff !important;
    border: none;
    text-align: center;
    height: 18px;    
    border-radius: 20px;
    overflow: visible;
    cursor: pointer;
    line-height: 18px;
}*/
.btn-sgreen {
    font-family: Calibri;
    font-size: 14px;
    color: #fff !important;
    border: none;
    text-align: center;
    border-radius: 20px;
    overflow: visible;
    cursor: pointer;
    padding: 7px 15px;
    line-height: 7px;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    /*-webkit-box-shadow: inset 0 0 10px 3px #79CC2C;*/
    -webkit-box-shadow: none !important;
}

.k-state-focused {
    text-decoration: none;
}
/**** end of region Common Kendo button css ****/

/****  Kendo  button  ******/
.k-button {
    background: #01941F url(../images/grn-btnbg.png) repeat-x left top !important;
    padding: 0px 13px;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    /*margin-left: 10px;
    margin-top: 27px;*/
    width: 76px;
    height: 18px;
}

    .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
        /*-webkit-box-shadow: inset 0 0 10px 3px #2989D8;*/
        -webkit-box-shadow: none !important;
    }

.k-state-focused {
    /*background-color: #2989D8 !important;*/
    background-color: none !important;
    color: #fff;
    box-shadow:none !important;
}

#btnMailSent, #btnMailNotSent {
    line-height: 0.66em;
    padding: 2px 10px 2px;
    margin-top: .75em;
}

#btnFinish.k-button {
    line-height: 0.66em;
}

#btnlogin.k-button {
    line-height: 1.36em;
}

#btnValidateLoginName.k-button {
    line-height: 18px;
}

#btnValidateSecurityimg.k-button {
    line-height: 18px;
}

#btncontactAdmin.k-button {
    padding: 0px 15px 5px !important;
    margin-top: 5px;
}

#btnOk.k-button {
    padding: 0px 15px 5px !important;
    margin-top: 5px;
}

#btnwronganswer.k-button {
    padding: 0px 15px 5px !important;
    margin-top: 5px;
}

#btnTemporaryPasswordSent.k-button {
    padding: 0px 15px 5px !important;
    margin-top: 5px;
    float: right;
}

#btnpasswordReset.k-button {
    padding: 0px 15px 5px !important;
    margin-top: 5px;
}

/*Kendo upload button*/
.k-upload-button {
    align-content: center;
    padding: 0px 7px 2px;
    margin: 0;
    border-radius: 0;
    border: none;
    width: 90px;
    font-size: 12px;
    /*padding: 1px 9px;*/
    font-family: Calibri;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    line-height: 18px;
}

/*div.k-dropzone > div.k-button {
    background-color: #66a5e9 !important;
}*/

div.k-dropzone > div.k-button:hover {
    color: #fff;
}

div.k-dropzone > div.k-state-focused {
    color: #fff;
    box-shadow: none;
}

/**** end of region Kendo button  ******/

/*Kendo textbox*/
.k-textbox {
    height: 22px !important;
    border: 1px solid #ccc !important;
    background: url(../images/field_bg.gif) repeat-x left top !important;
    padding: 2px !important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    border-width: 1px;
    border-style: solid;
    vertical-align: middle;
    background-color: #f0f0f0;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    font: normal 12px "Segoe UI", Arial, Helvetica, sans-serif !important;
    line-height: 17px !important;
}

#LoginResponse_UserName.k-textbox {
    background-color: #fff !important;
    background-image: none;
    background-position: 50% 50%;
    border-color: #67afe9;
    -webkit-box-shadow: 0 0 7px 0 #67afe9;
    box-shadow: 0px 0px 7px 0px #67afe9;
    color: #333;
}

#LoginResponse_Password.k-textbox {
    background-color: #fff !important;
    background-image: none;
    background-position: 50% 50%;
    border-color: #67afe9;
    -webkit-box-shadow: 0 0 7px 0 #67afe9;
    box-shadow: 0px 0px 7px 0px #67afe9;
    color: #333;
}
/*end of Kendo textbox*/

#imgUserPhoto {
    height: 90px !important;
    padding: 0 !important;
}

.header-handler {
    cursor: pointer;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .header-handler:first-child {
        margin-top: 14px;
        margin-bottom: 10px;
    }

.imgposition {
    vertical-align: middle;
    border-radius: 3px;
    margin-left: 3px;
    /*border: 1px solid black;*/
}

.img-size {
    height: 32px;
    width: 32px;
}

.bluecolor {
    color: #026abc;
    white-space: nowrap;
    font-size: 12px;
}

.greycolor {
    color: #b7b5b5;
}

.greyTextuserPic {
    float: right;
    text-align: left;
    margin-top: -12px;
}

.readonlytext {
    color: #a5a5a5 !important;
}

.row-regheader {
    padding-bottom: 10px;
}

.spnwidth29 {
    display: inline-block;
    width: 29%;
    text-align: right;
    margin-right: 2%;
}

.spnwidth69 {
    display: inline-block;
    width: 69%;
}

.custom-displaytext {
    height: 22px !important;
    padding: 1px 0px 0px 5px;
    letter-spacing: normal;
    word-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    font: normal 12px "Segoe UI",Arial,Helvetica,sans-serif;
    line-height: 16px !important;
    font-weight: 600;
}

/*.main-heading {
    font-size: 26px;
    color: #666;
}*/

.sub-heading {
    font-size: 18px;
    color: #666;
    padding: 0 0 15px 0;
}

.sub-category-heading {
    font-size: 16px;
}

.grid-header {
    text-align: center;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(185,212,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(185,212,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(185,212,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(185,212,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(185,212,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(185,212,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b9d4e7',GradientType=0 ); /* IE6-9 */
}

    .grid-header:first-child {
        border-top-left-radius: 10px;
    }

    .grid-header:last-child {
        border-top-right-radius: 10px;
    }

/*#region k-grid */

.k-grid {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    margin-top: 10px;
    border: 0 !important;
}

.k-grid-header .k-header .k-link {
    text-align: right;
    color: #666;
    /*font-weight: bold;*/
    padding-top: 0;
}

#divmainmenu .k-item .k-link {
    margin-left: -25%;
    margin-right: -25%;
}

.k-grid .k-header .k-link {
    text-align: left;
}

.k-grid tr td {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #F8F8F8;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    overflow: hidden;
    line-height: 1em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.k-grid tr td {
    color: #000;
    font-weight: 200;
}
/*#endregion */

[role=gridcell] .text-left {
    padding-left: 7px !important;
}

[role=gridcell] .text-right {
    padding-right: 7px !important;
}
/*Hepl Text pop-up*/

#RequestPinHelp {
    top: 28%;
    left: 66%;
}

[id*=imgRequestPinHelpPop]:hover {
    cursor: pointer;
}

#LinkedPlanHelp {
    top: 33%;

}

[id*=imgLinkedPlanHelpPop]:hover {
    cursor: pointer;
}

[id*=imgIssueCardLinkedPlanHelpPop]:hover {
    cursor: pointer;
}

#IssueCardLinkedPlanHelp {
    top: 28%;
}


[id*=imgIIASHelpPop]:hover {
    cursor: pointer;
}

#DependentLinkedPlanHelp {
    top: 36%;
}

[id*=imgDependentLinkedPlanHelpPop]:hover {
    cursor: pointer;
}

#IIASHelp {
    left: 50%;
    top: 130px;
}
#DependentIIASHelp {
    top: 47%;
    left: 37%;
}

[id*=imgDependentIIASHelpPop]:hover {
    cursor: pointer;
}

#imgGracePeriodHelpPop:hover {
    cursor: pointer;
}

#GracePeriodHelp {
    top: 15%;
    left: 48%;
}

[id*=imgRunOutHelpPop]:hover {
    cursor: pointer;
}

#RunOutHelp {
    top: 15%;
    left: 65%;
}

[id$=HelpPop]:hover {
    cursor: pointer;
}

#DispersibleBalHelp {
    top: 37%;
    left: 30%;
}

.HelpTextwindow {
    display: none;
    padding: 10px 15px;
    position: absolute;
    height: 200px;
    width: 280px;
    background-color: #f7ef8c;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ccc;
    z-index: 1;
    overflow: auto;
}



.hrhelp {
    border-top: 1px solid #ccc;
    border-bottom: none !important;
}

.hr {
    margin-top: 2px;
}

.prominent-txt {
    color: #000;
}
/*ie resolved ie 10/9 problem*/
/*.k-ie11 .btnregister*/ /*, .btnregister {
    margin-left: 10px;
    margin-top: 27px;
}*/

.k-ie9 .btnregister {
    margin-left: 10px;
    margin-top: 0px !important;
}
/**/
.popupnav span {
    display: inline-block;
    padding: 0px 1px;
}

.popupnav input {
    font-size: 14px !important;
    font-family: Calibri !important;
}

.wwrap {
    word-wrap: break-word;
}

.head-text {
    color: #888885;
}

.lnkbluecolor {
    cursor: pointer;
    color: #026abc;
    font-size: 14px;
    white-space: nowrap;
}

.text-info {
    color: #0070c0 !important;
    cursor: pointer;
    background: none !important;
    border: none;
    padding: 0 !important;
}

    .text-info:hover {
        color: #0070c0 !important;
        cursor: pointer;
        text-decoration: underline;
    }

    .text-info:focus {
        color: #0070c0 !important;
        cursor: pointer;
    }

.callout {
    display: none;
    width: 16%;
    height: -5%;
    background-color: #D33503;
    word-wrap: break-word;
    border-radius: 5px;
    text-align: center;
    margin-left: 60px;
}

.bubble-notify {
    font-size: 11px;
    font-weight: bold;
    color: white;
    background: none !important;
    /* box-shadow: 10px 12px 3px -1px #aaaaaa; */
    padding: 5px 2px;
    border-radius: 2px 2px 2px 2px;
    position: relative;
}

    .bubble-notify:after {
        border-top: 23px solid #D33503;
        border-right: 8px solid transparent;
        border-left: 6px solid transparent;
        /* padding: 7px 2px 10px 0px; */
        /* position: absolute; */
        content: "";
        height: 0;
        position: absolute;
        top: 22px;
        left: 104px;
        width: 0;
        -ms-transform: rotate(-47deg);
        -webkit-transform: rotate(-47deg);
        transform: rotate(-47deg);
    }
.calloutINVST {
    display: none;
    width: 26%;
    height: -5%;
    background-color: #D33503;
    word-wrap: break-word;
    border-radius: 5px;
    text-align: center;
    margin-left: 22px;
}

.bubble-notifyINVST {
    font-size: 11px;
    font-weight: bold;
    color: white;
    background: none !important;
    /* box-shadow: 10px 12px 3px -1px #aaaaaa; */
    padding: 5px 2px;
    border-radius: 2px 2px 2px 2px;
    position: relative;
}

    .bubble-notifyINVST:after {
        border-top: 21px solid #d33503;
        border-right: 3px solid transparent;
        border-left: 6px solid transparent;
        /* padding: 7px 2px 10px 0px; */
        /* position: absolute; */
        content: "";
        height: 0;
        position: absolute;
        top: 29px;
        left: -24px;
        width: 0;
        -ms-transform: rotate(-47deg);
        -webkit-transform: rotate(-47deg);
        transform: rotate(53deg);
    }
.spanTerms {
    vertical-align: sub;
    margin-left: 5px;
}

.termsStyle {
    display: none;
    padding: 10px 15px;
    position: absolute;
    height: 170px;
    width: 420px;
    background-color: #FDEFC4;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ccc;
}

.italicStyle {
    color: rgb(219, 3, 3);
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    display: inline-block;
}

.paraStyle {
    font-weight: normal;
    font-size: 16px;
}

.linkbuttonstyle {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: gray;
    cursor: pointer;
    text-decoration: none;
}

    .linkbuttonstyle:focus {
        background: none !important;
        border: none;
        padding: 0 !important;
        color: #0790BB;
        cursor: pointer;
        text-decoration: none;
        font-weight: 900;
    }

.divDeleteConfirmDiv1 {
    padding-top: 10px;
}

.divDeleteConfirmDiv2 {
    padding-top: 30px;
    text-align: right;
}
/*#region Safari Specific */

.k-safari .k-upload-status {
    margin-top: 14px;
    left: 2px;
    width: 120px;
}

.k-safari .k-upload {
    margin-left: 10px !important;
}


/*#endregion */

.k-button:focus {
    /*background-color: #2AC84A !important;*/
    background-color: none !important;
    cursor: pointer;
}

/*#region Modal window */
/*.k-window-titlebar {
    padding: 20px !important;
    box-sizing: border-box !important;
    border-radius: 14px 14px 0 0;
}

.k-header {
    background-image: none;
    background-position: 50% 50%;
    background-color: #fff !important;
    border: none !important;
}

.k-window {
    border: none !important;
    border-radius: 0 0 14px 14px;
}

    .k-window .k-icon {
        background-image: url('../Images/close_icon_sprite.png') !important;
        background-position: 0 16px;
        width: 14px;
        height: 37px;
    }

.k-state-hover > .k-i-close {
    background-position: 0 16px;
}

.k-link:not(.k-state-disabled):hover > .k-i-close {
    background-position: 0 16px;
}

div.k-window-content {
    padding: 20px;
    border-radius: 0 0 14px 14px;
    box-sizing: border-box;
}

.k-window .k-state-hover{
    border: none;
    background-color: transparent;
}*/
/*#endregion */
.k-button {
    line-height: 18px !important;
}

.width-100 {
    width: 100% !important;
}

.content-padding {
    padding: 66px 10px 10px 60px !important;
}

.main_cont {
    width: 972px;
    margin: 0px auto;
}

.mid_cont {
    padding: 24px 28px 10px 28px;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px #ccc;
    border-radius: 8px;
    background: #fff;
    min-height: 230px;
    position: relative;
}

#pwdstrengthDiv img {
    height: 18px;
    width: 120px;
}

.dashboard-left, .dashboard-right {
    width: 290px;
    float: left;
    /*border: 1px solid orange;*/
    margin-right: 24px;
    background-color: #eeedeb;
    overflow: auto;
    padding: 12px 10px 10px 10px;
    box-sizing: border-box;
    /*border: 1px solid;*/
    border-radius: 12px;
}

.dashboard-right {
    width: 582px;
    float: left;
    margin: 0;
    background-color: transparent;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0px;
}

.content-white {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    box-sizing: border-box;
}

.title-claimspaid {
    color: #00447c;
    font-family: Calibri;
    font-weight: lighter;
    font-size: 14px;
}

/*#region Akhil's Header */
header {
    margin: 0px;
}

    header .logo {
        float: left;
        width: 207px;
        margin-top: 0px;
        height: 59px;
    }

    header .supportcol {
        float: right;
        width: 680px;
        text-align: right;
    }

        header .supportcol .supportab_bg {
            height: 28px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            box-shadow: 2px 3px 3px #888888;
            text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
        }

            header .supportcol .supportab_bg ul {
                margin: 0px;
                padding: 0px;
                border: none !important;
                box-shadow: 0px 2px 3px #ccc;
                border-bottom-left-radius: 14px;
                border-bottom-right-radius: 8px;
                overflow: hidden;
            }

                header .supportcol .supportab_bg ul li {
                    margin: 0px;
                    padding: 0px;
                    float: left;
                    border-left: 1px solid #a5a5a5;
                }

                    header .supportcol .supportab_bg ul li ul {
                        padding: 10px 0px !important;
                    }

                        header .supportcol .supportab_bg ul li ul li a span {
                            padding: 0px 30px 0 15px !important;
                        }

                        header .supportcol .supportab_bg ul li ul li a:hover {
                            color: #0070c0 !important;
                        }

                        header .supportcol .supportab_bg ul li ul li a.rmLink {
                            background: none !important;
                        }

.k-webkit header .supportcol .supportab_bg ul li.rmFirst {
    border-left: none !important;
    width: 76px;
}

.k-webkit header .supportcol .supportab_bg ul li.rmLast {
    border-left: none !important;
    width: 77px;
}

.seprator {
    border-bottom: 1px solid #c5c5c5 !important;
}

header .supportcol .supportab_bg ul li a {
    margin: 0px;
    cursor: pointer;
    color: #FFF !important;
    background: none !important;
    text-decoration: none;
    padding: 4px 0px 2px;
    line-height: 2;
}

    header .supportcol .supportab_bg ul li a:hover {
        margin: 0px;
        width: 81px;
        color: #fff !important;
        text-decoration: none;
    }

        header .supportcol .supportab_bg ul li a .support, header .supportcol .supportab_bg ul li a:hover.support {
            border-bottom-left-radius: 10px !important;
        }

        header .supportcol .supportab_bg ul li a.logout, header .supportcol .supportab_bg ul li a:hover.logout {
            border-bottom-right-radius: 10px !important;
        }

.support {
    border-bottom-left-radius: 10px !important;
}

.logout {
    border-bottom-right-radius: 10px !important;
}

header .supportcol .date {
    position: relative;
    top: 19px;
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 10px;
}

header .supportcol .userinfo {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

    header .supportcol .userinfo a {
        background: none !important;
    }

    header .supportcol .userinfo img {
        vertical-align: middle;
        border-radius: 0px;
        margin-left: 3px;
    }


#divmainmenu .k-menu .k-item, .k-menu-horizontal.k-widget > .k-item {
    width: 147px;
    box-sizing: border-box;
}

.srch_icon {
    position: absolute;
    right: 155px;
    top: 11px;
    z-index: 1;
}

.srch_box {
    width: 200px;
    float: right;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}

.search_field {
    height: 26px !important;
    color: #fff !important;
    border: 1px solid #083a67 !important;
    padding-left: 43px !important;
    padding-right: 3px !important;
    margin-top: -4px !important;
    width: 150px !important;
    border-radius: 10px !important;
    position: relative;
    top: 10px;
}

#divmainmenu {
    border-top-left-radius: 6px !important;
}

.mainNavContainer {
    height: 42px !important;
    vertical-align: top;
    padding-left: 4px;
    width: 948px;
    /*margin-top: -3px;*/
    margin: 20px auto -1px auto;
}

#divmainmenu .k-first {
    border-top-left-radius: 6px !important;
}
/*#endregion */
/*#region nisanth */
.alerts {
    height: auto;
    vertical-align: top;
}

.MidImg3 {
    height: 100px;
    vertical-align: top;
    margin: 23px 0 24px 0;
}
.Banner {
    width: inherit;
    vertical-align: middle;
    margin-bottom:24px;
}
.InnerBanner {
    min-height: 200px;
    height: 200px;
    width: inherit;
}
.divWelcomebannerImg {
    height:200px;
    vertical-align: middle;
    margin: 0px 0 24px 0;
}
.WelcomebannerImgWidth {
    width: 99% !important;
   
}
.WelcomebannerText {
    text-align: center;
    height: inherit;
    vertical-align: middle;
    display: table-cell;
    width: inherit;
    font-size: 32px;
    line-height: 130%;
}
.RecTrans {
    height: auto;
    vertical-align: top;
}

.PendTrans {
    vertical-align: top;
}

.PendTransSub1, .recent-transac-heading {
    margin-top: 24px;
}

.ImgDiv {
    margin-right: 24px;
    box-sizing: border-box;
    float: left;
    height: 100px;
    width: 178px;
    border: 1px solid;
}

    .ImgDiv:last-child {
        margin-right: 0px;
    }

    .ImgDiv img {
        height: 100%;
        width: 100%;
    }

#imgLinks img {
    margin-right: 24px;
    box-sizing: border-box;
    float: left;
    height: 100px;
    width: 178px;
    border: 1px solid;
}

#imgLinks a:last-of-type img {
    margin-right: 0px;
}

/*.ImgDivDispaly {
    margin-right: 24px;
    box-sizing: border-box;
    float: left;
    height: 100px;
    width: 178px;
    border: 1px solid;
}*/

    /*.ImgDivDispaly:last-of-type {
        margin-right: 4px;
    }*/

    .ImgDivDispaly img {
        height: 100%;
        width: 100%;
    }
    .ImgWidthHeight
    {
        width:32% !important;
        height: 100% !important;
    }
    .margin2
    {
        margin:2px !important;
    }

/*#endregion */
#gvwAlertMessage tr td, #gvwRecentTransaction tr td, #gvwPendingTransaction tr td {
    border-top: 1px solid #ededed;
    padding: 10px.3em;
    line-height: 15px !important;
    box-sizing: border-box;
}

    #gvwAlertMessage tr td img {
        height: 10px !important;
    }

#gvwRecentTransaction, #gvwPendingTransaction {
    box-shadow: none !important;
    margin-top: 24px;
}

.header-info-toppanel {
    position: relative;
}

.slidedownContent {
    font: normal 12px verdana;
    /*word-wrap: break-word;*/
    color: #ffffff;
    line-height: 20px;
}


.k-ff .k-button {
    line-height: 0 !important;
}

.k-ff .faq-details .span1, .k-safari .faq-details .span1 {
    width: 7.5% !important;
}

.k-ff .faq-details .span11, .k-safari .faq-details .span11 {
    width: 90% !important;
}

 .k-ff div.k-dropzone > div.k-button {
        line-height: 16px !important;
    }
/*#region header */
.rmLink support rmRootLink .header .supportcol .supportab_bg ul li a {
    padding: 4px 5px 9px;
}

header .supportcol .supportab_bg {
    height: 28px;
}

/*#divmainmenu {
            background: #17365d url(../images/main-tabbg.png) repeat-x left top !important;
            border-top-left-radius: 10px;
        }*/

.support_new {
    border-right-width: 0;
    padding: 5px 25px !important;
    border-right: 1px solid #000;
    color: #ffffff !important;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

#divmainmenu .support_new.k-state-hover {
    color: #212830;
    top: 0px;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

#divmainmenu .k-state-hover:not(ul > .k-state-hover) {
    color: #212830;
    top: 0px;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

#divmainmenu .k-state-selected {
    color: #212830;
    top: 0px;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

.k-last {
    border-style: none;
    border-width: 0;
}

.k-first {
    border-top-left-radius: 10px;
    padding: 5px 25px !important;
}

#divmainmenu .k-link {
    color: #ffffff !important;
    border-style: none;
    border-width: 0;
    text-decoration: none;
}

#divmainmenu .k-menu .k-item, .k-menu-horizontal.k-widget > .k-item {
    border-style: none;
    border-width: 0;
    border-color: none;
    text-decoration: none;
    cursor:pointer;
}

#divmainmenu.k-header.k-menu, .k-menu .k-item {
    border-color: none;
    text-decoration: none;
    border-width: 0;
    border-color: none;
    border-style: none;
}

/*#divmainmenu .k-animation-container .support_new {
            background: #17365d url(../images/main-tabbg.png) repeat-x left top !important;
        }*/

.k-menu .k-item {
    background: url(../images/top-seprator.png) no-repeat right top;
}

#divmainmenu .k-state-border-down {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#divmainmenu .k-link:link, .k-link:visited, .k-state-hover.k-nav-current .k-link {
    border-style: none;
    border-width: 0;
    border-color: none;
    text-decoration: none;
    text-align:center !important;
}

#divmainmenu .k-icon.k-i-arrow-s {
    display: none;
}

#divmainmenu .k-animation-container {
    margin-top: 0px;
}

    #divmainmenu .k-animation-container li {
        border-radius: 0 !important;
    }

        #divmainmenu .k-animation-container li:last-child {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

#divmainmenu .k-menu .k-animation-container .k-group {
    border: none !important;
}

.k-group {
    overflow: hidden !important;
}
header nav ul li a {
    margin: 0px;
    padding: 9px 10px !important;
    background: none !important;
    cursor: pointer !important;
    color: #fff !important;
    text-decoration: none;
}
/*#endregion */
.k-group {
    overflow: hidden !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */
    header .supportcol .supportab_bg ul li.rmFirst {
        width: auto;
    }

    header .supportcol .supportab_bg ul li.rmLast {
        width: auto;
    }
}

.k-ff header .supportcol .supportab_bg ul li.rmFirst {
    width: auto;
}

.k-ff header .supportcol .supportab_bg ul li.rmLast {
    width: auto;
}

.red {
    color: #cc0000;
    font: italic 12px calibri;
}

.labelRequired {
    font: normal 14px calibri;
    color: #cc0000;
}

.mid_cont p {
    margin-top: 10px;
}

.userRequiredField {
    float: right;
    margin-bottom: 0px;
    font: italic 12px calibri;
    color: #cc0000;
}

/*.greyTextuserPic {
    font: normal 12px calibri !important;
    color: #999999 !important;
    line-height: 16px;
    margin-bottom: 10px;
    width: 100px;
    position: absolute;
    top: 0;
    text-align: left;
}*/

.greyTextuserPic {
  font: normal 12px calibri !important;
  color: #999999 !important;
  line-height: 16px;
  margin-bottom: 10px;
  width: 100px;
}

img, a {
  border: none;
  outline: none;
  vertical-align: middle;
}


h2, h3 {
  font-size: 18px !important;
  font-family: Calibri !important;
  font-weight: normal !important;
}


ul, li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}


.width782 {
  width: 782px;
}


a.close-icon {
  position: absolute;
  right: 0px;
  top: 0px;
}

a {
  color: #0070c0;
  text-decoration: none;
  cursor: pointer !important;
}

.cl {
  clear: both;
}

/*Style for customized mainpanel content*/
.custmainpnlcont {
    height: 400px;
    overflow: hidden;
    padding-left: 5px;
}

#imgenrolLinks img 
{   
    margin-right:24px;
    box-sizing:border-box;
    float:left;
    height:100px;
    width:583px;
    border:1px solid;
}
select::-ms-expand {
   background:transparent;
   border :0px;
}

.coverageDetails {
    border: 1px solid #c7c3be;
    width: 250px;
}
.displayHideForMenu {
    display: none !important;
}
.MidImgRecommendation {
    height: 100px;
    vertical-align: top;
   margin-top:24px;
}

.row-topmargin-sm {
    margin-top:5px
}
.input-sm {
    width:75px;
}
.input-md {
    width: 150px;
}
.input-lg {
    width: 300px;
}
.investmentMenu {
    display: none;
}
.cardMenu{
    display:none;
}
#divmainmenu .claimsvaultMenu
{
    display:none;
}
div[id^="grdElectionChangeHistory_"] table {
    table-layout: fixed;
    width: 100%
}
.marginTop {
    margin-top: 16px
}
#RequestPinHelpForDeposit {
    top: 13%;
    left: 16%;
    height: 70px;
}

.HelpTextwindowForDeposit {
    display: none;
    padding: 10px 15px;
    position: absolute;
    width: 280px;
    background-color: #f7ef8c;
    overflow-y: hidden;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #ccc;
    z-index: 1;
}
.PopulateGreen {
    color: rgb(50,205,50);
}
.PopulateRed {
    color: rgb(255,0,0)
}
.boolean-true::before {
    content: url('../Images/correct.png');
    font-family: FontAwesome;
    color: green;
}
.tblColumn {
    height: 31px;
    width: 170px;
}
#tblEventNotification tbody tr td label
{
    cursor:default;
}
.tblColumnForEventDate {
    width: 230px;
}
.divRight {
    float: right !important;
}
#PlanHelp{   
    top:75%;
    left:6%;
    height:15%;
}
.participantPlanTable tr th {
    background: #cbdcec url(../images/tableth-bg.png) repeat-x left top !important;
    text-align: center !important;
    padding: 2px !important;
}
.participantPlanTable tr td {
    text-align: center !important;
    padding: 2px !important;
}
.planGridInfo{
    color:red;
}
.invalidIcon {
    content: url('../Images/invalid_icon.png');
    width:16px;
}
.icon-success {
    color: #00941f;
}

.accountDDContribution {
    border: 1px solid #CAD0D3;
    padding: 5px;
    width: 250px;
}

    .accountDDContribution ul {
        border-bottom: 1px solid #AADDF2;
        margin: 0 0 5px;
        padding: 5px;
    }

        .accountDDContribution ul li {
            display: block;
            font: 12px Arial,Helvetica,sans-serif;
            list-style-type: none;
            margin: 0;
            padding: 0 0 5px;
        }

            .accountDDContribution ul li label {
                display: block;
                float: left;
                width: 180px;
            }

            .accountDDContribution ul li span {
                display: block;
                float: right;
                text-align: right;
            }

.rmar10 {
    margin-right: 10px;
}

.fl {
    float: left !important;
}