/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/*--header--*/
.top {
    background: url("../images/main_bg.png") repeat-x scroll 0 -78px rgba(0, 0, 0, 0);
    min-height: 35px;
}

.main .container {
    padding: 10px 0;
}

.bottom {
    background: url("../images/main_bg.png") repeat-x scroll 0 -78px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    box-shadow: 0 3px 18px -7px #333;
}

.tagline, .phone {
    height: 34px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.plan-name .add-plans {
    display: none;
}

.add-plans {
    background: #F3F3F3;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    padding: 0;
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 100;
}

    .add-plans li {
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #FFFFFF;
        margin: 0;
        text-align: left;
        text-shadow: none;
        width: 100%;
    }

        .add-plans li:hover {
            background: #fff;
            color: #333;
        }

        .add-plans li:first-child {
            border-radius: 5px 5px 0 0;
        }

        .add-plans li:last-child {
            border-radius: 0 0 5px 5px;
        }

        .add-plans li a {
            color: #666666;
            display: block;
            padding: 10px 13px;
            position: relative;
            text-shadow: none;
        }

.tagline a, .phone a, .plan-name a {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#crumbs {
    color: #CCCCCC;
    display: block;
    float: left;
    margin: 0 0 25px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
}

    #crumbs a {
        color: #FFFFFF;
        opacity: 0.6;
    }

    #crumbs .current {
        color: #E5E5E5;
    }

.container.content {
    padding: 30px 0;
    min-height: 100px;
}

/*Navbar **********************************************************/

.navbar {
    margin-top: 20px !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

nav.main {
    position: relative;
    z-index: 9999;
    float: right;
}

    nav.main ul {
        float: right;
    }

        nav.main ul#menu-main-menu li:last-child a {
            padding-right: 0;
        }

        nav.main ul#menu-main-menu li:last-child .button a {
            padding-right: 13px;
            color: #fff;
            text-shadow: none;
        }

        nav.main ul#menu-main-menu li:last-child .button {
            background-color: #29417F;
        }

        nav.main ul li {
            float: left;
        }

.respo_menu:before {
    content: "\f0c9";
    font-family: 'fontello';
    font-size: 24px;
    color: #29417f;
}

.respo_menu {
    position: relative;
    width: 28px;
    height: 20px;
    cursor: pointer;
    float: right;
    margin: 24px 0 0;
}

    .respo_menu select {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        background: none;
        cursor: pointer;
        width: 30px;
    }


/* Superfish Menu ESSENTIAL STYLES ********************************/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

    .sf-menu ul {
        position: absolute;
        top: -999em;
        width: 230px; /* left offset of submenus need to match (see below) */
        padding: 0;
        background: #F3F3F3;
        //border-radius:5px;
        margin-top: 3px;
    }

        .sf-menu ul li {
            width: 100%;
            /*border-bottom: 1px solid #CCCCCC;*/
            border-top: 1px solid #FFFFFF;
        }

            .sf-menu ul li:first-child {
                background: #F3F3F3;
            }

            .sf-menu ul li:last-child {
                // border-radius:0 0 5px 5px;
            }

            .sf-menu ul li:hover, .sf-menu ul li.current-menu-item {
                background: #fff;
            }

                .sf-menu ul li:first-child:hover, .sf-menu ul li.current-menu-item:first-child {
                    background: #FFF;
                    // border-radius:5px 5px 0 0;
                }

                .sf-menu ul li:last-child:hover, .sf-menu ul li.current-menu-item:last-child {
                    background: #FFF;
                    // border-radius:0 0 5px 5px;
                }

            .sf-menu ul li:first-child:last-child, .sf-menu ul li:first-child:last-child:hover {
                // border-radius:5px;
            }

    .sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a, .sf-menu a:visited {
        display: block;
        position: relative;
        text-decoration: none;
        color: #666;
    }

        .sf-menu a:hover, .sf-menu li.current-menu-item > a {
            color: #333;
        }

    .sf-menu li > a {
        padding: 9px;
    }

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 10px;
        top: 38px; /* match top ul list item height */
        z-index: 99;
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 230px; /* match ul width */
    top: 0;
    margin-top: -1px; /* SB FIX FOR VERTICAL ALIGNMENT OF SUBS */
    font-size: 100%; /* SB FIX FOR UNIFORM FONT SIZE */
}

ul.sf-menu li li li ul {
    margin-left: 1px;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 230px; /* match ul width */
    top: 0;
}

ul.sf-menu span.hide {
    display: none;
}

/*** arrows **/
.sf-menu li a {
    padding: 10px 13px;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
    right: 11px;
    top: 16px;
    display: none;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

ul li ul li .sf-sub-indicator {
    display: block;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
    right: 10px;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* JSB 2-28-2014 force dropdowns to be aligned with left edge of parent, not offset as default */
nav.main > ul > li > ul {
    left: 0 !important;
}


#admin-nav {
    padding: 5px 15px 8px 15px;
    color: #fff;
    float: right;
    font-size: 11px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

    #admin-nav nav {
        display: inline;
        float: left;
    }

    #admin-nav span {
        float: left;
        margin-right: 20px;
    }

    #admin-nav ul {
        margin: 0;
    }

        #admin-nav ul li {
            display: inline;
            padding: 0 6px 0 4px;
            border-right: 1px solid rgba(255, 255, 255, 0.7);
        }

            #admin-nav ul li:last-child {
                border-right: none;
            }

            #admin-nav ul li a {
                color: #fff;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
            }


/* Sidebar *******************************************************/
aside nav {
    margin-left: 10px;
}

    aside nav ul li {
        margin-bottom: 5px;
        list-style: circle;
    }

    aside nav a {
        color: #666666;
        text-decoration: none;
    }

        aside nav a:hover {
            color: #333333;
        }

aside .company-logo {
    margin-bottom: 20px;
    text-align: center;
}

aside nav.teasers {
    margin-left: 0px;
    padding-left: 0px;
}

    aside nav.teasers ul li {
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        list-style: none;
    }

        aside nav.teasers ul li a {
            background: #ededed;
            display: block;
            padding: 10px 20px;
        }

/* FOOTER ********************************************************/
footer.footer {
    background: url(../images/footer_top.png) repeat-x top center, url(../images/footer_bg.png) repeat, url(../images/footer_bottom.png) repeat-x bottom center;
    padding: 20px 0;
}

footer.bottom {
    background: #FFF;
}

    footer.bottom .container {
        padding: 10px 0 20px;
    }

footer .copyright {
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    margin-top: 15px;
}

    footer .copyright a {
        text-decoration: none;
        color: #555;
    }

        footer .copyright a:hover {
            color: #333;
        }

footer .gototop {
    margin: 9px auto;
    text-align: center;
}

    footer .gototop a {
        background: url(../images/bg_off.png) repeat;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
        display: inline;
        font-family: fontello;
        font-size: 15px;
        line-height: 23px;
        margin: auto;
        padding: 5px 7px;
        text-align: center;
        color: #999;
    }

        footer .gototop a:hover {
            color: #cc0000;
        }

footer h3.logo {
    margin: 3px 0 10px;
}

    footer h3.logo a {
        display: block;
        width: 112px;
        height: 19px;
        background: url(../images/logo_bottom.png) no-repeat;
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }

footer h4.title {
    font-size: 15px;
    color: #DDD !important;
    font-weight: 700;
    padding: 7px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    background: url(../images/footer_separator.png) repeat-x bottom center;
}

/* Footer Widgets */

footer .widget {
    margin: 0;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

footer p, footer .address, footer .address a {
    color: #DDD;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    font-size: 13px;
}

footer ul {
    margin-bottom: 10px;
}

    footer ul li {
        margin: 0 9px;
        overflow: hidden;
        text-shadow: 1px 1px 1px rgba(0,0,0,.6);
        color: #AAA !important;
    }

footer .widget_recent_entries ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer ul li a {
    font-size: 13px;
    color: #FFF !important;
    text-decoration: none;
    opacity: .65;
    padding-left: 13px;
    background: url(../images/list-style.png) left center no-repeat;
}

    footer ul li a:hover {
        opacity: 1;
    }

footer #wrap_flickr .flickr_badge_image a img {
    width: 55px;
}

footer #wrap_flickr .flickr_badge_image a {
    border: solid 1px #999;
}

    footer #wrap_flickr .flickr_badge_image a:hover {
        border: solid 1px #CCC;
    }

footer .widget.widget_interio_portfolio {
    border: none;
}

footer .widget .recent-portfolio {
    padding: 5px 0;
    margin-bottom: -5px;
    width: 100%;
}

    footer .widget .recent-portfolio ul li {
        margin: 0 5px -3px;
        width: 45%;
        border: none;
    }

footer .widget .recent ul li a, footer .tabswrap ul li a {
    background: none;
}

footer .widget .recent ul li .post-thumbnail a {
    opacity: 1;
    border-color: #AAA;
}

footer .widget .recent-portfolio ul li .post-thumbnail a.mini-thumb img {
    width: 88px;
}

footer .widget .recent-cap {
    font-size: 11px;
    height: 85%;
    padding: 22px 1px 4px;
    width: 90%;
    margin: 5px 0;
}

footer span.date {
    color: #bbb !important;
}

/* Hide extra widgets in footer, if you want to add more than 1 row you can remove these 4 lines: */
footer .widget.four:nth-child(n+115) {
    display: none;
}

footer .widget.one-third:nth-child(n+4) {
    display: none;
}

footer .widget.eight:nth-child(n+3) {
    display: none;
}

footer .widget.sixteen:nth-child(n+2) {
    display: none;
}
/* end */

footer .twitter_widget ul.tweet_list {
    margin: 5px 0;
}

    footer .twitter_widget ul.tweet_list li {
        margin: 0 5px 15px;
    }

        footer .twitter_widget ul.tweet_list li a {
            background: none;
        }

            footer .twitter_widget ul.tweet_list li a.tweet_avatar, .tdpadng {
                padding: 0;
            }

footer ul li.recentcomments a {
    background: none;
}

footer .recent ul li {
    border-bottom: solid 1px #555;
}

footer .widget_interio_facebook iframe {
    border: none;
}

footer .widget ul.tabs {
    margin-top: -2px;
}

footer .widget .tabswrap {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    footer .widget .tabswrap ul li {
        margin: 0 -1px 0 0;
        border-bottom-color: #555 !important;
    }

        footer .widget .tabswrap ul li a {
            font-size: 11px;
        }

    footer .widget .tabswrap .panel ul li span.date, footer .recent ul li span.date {
        background: #555;
    }

footer .widget .tab a {
    padding: 2px 7px;
}

footer .widget .tab:last-child a {
    padding: 2px 7px;
    width: auto;
    border-radius: 0;
}

footer .widget .tab a.selected {
    padding: 2px 7px;
    border-bottom-color: #333;
}


footer #lang_sel a.lang_sel_sel {
    background-color: transparent;
}

footer .ads a {
    border-color: #AAA;
}

/* Text Widget */
footer .textwidget a {
    color: #FFF !important;
    opacity: .7;
}

    footer .textwidget a:hover {
        opacity: 1;
    }

/* Address */
.address {
    padding: 0 5px;
    color: #666;
    margin-top: 12px;
}

    .address p {
        margin-bottom: 8px;
    }

    .address a {
        text-decoration: none;
    }

    .address .icons {
        padding: 0 0 0 20px;
        margin: 0 10px 0 25px;
        font-size: 13px !important;
        text-align: left !important;
        background: url(../images/contact_icons.png) no-repeat;
    }

    .address .icon_tel {
        background-position: 0 -75px;
    }

    .address .icon_email {
        background-position: 0 -100px;
    }

    .address .icon_pin {
        background-position: 0 -126px;
    }

footer .address .icon_tel {
    background-position: 0 -1px;
}

footer .address .icon_email {
    background-position: 0 -25px;
}

footer .address .icon_pin {
    background-position: 0 -51px;
}


/* #Page Styles
================================================== */

/* Wizard */
ul.wizard li {
    background: #ededed;
    list-style: none;
    display: inline;
    margin: 0 3px;
    padding: 5px 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

    ul.wizard li a {
        background: #ededed;
        padding: 5px 10px;
        color: #333;
        text-decoration: none;
    }

    ul.wizard li.done a {
        background: #29417F;
        color: #fff;
    }

    ul.wizard li.current a {
        padding: 8px 13px;
        border: 1px solid #333;
    }
/* Alert */
.alert {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding: 10px;
}

    .alert ul {
        margin: 0;
    }

        .alert ul li {
            margin-bottom: 5px;
        }
/* #Media Queries
================================================== */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 100px) {
    .top {
        background-position: 0 -115px;
    }

    #admin-nav span {
        display: none;
    }

    #menu-main-menu {
        display: none;
    }

    .respo_menu {
        display: block;
    }

    .plan-name {
        padding: 0 0 25px 0;
    }

    #crumbs {
        display: none;
    }

    .navbar {
        position: absolute;
        top: 10px;
        z-index: 100;
    }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 760px) {

    /* Force table to not be like tables anymore */
    table.transform, .transform thead, .transform tbody, .transform th, .transform td, .transform tr {
        display: block !important;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .transform thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .transform tr {
        border: 1px solid #ccc;
    }

    .transform td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .transform td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) {
    .top {
        background-position: 0 -78px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) {
    #admin-nav span {
        display: inline;
    }

    #menu-main-menu {
        display: block;
    }

    .navbar {
        position: relative;
    }

    .respo_menu {
        display: none;
    }

    #crumbs {
        display: block;
    }

    .plan-name {
        padding: 37px 0 0 0;
        text-align: right;
    }
}

@media only screen and (min-width: 960px) {
}

@media only screen and (min-width: 1204px) {
}

@media only screen and (min-width: 1400px) {
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/





/* nwps 
JSB - Added custom.css styles to layout.css and removed custom.css from consideration as client specific css. Using layout.css append instead.
*/

@media only screen and (min-width:960px) {
    .container {
        max-width: 100%;
    }

    #Container {
        max-width: 80%;
        margin: 0 auto;
        background: #fff;
    }

    header {
        max-width: 100%;
        padding-bottom: 0 !important;
    }

    /*.navbar {
        float: right !important;
        width: auto !important;
        padding-right: 10px;
    }*/
    /* width throws responsive menu off */
    /*section#main-content {
        width: 600px;
        padding: 0 20px 0 20px;
    }*/

    section#main-content {
        width: 95%;
        padding: 0 1.5%;
        margin: 0 1%;
    }

    .page-title, #crumbs {
        padding-left: 25px;
    }
}

@media only screen and (max-width:960px) {
    .one-third.column {
        max-width: 100% !important;
    }

    .gototop {
        right: auto !important;
        position: relative !important;
    }

    .logo a img {
        max-width: 70%;
    }

    .page-title {
        margin-left: 30px !important;
    }
}

body {
    background: #eee url(../images/noise.png);
}

.phone {
    padding-right: 30px !important;
    width: 100%;
    padding: 0 20px 0 0 !important;
    margin-right: 20px !important;
    box-sizing: border-box;
    white-space: nowrap;
    text-shadow: none !important;
}

.logo a img {
    display: none;
}

#Container {
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    border: 1px solid #ccc;
    border-width: 0 1px;
}

.top {
    background: none !important;
    margin-bottom: -25px;
    z-index: 99;
    position: relative;
}

#admin-nav, #admin-nav ul li a {
    color: #777 !important;
    text-shadow: none !important;
    text-decoration: none;
}

header, #Container {
    background: #fff;
}

footer.footer {
    background: #4c4c4c !important;
}

header .bottom {
    background: #444 !important;
    box-shadow: none !important;
    width: calc(100% + 20px);
    margin-left: -10px;
    position: relative;
    padding: 7px 0;
}

h2.page-title {
    font-size: 22px;
    line-height: 36px;
    margin: 0 70px 0 0;
    opacity: 1;
    text-shadow: none;
    font-weight: bold;
    color: #000 !important;
}

#crumbs {
    color: #777;
    float: right !important;
    margin: 5px 20px 0 0 !important;
    text-shadow: none !important;
    width: auto !important;
}

    #crumbs span.current {
        color: #169fe6;
    }

.tagline.w40, .phone {
    display: none;
}

header .bottom:before, header .bottom:after {
    content: " ";
    border-top: 10px solid #aaa;
    position: absolute;
    bottom: -10px;
}

header .bottom:before {
    border-left: 10px solid transparent;
    left: 0;
}

header .bottom:after {
    border-right: 10px solid transparent;
    right: 0;
}

header .container.welcome {
    background: #fff;
    width: 100%;
    padding: 10px 0;
}

    header .container.welcome a {
        color: #333 !important;
    }

nav.main {
    margin-top: -15px;
}

table {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 12px;
}

    table tr td a {
        text-decoration: none;
    }

    table th {
        font-size: 14px;
    }


.welcome .one-third.column {
    max-width: 30%;
}

.welcome section#main-content {
    width: 100%;
}

.flexslider .flex-viewport ul {
    background: #fff;
    box-shadow: none !important;
}

.flex-viewport {
    box-shadow: none !important;
}

.flexslider {
    margin-top: -1px !important;
}

a.flex-next, a.flex-prev {
    text-decoration: none;
}

.slider_shadow {
    display: none !important;
}

.flexslider .slides {
    border-bottom: 5px solid #e8e8e8;
}

.flex-next, .flex-prev {
    padding: 25px 10px;
    background: #444 !important;
    top: 35% !important;
}

.flex-next {
    right: 0 !important;
    border-radius: 3px 0 0 3px !important;
}

.flex-prev {
    left: 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.band.bottom {
    background: #444;
    box-shadow: none;
}

.ibox:before {
    color: #ccc !important;
}

.copyright {
    color: #fff !important;
}

.gototop a {
    background: #eee !important;
}

.gototop {
    ;
    right: 48%;
    position: absolute;
}

.welcomewrapper {
    background: #fcfcfc !important;
    border-bottom: 5px solid #e8e8e8;
}

.ibox:before {
    color: #ccc !important;
}

.adbox .inside {
    box-shadow: 0 0 3px rgba(0,0,0,0.15) !important;
}

.adbox h2 {
    color: #777;
}

.button, .adbox .button.right, .btn.blue {
    background: #29417f !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

    .button a {
        text-decoration: none;
    }

.adbox {
    border-radius: 0;
}

.logo a img {
    max-width: 80%;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    opacity: .75;
}

#loginAreaContainer {
    margin-left: 100px;
}

#loginArea {
    margin-left: 100px;
}

    #loginArea .btn.login {
        margin-right: 10px;
        box-shadow: 0 0 5px #333 !important;
        border: 1px solid #777 !important;
    }

form#form1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#crumbs:before {
    content: '\e817';
    font-family: 'fontello';
    padding-right: 5px;
    color: #999;
}


/* new nav */
nav.main ul:first-child > li {
    background: #444;
}

    nav.main ul:first-child > li a {
        color: #fff;
    }

nav.main ul ul a {
    color: #000 !important;
}

nav.main ul:first-child > li {
    background: #444;
    border-right: 1px solid #666;
}

    nav.main ul:first-child > li a {
        color: #fff;
    }

        nav.main ul:first-child > li a:hover {
            background: #aaa;
        }

    nav.main ul:first-child > li:last-child a {
        padding-right: 15px !important;
    }
/*
nav.main ul ul a{background:#0066A1!important; color:white!important;}
nav.main ul ul a:hover{background:#e98300!important; color:white!important;}
*/
nav.main .button {
    border-radius: 0;
}

nav.main {
    float: left !important;
    margin-top: -7px;
    z-index: 999999;
}


/* header area */
header .bottom {
    height: 27px;
}

.bottom ~ .container.clearfix, .bottom ~ .welcome {
    background: #fcfcfc;
    padding: 5px 0;
    border-bottom: 3px solid rgba(41,65,127,0.75);
}

    .bottom ~ .container.clearfix a {
        color: #333 !important;
    }

header {
    position: relative !important;
    /* border-top: 5px solid #169fe6;*/
}

    header .top {
        position: absolute;
        margin: 0;
        padding: 0;
        right: 0;
    }

        header .top .container {
            width: auto;
        }

.logo a {
    background: url(../images/logo.gif) no-repeat;
    display: block;
    height: 100px;
    width: 400px;
    background-size: 80%;
}

/* misc */
#menu-main-menu {
    position: relative;
    top: 0;
    right: auto;
}

aside.sidebar {
    display: none !important;
}
/* HACK UNTIL WE CAN REMOVE THE SIDEBAR FROM THE LAYOUT */

/* nav tabs */
.tabs-nav {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}

    .tabs-nav li {
        float: left;
        padding: 0;
        position: relative;
        margin-bottom: 12px;
        line-height: normal;
        white-space: nowrap;
    }

        .tabs-nav li.active a {
            border-top: 2px solid #169fe6;
            border-bottom: 1px solid #fff;
            background: #fff;
        }

        .tabs-nav li a {
            text-decoration: none;
            padding: 12px 20px;
            border: 1px solid #aaa;
            margin: 0 -1px 0 0;
            background: #ddd;
        }




/* supplement text */
.info {
    border: 3px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
}

/* "I Want To" menu */
.nav select {
    float: right;
    margin: 2px 20px 0;
}

.welcomeaspx .nav select, .loginaspx .nav select {
    display: none;
}





@media only screen and (min-width:1024px) {
    /* fixed position header */
    header {
        width: 100%;
    }

    .container.content {
    }

    .welcomewrapper .container.content {
        padding-top: 0px;
    }

    .welcomewrapper {
        position: relative;
        padding-top: 200px;
    }

    /* tables */
    #main-content table {
        min-width: 35%; /*min-width:50%*/
    }

    #main-content table {
        table-layout: auto !important;
    }

        #main-content table.spn-manage-tbl, #main-content table.spon-table-fnd-login {
            table-layout: fixed !important;
            width: 100%;
        }

        #main-content table th {
            width: auto;
        }

    #main-content center {
        text-align: left;
    }

    div#chart_container {
        text-align: left;
        float: none !important;
    }

    #chart_container_portfolio {
        text-align: center;
    }


    div#chart_container_portfolio {
        text-align: left;
        float: none !important;
    }

    #main-content table td {
        width: auto;
    }

    /*nav.main ul > li.current_page_item > a {
        background: #169fe6;
    }*/
}


@media only screen and (max-width:960px) {
    .tabs-nav {
        float: none;
        width: 100%;
        clear: both;
        overflow: hidden;
        border: 0;
    }

        .tabs-nav li a {
            display: block;
        }

        .tabs-nav li.active a {
            display: block;
            border-bottom: 1px solid #ccc;
        }
}

@media only screen and (max-width:768px) {
    .nav select {
        float: none;
        margin: 0 auto;
    }
}

.btn.right {
    float: none;
}

/* tabular data */
table.tabular {
    width: 100% !important;
}

    table.tabular tr > td:first-child {
        font-weight: bold;
    }

/* buttons */
.tabular-submit, .tabular-submit a {
    padding: 15px 0 !important;
    font-weight: normal !important;
}

.btn.blue a {
    color: #fff !important;
}

/* changes for 2-28-2014 scrum */
#crumbs {
    display: none;
}

.pulldown-menus {
    float: right;
    margin-top: -60px;
    z-index: 99999;
    position: relative;
    padding-right: 15px;
}

header .container h2 {
    padding: 10px 0 5px 20px;
}

.welcomeaspx .pulldown-menus, .loginaspx .pulldown-menus {
    display: none;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    padding: 0 0 0 0;
}

.content h1, .content h2, .content h3, .bottomborder2px td {
    border-bottom: 2px solid rgba(41,65,127,0.50);
}

table.borderless.larger {
    font-size: 110%;
}

/* supplement box at top of pages */
.supplement-top {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}


/* responsive tweaks */
@media screen and (max-width:768px) {
    header .top {
        position: relative;
    }

    #admin-nav {
        float: none;
        text-align: center;
        min-height: 0;
    }

    .logo a, .logo a img {
        max-width: 100%;
        background: none;
        opacity: 1;
    }

        .logo a img {
            display: block;
        }

    /* nav area */
    header .bottom {
        background: none !important;
    }

        header .bottom:before, header .bottom:after {
            display: none;
        }

    .respo_menu {
        position: absolute;
        left: 50%;
        top: -30px;
        z-index: 9999999 !important;
    }

    nav.main {
        float: none !important;
    }

    /* plan select and i want to select */
    .pulldown-menus {
        float: none;
        margin: 20px auto;
    }

        .pulldown-menus select {
            margin: 20px auto;
            padding: 10px;
        }

    /* page title */
    h2.page-title {
        text-align: center;
        float: none;
        margin: 0 !important;
        padding: 0 !important;
    }

    .bottom.nav ~ .container {
        margin: 0;
        width: 100%;
        background: #eee;
    }

    /* table skimming. Remove empty spacer cells
		**THIS BREAKS TFOOT CELLS ALIGNMENT
			table td:empty, table th:empty,table td.key{display:none}
	*/
}


#rorInputTable td {
    background: white;
    padding: 1px 5px;
}

    #rorInputTable td select {
        margin-bottom: 0px;
        padding-bottom: 1px;
    }

    #rorInputTable td img, #alertInputTable td img, #spntblContent td img {
        vertical-align: middle;
    }

.rorTableLayout {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    white-space: nowrap;
}


.summaryWrapper {
    padding: 0px 40px 10px 0px;
    border: 0px solid rgb(191, 191, 191);
    width: auto;
    float: left;
}

.msgabv {
    position: absolute;
    left: 520px;
    top: 800px;
    width: 500px;
    height: 100px;
}

.sortableHeader {
    margin: 0;
    padding: 0;
    border: 0px;
    font-size: 14px;
}

    .sortableHeader td {
        text-align: center;
        padding: 0px;
    }

    .sortableHeader .sortableArrow {
        padding: 0px 4px;
    }

.inputfilterTableLayout {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-color: currentColor;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    border-left-color: currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    white-space: nowrap;
}


#inputFilterTable td {
    background: white;
    padding: 1px 5px;
}

    #inputFilterTable td select {
        margin-bottom: 0px;
        padding-bottom: 1px;
    }

    #inputFilterTable td img {
        vertical-align: middle;
    }

.message.info {
    background-color: #dbe9f3;
    border-color: #9fc2dd;
    vertical-align: middle;
    color: #29516F;
}

.message span.info {
    float: left;
    width: 35px;
    height: 4px;
    display: inline-block;
    background: url(../images/info_48.png) no-repeat center;
    vertical-align: middle;
    margin: -4px 10px;
    border: none;
}

    .message span.info.i-info {
        background-position: center 48px 48px;
    }

.message {
    position: relative;
    border: 1px solid #ddd;
    display: block;
    /*background:url(../images/t10.png) repeat scroll 0 0 #FFFFFF;*/
    font-weight: bold;
    padding: 10px 40px 25px 17px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.captionbg1 {
    background: #ededed !important;
    padding-left: 15px;
}

.page-subheading {
    padding-left: 25px;
    margin-top: 15px;
    font-style: italic;
}

table.tblnopadding tr th, table.tblnopadding tr td {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.steptext {
    color: #29417f;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/steptext_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 63px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 19px;
    line-height: 14px;
}

.stepactive {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    background-image: url(../images/activestep.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    width: 58px;
    height: 42px;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 10px;
    line-height: 30px;
}

.steps {
    color: #7e7f82;
    font-size: 14px;
    background-image: url(../images/stepnext.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 39px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 19px;
    line-height: 14px;
}

.steptext2 {
    color: #d3222b;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/steptext2_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 19px;
}

.stepdonelink {
    color: #e7e7e8;
    font-size: 14px;
    text-decoration: none;
}

.stepdone {
    color: #e7e7e8;
    font-size: 14px;
    background-image: url(../images/stepdone.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 39px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    float: left;
    padding-top: 19px;
    line-height: 14px;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}


@media only screen and (max-width:768px) {
    #Container * {
        max-width: 100%;
    }
    /* No element can be wider than the viewport at any given scale */
    .responsive-table thead tr {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        /* IE6, IE7 */
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

        .responsive-table thead tr.show {
            position: relative;
            clip: none;
            height: auto;
            width: auto;
        }

    .responsive-table {
        border: 0;
    }

        .responsive-table thead th:first-of-type {
            text-align: left;
        }

        .responsive-table tbody,
        .responsive-table tr,
        .responsive-table th,
        .responsive-table td {
            display: block;
            padding: 0;
            text-align: left;
            white-space: normal;
        }

        .responsive-table th,
        .responsive-table td {
            padding: .5em;
            vertical-align: middle;
            width: 100%;
        }

        .responsive-table tbody tr, .responsive-table tfoot tr, .responsive-table thead tr {
            margin-bottom: 1em;
            border: 1px solid #aaa;
            border-width: 0 1px;
        }

        .responsive-table th[scope="row"] {
            background-color: #336699;
            color: white;
        }

        .responsive-table tbody td {
            text-align: right;
        }

        .responsive-table tbody td {
            border-bottom: 1px solid #aaa;
        }

            .responsive-table tbody td[data-type=currency], .responsive-table thead .currency, .responsive-table tfoot .currency {
                text-align: right;
            }

        .responsive-table [data-title]:before {
            content: attr(data-title);
            float: left;
        }

        .responsive-table tbody td[scope="row"]:before, .responsive-table tfoot th[scope="row"]:before {
            float: none;
        }

        .responsive-table tbody td[scope="row"], .responsive-table tfoot th[scope="row"] {
            background-color: #336699;
            color: white;
            text-align: left !important;
            line-height: 1;
        }

        .responsive-table [scope="row"] .colorkey {
            float: left;
            margin-right: 10px;
        }

        .responsive-table .empty, .responsive-table .hidden {
            display: none;
        }

        .responsive-table tfoot th, .responsive-table thead th {
            background: #fff;
            border: 0;
            color: #333;
            border-bottom: 1px solid #aaa;
        }

        .responsive-table table td {
            width: auto;
            border-top: 1px solid #aaa;
            height: auto;
        }

        .responsive-table table tr {
            border: 0;
            height: auto;
        }

        .responsive-table table {
            margin-top: -15px;
            padding: 5px;
            background: #fff;
        }

        .responsive-table .padding0, .responsive-table .tblinvactsumm {
            padding: 5px !important;
        }

        .responsive-table tr {
            margin: 0 !important;
        }

        .responsive-table td[scope="row"] {
            margin-top: 20px !important;
        }


    .responsive {
        border: 1px solid #ccc !important;
        padding: 10px;
    }

        .responsive:before {
            content: 'Mobile users: Swipe to expand >';
            background: #eee;
            border-radius: 4px;
            padding: 5px 10px;
            display: block;
            margin-bottom: 10px;
        }

    .responsive-table .subhead[data-title]:before {
        content: attr(data-title);
        float: left;
    }
    /* exception case. used for first row table element with two data elements*/
    #main-content .responsive-table .subhead {
        text-align: right !important;
    }

        #main-content .responsive-table .subhead a {
            color: #fff !important;
        }

    /* END RESPONSIVE TABLE ALGORITHM */

    /* fix for menu overflow on tables */
    .sf-menu {
        font-size: 90%;
    }

    .drop ul {
        min-width: 100px;
    }

    /* fix for last child flyout menus on tablets */
    li.drop:last-child ul ul {
        left: -100% !important;
    }

    #main-content .btn.right {
        text-align: center !important;
    }

    /* temp styling for testing on ipad. REMOVE AFTER TEST */
    #dialog-confirm.pending-transactions-dialog .btn {
        border: 5px solid red !important;
    }
    /* end temp*/


}

@media only screen and (max-width: 768px) {

    /* wide tables scrollable method */

    table.responsive {
        overflow-x: auto;
        display: block;
        max-width: 100%;
    }

    div.responsive {
        overflow-x: auto;
        display: block;
        max-width: 100%;
    }

    .responsive .arrowDefault {
        position: relative;
        display: none;
    }

    .responsive.nohover.innerBalAsset {
        table-layout: fixed;
    }

    .container.content {
        padding: 20px;
    }

    .sidebar, #main-content {
        max-width: 100%;
        margin: 0;
    }

    footer .widget {
        float: none !important;
        width: 100% !important;
    }

    .logo a {
        display: block;
        width: 100%;
    }

    .logo img {
        display: block;
        margin: 0 auto;
        padding-top: 10px !important;
    }

    table.formtable td {
        line-height: 1;
        vertical-align: top;
    }

    table.formtable tr td:first-child {
        padding-right: 10px;
    }

    .sf-menu > li > a, .sf-menu > li:first-child > a {
        padding: 7px 8px !important;
    }
    /* prevent menu wrap on tablets */
}

.test {
    position: relative;
    top: -110px;
}



/*====================================================================================
Style settings Tabs
====================================================================================*/

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */

.TabbedPanels {
    margin: 0px;
    padding: 0px;
    float: left;
    clear: none;
    width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */

.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    width: 100%;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */

.TabbedPanelsTab {
    position: relative;
    top: 1px;
    float: left;
    padding: 4px 10px;
    margin: 0px 1px 0px 0px;
    background-color: #DDD;
    list-style: none;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    font-weight: bold;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */

.TabbedPanelsTabHover {
    background-color: #8C9BA6;
    color: #FFF;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */

.TabbedPanelsTabSelected {
    background-color: #0066a1;
    color: #fff;
    border-bottom: 1px solid #fff;
    outline: none;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */

.TabbedPanelsTab a {
    color: black;
    text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */

.TabbedPanelsContentGroup {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    background-color: #fff;
}



.TabbedPanelsContentGroup2 {
    clear: both;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #999;
    background-color: #fff;
}

.TabbedPanelsGroupDown {
    border-left: solid 1px #CCC;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.TabbedPanelsGroupOver {
    border-left: solid 1px #CCC;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    background-color: #8c9ba6;
    padding-left: 10px;
    padding-right: 10px;
}

.TabbedPanelsGroupTab {
    border-left: solid 1px #CCC;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    background-color: #dddddd;
    padding-left: 10px;
    padding-right: 10px;
}

.TabbedPanelsGroupTabBg {
    background-image: url(../images/tabbg.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 28px;
}

.TabbedPanelsGroupTabSep {
    width: 1px;
}

.TabbedPanelsGroupTabLink {
    color: #000;
    text-decoration: none;
}

a.TabbedPanelsGroupTabLink:hover {
    color: #fff;
    text-decoration: none;
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */

.TabbedPanelsContent {
    padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */

.TabbedPanelsContentVisible {
}

.TabbedPanelsContentHeading {
    background-color: #d3222a;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}


table.OnlineStmt tr:hover, table.OnlineStmt tr:nth-of-type(2n+1), table.indexInvestment tr:hover, table.indexInvestment tr:nth-of-type(2n+1) {
    background: #ededed !important;
}

table.indexInvestment {
    margin: 0;
}

.PortfolioName {
    margin-left: -27px !important;
}

.width30percent {
    width: 30% !important;
}

.width10percent {
    width: 10% !important;
}

.bordernoneimp {
    border: none !important;
}

.bgcolorwhite {
    background-color: white !important;
}

.borderrightnoneimp {
    border-right: none !important;
}

.margin2px {
    margin: 2px 2px !important;
}

table.bigTable tbody tr td {
    border-bottom: 1px solid #ededed !important;
}

table.bordernoneimp tbody tr.bgcolorwhite td {
    border-bottom: none !important;
}

.headertext h3 {
    padding-left: 25px;
}

.t-center {
    text-align: center !important;
}

.vertical-top {
    vertical-align: top !important;
}

.marginBtm10 {
    margin-top: 10px;
}

#_promissoryNoteDiv table tr td.value-field {
    font-weight: bold;
    vertical-align: top;
}

#_promissoryNoteDiv table tr td {
    border-bottom: 2px solid rgba(41,65,127,0.50);
}

table.equidistant tbody tr td label {
    padding-right: 15px;
}


.errMsg {
    font-weight: bold;
    color: red;
}

[id^='dialog-disbursement-details'] td {
    vertical-align: top;
}

#al_tblemail td {
    vertical-align: top;
}

.fontsize-twelve {
    font-size: 12px;
}


.disabled {
    pointer-events: none;
    opacity: 0.9;
}

.ErrorMessage {
    font-weight: bold;
    color: #EE0000;
    white-space: nowrap;
    background: white;
    text-align: left;
}

.SuccessMessage {
    font-weight: bold;
    color: #4F8A10;
    white-space: nowrap;
    background: white;
    text-align: left;
}

.t-right {
    text-align: right !important;
}

.fontBold {
    font-weight: bold !important;
}

table.tbl15padding tr th, table.tbl15padding tr td {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

table.tbl15padding th.thpl15 {
    padding-left: 15px !important;
}
table.tbl15padding th.thpl5 {
    padding-left: 5px !important;
}

table.tbl15padding td.tdpl15 {
    padding-left: 15px !important;
}

table.tbl15padding td.tdpl5 {
    padding-left: 5px !important;
}
#main-content table.tbl15padding {
    table-layout: fixed !important;
}
/*OWS-18609*/
div#ui-datepicker-div {
    z-index: 9999999 !important;
}

footer .info {
    float: left !important;
    padding: 10px !important;
}

.width45percent {
    width: 45% !important;
}

.width50percent {
    width: 50% !important;
}

.req-star.msg {
    color: red;
}

.req-star {
    position: relative;
}

    .req-star::before {
        content: "*";
        position: absolute;
        left: -15px;
        color: red;
    }



.embeddedServiceHelpButton .helpButton .uiButton {
    background-color: #005290;
    font-family: "Arial", sans-serif;
}

    .embeddedServiceHelpButton .helpButton .uiButton:focus {
        outline: 1px solid #005290;
    }

	.embeddedServiceHelpButton .embeddedServiceIcon::before
	{
    font-size: 4.25em !important;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.canvasjs-chart-credit {
    display: none !important;
}

footer .sponsor-privacy-policy {
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    text-decoration: underline !important;
}

    footer .sponsor-privacy-policy a {
        text-decoration: none;
        color: #555;
    }

        footer .sponsor-privacy-policy a:hover {
            color: #333;
        }

.sponsor-privacy-policy {
    color: #fff !important;    
}
