


@font-face {
    src: url('../font/Lato-Regular.eot?#iehack') format('embedded-opentype'), url('../font/Lato-Regular.ttf') format('truetype');
    /*src: url('../font/Lato-Regular.woff') format('woff');*/
    font-family: Lato-Regular;
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box !important;
}

body, h1, h2, h3, .main-nav, .sagi-nav, #banner p, .browsers, .mobileOSs, #footer ul, #footer p, #nav-pager, #examples-list, #themeChooser, .widgetGrid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div, ul, li, span, img, table, td, th, object {
    color: #333333;
}


body {
    /*overflow-y: auto !important;*/
    overflow-x: hidden !important;
    background: #f2f2f2;
    color: #333333;
    font-size: 14px;
}


/* scroll bar css starts*/


/* scroll bar css ends*/
img {
    border: 0;
}

#header a, li > a, h2 > a, h3 > a, #footer a, .get-sagiui {
    text-decoration: none;
}

#header {
    background: url("../images/header_LBg.png") no-repeat left top;
}

UL LI a, li a {
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

h2 {
    color: #25466d;
    font-weight: 300;
    font-family: Lato-Regular;
    padding: 5px 3px 3px 15px;
    -webkit-text-shadow: rgba(0,0,0,.9) 0 1px 0;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
}

h4 {
    color: #886c76;
    font-weight: 300;
    font-family: Lato-Regular;
    padding: 5px 3px 3px 25px;
    -webkit-text-shadow: rgba(0,0,0,.9) 0 1px 0;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
}

/*global*/
.floatWrap:after, #example:after {
    content: "";
    display: block;
    clear: both;
}


.floatWrap, #example {
    display: block;
}

.hideControl {
    display: none;
}

.clear {
    clear: both;
    height: 0;
}

html {
    font-family: Lato-Regular;
}

#header, #banner, .suite-demos-nav, .demos-nav,
.search-panel, #footer, .centerWrap {
    font-family: Lato-Regular;
}

.overview,
#footer {
    font-size: 13px;
}

    .overview #header,
    .overview #banner,
    .overview .suite-demos-nav,
    .overview .demos-nav,
    .overview #footer {
        /*iPad fix*/
        min-width: 990px;
    }

.centerWrap {
    /*width:940px;*/
    margin: 0;
    padding: 0;
}

.widgetGrid .centerWrap {
    /*width:976px;*/
}
/*header*/
#header h1 {
    width: 240px;
    height: 37px;
    float: left;
    margin: 14px 100px 14px 0px;
}

.overview #header h1 {
    width: 223px;
    height: 73px;
    margin: 16px 0 0;
}

#logo {
    display: block;
    height: 100%;
    text-indent: -4444px;
    text-align: center;
    overflow: hidden;
    background: url(../images/logo-inner.png) no-repeat left top;
    height: 60px;
    margin-top: -7px;
}

.AlignLeft {
    text-align: left !important;
}

.AlignRight {
    text-align: right !important;
}

.AlignCenter {
    text-align: center !important;
}

.float-left {
    float: left;
}

.no-display {
    display: none !important;
}

#header ul {
    float: right;
    clear: right;
    color: #f2a93d;
    margin-top: 25px;
    margin-right: 10px;
}

.main-nav {
    margin: 22px -8px 0 0;
}

    .main-nav > li,
    .sagi-nav > li {
        float: left;
        position: relative;
    }

    .main-nav > li {
        border-left: 1px solid #dcdcdc;
        padding: 0 8px;
    }

    .main-nav li:first-child {
        border: 0;
    }

.suite-demos-nav a: {
    color: #fff;
    /*background:#ffa200;*/
    padding: 0px 5px 0px 5px;
}

.main-nav a {
    color: #2e2e2e;
}

.sagi-nav {
    margin: 10px 0px 0px 0px;
}

.overview .sagi-nav {
    margin: 22px 0;
}

.sagi-nav > li {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-color: #004865;
    border-radius: 5px;
    cursor: pointer;
}

    .sagi-nav > li:hover {
        background-color: #004865;
    }

.sagi-nav a {
    display: block;
    font: 21px/1.6 Lucida Sans, Tahoma, Arial, Sans-serif;
    color: #2e2e2e;
    text-align: center;
    line-height: 45px;
    width: 30px;
    height: 30px;
    background-color: #004865;
    border-radius: 5px;
    cursor: pointer;
}

.icon-home {
    background: url(../images/nav-one.png) no-repeat 1px 3px;
}

    .icon-home:hover {
        background: url(../images/home-hover.png) no-repeat 1px 3px;
    }

.icon-save {
    background: url(../images/save.gif) no-repeat 1px 3px;
}


.icon-cashe {
    background: url(../images/nav-two.png) no-repeat 1px 3px;
}

    .icon-cashe:hover {
        background: url(../images/cashe-hover.png) no-repeat 1px 3px;
    }

.icon-prev {
    background: url(../images/nav-three.png) no-repeat 1px 3px;
}

    .icon-prev:hover {
        background: url(../images/arrow-hover.png) no-repeat 1px 3px;
    }

.icon-about {
    background: url(../images/nav-four.png) no-repeat 1px 3px;
}

    .icon-about:hover {
        background: url(../images/nav-four-hover.png) no-repeat 1px 3px;
    }

.icon-logout {
    background: url(../images/nav-five.png) no-repeat 1px 3px;
}

    .icon-logout:hover {
        background: url(../images/logout-hover.png) no-repeat 1px 3px;
    }


.main-nav a > span,
.sagi-nav a > span {
    font: .55em/1 sans-serif;
    position: relative;
    top: -.2em;
}

#header .get-sagiui,
#mainWrap .get-sagiui {
    color: #fff;
}

.sagi-nav .get-sagiui {
    font-size: 17px;
    line-height: 34px;
}

.get-sagiui:hover,
.launchButton:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.sagi-nav .active,
.suite-demos-nav .active,
#footer .centerWrap,
#codeStrip .k-state-active {
    position: relative;
}
/*orange bar*/
#banner {
    background: 50% 50% url(../images/flowerWrap.png);
    min-height: 2px;
}

.overview #bannerInner {
    padding: 30px 0 10px 0;
    background: 50% 0 url(flowers.png);
}

#bannerInner > .centerWrap {
    height: 100%;
}

#banner h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white;
    font-weight: normal;
}
/*suite demos nav*/

.suite-demos-nav {
    height: 66px;
    background: #FFA200 url(../images/vrHeader.png) repeat-x left top;
}

    .suite-demos-nav ul {
        list-style: none;
    }

    .suite-demos-nav a {
        display: block;
        font-size: 13px;
        /*line-height:46px;*/
        color: #fff;
    }

.mainMenuIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconPerson {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconOrga {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconPay {
    width: 24px;
    height: 24px;
    display: block;
    padding-left: 30px;
}

.suite-demos-nav .active:before,
.suite-demos-nav .active:after {
    content: " ";
    display: block;
    left: 50%;
    margin: 0 0 0 -7px;
    position: absolute;
    top: 40px;
    width: 0;
    height: 0;
}

.suite-demos-nav .selected {
    background: #ffa200;
}

.suite-demos-nav li:hover {
    background: #ffa200;
}

.suite-demos-nav .active:last-child:after {
    border-color: #fff transparent;
}

.suite-demos-nav .active:before {
    border-color: #c9c9c9 transparent;
    margin-top: -1px;
}
/*featured demos and demos-nav*/
.demos-nav,
.sourceChooser,
#codeStrip .k-content.k-tabstrip .k-tabstrip-items {
    background: url(../images/vrBg.png) repeat-x left top;
}
/*inner pages*/
.search-panel {
    padding-bottom: 3em;
}

.search-panel {
    border-left: 2px solid #35272b;
    min-height: 533px;
    float: left;
}

#main {
    float: left;
    width: 759px;
    margin-left: -2px;
}
/*widget grid*/
.widgetGrid .wideCol:first-child,
.widgetGrid .narrowCol:first-child {
    background: #eee;
    background: rgba(191,191,191,.2);
}

.widgetGrid .wideCol,
.widgetGrid .narrowCol {
    float: left;
    width: 650px;
}

.widgetGrid .narrowCol {
    width: 310px;
}

    .widgetGrid .narrowCol ul:empty {
        display: none;
    }

.widgetGrid .mobile-widgets {
    width: 340px;
}

.widgetGrid ul {
    float: left;
    width: 150px;
    margin: 8px 0 0 18px;
    padding: 0px 0 10px 0px;
    background: url(../images/vrDevider.png) no-repeat right center;
}

.widgetGrid li {
    line-height: 25px;
    padding: 0px 0px 0px 15px;
    background: url(../images/Icon_Dots.png) no-repeat left center;
}

.widgetGrid a {
    color: #fff;
}

    .widgetGrid a:hover {
        color: #e26b1d;
    }
/* Search Navigation */
#main {
    /*margin: 80px auto;*/
    position: relative;
    width: 40px;
}

* {
    margin: 0;
    padding: 0;
}

#navigationMenu li {
    list-style: none;
    /*height:326px;
	padding:2px;*/
    width: 30px;
}

#navigationMenu a {
    background: url(../images/navigation.png) no-repeat;
    height: 167px;
    width: 30px;
    display: block;
    position: relative;
}
    /* General hover styles */
    #navigationMenu a:hover span {
        width: auto;
        padding: 0 20px;
        overflow: visible;
    }

    #navigationMenu a:hover {
        text-decoration: none;
        /* CSS outer glow with the box-shadow property */
        -moz-box-shadow: 0 0 5px #b5b599;
        -webkit-box-shadow: 0 0 5px #b5b599;
        box-shadow: 0 0 5px #939391;
    }
/* Search Button */
#navigationMenu .search {
    background-position: 0 0;
}

    #navigationMenu .search:hover {
        background-position: left top;
        width: 750px;
        height: 167px;
        background-color: #35272b;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    #navigationMenu .search span {
        -webkit-text-shadow: 1px 1px 0 #99bf31;
        text-shadow: 1px 1px 0 #99bf31;
    }
/* Navigation Button */
#navigationMenu .navigation {
    background-position: left -168px;
}

    #navigationMenu .navigation:hover {
        background-position: left -168px;
        width: 750px;
        height: 167px;
        background-color: #35272b;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    #navigationMenu .navigation span {
        color: #223a44;
        -webkit-text-shadow: 1px 1px 0 #44a8d0;
        text-shadow: 1px 1px 0 #44a8d0;
    }

/* New Menu Style Starts Here */
#menu {
    list-style: none;
    padding: 0px 20px 0px 20px;
}

    #menu li {
        float: left;
        margin: 26px 0px 0px 0px;
        margin: 22px 0px 0px 0px\9;
        padding: 0px 5px 0px 5px;
        background: #483D39;
        border-right: 5px solid #35262a;
        -webkit-transition: background 1s ease-in-out;
        -moz-transition: background 1s ease-in-out;
        -o-transition: background 1s ease-in-out;
        transition: background 1s ease-in-out;
    }

    #menu li, x:-moz-any-link, x:default {
        float: left;
        margin: 21px 0px 0px 0px;
        margin: 22px 0px 0px 0px\9;
        padding: 0px 5px 0px 5px;
        background: #483D39;
        border-right: 5px solid #35262a;
        -webkit-transition: background 1s ease-in-out;
        -moz-transition: background 1s ease-in-out;
        -o-transition: background 1s ease-in-out;
        transition: background 1s ease-in-out;
    }

        #menu li.selected {
            background: #ffa200;
        }

        #menu li:hover {
            /* Background color and gradients */
            background: #ffa200;
            background: -moz-linear-gradient(top, #ffa200, #ffa200);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa200), to(#ffa200));
        }

        #menu li a {
            font-size: 13px;
            color: #eee;
            display: block;
            outline: 0;
            padding: 0px 5px 0px 5px;
            text-decoration: none;
            -webkit-transition: background .2s ease-in-out;
            -moz-transition: background .2s ease-in-out;
            -o-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out;
        }

        #menu li:hover a {
            color: #fff;
        }

        #menu li ul li {
            border: 0px !important;
        }

.dropDownMenu {
    margin: 0px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 8px 5px 0px 5px;
    /* Gradient background */
    background: #3b322f;
    height: 200px;
    background: -moz-linear-gradient(top, #3b322f, #3f3531);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b322f), to(#3f3531));
}

.dropDownMenu {
    width: 99%;
}

#menu li:hover .dropDownMenu {
    left: 1px;
    top: auto;
    z-index: 9999;
    border-top: 2px solid #ffa200;
    color: #463b37;
}

.columns {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

    .columns .single {
        display: block;
        overflow: hidden;
        width: 250px;
        height: 125px;
    }


    .columns .double {
        display: block;
        overflow: hidden;
        width: 550px;
        height: 125px;
    }

    .columns .triple {
        display: block;
        overflow: hidden;
        width: 775px;
        height: 125px;
    }

    .columns .fourth {
        display: block;
        overflow: hidden;
        width: 1000px;
        height: 125px;
    }

#menu li:hover div a {
    font-size: 12px;
    color: #fff;
}

    #menu li:hover div a:hover {
        color: #fff;
        line-height: 27px;
        margin: 0px 0px 0px -15px;
        padding: 0px 15px 0px 19px;
        background: #ffa200 url(../images/Icon_White_Dots.png) no-repeat left center;
    }

#menu li ul {
    list-style: none;
    margin: 0 0 12px 0;
    margin: 8px 0 0 18px;
    padding: 0px 0 10px 0px;
    /*background:url(../images/vrDevider.png) repeat-y right center;*/
}

    #menu li ul li {
        position: relative;
        padding: 0;
        margin: 0;
        display: block;
        width: 225px;
        float: left;
        line-height: 27px;
        padding: 0px 15px 0px 15px;
        background: url(../images/Icon_Dots.png) no-repeat left center;
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
            width: 225px;
            padding: 0px 15px 0px 15px;
        }


/******** NEW *******/

#SlideOutOtherTriger {
    background: url(../images/navigation.png) no-repeat;
    background-position: 0 0;
    height: 167px;
    width: 30px;
    display: block;
    position: relative;
    z-index: 200;
    cursor: pointer;
}





#CenterMiddle {
}

#MiddleSplitter {
    position: relative !important;
}

#WestPanel {
    padding-top: 10px;
}

#ContentSplitter {
    margin-left: 0px;
}


#NorthSplitter {
    height: 75px !important;
}

#RightContentSplitter {
    padding-left: 10px;
}

.CriteriaDiv {
    background-color: #ffffff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 10px;
    height: 92%;
}

.sectionhead {
    color: #423834;
    font-size: 17px;
    font-weight: 400;
    font-family: Lato-Regular;
    padding: 20px 3px 5px 20px;
}


.ResultDiv {
    background-color: #FFFEF5;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 10px;
}


#CenterLeft .sectionhead {
    color: #423834;
    font-size: inherit;
    font-weight: bold;
    font-family: Lato-Regular;
    padding: 0px 3px 15px 0px;
    margin-bottom: 5px;
}

#CenterLeft .ResultDiv {
    background-color: #f6f6f6;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    background: #ecede7; /* Old browsers */
    background: -moz-linear-gradient(top, #ecede7 0%, #cccdbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecede7), color-stop(100%,#cccdbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ecede7 0%,#cccdbd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecede7', endColorstr='#cccdbd',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCC;
}


#LookupParent {
    width: 100%;
    height: 100%;
}

#LookupHolder {
    border-radius: 1em;
    /*background: #acbe78;*/
    background: #D4D5C7;
    height: 96%;
    width: 100%;
}

.LookupFormParant {
    overflow: auto;
    height: 100%;
    width: 100%;
    margin-right: 20px;
}

.preloader {
    height: 50px;
    width: 50px;
    background: url(../images/preloader.png) no-repeat center center;
}

#SouthSplitter {
    background-color: #0a384c !important;
    color: #fff;
    padding: 2px 0px 2px 5px;
}

.rotate {
    -moz-transform: rotate(270deg);
    -moz-rotation-point: 0 0;
    -webkit-transform: rotate(270deg);
    -webkit-rotation-point: 0 0;
    rotation-point: 0 0;
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    height: auto;
    width: auto;
    position: relative;
    letter-spacing: 1px;
}

/************** Breadcrumbs*************/

/*.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 11px Helvetica, Arial, Sans-Serif;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 5px 10px 5px 40px;
            background: #007785;
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid #007785;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: #008a9a;
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #008a9a;
            }

        .breadcrumb li:nth-child(3) a {
            background: #009eb1;
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #009eb1;
            }

        .breadcrumb li:nth-child(4) a {
            background: #00b4ca;
        }

            .breadcrumb li:nth-child(4) a:after {
                border-left-color: #00b4ca;
            }

        .breadcrumb li:nth-child(5) a {
            background: #00bed5;
        }

            .breadcrumb li:nth-child(5) a:after {
                border-left-color: #00bed5;
            }

        .breadcrumb li:last-child a {
            background: #ede9ea !important;
            color: black;
            pointer-events: none;
            cursor: default;
        }

            .breadcrumb li:last-child a:after {
                border: 0;
                background: #ede9ea !important;
            }

        .breadcrumb li a:hover {
            background: #527197;
        }

            .breadcrumb li a:hover:after {
                border-left-color: #527197 !important;
            }*/


#CloseRightForm {
    right: 20px;
    position: absolute;
}

.ErrorDiv {
    color: red;
    padding: 0px 2px;
}

.fakelink {
    color: #00f !important;
    cursor: pointer;
    text-decoration: underline;
    font-size: inherit;
}

    .fakelink:hover {
        color: #ffd200 !important;
    }

.fakeLableLink:hover {
    color: #0D638F;
    cursor: pointer;
    text-decoration: underline;
}

.fakeLableColor {
    color: #0D638F;
}


.WhiteText {
    display: none;
}



.cssmenu li {
    margin: 0;
    padding: 0;
}


.cssmenu ul {
    list-style: none;
    margin-left: 60px;
}

.cssmenu li a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.cssmenu {
    /* height: 35px; */
    position: absolute;
    clear: left;
    float: left;
    /* width: 400px; */
    background: #333;
    z-index: 99;
    left: 225px;
    top: 34px;
    width: 100%;
    border-top: 1px solid #2b5b73;
    /* background: #b6eaff; */
    /* background: rgb(52,176,207); */
    /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
    background: -moz-linear-gradient(top, rgba(52,176,207,1) 0%, rgba(7,86,106,1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,176,207,1)), color-stop(100%,rgba(7,86,106,1))); */
    /* background: -webkit-linear-gradient(top, rgba(52,176,207,1) 0%,rgba(7,86,106,1) 100%); */
    background: -o-linear-gradient(top, rgba(52,176,207,1) 0%,rgba(7,86,106,1) 100%);
    background: -ms-linear-gradient(top, rgba(52,176,207,1) 0%,rgba(7,86,106,1) 100%);
    /* background: linear-gradient(to bottom, rgba(52,176,207,1) 0%,rgba(7,86,106,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34b0cf', endColorstr='#07566a',GradientType=0 );
}

    .cssmenu > ul > li {
        float: left;
        position: relative;
        height: 35px;
        border-left: 1px solid #FFFFFF;
    }

        .cssmenu > ul > li:first-child {
            border-left: none;
        }

        .cssmenu > ul > li > a {
            color: #FFFFFF;
            font-family: Lato-Regular;
            font-size: inherit !important;
            padding: 10px 25px;
            -webkit-transition: color .15s;
            -moz-transition: color .15s;
            -o-transition: color .15s;
            transition: color .15s;
            line-height: 35px;
        }


            .cssmenu > ul > li > a:hover {
                color: #fff;
                background: #113745;
            }


        .cssmenu > ul > li > ul {
            opacity: 0;
            visibility: hidden;
            padding: 2px;
            background-color: rgb(250,250,250);
            text-align: left;
            position: absolute;
            left: 50%;
            margin-left: -30px;
            width: 250px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        }

        .cssmenu > ul > li:hover > ul {
            opacity: 1;
            top: 35px;
            visibility: visible;
        }

        .cssmenu > ul > li > ul:before {
            content: '            ';
            display: block;
            border-color: transparent transparent rgb(250,250,250) transparent;
            border-style: solid;
            border-width: 10px;
            position: absolute;
            top: -18px;
            left: 50%;
            margin-left: -115px;
        }

        .cssmenu > ul > li > ul > li > ul:before {
            content: '            ';
            display: block;
            border-color: transparent #FFFFFF transparent transparent;
            border-style: solid;
            border-width: 10px;
            position: absolute;
            top: 2px;
            margin-left: -21px;
        }



    .cssmenu > ul ul > li {
        position: relative;
    }

    .cssmenu ul ul a {
        color: rgb(250,250,250);
        font-size: 0.750em !important;
        background-color: #2c748f;
        padding: 5px 8px 7px 16px;
        display: block;
        white-space: nowrap;
        -webkit-transition: background-color .1s;
        -moz-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s;
        border-bottom: 1px solid #FFFFFF;
    }

        .cssmenu ul ul a:hover {
            background-color: #193A46;
            color: #FFFFFF;
        }

    .cssmenu ul ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 206px;
        margin-left: 55px;
        padding: 0px;
        background-color: rgb(250,250,250);
        text-align: left;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        z-index: 9999;
        border: 1px solid #FFFFFF;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    }





    .cssmenu ul ul > li:hover > ul {
        opacity: 1;
        left: 196px;
        visibility: visible;
    }


.captionTd {
    /*text-align: right;*/
    line-height: 20px;
    padding-left: 20px !important;
    font-weight: bold;
}

.captionTdAlignLeft {
    /*text-align: right;*/
    line-height: 20px;
    /* padding-left: 20px !important; */
    font-weight: bold;
}

.captionTdPlain {
    /*text-align: right;*/
    line-height: 20px;
    padding-left: 20px !important;
    /*font-weight: bold;*/
}

.Table {
    white-space: normal;
    text-align: left !important;
    width: 100%;
}

    .Table td {
        padding: 3px 5px 2px 3px;
    }

#CenterLeft > ul {
    margin-top: 25px;
}

#LookupFormTitle {
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size: inherit;
}

.highlighted {
    background-color: #6c9cc6 !important;
}

.centerleft-fieldset {
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.centerleft-legend {
    font-weight: bold;
    border: 1px solid #333333;
    padding: 3px;
    background: #fffef5;
    color: #333333;
}

.litera {
    font-weight: bold !important;
}

.literal {
    font-weight: bold !important;
}



.org-image {
    background: url(../Images/org-out.png);
    width: 15px;
    height: 90px;
    float: right;
    top: -430px;
    position: relative;
    left: 25px;
}

.lookups-image {
    background: url(../Images/lookups-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: -627px;
    position: relative;
    left: 36px;
}

.navigator-image {
    background: url(../Images/navigator-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: -500px;
    position: relative;
    left: 15px;
}

.navDiv {
    background-color: #bbbda5;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 10px;
    height: 92%;
    border: 3px solid #255b88;
    overflow: auto;
}


.dashboardContainer {
    width: 100%;
}



.ChartConfig {
    display: none;
}

.btnLookupChartConfig {
    background: url(../Images/setting.png);
    width: 20px;
}

.CheckBoxListGap {
    padding-left: 10px;
}

.SelectedCheckBox {
    background: url(../Images/CheckedBox.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.UnSelectedCheckBox {
    background: url(../Images/UnCheckedBox.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

#LookupName {
    margin: 20px 0px 0px 10px;
}

#GlobalMessageDiv {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 0px #333333;
}

.GlobalMessage {
    color: red;
    margin-left: 8px;
}

.GlobalError {
    color: red !important;
    border: 1px solid red;
}

.k-tooltip-content {
    text-align: justify;
}

.welcome-text {
    font-size: inherit;
    margin-left: -8px;
    font-weight: bold;
}

.k-progress {
    border: none !important;
}

.k-filename {
    max-width: none;
}

.caption-style {
    font-weight: bold;
    font-size: inherit;
}

.bottom-border-class {
    border-bottom: 3px solid #003f59 !important;
}

.ReqInformation {
    color: #a51717;
    /* padding-right: 0px; */
    position: relative;
    top: 0;
    right: 0;
}

.ADAUserLoggedIn .ReqInformation {
    color: #a51717 !important;
}

.NoteText {
    font-size: 11px;
    text-align: left;
}

#ExpiredMessage {
    font-size: 1em;
}

.adhocMessage {
    color: #FF0000 !important;
    /* padding-right: 0px; */
    position: relative;
    top: 0;
    right: 0;
}


.boxdiv {
    margin: 20px 0px 10px 0px;
    font-size: inherit;
    color: #333333;
    border: 2px solid #777777;
    padding: 5px;
    background: #bcf2ff;
}

.marg-left-5 {
    margin-left: 5px;
}

#cssmenuLeft ul li a {
    height: 30px;
    color: #222222;
    border-radius: 0px !important;
    line-height: normal;
    background: #3997a8; /* Old browsers */
    background: -moz-linear-gradient(top, #3997a8 0%, #00798f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3997a8), color-stop(100%,#00798f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3997a8 0%,#00798f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3997a8 0%,#00798f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3997a8 0%,#00798f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3997a8 0%,#00798f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3997a8', endColorstr='#00798f',GradientType=0 ); /* IE6-9 */
}

#cssmenuLeft ul li ul li a {
    height: 25px;
    background: #183945;
    color: #FFFFFF;
    border-radius: 0px !important;
    padding-left: 12px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 25px;
}


textarea {
    border: 1px solid #94c0d2;
}

#MyBasket {
    /*background: #acbe78;*/
    background: #F5FFAE;
    height: 98%;
    width: 96%;
    padding: 5px;
}



.MyBasket-image {
    background: url(../Images/mybasket-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: 14px;
    position: absolute;
    right: -16px;
}

.mybasket-image {
    background: url(../Images/mybasket-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: 14px;
    position: absolute;
    right: -5px;
}

#header {
    width: 100%;
    height: 65px;
    float: left;
    padding-bottom: 10px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4N2ZmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(135,255,245,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(135,255,245,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(135,255,245,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(135,255,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(135,255,245,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(135,255,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#87fff5',GradientType=0 );
}


/*Dashboard CSS*/
#DashboardList {
    background: #f5f5f5;
    min-height: 600px;
    padding: 12px 0px 25px 0px;
}

.widget {
    float: left;
    border: 1px solid #333333;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
}

.contents {
    width: 100%;
    overflow: auto;
}

.column-one {
    width: 30%;
    height: auto;
    float: left;
}

.column-two {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 5%;
}

.column-three {
    width: 30%;
    height: auto;
    float: right;
}

.div-header {
    width: 100%;
    height: 25px;
    float: left;
    cursor: move;
    background: #036;
}

.div-header-text {
    font-size: inherit;
    color: #FFFFFF;
    height: 30px;
    line-height: 25px;
    width: auto;
    float: left;
    padding-left: 10px;
}

.div-header-icon {
    width: auto;
    float: right;
    height: 25px;
    padding-top: 5px;
}

    .div-header-icon img {
        margin-right: 10px;
        margin-top: 7px;
        cursor: pointer;
    }

.icon-close {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/close.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-close:hover {
        background: url(../Images/close-hover.png);
    }

.icon-minimize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/minimize.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-minimize:hover {
        background: url(../Images/minimize-hover.png);
    }

.icon-maximize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/minimize.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-maximize:hover {
        background: url(../Images/maximize-hover.png);
    }

.icon-refresh {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/refresh.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-refresh:hover {
        background: url(../Images/refresh-hover.png);
    }

.icon-settings {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/settings.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-settings:hover {
        background: url(../Images/settings-hover.png);
    }

.settings {
    border: solid 2px red;
}

.barcoli {
    border: 1px solid transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-decoration: none;
}

.barstyle1 {
    background-color: rgb(75, 127, 190);
}

.barstyle2 {
    background-color: rgb(190, 75, 127);
}

.barstyle3 {
    background-color: rgb(127, 190, 75);
}

.barstyle4 {
    background-color: rgb(184, 190, 75);
}

.barstyle5 {
    background-color: rgb(190, 138, 75);
}

.barstyle6 {
    background-color: rgb(165, 191, 223);
}

.barstyle7 {
    background-color: rgb(138, 75, 190);
}

.DashboardColumn {
    float: left;
    border: solid 2px #e5e5e5;
    min-height: 600px;
    background: #FFFFFF;
    padding: 5px;
    display: table-cell;
    vertical-align: top;
}

.hint {
    width: 250px;
    height: 100px;
    overflow: hidden;
}

#DashboardColumn1 {
    width: 40%;
}

#DashboardColumn2 {
    width: 28%;
    margin-left: 0.8%;
}

#DashboardColumn3 {
    width: 28%;
    float: right !important;
}

//rule css .tableStyle {
    border-spacing: 0px;
    margin-left: 80px !important;
    margin-right: 10px !important;
}

.ItemstableStyle {
    border-spacing: 0px;
}

.tableBorder {
    border-spacing: 0px;
    padding: 0;
}

.tdStyle {
    border: 1px solid black;
    padding: 1px 10px 5px 20px;
    font-size: 12px;
}

.lineLeftBottom {
    border-left: 3px solid red;
    border-bottom: 3px solid red;
}

.lineBottom {
    border-bottom: 3px solid red;
}

.lineLeft {
    border-left: 3px solid red;
}

.minus {
    left: -55px;
    top: 20px;
    position: relative;
    background: url(../images/minus.jpg) !important;
    height: 9px;
    width: 9px;
    display: block;
}

.plus {
    left: -55px;
    top: 20px;
    position: relative;
    background: url(../images/plus.jpg) !important;
    height: 9px;
    width: 9px;
    display: block;
}

span {
    margin: 0px;
    padding: 0px;
}

.case:before {
    content: url(../images/case.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.default:before {
    content: url(../images/default.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.switch:before {
    content: url(../images/switch.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.method:before {
    content: url(../images/action.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.calllogicalrule:before {
    content: url(../images/calllogicalrule.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.return:before {
    content: url(../images/return.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.foreach:before {
    content: url(../images/foreach.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.foreach .ValueSpan {
    border-radius: 5px;
    padding: 5px;
    position: relative;
    top: -15px;
    right: -11px;
}


.actions:before {
    content: url(../images/icon.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.calldecisiontable:before {
    content: url(../images/calldecisiontable.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.ValueSpan {
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    padding: 3px;
    background-color: #555050;
}


.DecisionTable {
}

    .DecisionTable td, .DecisionTable th {
        padding: 5px;
        border: solid 1px black;
        font-size: 13px;
    }


.case_table .tdStyle {
    background-color: #feebc0;
}

.default_table .tdStyle {
    background-color: #feebc0;
}

.switch_table .tdStyle {
    background-color: #fff468;
}

.return_table .tdStyle {
    background-color: #77dde5;
}

.HighLightTable .tdStyle {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfd310), to(#b9cd12));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #b9cd12, #bfd310);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #b9cd12, #bfd310);
    /* IE 10 */
    background: -ms-linear-gradient(top, #b9cd12, #bfd310);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #b9cd12, #bfd310);
}




.FirstTD {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.LastTD {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.LoopNavigator {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    background-color: aqua;
    cursor: pointer;
}

.SelectedLoopStep {
    background-color: #bfd310 !important;
}

.HighLightDecisionCell {
    background-color: #fffd5f;
}

.dif {
    background-color: #dcd61e;
}

.dreturn {
    background-color: #ffcc57;
}

.dreturnheader {
    background-color: #d2960c;
}

.dcolheader, .drowheader {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc50d), to(#f2ec34));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f2ec34, #ccc50d);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f2ec34, #ccc50d);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f2ec34, #ccc50d);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f2ec34, #ccc50d);
}


.k-progress-status-wrap {
    width: 100% !important;
    color: #fff !important;
}

.GridHolder {
    width: 100% !important;
}



option {
    color: #333333;
}


#wfmMSSRetireeHomeMaintenance0 .trow {
    border: 0px;
}

#htxMSSActiveMemberHomeMaintenance0 .trow {
    border: 0px;
}

.img-responsive {
    margin-left: 10px;
    margin-top: 8px;
}

.hr-span {
    width: 100%;
    display: block;
    height: 1px;
    background: #E0DFDF;
    float: left;
}

.crumLinks, .crumLinks:hover {
    color: #333333 !important;
}

.italic-text {
    font-style: italic !important;
    text-align: left !important;
}


#MainSplitter {
    overflow: auto !important;
    height: calc(100% - 25px) !important;
}

::-ms-clear {
    display: none;
}

#GridTable_grdFASFinalEsitmate tr td:last-child .k-textbox {
    width: 90px !important;
}

.s-textbox {
    text-indent: 0.16em;
    height: 20px !important;
    /*color: #003f59;*/ /*PIR - 17389*/
    background-color: #FFFFFF;
    border: 1px solid #878788;
    border-radius: 4px;
    font-size: inherit;
    padding: 2px .3em;
    float: left;
}

.k-i-calendar {
    margin-top: -5px !important;
}

.k-numerictextbox .k-link {
    height: 10px !important;
}

.k-numerictextbox .k-icon {
    height: 13px !important;
}

.k-datepicker, .k-numerictextbox {
    border: 0px !important;
    padding: 0px !important;
}

.k-picker-wrap, .k-numeric-wrap {
    background: #FFF !important;
    border: 1px solid #878788 !important;
}

.k-timepicker {
    padding: 0px !important;
    border: 0px !important;
}

#GridTable_grdFASFinalEsitmate tr td:last-child select {
    width: 90px !important;
    margin-left: 5px;
}

.form-subhead {
    font-weight: bold !important;
    text-decoration: underline !important;
}

.ReqInformationLabel {
    color: Red;
}



/*.k-pane.k-scrollable.header {
    background-color: #1295d8 !important;
}*/

div.header {
    background: #1295d8; /* Old browsers */
    background: -moz-linear-gradient(left, hsla(200,85%,46%,1) 0%, hsla(49,100%,50%,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, hsla(200,85%,46%,1) 0%,hsla(49,100%,50%,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, hsla(200,85%,46%,1) 0%,hsla(49,100%,50%,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1295d8', endColorstr='#ffd200',GradientType=1 ); /* IE6-9 */
    min-height: 40px !important;
    height: 40px !important;
    top: 0px !important;
}



.page-header-fixed .page-container {
    margin-top: 40px !important;
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    position: static !important;
}



.header-menu {
    float: right;
    list-style-type: none;
    margin-top: 7px;
    padding-right: 20px;
}

    .header-menu li {
        float: left;
    }

        .header-menu li a, .header-menu li span {
            display: block;
            text-decoration: none;
            color: #222222;
            margin-left: 10px;
            font-family: Lato-Regular;
            font-size: inherit;
            text-transform: uppercase;
            padding: 5px 10px;
            line-height: 12px;
        }

        .header-menu li span {
            padding: 2px 0px;
            margin-left: 0px;
        }

            .header-menu li span input[type="checkbox"] {
                margin: 5px !important;
            }

        .header-menu li:hover {
            background: none !important;
        }


        .header-menu li a img {
            vertical-align: bottom;
            margin-right: 5px;
        }

        .header-menu li.home-link a img {
            position: relative;
            top: -1px;
        }



.page-sidebar-menu a {
    color: #4d4d4f;
    background: #f3f3f2;
}


    .page-sidebar-menu a:hover {
        color: #4d4d4f !important;
    }


.page-sidebar-menu > li > a {
    background-position: 10px 10px;
    padding: 12px 35px !important;
    background-repeat: no-repeat !important;
    font-weight: bold !important;
}


.page-sidebar-menu > li.active > a {
    background: #00599e;
    color: #FFFFFF !important;
}


ul.page-sidebar-menu li > ul.sub-menu > li > a {
    color: #4d4d4f !important;
}

.page-sidebar-menu > li > ul.sub-menu {
    margin: 0px !important;
}

ul.page-sidebar-menu li a:hover {
    background-color: #ceeaf9 !important;
}

ul.page-sidebar-menu li.active > a:hover {
    background-color: #1295d8 !important;
    background-repeat: no-repeat !important;
}



.page-sidebar-menu > li > ul.sub-menu > li > a {
    background-position: 25px 10px;
    padding-left: 30px !important;
    background-repeat: no-repeat !important;
    padding-right: 5px !important;
}


.page-sidebar-menu li > ul.sub-menu li {
    border-bottom: 0px !important;
}




.left-menu-messages {
    background-image: url('../Images/left-menu-messages.png') !important;
}

.left-menu-account {
    background-image: url('../Images/left-menu-account-active.png') !important;
}

.left-menu-member-info {
    background-image: url('../Images/left-menu-member-info.png') !important;
}

.left-menu-beneficieries {
    background-image: url('../Images/left-menu-beneficiaries.png') !important;
}

.left-menu-benefit-estimates {
    background-image: url('../Images/left-menu-benefit-estimate.png') !important;
}

.left-menu-retirement-application {
    background-image: url('../Images/left-menu-retirement-application.png') !important;
}

.left-menu-annual-statement {
    background-image: url('../Images/left-menu-annual-statement.png') !important;
}

.left-menu-my-profile {
    background-image: url('../Images/left-menu-my-profile.png') !important;
}

.k-pane.k-scrollable.footer {
    position: fixed !important;
    bottom: 0px;
    width: 100% !important;
    margin: 0px !important;
    background: #ffb511 !important;
    top: auto !important;
    height: auto !important;
    line-height: 25px;
    padding: 0px !important;
    z-index: 99;
}


.dashboard-banner {
    position: fixed;
    width: calc(100% - 225px);
    height: 160px;
    right: 0px !important;
    top: 40px !important;
    margin-left: -5px;
    background-size: cover;
    /*left: 16% !important;*/
    z-index: 999;
}

.dashboard-banner-text {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
}
/*.dashboard-banner .fluid-container {
height:100%;
}*/
.dashboard-banner .carousel {
    height: 100% !important;
}

.dashboard-banner .carousel-indicators {
    display: none;
}

.dashboard-banner .item {
    margin-bottom: 0px !important;
}

.page-content {
    position: relative;
    background: #FFFFFF;
    padding-top: 0 !important;
}


.k-ghost-splitbar-vertical, .k-splitbar-vertical {
    display: none;
}

.k-block, .k-widget, .k-splitter .k-scrollable {
    background-color: transparent !important;
}


.dashboard-banner h3 {
    font-size: 24px;
    width: 400px;
    font-weight: normal !important;
    line-height: 30px !important;
    margin-top: 0px !important;
    color: #333333;
}

.dashboard-banner h5 {
    font-size: 18px;
    font-weight: normal !important;
    width: 580px;
    line-height: 25px;
    color: #333333;
}

.alert-bar {
    background: rgb(25, 101, 140);
    left: 0px;
    top: 185px;
    width: 100%;
    height: 30px;
    position: absolute;
    color: #fff;
    font-size: inherit;
    padding: 5px 30px;
}

.dashboard {
    margin-top: 130px;
}


.dashboard-box {
    position: relative;
    float: left;
    width: 100%;
    min-height: 135px;
    margin-top: 20px;
}

    .dashboard-box img {
        float: left;
        margin: 20px 0px 0px 25px;
    }

.box-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: inherit;
    color: #333;
    text-align: right;
}

    .box-footer a {
        display: block;
        text-decoration: none;
        color: #333;
        padding: 7px 10px 3px 5px;
    }




.box-title {
    float: right;
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 20px;
    right: 20px;
    width: 80%;
    text-align: right;
}


.box-footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.blue-box {
    background: #57bbe5;
    border-top: 10px solid #3fa2cc;
}

    .blue-box .box-footer {
        background: #88dafd;
    }

        .blue-box .box-footer:hover {
            background: #3083a6;
        }


.orange-box {
    background: #ff993b;
    border-top: 10px solid #c57a35;
}

    .orange-box .box-footer {
        background: #ffb672;
    }

        .orange-box .box-footer:hover {
            background: #a5662d;
        }

.dark-blue-box {
    background: #19658c;
    border-top: 10px solid #1c5674;
}

    .dark-blue-box .box-footer {
        background: #3591c0;
    }

        .dark-blue-box .box-footer:hover {
            background: #214c62;
        }

.teal-box {
    background: #00a3ac;
    border-top: 10px solid #198086;
}

    .teal-box .box-footer {
        background: #22cdd6;
    }

        .teal-box .box-footer:hover {
            background: #2e6d71;
        }

.green-box {
    background: #9fc62a;
    border-top: 10px solid #85a621;
}

    .green-box .box-footer {
        background: #bde448;
    }

        .green-box .box-footer:hover {
            background: #738836;
        }

.mustard-box {
    background: #e0c527;
    border-top: 10px solid #c8b023;
}

    .mustard-box .box-footer {
        background: #f8de49;
    }

        .mustard-box .box-footer:hover {
            background: #a8983a;
        }

.header.navbar {
    overflow: hidden;
}

.carousel-inner {
    height: 100%;
}


    .carousel-inner > .item {
        height: 100%;
    }

        .carousel-inner > .item img {
            width: 100% !important;
            height: 100% !important;
        }

.carousel-text .item {
    padding: 0px !important;
}

.carousel {
    height: 210px;
}

.dashboard-panel {
    width: 100%;
    border: 1px solid #aaaaaa;
    float: left;
    margin-bottom: 20px;
}

.dashboard-panel-head {
    border-bottom: 1px solid #aaaaaa;
    padding: 10px;
    font-size: 18px;
    color: #3d3d3d;
    width: 100%;
    float: left;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #d3d3d3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f6f6 0%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}

.dashboard-panel-content {
    padding: 20px 10px;
    background: #FFF;
    text-align: center;
    width: 100%;
    float: left;
    min-height: 150px;
}



.dashboard-panel-head-img {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
}

.dashboard-panel-head-text {
    float: left;
    position: relative;
    top: 0px;
    margin-left: 5px;
}

.dashboard-grid-img {
    float: left;
    margin-left: 5px;
}

.dashboard-border-box {
    border: 1px solid #969696;
    padding: 10px;
    min-height: 165px !important;
}

    .dashboard-border-box h1 {
        text-align: center;
        font-size: 18px;
        font-weight: bold !important;
    }

    .dashboard-border-box p {
        text-align: center;
        font-size: inherit;
        font-style: italic;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }

.manage-appointments-link {
    font-size: inherit;
    float: right;
    text-decoration: underline;
}

.user-details {
    display: block;
    width: 100%;
    padding: 10px;
}

    .user-details label {
        display: block;
        margin-bottom: 10px;
    }

    .user-details a {
        text-decoration: underline;
    }


.page-sidebar-menu .sub-menu {
    display: block !important;
}

.plain-panel {
    border: 0 !important;
}

    .plain-panel .dashboard-panel-head, .plain-panel .dashboard-panel-content {
        background: #e3edf3 !important;
    }


.label-bold {
    font-weight: bold !important;
    color: #000;
}

.cust-width {
    min-width: 200px;
}

div.stepContainer input[type=radio], input[type=checkbox] {
    margin: 0 10px 0px 0px !important;
}

.subleft {
    padding-left: 30px;
}

.widhalf {
    width: 70%;
}

.table-title {
    background: #0075b1 !important;
    color: #fff !important;
}

.wid30 {
    width: 62%;
}

.payment-image {
    height: auto;
    width: 650px;
    background-repeat: no-repeat;
    float: none !important;
    margin: 0 auto;
}

.service-panel {
    padding: 30px 10px;
    text-align: center !important;
    min-height: 215px;
    background: #FFFFFF;
    position: relative;
}

    .service-panel:before {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        height: 5px;
        background: linear-gradient(to right, hsla(199,63%,78%,1) 0%,hsla(49,98%,81%,1) 100%);
        left: 20px;
        top: 20px;
    }



    .service-panel label {
        text-align: center;
    }

    .service-panel img {
        text-align: center;
        position: relative;
        top: 5px;
        width: auto;
    }

    .service-panel .button {
        display: inline-block;
        text-align: center;
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .service-panel td {
        text-align: center !important;
    }

.bottom-bar .panel-bg {
    background: #cc6522;
    padding: 20px 5px !important;
    text-align: right;
    font-size: 20px !important;
    color: #fff !important;
}

    .bottom-bar .panel-bg label {
        font-size: 1.250em !important;
    }

.bottom-bar td {
    padding: 0 !important;
}

.bottom-bar .btn-full {
    display: block;
    width: 100%;
    padding: 5px !important;
    font-size: inherit;
    !important;
    background: #ffb672;
    text-align: right;
    color: #333;
    border: none;
}

.alert-bg {
    background: rgb(25, 101, 140) !important;
    color: #fff !important;
}

}

.wid-half {
    width: 50%;
}


.inputdata {
    pointer-events: none;
}

.breadcrumb-wrapper {
    margin: 20px;
    padding-bottom: 20px;
    font-size: inherit;
}

    .breadcrumb-wrapper ul {
        list-style-type: none;
    }

        .breadcrumb-wrapper ul li {
            display: inline-block;
            background: #dddddd;
            color: #333333;
            height: 60px;
            margin-right: 5px;
            position: relative;
            width: 285px;
            margin-bottom: 5px;
            vertical-align: top;
            font-weight: 700;
        }

            .breadcrumb-wrapper ul li span {
                color: #333;
                display: block;
                text-align: center;
                text-decoration: none;
                /*padding: 5px 20px 5px 60px;*/
                padding: 25px 30px;
                font-size: inherit;
                position: relative;
                top: 54%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                left: 54%;
            }

            .breadcrumb-wrapper ul li:after {
                left: 100%;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(221, 221, 221, 0);
                border-left-color: #dddddd;
                border-width: 30px;
                margin-top: -30px;
                z-index: 1;
            }

            .breadcrumb-wrapper ul li:before {
                left: 0;
                top: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(221, 221, 221, 0);
                border-left-color: #FFFFFF;
                border-width: 30px;
                margin-top: -30px;
                z-index: 0;
            }

            .breadcrumb-wrapper ul li.active {
                background: #3479a7;
            }

                /*.breadcrumb-wrapper ul li.active span {
                    color: #FFFFFF ;
                }*/
                .breadcrumb-wrapper ul li.active span label {
                    color: #FFFFFF !important;
                }

                    .breadcrumb-wrapper ul li.active span label label {
                        margin-top: -10px !important;
                    }

                .breadcrumb-wrapper ul li.active:after {
                    border-left-color: #3479a7;
                }

    .breadcrumb-wrapper li span label {
        display: block;
        position: relative;
        top: 5px;
        font-style: italic;
        font-weight: 700;
    }

.dashboard-breadcrum-wrapper .breadcrumb-wrapper ul li.active span label {
    color: #FFF;
    font-style: italic;
    font-size: 14px;
    top: 0px;
}


.dashboard-breadcrum-wrapper {
    overflow: hidden;
}

.year-spacing {
    margin: 0px 5px;
}



.label-looklike-button {
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    background: #00599e !important;
    border: 1px solid #00599e;
    transition: .3s all ease-in-out;
    width: 240px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}


/*.label-looklike-button div {
        display: inline-block;
        margin: 10px 0 0 0;
    }*/

.Audit-Info-Table {
    width: 100% !important;
}

    .Audit-Info-Table td {
        width: 50% !important;
    }

        .Audit-Info-Table td:nth-of-type(2) {
            text-align: right !important;
            width: 65% !important;
        }

        .Audit-Info-Table td label {
            margin-right: 5px !important;
        }


.table-grid {
    width: 100%;
    border: 1px solid #aaa;
    border-collapse: collapse;
}

    .table-grid td {
        border: 1px solid #aaa;
        color: #333333;
        font-size: 12px;
        padding: 5px !important;
    }

        .table-grid td label, .table-grid td span {
            font-size: 12px;
        }

        .table-grid td.captionTd {
            padding-left: 5px !important;
            text-align: left;
            font-weight: normal;
        }

    .table-grid tr:first-child td {
        background: #0779b4;
        color: #FFF;
    }

    .table-grid tr:nth-child(odd) {
        background: #e6f2f8;
    }

.span-username {
    font-size: inherit;
}

.span-editprofile {
    font-size: small;
}

#wzsMedicareInfo .s-grid .hasDatepicker {
    width: 70% !important;
}

.Mrgn0 {
    margin: 0 5px !important;
    padding: 0 !important;
}

#pnlTotalCost {
    width: 50% !important;
}

.normalLink {
    color: #5A5655 !important;
    text-decoration: underline !important;
    font-size: inherit;
    font-weight: 400 !important;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

.CaptionDiv {
    text-align: left;
    font-weight: normal;
}

.AlignRight {
    font-weight: bold;
    text-align: left;
}

.CaptionDiv label {
    font-weight: normal !important;
}

.form-group label {
    font-weight: normal;
}

.ui-accordion {
    float: left;
    margin-top: 20px;
    width: 100%;
}

@media (max-width:992px) {
    .CaptionDiv {
        text-align: left;
    }

    .dashboard-banner {
        width: auto;
    }

    .dashboard-wrapper {
        width: calc(100% + 30px) !important;
    }
}

.k-overlay, .k-window {
    z-index: 9999 !important;
}

.ui-datepicker {
    z-index: 99999 !important;
    border: 1px solid #AAAAAA;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    border: 0;
    top: 2px !important;
}

.margin-top-bottom-10 {
    margin: 10px 0px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-70 {
    margin-top: 70px;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.cost-discription-table .input[type="text"] {
    border: none !important;
}

@media screen and (max-width:509px) {
    .header-menu {
        margin-top: 20px;
        float: left;
        position: absolute;
        bottom: 0px;
        height: auto !important;
    }

        .header-menu li a {
            padding: 5px 5px 5px 0px;
        }

    .page-sidebar-wrapper {
        margin-top: 47px !important;
        z-index: 9999;
        position: relative;
    }

    div.header {
        height: 87px !important;
    }

    .dashboard-banner {
        top: 87px !important;
    }

    input[value="Upload"] {
        position: relative;
        top: 10px !important;
        left: 5px;
        margin-left: 0px !important;
    }

    .service-panel {
        margin-top: 20px;
    }

    .dashboard-wrapper {
        padding-top: 140px !important;
    }
}

@media screen and (max-width:640px) {
    ul.ProgressBar li {
        display: block;
        width: 100%;
    }

    input[name="fluFileUpload"] {
        width: 100%;
    }
}

.page-sidebar-menu {
    height: calc(100vh - 143px);
    overflow: auto;
}

#pnlUpcomingSeminar .s-grid-container {
    width: 100%;
}

.widfull {
    width: 100% !important;
}

#pnlNewMessage .button {
    margin: 0;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-btm20 {
    margin-bottom: 20px;
}

.margin-topbtm20 {
    margin: 20px 0;
}

.mrgn0 {
    margin: 0;
}

.fsize14 {
    font-size: inherit;
}

.benefit-income-main .CaptionDiv {
    text-align: left !important;
}

    .benefit-income-main .CaptionDiv label {
        font-weight: normal !important;
        text-align: left !important;
        padding: 0 25px;
    }

.benefit-income-main div.col-md-3 input, .benefit-income-main div.col-md-3 select {
    width: 90%;
    height: 25px !important;
}

.wizard-para-padding {
    padding: 10px 0px 10px 0px !important;
}

.font-weight-bold label {
    font-weight: bold !important;
}

.fedral-tax input[type="text"],
.fedral-tax label {
    width: 203px;
    margin: 0px 5px;
    float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

select {
    height: 30px;
    min-width: 200px;
    width: auto;
}

input[type="text"],
input[type="password"] {
    color: #333333 !important;
    width: 200px;
    height: 30px !important;
}

/*input[type="text"],
input[type="password"] {
    width: 14em !important;
    height: 30px !important;
}*/

.zipcode input[type="text"]:first-child {
    width: 115px !important;
    margin-right: 5px;
    float: left;
}

.zipcode input[type="text"]:nth-child(2) {
    width: 75px !important;
    margin: 0px 5px;
    float: left;
}

.pageinfo {
    margin: 0px 10px;
}

.breadcrumb-page-info {
    margin-top: 4px;
    line-height: 2px;
}

.ucrpbenefit-programm-table td,
.ucrpbenefit-programm-table + table td {
    text-align: right !important;
}

.update-name-instruction {
    padding-left: 42px;
    margin-bottom: 20px;
}

    .update-name-instruction li {
        list-style: disc;
    }

.margin-bottom20 {
    margin-bottom: 20px;
}

.alertdiv {
    /*height: 30px;*/
    line-height: 20px;
    color: #fff;
    background-color: #0076af;
    width: calc(100% - 50px);
    padding: 5px;
    margin-left: 20px;
}

.s-grid th {
    font-weight: bold;
}



.page-content a {
    text-decoration: underline;
    color: blue !important;
}

    .page-content a:hover {
        color: #ffd200 !important;
    }

    .page-content a label {
        cursor: pointer;
    }

.wizard-select-text {
    width: 140px;
    float: left;
}

table.s-grid td {
    background-color: #FFFFFF;
}

tr.s-altrow td {
    background-color: #d9dfec !important;
}

.s-grid-ftrrow, .s-grid-ftrrow td {
    background-color: #daecf4 !important;
}

.edit-profile-deropdown {
    list-style-type: none;
    margin-top: 10px;
}

    .edit-profile-deropdown li a {
        color: #333333;
    }

    .edit-profile-deropdown ul {
        visibility: hidden;
        position: absolute;
        background: #FFFFFF;
        list-style-type: none;
        border: 1px solid #AAAAAA;
        z-index: 999;
        left: 10px;
        color: #333;
    }

        .edit-profile-deropdown ul li a {
            display: block;
            padding: 5px 10px;
            border-bottom: 1px solid #AAAAAA;
            text-decoration: none;
            cursor: pointer;
            color: #333;
        }

            .edit-profile-deropdown ul li a i {
                color: #333;
            }

            .edit-profile-deropdown ul li a:hover {
                background: #00599e;
                color: #FFFFFF !important;
            }

        .edit-profile-deropdown ul li:last-child a {
            border-bottom: 0;
        }

    .edit-profile-deropdown li:first-child:hover ul {
        visibility: visible;
    }

.HighlightError {
    border: 1px solid red !important;
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
    min-width: 165px !important;
}

input[type=file] {
    display: block;
    float: left;
    margin-left: 0px;
}

.upload-btn {
    position: relative;
}

.wizard-detail-table label {
    display: block !important;
}

.reply-msg-data .sfwListView {
    height: 200px;
    overflow: auto;
}

.reply-msg-data .s-grid-helper {
    width: 100% !important;
}

.reply-msg-date-uppercase{
    text-transform: uppercase;
}

.msg-panle-textarea textarea {
    width: 100%;
    resize: none;
}

.message-history-pannel {
    border-bottom: 1px solid #ccc;
}

.dashboard-wrapper {
    width: calc(100% + 63px);
    float: left;
    margin-left: -10px;
    background: #fef4da; /* Old browsers */
    background: -moz-linear-gradient(left, hsla(43,95%,93%,1) 0%, hsla(184,38%,93%,1) 50%, hsla(222,36%,89%,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, hsla(43,95%,93%,1) 0%,hsla(184,38%,93%,1) 50%,hsla(222,36%,89%,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, hsla(43,95%,93%,1) 0%,hsla(184,38%,93%,1) 50%,hsla(222,36%,89%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef4da', endColorstr='#d9dfed',GradientType=1 ); /* IE6-9 */
    padding: 20px;
    padding-top: 180px;
}

    .dashboard-wrapper .form-body {
        padding: 0 !important;
    }

.dashboard-banner img {
    margin: 0px;
}

.breadcrumb-wrapper a:hover {
    color: #ffd200 !important;
}

.dashboard-banner #imgLoginLogo {
    position: absolute;
    z-index: 99;
    height: auto;
    top: 14px;
    left: 25px;
}

.dashboard-wrapper .ui-accordion {
    border: 0 !important;
    position: relative;
}

    .dashboard-wrapper .ui-accordion:before {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        height: 5px;
        background: linear-gradient(to right, hsla(199,63%,78%,1) 0%,hsla(49,98%,81%,1) 100%);
        left: 20px;
        top: 20px;
        z-index: 99;
    }

.dashboard-wrapper .k-panelbar .k-state-active .k-header {
    background: #FFFFFF !important;
    border: 0 !important;
    padding-top: 30px;
    padding-left: 10px;
    /*font-size: 0.938em;*/
}

.dashboard-orange-boxes {
    background: #FFFFFF;
    padding: 40px 20px 20px 20px;
    position: relative;
}

    .dashboard-orange-boxes:before {
        content: '';
        position: absolute;
        width: calc(100% - 40px);
        height: 5px;
        background: linear-gradient(to right,#ff6e1b,#ffd200);
        left: 20px;
        top: 20px;
        z-index: 99;
    }

.dashboard-wrapper .k-panelbar .k-panel, .k-panelbar .k-content {
    padding: 5px 20px;
}


.profile-info {
    background: #98bbce;
    padding: 10px;
    word-wrap: break-word;
}

a.ErrorLink {
    color: red !important;
    text-decoration: none !important;
    cursor: default !important;
}

.AddorEditBeneficiary-table .s-grid-ftrrow {
    text-align: right !important;
    font-weight: bold;
}

.AddorEditBeneficiary-table input[type="text"] {
    text-align: right !important;
}

.wizard-ack-txt label {
    color: #000000;
}

.wizard-ack-txt th label {
    color: #FFFFFF;
}

.stepContainer .tooltip {
    display: none !important;
}

.actionBar a {
    text-decoration: none !important;
    background-color: #FFFFFF;
}

.marg-left-15 {
    margin-left: 15px;
}

.existing-contact {
    width: 326px;
}

    .existing-contact label:first-child {
        margin-left: 20px;
    }

.existing-contact-dp {
    width: 356px;
}

.suppliment-materials {
    margin: 10px 0px;
}

    .suppliment-materials .k-widget {
        border: none;
    }

.existing-contact-dp {
    width: 356px;
}

.UpdateBeneficiaryGrids-Table .s-grid-ftrrow td:nth-child(3) {
    font-weight: bold;
    text-align: left !important;
}

.year-spacing {
    margin: 0px 1px !important;
}

.display-inline {
    display: inline !important;
}

.CaptionDivCenter {
    text-align: center;
    font-weight: bold !important;
}

.clearfix.k-pane {
    z-index: -1;
}

.padding-left20 {
    padding-left: 20px;
}

.paragraph-lable label {
    margin-bottom: 10px;
}

.prpm-maintaince label {
    display: block;
    margin-bottom: 5px;
}

.common-table tr td {
    text-align: right !important;
}

.common-table tr:last-child td {
    font-weight: bold !important;
}

.mandpdate {
    position: relative !important;
}

    .mandpdate .ui-datepicker-trigger {
        margin-left: 5px;
        position: absolute;
        display: inline-block;
        right: -40px;
        top: 0;
    }

.ucrpd-textarea-table table, .ucrpd-textarea-table td, .ucrpd-textarea-table th {
    border: 1px solid #aaa !important;
    padding: 5px !important;
}

.ucrpd-textarea-table table {
    margin: 10px 0px;
}

.ucrpd-textarea-table ul li {
    font-size: inherit;
}

.contribution-summary-table {
    width: auto;
    border-collapse: collapse;
}

    .contribution-summary-table th,
    .contribution-summary-table td {
        border: 1px solid #aaa !important;
        background-color: #fff !important;
        color: #000;
    }

    .contribution-summary-table tr:first-child th:first-child {
        background-color: #fff !important;
        border-color: transparent #aaa #aaa transparent !important;
        border-style: none solid solid none !important;
        border-width: 1px 1px 1px 1px !important;
    }

    .contribution-summary-table tr td:not(:first-child) {
        text-align: right;
    }

.float-right {
    float: right !important;
}

.s-arrow {
    width: 13px !important;
    height: 13px !important;
    /*background-image: url(../Images/common-arrow.svg) !important;*/
}

.tax_statements {
    margin-top: 30px;
}

.font_size_20_asterisk {
    font-size: 20px !important;
    position: absolute;
    top: -5px;
}

.disability_Est_Panel_Size {
    width: 45% !important;
}

.attachment-browse {
    margin-right: 10px;
}

.changeToHyperlink {
    background: #fff !important;
    outline: none;
    border: none;
    color: blue;
    text-decoration: underline;
    margin: 0px 5px;
    padding: 0px !important;
}

.page-sidebar-fixed .footer .footer-inner {
    background-color: #FFFFFF;
}

table caption {
    display: none;
    font-size: inherit;
}

#page-loader table caption, #page-loader table th {
    color: #DDDDDD;
}

.preloader table caption, .preloader table th {
    background: transparent;
}



h2, .h2 {
    font-size: 1.875em !important;
}


.dropdown-menu.extended li p {
    font-size: inherit !important;
}

.dropdown-menu.extended li a {
    font-size: 0.750em !important;
}

.FilterBox .row {
    font-size: inherit !important;
}

#clickExcel, #DivExportWindow {
    font-size: inherit;
}

h1, .h1 {
    font-size: 2.250em !important;
}

label {
    font-size: inherit;
    line-height: 1.6;
}

.navbar-toggle span {
    display: none;
    color: #FFFFFF;
}

.thead-hidden thead {
    display: none;
}

.header-text {
    background-color: #EEEEEE;
    color: #333333;
}


blockquote, p, pre {
    font-size: inherit;
}

.dropdown-menu span {
    font-size: inherit;
}

h3 {
    font-size: 1.500em !important;
}

h4 {
    font-size: 1.125em !important;
}

h5 {
    font-size: inherit !important;
}

h6 {
    font-size: 0.750em !important;
}

.text-muted {
    color: #333333 !important;
}

.modal-footer a {
    color: #333333 !important;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
    font-size: inherit !important;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
    font-size: 0.786em !important;
}


/*.modal-header .close {
    font-size: 1.313em !important;
}*/

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
    font-size: 0.625em !important;
}

.listView_Est_Details {
    border: none !important;
}

    .listView_Est_Details td {
        background-color: white !important;
    }

.disablity-spouse-table table {
    width: auto !important;
}

    .disablity-spouse-table table th {
        background: #1295d8 !important;
        font-weight: bold;
    }

    .disablity-spouse-table table td {
        border-left: 1px solid #aaa;
        white-space: normal;
        padding: 5px;
        line-height: 1.6em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .disablity-spouse-table table tr:nth-child(2) {
        background-color: #fff !important;
    }

.label-bold-underline {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #000;
}

.disability_Est_Last_step table {
    width: 450px !important;
}

.wizard-table-Common_align table {
    width: auto !important;
}

    .wizard-table-Common_align table th {
        text-align: center !important;
    }

    .wizard-table-Common_align table td {
        text-align: right !important;
    }

.label-space {
    margin-right: 5px;
}

.disabilityEst_Table_alignment table td:first-child {
    width: 25%;
}

.disabilityEst_Table_alignment table .ui-datepicker-trigger {
    padding: 5px;
    position: relative;
}

.Personal-Profile {
    width: 100%;
}

    .Personal-Profile .ui-datepicker-trigger {
        padding: 5px;
        position: relative;
    }

.popover {
    font-size: inherit !important;
}

input, button, select, textarea {
    font-size: inherit !important;
}

/*.ui-autocomplete-input {
    width: 51% !important;
}*/

.toast-message {
    color: #FFFFFF;
}


.gold-btn {
    display: inline-block;
    padding: 8px 14px !important;
    background: #ffd200;
    text-align: right;
    color: #333 !important;
    border: none;
    text-decoration: none !important;
    border: 1px solid #ffd200;
}

    .gold-btn:hover {
        border: 1px solid #ffd200;
        background-color: #fff;
        color: #333;
    }

.service-panel p {
    text-align: justify;
    font-size: inherit;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
}

.breadcrumb-wrapper a {
    text-decoration: none;
    color: #FFFFFF !important;
}

.Membership-Type-Table table td {
    text-align: left !important;
}

.FidilityLink {
    font-size: inherit;
    margin-right: 5px;
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.blank-div {
    height: 42px;
}

.Benefit-Income-Estimator div {
    padding: 4px 5px !important;
    display: block;
    text-align: left !important;
}

.Benefit-Income-Estimator input[type="text"],
.Benefit-Income-Estimator select {
    width: 200px !important;
    margin: 10px 0px;
    height: 50px !important;
}

.Benefit-Income-Estimator .form-group:nth-child(4) {
    text-align: center;
    /*border-top:1px solid #333333;*/
}
/*.Benefit-Income-Estimator .form-group {
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}*/
.Benefit-Income-summary .col-md-3:first-child {
    background-color: #fff;
    border: none;
}

.Benefit-Income-Estimator .col-md-3:not(:first-child) div:first-child,
.Benefit-Income-Estimator .col-md-3:not(:first-child) div:nth-child(2),
.Benefit-Income-summary .col-md-3:nth-child(2),
.Benefit-Income-summary .col-md-3:nth-child(4) {
    border: 1px solid #aaa;
    padding: 10px;
    overflow: auto;
}

.Benefit-Income-Estimator .col-md-3:nth-child(3) div:first-child,
.Benefit-Income-Estimator .col-md-3:nth-child(3) div:nth-child(2),
.Benefit-Income-summary .col-md-3 {
    border: 1px solid #aaa;
    padding: 10px;
    overflow: auto;
}

.Benefit-Income-Estimator .col-md-3,
.Benefit-Income-summary .col-md-3 {
    /*width: 24%;
    margin: 0px 5px;*/
    width: 250px !important;
    margin: 0px 5px;
}

.Benefit-Income-summary .col-md-3 {
    padding: 10px;
}

    .Benefit-Income-summary .col-md-3:not(:first-child) {
        border: 1px solid #aaa;
    }

        .Benefit-Income-summary .col-md-3:not(:first-child) div:first-child label:first-child,
        .Benefit-Income-summary .col-md-3:first-child label {
            display: block !important;
        }

        .Benefit-Income-summary .col-md-3:not(:first-child) div {
            border-bottom: 1px solid #aaa;
        }

            .Benefit-Income-summary .col-md-3:not(:first-child) div:last-child {
                border: 0px;
                padding: 5px 0px;
            }

/*.Benefit-Income-summary .col-md-3 div:nth-child(2), .ftwi-div {
       position:absolute;
       top:0px;
    }

    .Benefit-Income-summary .col-md-3:not(:first-child) div:nth-child(4), .cstw-instruction-div {
        position:absolute;
        top:0px;
    }*/

.Benefit-Income-Estimato .col-md-3:first-child div:first-child {
    overflow: auto;
    margin-bottom: 10px !important;
    padding-left: 0px !important;
}

.Benefit-Income-Estimato .col-md-3:not(:first-child) div:first-child {
    overflow: auto;
    padding: 10px;
}

.Benefit-Income-Estimator .col-md-3:not(:first-child) div:first-child label {
    text-align: center !important;
}

.addtional-deduction {
    padding-left: 0px !important;
}

    .addtional-deduction label {
        display: inline;
    }

.ucrpbenefit-programm-table .s-tbody tr:not(:last-child) {
    font-weight: normal !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.list-style-none {
    list-style: none !important;
}

    .list-style-none li {
        list-style: none !important;
    }

.review-eastimate .s-tbody {
    font-weight: normal !important;
}

.mss-new-message td {
    font-weight: bold !important;
}

.mss-selected-message td {
    background-color: #fff4e0 !important;
}

.mss-select-and-bold-message td {
    font-weight: bold !important;
    background-color: #fff4e0 !important;
}

.mss-secure-msg-grid-table .s-grid td {
    white-space: normal;
}

.rasc-table {
    border: 1px solid #aaa;
}

    .rasc-table td,
    .rasc-table th {
        border: 1px solid #aaa;
    }

        .rasc-table th label,
        .rasc-table td label {
            color: #333;
            font-size: inherit !important;
        }

.ucrc-estimate-details table tr:last-child td {
    font-weight: bold;
}

.table-noraml-txt table td {
    white-space: normal !important;
}

.rasc-table th label {
    font-weight: bold;
}

.footer .footer-inner {
    color: #333333 !important;
}

.rasc-table tr:nth-child(even) {
    background-color: #fff !important;
}

.rasc-table tr:nth-child(odd) {
    background-color: #e6f2f8 !important;
}

.rasc-table td {
    white-space: normal !IMPORTANT;
}

.border-none, .secure-message-container .ui-state-active {
    border: 0px !important;
}

.secure-message-container .k-panelbar .k-state-active .k-header {
    display: none !important;
}


.ucrc-estimate-details table tbody tr:first-child td:nth-child(2),
.ucrc-estimate-details table tr:last-child td:first-child {
    text-align: left !important;
}

.ucrc-estimate-details table tr:last-child td {
    font-weight: bold;
}

.mss-disability-wizard-label-alignment {
    margin-left: -30px !important;
}

.mss-compare-estimates {
    margin-left: 280px !important;
}

.mss-estimate-label-margin {
    margin-left: 120px !important;
}

.mss-estimate3-label-margin {
    margin-left: 150px !important;
}

.mss-estimate-button-margin {
    margin-left: 70px !important;
}

.mss-estimate3-button-margin {
    margin-left: 120px !important;
}

.UCRPDisabilityTable table tbody td {
    font-weight: normal !Important;
}

.NoBorderAndBackGround {
    border: none !important;
    background: none !important;
}

.MSSCalculateBenefitOptionGrid .s-grid th, .MSSCalculateBenefitOptionGrid .s-grid td {
    white-space: normal !important;
}

.text-center {
    text-align: center !important;
}

#tblMainInitiateAndElectHAWB .captionTd {
    padding-left: 0px !important;
}

#tblMainInitiateAndElectHAWB label :not(.bullet) {
    display: inline;
}

.disability_Est_Grid table {
    margin-left: 20px !important;
}

.disability_Est_Confirm_text {
    margin-top: 20px !important;
}

.remove-bg-color .s-altrow {
    background-color: #fff !important;
}

.pad-left-15 {
    padding-left: 15px !important;
}

.disability_Est_Grid_Disability_Screen {
    text-align: center;
}

    .disability_Est_Grid_Disability_Screen .s-grid-container {
        float: none;
    }

.div-border {
    border: 1px solid #aaa;
}

.remaining-chars-italic {
    font-style: italic !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.manage-benificiaries-label {
    margin-top: 20px;
    font-weight: bold;
}

.Personal-Info-Field {
    text-align: left;
    margin-left: 60px;
}

    .Personal-Info-Field label {
    }

.common-border {
    border: 1px solid #aaa;
}

.common-margin .col-md-12:not(:first-child) {
    margin-top: 10px;
}

.pannel-bg-color {
    background-color: #edf6fb;
}

    .pannel-bg-color .k-panelbar .k-content {
        background-color: #edf6fb !important;
    }

    .pannel-bg-color .k-panelbar > .k-item > .k-link {
        border: 0px !important;
    }

    .pannel-bg-color .k-panelbar .k-content {
        border-color: transparent !important;
    }

.margin-bottom-0 {
    margin-bottom: 0px;
}

.common-collapsable-panel .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    /*background-image: url(../Images/menu-arrow-img.png) !important;*/
    height: 15px !important;
    width: 15px !important;
    position: absolute !important;
    z-index: 1;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-color: transparent !important;
    transform: rotate(90deg);
    left: auto;
    margin-top: 0px;
}

.common-collapsable-panel .k-state-selected .k-i-arrow-n {
    background-position: -16px 0;
    transform: rotate(268deg) !important;
}

.common-table-alignment table td:not(:first-child) {
    text-align: right;
}


.Personal-Info-Field {
    text-align: left;
    margin-left: 60px;
}

    .Personal-Info-Field label {
    }

.common-border {
    border: 1px solid #aaa;
}

.common-margin .col-md-12:not(:first-child) {
    margin-top: 10px;
}

.pannel-bg-color {
    background-color: #edf6fb !important;
    padding: 10px 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.k-state-selected .k-i-arrow-n {
    background-position: -16px 0;
    transform: rotate(268deg) !important;
}

.common-table-alignment table td:not(:first-child) {
    text-align: right;
}

.margin-left-50 {
    margin-left: 50px;
}

.condiitonal-captiondiv .CaptionDiv {
    text-align: left !important;
}

.bold-underline {
    font-weight: bold;
    text-decoration: underline;
}

.tax-witholding-table table {
    border: 1px solid #aaa;
    margin: 10px 0px;
    width: auto;
}

    .tax-witholding-table table th {
        border-top: 0px !important;
        text-align: left !important;
    }

        .tax-witholding-table table th label {
            font-weight: bold;
            white-space: nowrap;
        }

    .tax-witholding-table table td {
        border: 0px !important;
    }

.mss-secure-msg-grid-table .s-grid td {
    white-space: normal !important;
    word-break: break-word;
    padding: 10px !important;
}

    .mss-secure-msg-grid-table .s-grid td:last-child {
        width: 120px;
    }

    .mss-secure-msg-grid-table .s-grid td label {
        white-space: normal !important;
        word-break: break-all !important;
    }

.net_payment_table_right .common-table {
    display: flex;
    justify-content: center;
}

.net_payment_table_right table th {
    text-align: left !important;
}

.net_payment_table_right table td {
    text-align: left !important;
}

.assign-medicare-table table .ui-datepicker-trigger {
    position: static;
}

.assign-medicare-table table input[type="checkbox"] {
    position: relative;
    top: 5px;
}

.display-block {
    display: block !important;
}

.life-event-label label {
    display: block;
}

.margin-left-0 input[type="button"] {
    margin-left: 0px;
}

.file-upload-input {
    margin-left: 0px !important;
}

.compare-estimate-maintaince table th {
    text-align: center;
    border: 1px solid #aaa;
    border-top: 1px solid #aaa !important;
}

.compare-estimate-maintaince table.s-grid th, table.s-grid td {
    white-space: normal !important;
    border: 1px solid #aaa !important;
    font-size: inherit !important;
    overflow: auto;
}

.compare-estimate-maintaince table td {
    border: 1px solid #aaa !important;
    padding: 3px !important;
}

.compare-estimate-maintaince table tr:last-child td {
    text-align: center;
    background-color: #edf6fb !important;
}

.compare-estimate-maintaince .s-grid tr:nth-child(7) {
    background: red !important;
}

/*.compare-estimate-maintaince table td table.s-grid th,
.compare-estimate-maintaince table td table.s-grid td
{
background-color:transparent !important;
border:1px solid #000 !important;
}*/

/*.compare-estimate-maintaince table td:nth-child(2),
.compare-estimate-maintaince table td:nth-child(4){
background-color:#fbd4b4;
}*/
/*.compare-estimate-maintaince table td:nth-child(3) {
background-color:#e8eddb;
}*/
.compare-estimate-maintaince .s-row,
.compare-estimate-maintaince .s-altrow {
    background-color: transparent !important;
    border: 1px solid #aaa !important;
}

.compare-estimate-maintaince table td.s-row,
.compare-estimate-maintaince table td .s-altrow {
    background-color: transparent !important;
    border: 1px solid #aaa;
}

.border-none {
    border: none !important;
}

.mss-secure-msg-attachment-grid {
    text-align: left !important;
}

    .mss-secure-msg-attachment-grid .s-grid-container {
        float: none;
    }

.a-format-text {
    text-decoration: none;
    color: inherit;
    font-size: inherit !important;
    cursor: none;
}

.benefit-income-button {
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: .3s all ease-in-out;
    width: 233px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #00599e !important;
    text-align: left;
}

.benefit-income-Links {
    background-color: #00599e !important;
    color: #fff;
    border: 0px;
}

.overflow-auto {
    overflow: auto;
}

.remove-dropdown-arrow .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.spe-wizard-pannel {
    border: 1px solid #aaa;
    background-color: #edf6fb;
    padding: 10px;
}

    .spe-wizard-pannel .pannel-bg-color {
        border: 0px !important;
    }

    .spe-wizard-pannel .k-state-selected {
        box-shadow: none !IMPORTANT;
        background: #edf6fb;
        color: #333333 !important;
        display: block;
    }

.convert-table table th label {
    font-weight: bold;
    color: #333 !important;
    font-size: inherit !important;
}

.convert-table table tr:nth-child(:odd) {
    background-color: #fff;
}

.convert-table tr:nth-child(:even) {
    background-color: #daecf4;
}

.convert-table .table-title {
    background: none !important;
}

.common-bullet-img li {
    list-style: none;
    line-height: 30px;
}

    .common-bullet-img li:before {
        content: "";
        background-image: url(../Images/bullet.png);
        height: 5px;
        width: 5px;
        display: inline-block;
        margin-right: 7px;
        vertical-align: middle;
        background-size: 100%;
    }

    .common-bullet-img li .bullet {
        display: inline !important;
        list-style: none;
        margin-left: 0px !important;
    }


.list-style-disc li {
    list-style-type: disc !important;
    list-style-position: inside;
}


    .list-style-disc li label {
        margin-left: 0 !important;
        width: 98%;
        vertical-align: top;
    }

.remove-dropdown .ui-accordion-header-icon,
.remove-dropdown .k-content, .k-editable-area, .k-panelbar > li.k-item, .k-panel > li.k-item, .k-tiles {
    background: none;
}

.LeftPadding50 {
    padding-left: 50px;
}

.LeftPadding90 {
    padding-left: 90px !important;
}

.biifmaintaince .s-row,
.biifmaintaince .s-altrow,
.biifmaintaince .s-grid {
    background-color: transparent;
    border: 0px;
}

.biifmaintaince .ListViewLinks {
    color: #fff;
    font-size: inherit;
}

.biifmaintaince .ListViewLinks {
    color: #fff;
}

.label-looklike-button:hover {
    background: #fff !important;
    border: 1px solid #00599e;
    color: #333 !important;
}

    .label-looklike-button:hover .ListViewLinks {
        color: #333 !important;
    }

.biifmaintaince .ListViewLinks,
.biifmaintaince label {
    font-size: inherit;
}

.ListViewLinks {
    color: #025483;
}

.biifmaintaince .common-font-color {
    color: #333333;
    text-decoration: none !important;
}

.msgmaintance-textarea .form-control {
    width: 40%;
}

.checkbox-pointer td[data-container-for="dt_Registered_4_0"] {
    text-align: center !important;
}

#grvBusAddress_GridHolder td[data-th="Release to Retiree Association"] {
    text-align: center !important;
}

#grvreviewPersonActiveAddress_GridHolder td[data-th="Release to Retiree Association"] {
    text-align: center !important;
}

#grvLstPersonActiveAddress_GridHolder td[data-th="Release to Retiree Association"] {
    text-align: center !important;
}

#grvRvwAddress_GridHolder td[data-th="Release to Retiree Association"] {
    text-align: center !important;
}

/*Table Overall*/
table th {
    text-align: center !important;
}

    table th input[type="checkbox"] {
        margin: 0 0 !important;
    }

table td input[type="checkbox"] {
    margin: 0 auto !important;
    /*width: 100% !important;*/
}
/*****************************MEDIA QUERY***************************************************/
@media screen and (max-width:425px) {
    .fluid-table td {
        padding-left: 10px !important;
    }

        .fluid-table td:before {
            position: relative;
            min-width: 150px;
            padding-right: 10px;
            white-space: normal;
            content: attr(data-th);
            color: #999;
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            left: 0px !important;
        }

    .main-wrapper .s-ulControlPanelbar {
        padding: 5px;
    }

    .actionBar a {
        margin-bottom: 10px !important;
    }

    .service-panel {
        min-height: 220px;
    }

        .service-panel img {
            width: auto;
        }

    #wizMain .actionBar {
        display: flex;
        flex-direction: column;
        max-width: 100% !important;
    }

        #wizMain .actionBar input[value="Cancel"] {
            margin-right: 0px !important;
        }

    .EmailBoxElectionWizard input[type="text"] {
        width: 100% !important;
    }

    .ServicePurchasePaymentOption label {
        display: inline;
    }

    .list-style-disc li label {
        width: 90%;
    }

    .SecureAuthPopup {
        min-width: 385px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    /*.LexisNexisAuthPopup {
        width:80% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }*/
}

@media screen and (max-width:640px) {
    .fluid-table td {
        padding-left: 10px !important;
    }

        .fluid-table td:before {
            position: relative;
            min-width: 150px;
            padding-right: 10px;
            white-space: normal;
            content: attr(data-th);
            color: #999;
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            left: 0px !important;
        }

    /*.swMain .buttonNext {
        text-align: left !important;
    }*/

    .dashboard-wrapper {
        width: calc(100% + 20px) !important;
    }
}

@media screen and (max-width:391px) {
    .actionBar input[relatedbutton="btnElectCancel"] {
        width: 70px;
        margin: 0 auto !important;
        float: none;
    }
}

@media (max-width:768px) {
    .update-contact .col-md-2 {
        width: 100% !important;
    }

    .update-contact .col-md-10 {
        width: 100% !important;
    }

    .ReqInformation {
        color: #FF0000 !important;
        position: relative;
    }

    .Personal-Info-Field {
        margin-left: 0 !important;
    }

    .page-sidebar-wrapper {
        margin-top: 0px;
        z-index: 9999;
        position: relative;
    }

    .page-sidebar.in {
        margin: 0px !important;
    }

    .dashboard-wrapper {
        width: calc(100% + 30px);
    }

    .msgmaintance-textarea .form-control {
        width: 100%;
    }

    .addpoaofattorney .margin-left-50 {
        margin-left: 0px;
    }

    .payment-image {
        width: auto !important;
    }

    .disability_Est_Grid table {
        margin-left: 0px !important;
    }

    .SpecialAccommodation textarea {
        width: auto !important;
    }

    .Benefit-Income-Estimator .col-md-3 {
        float: left;
    }

    .checkbox-pointer td[data-container-for="dt_Registered_4_0"] {
        text-align: left !important;
    }

    table td input[type="checkbox"] {
        margin: 0 auto;
        width: auto !important;
    }

    .login-tips ul li {
        white-space: normal;
    }

    .service-panel img {
        width: 14%;
    }

    .sick-leave-label label {
        text-align: left;
    }

    div.k-window-content {
        overflow-x: auto;
    }

    .domestic-data-table table {
        width: 100% !important;
    }

        .domestic-data-table table td:first-child,
        .domestic-data-table table td:last-child {
            width: auto !important;
        }

        .domestic-data-table table td:nth-child(4) {
            width: auto !important;
            text-align: center;
        }

    .insurance-rate-maintaince input[value="Calculate Total Cost"],
    .insurance-rate-maintaince .selection-table-txt {
        margin-left: 0px;
    }

    .insurance-rate-maintaince .insurance-inner-table {
        margin-left: 0px;
    }

    .compare-estimate-maintaince .col-md-3 {
        width: 100% !important;
    }

    #capLabel74 {
        margin-top: 10px;
    }

    .ServiceBankAccount td {
        height: 80px;
    }

    .wizard-select-text {
        width: 100%;
    }

    .fedral-tax-roth .innerdiv input[type="text"] {
        width: 200px;
    }

    .EstimateCustomPopup {
        width: 90% !important;
    }

    .MssMessgeCustomPopup {
        width: 90% !important;
        transform: translateY(0%) !important;
        overflow-y: scroll;
    }

    select {
        max-width: 100%;
    }

    #pnlFinalTotalCost {
        width: 50% !important;
    }

    .mss-change-direct-test-table td {
        overflow: auto;
        height: auto;
    }

    .s-grid td label {
        float: left;
    }

    .s-grid th, .s-grid td {
        overflow: auto;
    }

    .alertdiv {
        height: auto !important;
    }

    .SecureAuthPopup {
        min-width: 385px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    div.LexisNexisAuthPopup {
        width: 80% !important;
        top: 50px !important;
    }
}

@media screen and (max-width:800px) {
    td[data-container-for='rowSelect'], th[data-field='rowSelect'] {
        width: auto !important;
        text-align: left !important;
    }

    .dateSent .s-tbody td:last-child {
        width: 100% !important;
    }

    .mss-secure-msg-grid-table .s-grid td:first-child {
        width: 100% !important;
    }

    .fluid-table td {
        padding-left: 10px !important;
    }

        .fluid-table td:before {
            position: relative;
            min-width: 150px;
            padding-right: 10px;
            white-space: normal;
            content: attr(data-th);
            color: #999;
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            left: 0px !important;
        }


    .static-sgrid-table .s-textbox {
        float: none;
    }

    .static-sgrid-table td:first-child:before {
        content: "Bank Account(s)";
    }

    .static-sgrid-table td:nth-child(2):before {
        content: "Routing Number";
    }

    .static-sgrid-table td:nth-child(3):before {
        content: "Bank Name";
    }

    .static-sgrid-table td:nth-child(4):before {
        content: "Account Number";
    }

    .static-sgrid-table td:nth-child(5):before {
        content: "Account Type";
    }

    .static-sgrid-table td:nth-child(6):before {
        content: "Percentage";
    }


    .life-event-change-Table-mobile td:first-child:before {
        content: "Enrollee";
    }

    .life-event-change-Table-mobile td:nth-child(2):before {
        content: "Relationship";
    }

    .life-event-change-Table-mobile td:nth-child(3):before {
        content: "DOB";
    }

    .life-event-change-Table-mobile td:nth-child(4):before {
        content: "Medicare";
    }

    .life-event-change-Table-mobile td:nth-child(5):before {
        content: "Medical Plan";
    }

    .life-event-change-Table-mobile td:nth-child(6):before {
        content: "Dental Plan";
    }

    .life-event-change-Table-mobile td:nth-child(7):before {
        content: "Legal Plan";
    }

    .life-event-change-Table-mobile-coverage-cost td:nth-child(1):before {
        content: "Coverage Type";
    }

    .life-event-change-Table-mobile-coverage-cost td:nth-child(2):before {
        content: "Total Cost";
    }

    .life-event-change-Table-mobile-coverage-cost td:nth-child(3):before {
        content: "Total Reimbursement";
    }

    td[data-th="SSN"] {
        width: 100% !important;
    }

    .number-text-left td:first-child, .number-text-left td:nth-child(3), .number-text-left td:nth-child(4) {
        text-align: left !important;
    }
}

@media (max-width:1024px) {

    .dashboard-banner #imgLoginLogo {
        width: 300px;
        padding-left: 5px;
        top: 46px;
    }

        .compare-estimate-maintaince .col-md-3 div > div:not(:last-child) {
            height: auto !important;
            padding-left: 5px;
        }

            .alertdiv {
            width: calc(100% - 40px);
            margin-left: 20px;
        }

    /*.dashboard-wrapper {
        padding-top: 180px;
    }*/

    .page-container {
        overflow-x: hidden;
    }

    .page-sidebar.navbar-collapse.in {
        width: 100% !important;
    }

    .ReqInformation {
        position: relative;
    }

    .dashboard-banner {
        /*height: auto;*/
        left: auto !important;
    }

    /*.popup-alignment .col-md-2 {
        width: auto !important;
        text-align: left !important;
    }*/

    .zipcode input[type="text"] {
        width: auto !important;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }

    .subleft {
        padding-left: 0px !important;
    }

    .my-profile-tabs .col-md-3,
    .my-profile-tabs .col-md-9 {
        width: 100%;
    }

    .my-profile-tabs .ver-inline-menu li.active:after {
        border: none !important;
    }

    .Benefit-Income-Estimato,
    .Benefit-Income-Estimater-two,
    .export-benefit-data {
        overflow-x: auto;
        display: flex !important;
    }

        .Benefit-Income-Estimato .col-md-3:first-child,
        Benefit-Income-Estimater-two .col-md-3:first-child {
            white-space: nowrap;
        }

        .Benefit-Income-Estimater-two .col-md-3:first-child div:nth-child(n+2) {
            white-space: normal;
        }

    #pnlFinalTotalCost {
        width: auto;
    }
}
/******************************************************************************************/
.disable-textbox textarea[readonly="readonly"] {
    background: #fff !important;
    border: none !important;
    font-size: inherit;
    padding: 10px;
    resize: none;
    pointer-events: none;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
/*.message-textarea  table td textarea[readonly="readonly"] {
    background: #fff !important;
    border: none !important;
    font-size: inherit;
    padding: 10px;
    resize: none;
    pointer-events: none;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}*/
input.GridCheckBox[gridid="grvLstEnrolleeAssignMedicare2"] {
    margin-left: 23px !important;
}

.Bold_font {
    font-weight: bold !important;
}

.s-grid-container:not(.s-grid-rtl) .s-grid th {
    text-align: center !important;
}

.s-grid-container:not(.s-grid-rtl) .s-grid td.s-date {
    text-align: left !important;
}

/*.s-grid-container:not(.s-grid-rtl) .s-grid td.s-number {
    text-align: right !important;
}*/

/*Set Footer Alignment to Right (except first column)*/
.s-grid-ftrrow td:not(:first-child) {
    text-align: right;
}

input[value="Upload"] {
    padding: 1px 10px;
    color: #2a2a2a !important;
    background: linear-gradient(#f2f2f2, #ececec, #e5e5e5, #dfdfdf) !important;
    border: 1px solid #999999;
    margin-top: 0px !important;
    float: left;
    height: 23px;
    line-height: 20px;
}

    input[value="Upload"]:hover {
        border: 1px solid #807e7e;
        cursor: pointer;
    }

/*.popup-alignment .col-md-2 {
    width: 40%;
    text-align: right;
}

.popup-alignment .col-md-8 {
    width: 60%;
    text-align: left;
}

.popup-alignment .col-md-10 {
    width: 60%;
    text-align: left;
}*/

/*this class is used in many places to remove border from listview/ repeater controls */
.prpdetails .s-grid {
    border: 0px !important;
    /*font-size:.875em !important;*/
}

    .prpdetails .s-grid label,
    .poawizard .s-grid label,
    .poawizard .sfwListView {
        font-size: inherit !important;
        border: 0px !important;
    }

/*li.menuItem:focus {
    border: 1px solid #2b87ce !important;
}*/

.Enro-Details-Maintance .label-font {
    font-size: 1.125em;
}

.form-group-button-container {
    text-align: center !important;
    float: none;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: auto;
}

.reviewplans tr:nth-child(6) .s-fieldSetPanelbar {
    width: 100%;
    overflow: auto;
}

.reviewplans input[type="text"] {
    width: auto;
}

.common-font-color {
    color: #333 !important;
    text-decoration: none !important;
}

.main-wrapper .ui-accordion {
    /*border: 0px !important;*/
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-left-17 {
    margin-left: 17px !important;
}

.compare-estimate-maintaince tr.border-none td {
    border: none !important;
}

.anitcipated-net-pay .ListViewLinks {
    color: #333 !important;
}

.anitcipated-net-pay a {
    text-decoration: none !important;
}

.Benefit-Income-summary .col-md-12 div {
    width: 24.5%;
    float: left;
    margin: 0px 2px;
    display: block;
}

.Benefit-Income-summary .col-md-12:first-child div label {
    display: block;
}

.Benefit-Income-summary label {
    margin-bottom: 0px !important;
}

.Benefit-Income-summary div {
    padding: 0px 5px;
}

.Benefit-Income-summary .col-md-12 div:nth-child(2),
.Benefit-Income-summary .col-md-12 div:nth-child(4) {
    background-color: lightblue;
}

.Benefit-Income-summary .col-md-12 div:nth-child(3) {
    background-color: bisque;
}

.Benefit-Income-summary .col-md-12 div:nth-child(2),
.Benefit-Income-summary .col-md-12 div:nth-child(3),
.Benefit-Income-summary .col-md-12 div:nth-child(4) {
    /*border-style:solid;
border-width:1px;
border-color:#000;*/
    outline: solid black 1px;
    outline-offset: -1px;
}

.Benefit-Income-summary br {
    border-bottom: 1px dashed black;
    display: block;
}

.literal {
    font-weight: bold !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.secure-msg-maintance {
    overflow: auto;
}

    .secure-msg-maintance table {
        width: 38em;
    }

.button-to-link {
    color: #00f !important;
}

    .button-to-link:hover {
        color: #00f !important;
    }

.cap-input-btn .button-to-link {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.Benefit-Income-summary .col-md-12:nth-child(4) label:nth-child(:even) {
    display: block !important;
}

.common-list-none li ul li:before {
    list-style: none !important;
    background-image: none;
}

.common-list-none li ul li {
    padding-left: 10px;
}

.disability-checkbox-align {
    float: left;
    display: inline;
}

.disability-grid-align {
    margin-left: 16px;
}

.retirestdetmain .form-group {
    margin-bottom: 2px !important;
}

.listView_Direct_Deposit .s-altrow, .listView_Direct_Deposit .s-row {
    background-color: #fff !important;
}

.listView_Direct_Deposit .s-grid {
    border: none !important;
}

.updatecontact label {
    display: block;
}

.updatecontact-input div {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 2px;
}
/*.export-benefit-data .col-md-3 > div:not(:first-child) {
    border: 1px solid #000;
}*/

/*.export-benefit-data .federal-tax-witholding {
    height: 190px;
    padding-left: 5px;
}

.export-benefit-data .california-state-tax-div {
    height: 140px;
}

.export-benefit-data .col-md-3 div:nth-child(2) label:nth-child(odd),
.export-benefit-data .col-md-3 div:nth-child(4) label:nth-child(odd) {
    display: inline;
    float: left;
    position: relative;
    right: 4px;
}

.export-benefit-data .col-md-3 div:nth-child(2) label:nth-child(even),
.export-benefit-data .col-md-3 div:nth-child(4) label:nth-child(even) {
    display: block;
}

.export-benefit-data .col-md-3 div:nth-child(4) {
    height: 140px;
    padding-left: 5px;
}

.export-benefit-data .col-md-3 div {
    border: 1px solid #aaa;
}

.export-benefit-data .col-md-3:nth-child(2) div,
.export-benefit-data .col-md-3:nth-child(4) div {
    outline: 1px solid #aaa;
}

.export-benefit-data .col-md-3:nth-child(3) div {
    outline: 1px solid #aaa;
}

.export-benefit-data .col-md-3 div:first-child div:first-child {
    height: 50px;
    outline: 1px solid #aaa;
}

.export-benefit-data .col-md-3 div:first-child > label {
    display: block;
}

    .export-benefit-data .col-md-3 div:first-child > label:first-child {
        text-align: center;
        border-bottom: 2px solid #aaa;
    }

    .export-benefit-data .col-md-3 div:first-child > label:not(:first-child) {
        text-align: left;
    }

.export-benefit-data .col-md-3 div label {
    padding-left: 5px;
}*/
/*.export-benefit-data .col-md-3 div:first-child {
background-color:red;
}*/

.AntiNetPayment .ListViewLinks {
    color: blue !important;
    text-decoration: underline;
}

.contact-type select, .contact-type input[type="text"] {
    float: left;
    width: 200px !important;
}

.contact-type input[type="text"] {
    margin-left: 4px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.add-new-address td {
    width: 50%;
}

.add-new-address {
    width: 100%;
}

    .add-new-address td.captionTd {
        text-align: right;
    }

.retierment-eaem tr,
.retierment-eaem td {
    border: 1px solid #aaa !important;
    text-align: center;
    padding: 4px !important;
}

.blank-label {
    visibility: visible;
    height: 50px;
    display: block !important;
}

.Benefit-Income-Estimator .col-md-3:first-child div:nth-child(n+4) {
    height: 46px;
    line-height: 25px;
}

.Benefit-Income-Estimater-two select:first-child,
.Benefit-Income-Estimater-two input:first-child {
    margin-top: 30px !important;
}

.Benefit-Income-Estimater-two .col-md-3:first-child div:nth-child(n+2) {
    margin-top: 3px;
}

.compare-estimate-maintaince .col-md-3:not(:nth-child(n+5)) ul {
    border: 1px solid #aaa;
    padding-left: 0px !important;
}

.compare-estimate-maintaince .col-md-3 .table-div {
    min-height: 298px;
    overflow: auto;
}

.compare-estimate-maintaince .col-md-3 label {
    text-indent: 5px;
}

.compare-estimate-maintaince .col-md-3 div > div:not(:last-child) {
    border-bottom: 1px solid #aaa;
    height: 28px;
}

.compare-estimate-maintaince .col-md-3:nth-child(n+5) {
    text-align: center;
}

.twh-main-wrapper input[type="text"],
.twh-main-wrapper select {
    font-weight: normal !important;
    min-width: 200px;
    width: 200px;
}

.twa-checkbox input[type="checkbox"] {
    min-width: auto;
    width: auto;
}

.twa-checkbox label:first-child {
    position: relative;
    left: 4px;
    float: left;
    display: inline !important;
}

.twa-checkbox .caution-label {
    width: 30px;
    height: 65px;
}
/*Disable Grid Sorting Funtionality*/
.s-grid .s-arrow {
    display: none !important;
}

.poawizard .s-grid {
    border: 0px !important;
}

.poawizard .s-row {
    background: none !important;
}

.email-phone li {
    list-style: none;
    border: 1px solid #aaa;
    padding: 10px;
}

.email-phone .k-header {
    background-color: transparent !important;
    color: #333;
    font-weight: bold;
}

.email-phone .k-state-selected {
    box-shadow: none !important;
}

.work-email-div {
    overflow: auto;
    border: 1px solid #aaa;
}

.removeSpace {
    position: relative;
    left: -2px;
}

.removeExtraSpace {
    position: relative;
    left: -4px;
}

.retirement_Est_grid_align {
    margin-top: 10px !important;
}
/*Pop Up*/
.my-profile-tabs .col-md-9 .portlet-title .fa {
    font-size: 20px;
    margin-right: 10px;
}

.special-situtation {
    width: 99.7%;
    border: 1px solid #aaa;
    margin-left: 5px;
}

.payment-option .captionTd {
    text-align: right;
}


/* Life Event Change Grid*/
.lifeevent-table {
    margin: 10px 0px;
}

    .lifeevent-table tr:first-child td label {
        font-weight: bold;
    }

    .lifeevent-table tr:first-child td {
        background-color: #cbcbcc !important;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

    .lifeevent-table tr:nth-child(even) td {
        background-color: #fff;
    }

    .lifeevent-table tr:nth-child(odd) td {
        background-color: #d9dfec;
    }

.forfeitureAggrement {
    border: 1px solid #aaa;
    overflow: auto;
    padding: 10px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
}

    .forfeitureAggrement ul {
        margin-left: 20px;
    }

.lifeevent-table tr {
    display: inherit;
}

.lifeevent-table td {
    border: 1px solid #aaa;
    font-size: inherit;
}

.lifeevent-table td {
    padding-left: 8px !important;
}

.hidden-panel-alignment-5 {
    margin-left: -5px;
}

.hidden-panel-alignment-15 {
    margin-left: -15px;
}

.border-common {
    border: 1px solid #aaa !important;
}
/*.service-purchase-sections{
    margin-top : -10px !important;
}*/
.s-ulControlPanelbar {
    list-style-type: none !important;
    border: 1px solid #aaa;
}

.ucrp-Address-Display-Inline {
    display: inline;
}

.service-purchase-sections legend {
    font-size: inherit !important;
    text-decoration: none;
    font-weight: bold;
}

.s-ulControlPanelbar {
    list-style-type: none !important;
}

.fedral-tax-roth .innerdiv {
    width: 100%;
    float: left;
}

    .fedral-tax-roth .innerdiv input[type="text"] {
        width: 200px;
        /*width: 80%;*/
    }

.s-spnControlPanelbar {
    background: none;
    border: none;
    color: #333;
    font-family: inherit;
    font-size-adjust: inherit;
    font-weight: bold;
}

.POA-document .s-altrow {
    background-color: transparent !important;
}

.col-md-5-percentage {
    width: 5% !important;
}

.remove_Right_Space {
    position: relative;
    right: 5px;
}

.s-ulControlPanelbar span.k-panelbar .k-state-active .k-header {
    border-bottom: 1px solid #aaa !important;
}
/**********************DashBoard Button*********************************************/
input[value="Membership Details"],
input[value="Retirement"],
input[value="Beneficiary Designations"],
input[value="Benefit Income Details"],
input[value="Open Enrollment"],
input[value="Tax Withholding"],
input[value="Insurance Details"],
input[value="Benefit Payment Details"],
input[value="Insurance Payment Method"],
input[value="Manage Direct Deposit"],
input[value="Benefit Income Statement"],
input[name="btnIAMViewMembership"],
input[name="btnAPNRBViewMembership"],
input[name="btnNonMBRPayeeRetireeInsur"],
input[name="btnRIMemberPayee"],
input[name="btnBenefitIncomeDetails"],
input[name="btnretireeinsurance"],
input[name="btnNonMBRPayeeBenefitIncomeDetails"],
input[name="btnOpenBenefitIncomeStatement"],
input[name="btnDisBenefitIncomeDetails"],
a[name="btnIMSCRetirementEstimates"],
a[name="btnAMSCRetirementEstimates"],
input[value="Second Choice Election"] {
    background-color: #00599e !important;
    border: 1px solid #00599e !important;
    color: #fff !important;
}

    input[value="Membership Details"]:hover,
    input[value="Retirement"]:hover,
    input[value="Beneficiary Designations"]:hover,
    input[value="Benefit Income Details"]:hover,
    input[value="Open Enrollment"]:hover,
    input[value="Tax Withholding"]:hover,
    input[value="Benefit Payment Details"]:hover,
    input[value="Insurance Details"]:hover,
    input[value="Insurance Payment Method"]:hover,
    input[value="Manage Direct Deposit"]:hover,
    input[value="Benefit Income Statement"]:hover,
    input[name="btnIAMViewMembership"]:hover,
    input[name="btnAPNRBViewMembership"]:hover,
    input[name="btnNonMBRPayeeRetireeInsur"]:hover,
    input[name="btnRIMemberPayee"]:hover,
    input[name="btnBenefitIncomeDetails"]:hover,
    input[name="btnretireeinsurance"]:hover,
    input[name="btnNonMBRPayeeBenefitIncomeDetails"]:hover,
    input[name="btnDisBenefitIncomeDetails"]:hover,
    input[name="btnOpenBenefitIncomeStatement"]:hover,
    a[name="btnIMSCRetirementEstimates"]:hover,
    a[name="btnAMSCRetirementEstimates"]:hover,
    input[value="Second Choice Election"]:hover {
        background-color: #fff !important;
        border: 1px solid #00599e !important;
        color: #333 !important;
    }




.checkbox-pointer input[type="checkbox"] {
    pointer-events: none;
}



.checkbox-pointer input[type="checkbox"] {
    pointer-events: none;
}

.disabled-checkbox {
    pointer-events: none;
}

.SpecialAccommodation textarea {
    width: 200px !important;
}

.margin-top-bottom-10 {
    margin: 10px 0px;
}

.my-profile-tabs .s-ulControlPanelbar {
    list-style-type: none !important;
    border: none;
}

.remove-extra-space-negative-3 {
    position: relative;
    left: -3px;
}

.remove-border .s-ulControlPanelbar {
    border: 0px !important;
}

.table-space table {
    margin: 10px 0px;
}

.add-guest-btn {
    color: #fff !important;
    /*border: none;*/
    padding: 8px 14px;
    cursor: pointer;
    margin: 10px 10px 10px 5px;
    letter-spacing: 0.5px;
    background: #00599e !important;
    transition: .3s all ease-in-out;
    border: 1px solid #00599e !important;
    font-weight: normal;
    font-size: inherit !important;
}

    .add-guest-btn:hover {
        background: #fff !important;
        color: #00599e !important;
        border: 1px solid #00599e !important;
    }

.cap-review-table table td[data-th="Capital Accumulation Payment(CAP)"] {
    text-align: left !important;
}

.table-td-font td {
    font-weight: normal !important;
}
/*.MSSInitiateUCRPService .stepContainer{
background-color:#fff !important;
}*/
.ReportDeathConfirmation .s-ulControlPanelbar {
    border: 0px !important;
}

.sick-leave-label label {
    text-align: center;
}

.ReportDeathConfirmation .s-ulControlPanelbar {
    border: 0px !important;
}

.sick-leave-label label {
    text-align: center;
}

a[name="hypHyperLink"] {
    color: blue;
}

    a[name="hypHyperLink"]:hover {
        color: #ffb511;
    }

.PopUp_Size div.k-window-content {
    height: calc(100vh - 100px) !important;
}

.font-red-Tax-WithHold {
    color: #ff0000;
}

.padding-10 {
    padding: 10px !important;
}

.address-confirmation-label {
    padding-left: 40px;
}

.confirmation-sent label {
    padding-left: 0px !important;
    display: inline !important;
}

.AntiNetPayment .ListViewLinks:hover {
    color: #ffd200 !important;
}

.life-event-checkbox-table td input[type="checkbox"] {
    width: 15px !important;
    text-align: center;
    height: 15px !important;
}

.dashboard-imp-value {
    font-size: 1.8em;
    font-weight: bold;
}



.text-underline {
    text-decoration: underline;
}

.contactrasc .form-group p:nth-child(2) > a {
    color: blue;
}

    .contactrasc .form-group p:nth-child(2) > a:hover {
        color: #ffd200 !important;
    }

.contactrasc .ReqInformation {
    margin: 0px 5px !important;
}

.life-event-change-Table select {
    width: 100px !important;
    min-width: 100px !important;
}

.life-event-change-Table th label {
    font-weight: bold !important;
}

.life-event-change-Table tr:nth-child(even) td {
    background: #fff !important;
}

.life-event-change-Table tr:nth-child(odd) td {
    background: #d9dfec !important;
}
/*
.export-benefit-data .col-md-3:first-child div {
    position: relative;
    /* bottom: 0px; */
/*}*/

/*.export-benefit-data .col-md-3:first-child div div:first-child label {
        position: absolute;
        bottom: 0px !important;
        border-bottom: 0px;
    }*/

.Benefit-Income-Estimato label, .Benefit-Income-Estimater-two label {
    white-space: nowrap;
}

.button_as_hyperlink {
    border: 0px;
    color: blue;
    text-decoration: underline;
    background-color: #fff !important;
    margin: 0px;
    padding: 0px;
}

    .button_as_hyperlink:hover {
        color: #ffd200 !important;
        border: none;
    }

    .button_as_hyperlink:focus {
        outline: none;
    }

.pad-left-0 {
    padding-left: 0px !important;
}

.pad-left-20 {
    padding-left: 20px;
}

.review-confirm-table table {
    width: 100%;
}

    .review-confirm-table table td:first-child {
        width: 48%;
    }

    .review-confirm-table table td:not(:first-child) {
        width: 26%;
    }

.prpdetails .s-row {
    background-color: transparent !important;
}

.Benefit-Income-Estimater-two .col-md-3 div select:first-child {
    margin-top: 32px !important;
}

.Benefit-Income-Estimater-two .col-md-3:first-child div:nth-child(n+4) {
    height: 43px !important;
    line-height: 32px;
}

.Benefit-Income-Estimato .col-md-3 select {
    margin-top: 14px !important;
}

.Benefit-Income-Estimater-two .col-md-3:first-child div:last-child {
    padding-left: 2px !important;
}


.retirement_est_and_elect .form-group {
    margin-bottom: 5px !important;
}

.label-bullet-img {
    margin-left: 20px;
}

    .label-bullet-img label {
        display: block;
        background: url(../Images/bullet.png) no-repeat left center;
        padding-left: 10px;
    }

.cap-accumulation-table td:nth-child(2) {
    text-align: left !important;
}

.domestic-data-table table {
    width: auto !important;
}

    .domestic-data-table table td:first-child,
    .domestic-data-table table td:last-child {
        width: 26%;
    }

    .domestic-data-table table td:nth-child(4) {
        width: 20% !Important;
        text-align: center;
    }

    .domestic-data-table table th:nth-child(4) label {
        white-space: normal;
        display: inline;
    }

    .domestic-data-table table td:first-child label {
        display: inline-block !important;
    }

.removeConfirmationSpace {
    position: relative;
    left: 7px;
}


.customActionBarButton {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    border-width: 0;
    padding: 8px 10px;
    font-size: inherit;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
    color: #fff !important;
    text-shadow: none;
    background-color: #00599e;
    border: 1px solid #00599e;
    transition: .3s all ease-in-out;
}

    .customActionBarButton:hover {
        background-color: #fff !important;
        border: 1px solid #00599e;
        color: #00599e !important;
    }

.in-progress-sp-alignment {
    margin-top: -8px;
}

.mss-secure-msg-grid-table .s-grid td:first-child {
    width: 178px;
}

.mss-secure-msg-grid-table .s-grid td a {
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid transparent;
}

.dateSent .s-tbody td:nth-child(3) {
    width: 185px;
    white-space: normal !important;
    word-break: break-all;
}

.mss-secure-msg-grid-table tr td:first-child span {
    display: block;
    margin-bottom: 10px;
}

.mss-msg-grid-word-break {
    word-break: break-word !important;
}

.word-spacing {
    word-spacing: 2px;
}

.center-rasc label {
    display: inline;
}


.design-beneficary-wizard table {
    margin: 20px 10px;
}

.step-three-design-beneficiary table {
    margin-left: 70px;
}

.reset-button {
    background-color: #fff;
    color: #00599e;
}

    .reset-button:hover {
        background-color: #00599e;
        color: #fff;
    }


.confirmation-ddcm .s-grid-container {
    display: block;
    float: left;
    width: 100%;
}

.insurance-rate-maintaince .s-ulControlPanelbar {
    border: 0px !important;
}

.insurance-rate-maintaince .s-legendPanelbar {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.125em;
    line-height: inherit;
    color: #333;
    border: 0;
    text-decoration: none !important;
}

.insurance-rate-maintaince .ui-accordion .ui-accordion-icons {
    padding-left: 15px !important;
    font-size: 1.125em !important;
    font-weight: normal;
}

.insurance-rate-maintaince .insurance-inner-div {
    padding-left: 15px;
}

.insurance-rate-maintaince .insurance-inner-table {
    width: auto !important;
    margin-left: 25px;
}

    .insurance-rate-maintaince .insurance-inner-table th label {
        font-weight: bold !important;
    }
/*.insurance-rate-maintaince .insurance-inner-table tr:nth-child(odd) td{

       background-color:#d9dfec !important
    }
    .insurance-rate-maintaince .insurance-inner-table tr:nth-child(even) td{
  background-color:#fff !important;
    }*/
.wizard-head-txt {
    font-size: 1.125em;
    font-weight: normal !important;
}

.insurance-rate-maintaince input[value="Calculate Total Cost"],
.insurance-rate-maintaince .selection-table-txt {
    margin-left: 35px;
}

.help-popup-DisabilityEst {
    margin-bottom: 20px;
}

.custom-grid-row-style-gray td {
    background-color: #d9dfec !important;
}

.custom-grid-row-style-white td {
    background-color: #fff !important;
}

.initiate-div {
    margin-bottom: 15px;
}

    .initiate-div label {
        display: inline;
    }

.MedicareInformation-table td:nth-child(n+3) label {
    float: right;
}

.MedicareInformation-table td:nth-child(n+3) input[type="checkbox"] {
    vertical-align: text-bottom;
    width: auto !important;
}

.add-poa-file input[type="file"] {
    margin-left: 0px !important;
}

.captial-payment-table td:nth-child(2) {
    text-align: left !important;
}

.eligble-family-table.valuebox {
    margin-left: 12px !important;
}

.cap-table {
    position: relative;
    left: 5px;
}

.float-left-width-100-percent {
    float: left;
    width: 100%;
}

.padding-top-0 {
    padding-top: 0px;
}

.another-link {
    display: inline-block;
}

.RequiredDocs .s-altrow, .RequiredDocs .s-row {
    background-color: #edf6fb !important;
    display: list-item;
    list-style-type: disc;
    font-family: Lato-Regular;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-5 {
    padding: 5px;
}

.padding-0 {
    padding: 0px !important;
}

.wrapper ul {
    float: left;
    width: 100%;
    outline: 0;
}

.wizard-wrapper ul {
    overflow: auto;
    float: left;
    width: 100%;
}

/*Maintenance step - consistency*/
.maintenance-step-consistency .col-md-12:nth-child(2) {
    margin-top: 15px;
    margin-bottom: 10px;
}

.maintenance-step-consistency .btn-row {
    margin-top: 15px;
    margin-bottom: 10px;
}

/*Maintenance confirmation - consistency*/
.maintenance-confirmation-consistency .col-md-12 {
    margin-bottom: 10px;
}

.maintenance-confirmation-consistency #pnlConfirmation, .maintenance-confirmation-consistency .form-group, .maintenance-confirmation-consistency #pnlMain {
    margin-bottom: 0px !important;
    margin-top: 0px;
    border: none !important;
}

/*Wizards - consistency*/
.form-body .form-body {
    padding: 10px !important;
}

.address-left-margin {
    margin-left: -4px !important;
}

/*check-box and label alignment*/
.term-agreement {
    display: flex;
}

    .term-agreement input {
        position: relative;
        top: 2px;
    }

.display-inline-p-spacing > label {
    margin-bottom: 0px !important;
}

.display-inline-p-spacing > a {
    margin-bottom: 0px !important;
}

.my-profile-tabs .ver-inline-menu {
    overflow: hidden !important;
}

.ftw-content-div > div {
    border: 0px !important;
    outline: 0px !important;
    height: auto !important;
    display: block;
    width: 100%;
    float: left;
}

    .ftw-content-div > div label {
        border: 0px !important;
        outline: 0px !important;
    }

.left-padding {
    padding-left: 0px !important;
}

.pull-left-5 {
    margin-left: -5px !important;
}
/*.select-qualify-event .k-panelbar.k-content {
background:transparent !important;
}*/
.padding-left-15 {
    padding-left: 15px !important;
}

.outline-none {
    outline: none !important;
}

.cursor-default {
    cursor: default !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.background-transparent {
    background: transparent !important;
}

.dateSent .s-tbody td:last-child {
    width: 185px;
}

    .dateSent .s-tbody td:last-child > label {
        white-space: nowrap;
    }

.twhc-li li {
    list-style-type: none;
}

.service-pur-summary-main-panel {
    float: left;
    border: 1px solid #aaa;
    padding: 10px;
}

.servicepurchaselabel-looklike-button a {
    color: #fff !important;
    padding: 8px 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
    background: #00599e;
    transition: .3s all ease-in-out;
    border: 1px solid #00599e;
    font-weight: normal;
    font-size: inherit !important;
    text-decoration: none !important;
    margin: 5px 5px;
    display: block;
}

    .servicepurchaselabel-looklike-button a:hover {
        background: #fff;
        color: #00599e;
        border: 1px solid #00599e;
    }

    .servicepurchaselabel-looklike-button a .GridLinks {
        color: #fff !important;
    }

    .servicepurchaselabel-looklike-button a:hover .GridLinks {
        color: #00599e !important;
    }


.text-docaration-none {
    text-decoration: none !important;
}

.address-information-table td {
    white-space: nowrap !important;
}

.twhc-li li {
    list-style-type: none;
}

.service-pur-summary-main-panel {
    float: left;
    border: 1px solid #aaa;
    padding: 10px;
}

.servicepurchaselabel-looklike-button a {
    color: #fff !important;
    padding: 8px 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
    background: #00599e;
    transition: .3s all ease-in-out;
    border: 1px solid #00599e;
    font-weight: normal;
    font-size: inherit !important;
    text-decoration: none !important;
    margin: 5px 5px;
    display: block;
}

    .servicepurchaselabel-looklike-button a:hover {
        background: #fff;
        color: #00599e;
        border: 1px solid #00599e;
    }

    .servicepurchaselabel-looklike-button a .GridLinks {
        color: #fff !important;
    }

    .servicepurchaselabel-looklike-button a:hover .GridLinks {
        color: #00599e !important;
    }

.column-data-word-wrap td:last-child {
    white-space: normal !important;
}

.ServiceRetirementElectionWizardGridWrap .s-grid td {
    white-space: normal !important;
}

.OpenEnrollmentPanelWrap .s-grid td {
    white-space: normal !important;
}

.text-docaration-none {
    text-decoration: none !important;
}

.address-information-table td {
    white-space: nowrap !important;
}


.mss-change-direct-test-table th label {
    font-weight: bold !important;
}

.mss-change-direct-test-table tr:nth-child(odd) td {
    background: #d9dfec !important;
}

.mss-change-direct-test-table td:nth-child(7) {
    display: none;
}

.coverage-type-table {
    width: auto;
    margin: 10px 0px;
}

.request-retr-link {
    line-height: 10px !important;
    clear: both;
}


.MessagesMaintenanceRASCLinkHover:focus {
    outline: 1px solid #4d90fe;
    padding: 5px;
}

:focus {
    outline: 1px solid #4d90fe;
}

.existing-contact-label {
    padding-left: 18px !important;
}

.update-contact .col-md-2 {
    width: 20%;
}

.update-contact .col-md-10 {
    width: 80%;
}

input[type=button]:focus {
    background: #fff !important;
    color: #00599e !important;
    outline: 1px solid #00599e !important;
}
/*FMUpgrade-UI Issue-37*/
.actionBar input[value=Cancel]:focus, .buttonPrevious:focus {
/*    background: #fff !important;
    color: #00599e !important;*/
    outline: 1px solid #00599e !important;
}

.actionBar .buttonNext:focus, .actionBar .buttonFinish:focus {
/*    background: #00599e !important;
    color: #fff !important;*/
    outline: 1px solid #00599e !important;
}
/*****/
.label-looklike-button:focus {
    background: #fff !important;
    color: #00599e !important;
    outline: 1px solid #00599e !important;
}

.input-select-option input {
    margin-right: 10px;
}

.OneTimeLSC table tr:nth-child(3) {
    border-top-style: hidden;
}

.OneTimeLSC table td {
    padding: 5px;
    border: 1px solid #aaa;
}

    .OneTimeLSC table td label {
        font-weight: bold;
    }


.MssMessageGrid table td {
    white-space: normal !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

label:focus {
    outline-style: none !important;
    box-shadow: none;
    border-color: transparent;
}

div:focus {
    outline-style: none !important;
    box-shadow: none;
    border-color: transparent;
}

li:focus {
    outline-style: none !important;
    box-shadow: none;
    border-color: transparent;
}

.message-history-div:focus {
    border: 1px solid #cbcbcc !important;
    font-size: inherit;
    font-family: Lato-Regular;
}

.irrevocable-text {
    display: inline;
}

td[data-th="SSN"] {
    width: 108px;
}

/*.compare-estimate-maintaince .col-md-3:first-child,
.compare-estimate-maintaince .col-md-3:nth-child(5) {
    width: 20%;
}

.compare-estimate-maintaince .col-md-3 {
    width: 26.6%;
}
*/
/* Start- ADA Datepicker CSS */
#datePickerADA {
    position: absolute;
    width: 250px;
    border: 2px solid #999;
    padding: 0.2em;
    background: #eee;
    z-index: 99999;
    /*font-size: 1.1rem;*/
}

    #datePickerADA :focus {
        outline: #3279bf solid 1px;
        box-shadow: 0px 0px 2px 2px #3279bf;
    }

    #datePickerADA h2 {
        background: #eeeeee;
        color: #333;
        font-size: 1.2em !important;
    }

    #datePickerADA .svg {
        width: 15px;
        height: 15px;
        margin: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        font-size: 0;
    }

#closeDatePicker,
#forwardOneYear,
#forwardOneMonth{
    float: right;
}

#backOneMonth,
#backOneYear {
    float: left;
}
/*neodatePickerCalendar*/
#neodatePickerCalendar colgroup {
    background: #fff;
}

#neodatePickerCalendar h2 {
    margin-top: 1px;
}

#neodatePickerCalendar td {
    padding:2px;
    border:1px solid #c5c5c5;
    text-align:center;
    position:relative;
}
    #neodatePickerCalendar td:hover {
        background: #eee;
        cursor:pointer;
    }
#neodatePickerCalendar td[aria-hidden="true"] {
        border: 0 !important;
    }
    #neodatePickerCalendar td[aria-hidden="true"]:before {
        height:0;
        width:0;
    }
    #neodatePickerCalendar th {
        padding: 0;
        height: 30px;
        border: 0 !important;
    }

    #neodatePickerCalendar th abbr[title] {
        border-bottom: 0 !important;
        text-decoration:none;
    }
#neodatePickerCalendar td.selected {
    background: #eee;
}
#neodatePickerCalendar tbody tr:last-child {
    border: none;
}

    #neodatePickerCalendar tbody tr:last-child td,
    #neodatePickerCalendar th {
        padding-bottom: 0;
    }

#neodatePickerCalendar col {
    width: 9%;
}

    #neodatePickerCalendar col:first,
    #neodatePickerCalendar col:last {
        width: 9%;
    }

#neodatePickerCalendar th, #datePickerCalendar td {
    text-align: center;
}

#neodatePickerCalendar [data-date=""] {
    padding: 0;
}

.dropdownfullwidth table select {
    width: 100% !important;
}
/* End- ADA Datepicker CSS */

#FormTitle:focus {
    outline: none;
    box-shadow: none;
}

.stepSpan:focus {
    outline-style: none !important;
    box-shadow: none;
    border-color: transparent;
}

.compare-estimate-maintaince .col-md-3 a {
    color: #333333 !important;
    text-decoration: none;
    pointer-events: none;
}

.compare-estimate-maintaince .text-indent-5 div {
    text-indent: 5px;
    padding-top: 2px;
}

.export-benefit-data .federal-tax-witholding {
    height: 390px;
}

.export-benefit-data .california-state-tax-div {
    height: 140px;
}

.export-benefit-data .col-md-3 div:first-child > div:first-child, .export-benefit-data .col-md-3 div:first-child > a:first-child {
    height: 50px;
}

.export-benefit-data .col-md-3:first-child div {
    position: relative;
}

    .export-benefit-data .col-md-3:first-child div div:first-child label {
        position: absolute;
        bottom: 0px !important;
        margin-bottom: 0px;
    }

.export-benefit-data .col-md-3 a {
    color: #333333 !important;
    text-decoration: none;
    pointer-events: none;
}

.export-benefit-data .col-md-3 div:not(:first-child) {
    outline: 1px solid #aaa;
    border: 1px solid #aaa;
}

.export-benefit-data .col-md-3 div:first-child > div {
    display: block;
    border: none !important;
    outline: none;
}

.export-benefit-data .col-md-3 div:first-child > a, .export-benefit-data .col-md-3 div:first-child > div {
    display: block;
    border: 1px solid #aaa;
}

.export-benefit-data .col-md-3 div:first-child > a {
    outline: 1px solid #aaa;
}

.export-benefit-data .col-md-3 label {
    padding-left: 5px;
}

.export-benefit-data div a:first-child {
    display: block;
    text-align: center;
    border-bottom: 2px solid #aaa;
}

    .export-benefit-data div a:first-child > label:first-child {
        display: block;
        text-align: center;
        border-bottom: 2px solid #aaa;
    }

    .export-benefit-data div a:first-child > label:nth-child(2) {
        display: block;
        text-align: left;
    }

#pnlNewAddress:focus {
    outline-style: none !important;
    box-shadow: none;
    border-color: transparent;
}

.login-input-box.caption-box label {
    font-weight: 400;
}

.display-none {
    display: none;
}

.CssCenterLeftMenu {
    background: #f3f3f2;
}

label.static-footer-label {
    width: 100%;
    display: block;
    float: left;
    text-align: center;
}

.address-release-notes label {
    padding: 0;
    display: inline;
    left: 1px;
}



.confirmation-sent {
    float: left;
    width: 100%;
    padding: 0px 20px !important;
}

}

label#lblnCapForSelectnavDropDown {
    color: #FFF;
    background-color: #333;
}

.zip-textbox, .postal-code-textbox {
    width: 6em !important;
}

.error-text {
    color: #a51717;
}


.common-NetPayment-table tr:last-child td {
    font-weight: bold !important;
}

.pnlcustomdialog {
    width: 950px !important;
}

@media (max-width:1024px) {
    .pnlAddNewBeneficiary-dialog select, .pnlAddNewBeneficiary-dialog input[type="text"], .pnlAddNewBeneficiary-dialog input[type="password"] {
        width: 100% !important;
        min-width: unset !important;
    }

    .pnlAddNewBeneficiary-dialog .col-md-1, .pnlAddNewBeneficiary-dialog .col-md-2, .pnlAddNewBeneficiary-dialog .col-md-3, .pnlAddNewBeneficiary-dialog .col-md-4, .pnlAddNewBeneficiary-dialog .col-md-5, .pnlAddNewBeneficiary-dialog .col-md-6, .pnlAddNewBeneficiary-dialog .col-md-7, .pnlAddNewBeneficiary-dialog .col-md-8, .pnlAddNewBeneficiary-dialog .col-md-9, .pnlAddNewBeneficiary-dialog .col-md-10, .pnlAddNewBeneficiary-dialog .col-md-11, .pnlAddNewBeneficiary-dialog .col-md-12 {
        float: left;
        width: 100%;
    }
}

.red-label {
    color: red;
}

.update-contact .col-md-1 {
    width: 10%;
}
/* .UCRPDistributionMobileView and .UCRPDistributionDesktopView - these classes are used for UCRPDistributionRequestWizard and CapDistributionRequestWizard screens*/
.UCRPDistributionMobileView {
    display: none;
}

@media (max-width:1024px) {
    .export-benefit-data .col-md-3 {
        width: 100% !important;
    }

        .export-benefit-data .col-md-3 ul {
            width: 250px !important;
        }

    .mobileViewAddressVisibility input[type="text"] {
        font-weight: bold;
        color: #000 !important;
        opacity: 1;
    }
    /*.UCRPDistributionDesktopView, .UCRPDistributionHideMobileDiv {
        display: none !important;
    }*/
    /*.UCRPDistributionMobileView {
        display: block !important;
    }*/
}

.pull-left {
    float: left;
}

.fedral-tax-roth span, .fedral-tax-roth label {
    white-space: nowrap;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.amount-loader img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.amount-loader * {
    float: left;
}

.EstimateCustomOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
}

.EstimateCustomPopup {
    margin: auto;
    background: #fff;
    border-radius: 5px;
    width: 650px;
    position: relative;
    transition: all 5s ease-in-out;
    top: 50%;
    transform: translateY(-40%);
}

.popup-header {
    padding: 15px 0 15px 5px;
    background: #FFF8D9;
    border: 2px solid #888888;
}

    .popup-header h2 {
        margin: 0;
        padding: 0;
        color: #333333;
        font-size: 1.2em !important;
    }

.EstimateCustomPopupContent {
    padding: 20px 20px 20px;
    font-size: 1.2em;
    position: relative;
    height: 300px;
}

.HidePopupEstimate {
    visibility: hidden;
    opacity: 0;
}

.PopupLoader {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*.note-color-btn, .note-recent-color, .note-icon-font {
    background-color: #FFF !important;
    color: #333 !important;
}*/
.red-notice {
    color: #a51717;
}

table, caption, td, tr, th, img {
    color: #333;
}

.cap_accum_payment-table td:not(:last-child) {
    text-align: left !important;
}

.clr {
    clear: both;
    height: 0;
}

.clsGridPRPAndElection table td {
    position: relative;
}

/*.clsGridPRPAndElection table td input[type="checkbox"]:disabled:before {
        top: 5px !important;
    }*/

@media screen and (min-width:769px) and (max-width:1366px) {
    .col-md-2 {
        width: 30% !important;
    }

    .col-md-10 {
        width: 70% !important;
    }

    .ContainerPanel .col-md-3 {
        width: 40% !important;
    }

    .ContainerPanel .col-md-9 {
        width: 60% !important;
    }

    .fedral-tax-roth .col-md-6 {
        width: 30% !important;
    }

    .fedral-tax-roth .col-md-3 {
        width: 30% !important;
    }

    .fedral-tax-roth .col-md-2 {
        width: 30% !important;
    }

    .col-md-offset-4 {
        margin-left: 0px !important;
    }
}

.BulletsAligmentCss > div > table > tbody > tr > td > span > ul {
    padding-left: 20px;
}

.BulletsAligmentCss > div > table > tbody > tr > td > span > ol {
    padding-left: 20px;
}

@media (max-width:991px) {
    .UCRPDistributionMobileView {
        display: block !important;
    }

    .UCRPDistributionDesktopView, .UCRPDistributionHideMobileDiv {
        display: none !important;
    }
}

.padding-left-10 {
    padding-left: 10px !important;
}

.width-auto {
    width: auto !important;
}

.disable-textbox h2 {
    padding: 0px;
}

.disable-textbox h4 {
    padding: 0px;
}

.number-text-left td:first-child, .number-text-left td:nth-child(3), .number-text-left td:nth-child(4) {
    text-align: right !important;
}

.number-text-left td:nth-child(2) {
    text-align: left !important;
}

/*PIR 41612*/
#wzsRequiredDocumentation .s-altrow {
    background-color: transparent !important;
}

/*PIR 41660*/
.ServicePurchaseCostCaptionDiv {
    text-align: left;
}

/*PIR 41264 */
.EmailBoxElectionWizard input[type="text"] {
    width: 300px;
}

.PRPHWtable tbody tr:nth-child(even) td {
    background: #D9DFEC;
}

.PRPHWtable tbody th {
    background: #CBCBCC;
}

.PRPHWtable td, .PRPHWtable th {
    padding: .4em .6em !important;
}

    .PRPHWtable td label, .PRPHWtable th label {
        margin-bottom: 0 !important;
    }

#pnlPanelNew26 thead {
    display: none;
}

.or {
    margin: 0 2px;
}

#GridTable_grvBusMssMessageDetails ol, #GridTable_grvBusMssMessageDetails ul {
    word-break: normal !important;
    margin-left: 10px !important;
}

.EncodedHtml ul, .EncodedHtml ol {
    margin-left: 15px !important;
}

.rp-msg-popup input[type='text'] {
    width: 100% !important;
}

.rp-msg-popup button[data-original-title="Picture"] {
    display: none !important;
}

.ui-tooltip {
    background-color: white;
    opacity: 1;
    z-index: 100000;
}

.rp-msg-popup h2 {
    color: #333333 !important;
    padding-left: initial;
    font-size: 24px;
    text-shadow: none;
    font-family: sans-serif;
}

.rp-msg-popup h4 {
    color: #333333 !important;
    font-size: 14px;
    padding-left: initial;
}

.rp-msg-popup h1 {
    font-size: 28px;
}

.rp-msg-popup h3 {
    font-size: 16.38px;
}

.rp-msg-popup h5 {
    font-size: 11.62px;
}

.rp-msg-popup h6 {
    font-size: 9.38px;
}

.reply-msg-data .table-bordered td {
    border: 1px solid #999 !important;
    width: auto !important;
}

.reply-msg-data ol, .reply-msg-data ul {
    padding-left: 15px !important;
}

.rp-msg-popup .modal-dialog {
    width: fit-content;
}

.rp-msg-popup .msgmaintance-textarea .form-control {
    width: 100%;
}

input.GridCheckBox:disabled:checked:before,
td input[type="checkbox"]:disabled:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url('../Images/Checked.svg') no-repeat center;
    background-size: 13px !important;
    width: 13px;
    height: 13px;
    transform: translateX(-50%);
    opacity: 0.7;
    cursor: not-allowed;
}

input.GridCheckBox:disabled:not(:checked):before,
td input[type="checkbox"]:disabled:not(:checked):before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url('../Images/Unchecked.svg') no-repeat center;
    background-size: 13px !important;
    width: 13px;
    height: 13px;
    transform: translateX(-50%);
    opacity: 0.7;
    cursor: not-allowed;
}

.rp-msg-popup ul li, .EncodedHtml ul li {
    list-style-type: disc;
    /*list-style-position: inside;*/
}

.message-history-pannel .EncodedHtml {
    font-weight: normal;
}

table.MsoNormalTable td {
    border: 1px solid #999 !important;
}

table.MsoNormalTableMessage td {
    border: 0px solid #999 !important;
}

div#ListViewContainer_lstRepeaterViewPanel td::-webkit-scrollbar {
    width: unset !important;
}

.MssMessgeCustomPopup {
    margin: auto;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: all 5s ease-in-out;
    top: 50%;
    transform: translateY(-40%);
    width: 80%;
}

.MssMessgeCustomPopupOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: auto !important;
}

.MssMessgeCustomPopupContent {
    padding: 20px 20px 20px;
    font-size: 14px;
    position: relative;
    height: auto;
}

    .MssMessgeCustomPopupContent + .btn-row {
        width: 99%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .MssMessgeCustomPopupContent .fakelink > label {
        color: inherit;
        text-decoration: underline;
    }

#MSSPopupMessage label {
    font-weight: normal;
}
/*#MSSPopupMessage h2 label {
    color: #9b1515;
}*/
.MssMessgeCustomPopup .popup-header {
    position: relative;
}

.MssMessgeCustomPopup .popup-header input[type="button"] {
    position: absolute;
    top: 2px;
    right: 0;
    background: url(../Images/close.png) no-repeat #fff8d9;
    width: 16px;
    height: 16px;
    border: none;
    color: #fff8d9;
    padding: 12px;
    background-position: center;

}

.MssMessgeCustomPopup .popup-header input[type="button"]:hover {
    background-color: #7bd2f6;
    border-color: #7ec6e3;
}

.MssMessgeCustomPopupDashBoard {
    width: 50%;
}

.MssMessgeCustomPopupPreference {
    width: 90%;
}

.changeToHyperlink:hover {
    border: none;
}

.MssPopupFormating p {
    display: inline !important;
}

@keyframes forceRedraw {
    from {
        box-shadow: inset rgba(0,0,0,0) 0 0 0;
    }

    to {
        box-shadow: inset rgba(0,0,0,0.0000001) 0 0 0 10px;
    }
}

.actionBar a.buttonPrevious, a.buttonNext, a.buttonOther, a.buttonFinish, .customActionBarButton {
    animation-name: forceRedraw;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
/*PIR - 41665*/
        #GridTable_grvFamilyMemberDetails input[data-field="dt_EligibleSurvivor_7_0"], #GridTable_grvFamilyMemberDetails input[data-field="dt_ContingentAnnuitant_8_0"], #GridTable_grvRvwFamilyMember input[data-field="dt_EligibleSurvivor_7_0"], #GridTable_grvRvwFamilyMember input[data-field="dt_ContingentAnnuitant_8_0"], #GridTable_grvRvwAddress input[data-field="dt_PaymentAddress_3_0"], #tblNewPage11 td[data-th="Medicare"] input, #GridTable_grvLstFinalCoveredIndividulaEnrollment td[data-th="Medicare"] input, #GridTable_grvLstEnrolees td[data-th="Select"] input, #tblNewPage5 input[readonlycheckbox="true"] {
    top: 0;
    left: 50%;
    width: 13px !important;
    height: 13px;
    transform: translateX(-50%);
}

.ElectionRolloverOptionFontWeight label {
    font-weight: normal !important;
}

.note-editing-area .panel-body::before,
.note-editing-area .panel-body::after {
    content: normal !important;
}


.cssReadOnly {
    pointer-events: none !important;
    cursor: not-allowed;
    border: 0 !important;
}

select.cssReadOnly {
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cssReadOnly + .ui-datepicker-trigger {
    display: none;
}

.cssEnabledDisabled.cssReadOnly {
    background-color: transparent !important;
    opacity: 1;
}

.note-editing-area .panel-body::before,
.note-editing-area .panel-body::after {
    content: normal !important;
}

.margin-left-5-Percent {
    margin-left: 5% !important;
}

    .margin-left-5-Percent input[type=radio] {
        margin: 4px 5px 0;
        line-height: normal;
    }

.LECheckBoxLangColor {
    color: red;
    font-weight: bold !important;
}

.SRESummaryNLIPBoldAndRed {
    color: red;
    font-weight: bold !important;
}

#wzsMedicareQuestion .s-grid-container {
    width: 100% !important;
}

.MedicareInformation-table td:nth-child(n+3) label {
    float: none !important;
    margin-right: 5px;
}

.MedicareInformation-table .s-textbox {
    float: none !important;
}

.LEStepSummary li label {
    display: inline;
}

.globalWidth {
    display: block;
    width: 100%;
    float: left;
}

.z-index-1 {
    z-index: -1;
}
/* Portrait and Landscape */
@media(min-device-width: 768px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .LifeEventFluidTable .s-grid-helper, .LifeEventFluidTable2 .s-grid-helper {
        width: 100%;
        /*width: 730px;*/
        overflow: auto;
        display: block;
        float: left;
    }

        .LifeEventFluidTable .s-grid-helper table thead th:nth-child(8n), .LifeEventFluidTable .s-grid-helper table thead th:nth-child(9n) {
            min-width: 200px;
        }

        .LifeEventFluidTable .s-grid-helper table .ui-datepicker-trigger {
            position: inherit !important;
        }

        .LifeEventFluidTable2 .s-grid-helper table thead th:nth-child(8n), .LifeEventFluidTable2 .s-grid-helper table thead th:nth-child(9n) {
            min-width: 200px;
        }

        .LifeEventFluidTable2 .s-grid-helper table .ui-datepicker-trigger {
            position: inherit !important;
        }
}




/*PIR #49213 - Need to show NOTIC text in red*/
#txtTermsCondiMedNonKaiser + div.note-editor .note-editing-area b {
    color: red !important;
}

/*PIR #49213 - Need to show NOTIC text in red*/
#txtTermsCondiMedKaiser + div.note-editor .note-editing-area b {
    color: red !important;
}

/*PIR #49213 - Need to show NOTIC text in red*/
#txtTermsCondiMedKaiser + div.note-editor .note-editing-area .note-editable {
    height: auto !important;
}

/*PIR #49213 - Need to show NOTIC text in red*/
#txtTermsCondiMedNonKaiser + div.note-editor .note-editing-area .note-editable {
    height: auto !important;
}

/*PIR 41119 UCRAYS - Release 2 - Mobile - Text on Compare Estimates Landing Page*/
.compareEstimate table.s-grid th, table.s-grid td {
    white-space: normal !important;
    border: 1px solid #aaa !important;
    overflow: auto;
}

.ColorDarkBlue {
    color: #002060 !important;
}

.ReducedSizeTable {
    white-space: normal;
    text-align: left !important;
    width: 15% !important;
}

.Popup-panel-content {
    text-align: center;
}

.Popup-panel-button {
    padding-top: 50px;
}

.Popup-box {
    width: 400px;
    max-width: 100%;
    border: 0px solid #222222;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    background: #FFFFFF;
    padding: 15px;
    min-height: 220px;
    display: inline-block;
    color: #333333;
}

    .Popup-box input[type="text"], .Popup-box input[type="date"], .Popup-box input[type="password"], .Popup-box .contactrasc select {
        width: 90%;
    }

    .Popup-box .Popup-note label {
        text-align: center;
    }

    .Popup-box .ResendPassword {
        text-align: center;
        width: 100%;
        display: block;
        color: #00475f !important;
        text-decoration: underline;
    }

    .Popup-box .btn-row.s-divButtonRow {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }

.OneTimeMessage {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}

.OTPMaxLimitBox {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -50%);
}

.k-widget.k-window.benefitPopup {
    width: auto !important;
    left: 10px !important;
    min-width: 385px !important;
}

.NoEmailAndCellPhoneContent {
    position: absolute !important;
    top: 40%;
    left: 33%;
    transform: translate(-30%, -30%);
    width: 80% !important;
}

.Popup-ReqInformation {
    color: #a51717;
    /* padding-right: 0px; */
    position: relative;
    top: 5px;
    right: 0;
}

[name="lblIstrLexisNexisSuccessFailureMessage"] {
    padding-top: 50px;
}

[name="lblIstrSuccessFailureMessageLimitExceed"] {
    padding-top: 50px;
}

[name="rblSecQuesChoice"] input[type=radio] {
    margin-right: 12px;
    margin-bottom: 12px;
}

[name="pnlSecQues"] .literal, [name="pnlSecQues"] a {
    line-height: 10px;
}

[name="lblIstrAnsNotSelectedMessage"] {
    color: red;
    font-weight: bold;
}

[name="pnlSecQues"] .literal {
    font-size: 1.3em;
}

.padding-top90 {
    padding-top: 90px !important;
}

[name="lblIstrQuestion"] {
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    font-family: Lato-Bold;
}

.closelnpopup {
    position: absolute !important;
    bottom: 0;
    left: 4%;
}

.LexisNexisAuthPopup {
    height: 470px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 400px !important;
}

    .LexisNexisAuthPopup .closelnpopup {
        width: 100% !important;
        left: 0px !important;
    }
/*Media query*/
@media (max-width:991px) {
    .compare-estimate-maintaince .col-md-3:first-child,
    .compare-estimate-maintaince .col-md-3:nth-child(5) {
        width: 100%;
    }

    .compare-estimate-maintaince .col-md-3 {
        width: 100% !important;
    }
}


/*****Summernote CSS Fix*****/

.dropdown-fontname li i span, .dropdown-fontsize li i {
    visibility: visible !important;
    color: #333 !important;
}

.dropdown-fontname i, .dropdown-fontsize i {
    font-style: normal;
}

.dropdown-fontname a, .dropdown-fontsize a {
    padding: 3px 20px;
    display: block;
    white-space: nowrap;
    text-decoration: none !important;
}


.display-flex-normal {
    display: flex;
}

.display-flex-middle {
    display: flex;
    align-items:center;
}

.s-fieldSetPanelbar{
    float:left;
    width:100%;

}

.EstimateThreeButton {
    border : 0px;
    text-align : left;
}
/*Insurance-Estimator-Wizard*/
.Insurance-Estimator-Wizard table {
    border-top: 1px solid #aaa !important;
}
/*Session Expired Popup*/
.sessionexpiredheight {
    height: auto !important;
}


.s-fieldSetPanelbar{
    float:left;
    width:100%;
}

/*Calender Icon Group*/
#datePickerADA svg:not(:root) {
    visibility: hidden;
}
#datePickerADA .svg {
    visibility: visible !important;
    background-repeat: no-repeat;
    background-size: contain;
    width:12px;
    height:12px;
}
#datePickerADA button {
margin-top:4px !important;
}
.ui-datepicker-trigger {
    padding: 5px;
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../Images/calender-date.svg) no-repeat;
    border: 0;
    background-size: contain;
    background-position: center;
}

.ui-datepicker-trigger:focus {
	padding: 5px;
	position: absolute;
	width: 26px;
	height: 26px;
	background: url(../Images/calender-date.svg) no-repeat !important;
	border: 0;
	background-size: contain;
	background-position: center;
	outline: 0 !important;
}

input[type=button].ui-datepicker-trigger:focus {
    background: url(/UCRAYS/images/calender-date.svg) no-repeat !important;
    outline: 0 !important;
}


#forwardOneMonth {
    background: url(../Images/calender-right-arrow-single.svg);


}

#forwardOneYear {
     background: url(../Images/calender-right-arrow.svg);
     margin-right:5px !important;
}

#closeDatePicker {
    background: url(../Images/calender-close.svg);
    margin-right:3px !important;
    margin-left:3px !important;

}

#backOneMonth {
    background: url(../Images/calender-fleft-arrow-single.svg);
    margin-left:3px !important;

}

#backOneYear {
    background: url(../Images/calender-left-arrow.svg);
    margin-right:5px !important;

}



#closeDatePicker {
    background: url(../Images/calender-close.svg);

}
#FillYear {
    visibility: visible !important;
      display: inline-block; !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

#FillYear:hover {
  background-color: #45a049 !important;
  background-color:white !important;
}
/*Calender Icon Group*/

.cap_accum_payment-table td:not(:last-child) {
    text-align: left !important;
}

/*#ADA Issue No.20 Fixed by FM Team Devesh*/
.login-dob .ui-datepicker-trigger {
    right: -5px;
    top: 22px;
}

input[aria-label="Enter the year"] {
    width: 159px !important;
}

/*#ADA issue no 17 & 2 Fixed with the help of UI team Nikhil*/
.k-window-titlebar .k-window-actions input.neo-window-Close {
    color: transparent;
    border: 0px;
    background-color: transparent;
    background-image: url('../Images/close.png') !important;
    background-repeat: no-repeat;
    position: relative;
    left: 15px;
    top: 6px;
}
#datePickerADA button {
    display:block !important;
}
.forgot-datePickerADA {
    left: 348px !important;
    top: 135px !important;
}
.authentication-datePickerADA {
    left: 348px !important;
    top: 282px !important;
}

.machine-authentication-datePickerADA {
    left: 348px !important;
    top: 77px !important;
}

/* 
    PIR 57661 - Update Contact Info 
    Could not get the edit link to trigger the button,
    so this style is to render the buttons like a link.
*/

input[type=button].MssEditButton {
    background: none;
    border: none;
    color: blue;
    text-decoration: none;
    font-style: italic;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    margin:0;
}

img.hasTooltipToDisplay{
    vertical-align: text-bottom;
    margin-left: 3px;
}

@media (max-width:1000px) {
    .form-group label#lblName {
        padding-bottom: 10px;
    }
    .form-group div#tblAddress {
        padding-top: 10px;
    }
}

/* END PIR 57661 - Update Contact Info */