﻿/*#region MAIN LAYOUT */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

img {
    border: 0px;
}

noscript {
    font-weight: bold;
    font-size: 14px;
    color: #EC552F;
    background-color: white;
}

div.wrapclass {
    word-wrap: break-word;
    width: 80%;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}
/*Added to Support vegurregular Font*/
@font-face {
    font-family: 'vegurregular';
    src: url('Vegur-FontKit/vegur-webfont.eot');
    src: url('Vegur-FontKit/vegur-webfont.eot?#iefix') format('embedded-opentype'), url('Vegur-FontKit/vegur-webfont.woff') format('woff'), url('Vegur-FontKit/vegur-webfont.ttf') format('truetype'), url('Vegur-FontKit/vegur-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'vegur_lightregular';
    src: url('Vegur-FontKit/vegur-light-webfont.eot');
    src: url('Vegur-FontKit/vegur-light-webfont.eot?#iefix') format('embedded-opentype'), url('Vegur-FontKit/vegur-light-webfont.woff') format('woff'), url('Vegur-FontKit/vegur-light-webfont.ttf') format('truetype'), url('Vegur-FontKit/vegur-light-webfont.svg#vegur_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'vegurbold';
    src: url('Vegur-FontKit/vegur-bold-webfont.eot');
    src: url('Vegur-FontKit/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'), url('Vegur-FontKit/vegur-bold-webfont.woff') format('woff'), url('Vegur-FontKit/vegur-bold-webfont.ttf') format('truetype'), url('Vegur-FontKit/vegur-bold-webfont.svg#vegurbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 20px;
    font-family: vegurregular, Calibri;
    font-size: 12px;
    font-weight: normal;
    color: #858470;
    text-align: left;
    height: 100%;
    background-color: #fff;
}

#page {
    width: 1024px;
    margin: auto;
    background-color: #ddddd5;
    background: -webkit-gradient(linear, left top, left bottom, from(#DDDDD5), to(#EBEBE7));
    background: -moz-linear-gradient(top, #DDDDD5, #EBEBE7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDD5, endColorstr=#EBEBE7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDDDD5, endColorstr=#EBEBE7)";
}

.layout-table {
    display: table;
    width: 100%;
}

.layout-table-row {
    display: table;
    width: 100%;
}

.layout-table-cell {
    display: table;
    float: left;
}

.layout-table-cell-footer {
    display: table;
}

#main {
    font-family: vegurregular, Calibri;
    font-size: 15px;
    background-color: #fff;
    width: 898px;
    margin: 20px auto;
    border: 1px solid #C6C0AA;
    -webkit-box-shadow: 1px 1px 5px #C6C0AA;
    -moz-box-shadow: 1px 1px 5px #C6C0AA;
    box-shadow: 1px 1px 5px #C6C0AA;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.readerText {
    left: -9999px;
    position: absolute;
    width: 100px;
}

.showOnFocus:focus {
    position: static;
    float: left;
    width: auto;
}

#mainbody {
    min-height: 500px;
    width: 898px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fdfdfd;
}

    #mainbody div#mainbodycontent {
        padding-right: 14px;
        padding-left: 14px;
        padding-top: 15px;
        display: table;
        width: 870px;
        background-color: #fdfdfd;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding-bottom: 8px;
    }

#mainbody-with-left-nav {
    width: 679px;
    min-height: 646px;
}

    #mainbody-with-left-nav div#mainbodycontent {
        padding-right: 14px;
        padding-left: 14px;
        padding-top: 15px;
        background-color: #fdfdfd;
        padding-bottom: 8px;
    }

.bodywrapper {
    min-height: 500px;
    -webkit-box-shadow: -0px 2px 5px 0px #C6C0AA;
    -moz-box-shadow: -0px 2px 5px 0px #C6C0AA;
    box-shadow: -0px 2px 5px 0px #C6C0AA;
    border-left: 1px solid #C6C0AA;
    background-color: #fdfdfd;
}

a {
    text-decoration: none;
}

/*#endregion */

.popupContentDivScroll {
    overflow-y: auto;
    height: 200px;
}


/*#region ORDERED UNORDERED LIST */

ol, ul li {
    list-style: none;
    padding-bottom: 10px;
}

ul.disc li, ul.decimal li {
    padding-bottom: 2px;
}

ul.list-style-allowed, ul.list-style-allowed li {
    list-style: square !important;
}

ul.disc li {
    list-style-type: disc;
    list-style-position: inside;
}

ol.decimal li {
    list-style-type: decimal;
}

ul.discIndent li {
    padding-bottom: 2px;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px;
}

/*#endregion */

/*#region BANNER HEADER */
#banner {
    height: 50px;
    width: 100%;
    display: table;
    background-color: #5083AB;
    -webkit-box-shadow: inset 0px -2px 5px -1px rgba(102,102,102, 20);
    box-shadow: inset 0px -2px 5px -1px rgba(102,102,102, 20);
    -moz-box-shadow: inset 0px -2px 5px -1px rgba(102,102,102, 20);
}

    /*#region LOGO */

    #banner .headerlogo {
        padding-top: 7px;
        padding-left: 40px;
    }

        #banner .headerlogo img {
            height: 35px;
            width: 95px;
        }

    #banner .kynectheaderlogo {
        padding-left: 10px;
        padding-bottom: 4px;
    }

        #banner .kynectheaderlogo .kynectLogo {
            vertical-align: middle;
            padding-right: 20px;
            color: #fff;
            font-size: 23px;
            padding-top: 7px;
        }

    /*#endregion */

    /*#region EYEBROW */

    #banner .eyeBrow div.ul {
        padding: 0px;
        margin: 0px;
        font-size: 11px;
        line-height: 15px;
        color: white;
        padding-top: 5px;
    }

        #banner .eyeBrow div.ul div.li {
            padding: 0px;
            margin: 0px;
            float: left;
            padding-left: 7px;
            padding-right: 7px;
            border-right: 1px dotted;
        }

            #banner .eyeBrow div.ul div.li a {
                color: #FFF;
                font-size: 11px;
            }

        #banner .eyeBrow div.ul div.selectLanguage {
            padding-right: 10px;
            border-right: none;
        }

        #banner .eyeBrow div.ul div.welcomeUser {
            font-weight: bold;
            padding-left: 0px;
        }

        /*#endregion */

        /*region timer*/

        #banner .eyeBrow div.ul.timer div.liTimer {
            padding: 0px;
            margin: 0px;
            float: left;
            padding-left: 7px;
            padding-right: 7px;
        }

    #banner .timerFont {
        font-size: 15px;
        background-color: #F9BA04;
        color: black;
    }

    #banner .timerColor {
        background-color: #F9BA04;
        color: black;
    }

    /*#endregion timer*/

    /*#region MAIN NAVIGATION */

    #banner #primaryNavigation {
        font-size: 15px;
        color: white;
        white-space: nowrap;
        margin-top: -10px;
        margin-bottom: -10px;
    }

        #banner #primaryNavigation a {
            font-size: 16px;
            color: #FFF;
            text-decoration: none;
            padding-left: 20px;
            padding-right: 20px;
            font-weight: normal;
        }

            #banner #primaryNavigation a.active {
                font-weight: bold;
            }

#footer {
    width: 100%;
    display: table;
    background-color: #3A3D30;
    -webkit-box-shadow: inset 0px 2px 5px -1px rgba(102,102,102, 20);
    box-shadow: inset 0px 2px 5px -1px rgba(102,102,102, 20);
    -moz-box-shadow: inset 0px 2px 5px -1px rgba(102,102,102, 20);
    color: #fff;
    font-size: 13px;
}

    #footer .footer-body {
        padding: 10px;
    }

    #footer a {
        color: #74C034;
    }
/*#endregion */

/*#endregion */

/*#region SECONDARY NAVIGATION MENU BAR */

#secondaryNavigation {
    margin: auto;
    width: 898px;
    background-color: #eee;
    -moz-border-radius-topleft: 10px; /* Firefox */
    -moz-border-radius-topright: 10px; /* Firefox */
    -webkit-border-top-left-radius: 10px; /* Safari and Chrome */
    -webkit-border-top-right-radius: 10px; /* Safari and Chrome */
    border-top-left-radius: 10px; /* Opera 10.50, IE and CSS3 */
    border-top-right-radius: 10px; /* Opera 10.50, IE and CSS3 */
}

    #secondaryNavigation ul {
        display: table;
        width: 100%;
        border-bottom: 1px solid #C6C0AA;
        height: 50px;
        margin: 0px;
        padding: 0px;
    }

        #secondaryNavigation ul li {
            display: table;
            float: left;
            margin: 0px;
            padding: 0px;
            padding-top: 10px;
            padding-left: 15px;
        }

            #secondaryNavigation ul li div a {
                text-decoration: none;
                text-decoration-color: none;
                font-size: 15px;
                font-family: vegurregular, Calibri;
                font-weight: bold;
                color: #8F8F81;
                line-height: 28px;
            }

            #secondaryNavigation ul li div {
                padding-right: 10px;
            }

                #secondaryNavigation ul li div a:hover {
                    color: #5083AB;
                }

            #secondaryNavigation ul li.active div {
                border: 1px solid #C6C0AA;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
                -webkit-box-shadow: inset 0px 0px 10px #C6C0AA;
                -moz-box-shadow: inset 0px 0px 10px #C6C0AA;
                box-shadow: inset 0px 0px 10px #C6C0AA;
                height: 28px;
            }

                #secondaryNavigation ul li.active div a {
                    color: #5083AB;
                }

            #secondaryNavigation ul li div.thumb_home img,
            #secondaryNavigation ul li div.thumb_applications img,
            #secondaryNavigation ul li div.thumb_payments img,
            #secondaryNavigation ul li div.thumb_plansprograms img,
            #secondaryNavigation ul li div.thumb_messages img,
            #secondaryNavigation ul li div.thumb_assisters img,
            #secondaryNavigation ul li div.thumb_settings img {
                padding-left: 10px;
                padding-right: 5px;
                border: none;
                float: left;
                padding-top: 5px;
            }

            #secondaryNavigation ul li.first-menu-item {
                padding-left: 10px;
            }


/*#endregion */

/*#region LEFT NAVIGATION MENU BAR */
.leftNavigationBarWrapper {
    background-color: #F8F8F8;
}

#leftNavigationBar {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #525247;
    background-color: #F8F8F8;
    float: left;
    width: 218px;
    /*list-style: none;
    list-style-type: none;*/
}

    #leftNavigationBar div {
        padding: 0px;
        margin: 0px;
        height: 40px;
        line-height: 38px;
        padding-left: 13px;
        display: table;
        border-bottom: 1px solid #D2D2CC;
        border-top: 1px solid #fff;
        width: 218px;
    }

        #leftNavigationBar div a {
            text-decoration: none;
            color: #525247;
            font-size: 14px;
        }

        #leftNavigationBar div img {
            height: 16px;
            width: 16px;
            padding-right: 5px;
            float: left;
            padding-top: 11px;
        }

        #leftNavigationBar div.menulevel2 {
            padding-left: 40px;
            width: 218px;
        }

            #leftNavigationBar div.menulevel2 a {
                color: #8F8F81;
                font-size: 14px;
            }

        #leftNavigationBar div.menulevel3 {
            padding-left: 60px;
            width: 218px;
        }

            #leftNavigationBar div.menulevel3 a {
                color: #8F8F81;
                font-size: 13px;
            }

        #leftNavigationBar div.active {
            background-color: #5083AB;
            color: #FFFFFF;
            border-top: 1px solid #1B726D;
            font-size: 14px;
            /*-webkit-box-shadow: inset -1px 1px 1px #555;
            -moz-box-shadow: inset -1px 1px 1px #555;
            box-shadow: inset -1px 1px 1px #555;
            text-shadow: 1px 1px 1px #000;*/
            width: 218px;
            height: 38px;
        }

            #leftNavigationBar div.active a {
                color: #FFFFFF;
            }

        #leftNavigationBar div.disabled {
            color: #DDDDDD;
            border-top: 1px solid #FFFFFF;
            border-bottom: 1px solid #D2D2CC;
            font-size: 14px;
            width: 218px;
            height: 38px;
        }

            #leftNavigationBar div.disabled a {
                color: #DDDDDD;
                cursor: default;
            }



#LeftNavBarDiv {
    position: absolute;
    display: inline;
}

.leftNavigationBarWrapper .bodywrapper {
    margin-left: 218px;
    position: relative;
}
/*#endregion */

/*#region Top ProgressBar  */
#ProgressBarDiv {
    height: 50px;
    color: #FFFFFF;
    display: table-cell;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    width: 700px;
}

    #ProgressBarDiv ul {
        display: table-cell;
        width: 700px;
        height: 50px;
        margin: 0px;
        padding: 0px;
    }

#ProgressBar_TopDiv {
    position: absolute;
    display: inline;
    width: 700px;
}

.ProgressBar_Text {
    color: #525247;
}

.ProgressBar_Img {
    width: 200px !important;
    height: 40px !important;
}


/*#endregion*/

/*#region  Top Progress Bar */

.ui-progressbar-value {
    margin: -1px !important;
    height: 50% !important;
}


.progressInfoBar {
    border: 1px solid #aaaaaa;
    background: #5083AB url("images/progressImage.jpg") repeat-x;
    color: #222222;
    font-weight: bold;
}

.progress-bar {
    height: 60px;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

.progress-bar-status {
    float: left;
    padding-top: 17px;
    padding-left: 7px;
    padding-right: 7px;
}

.progress-bar-stages {
    float: left;
    -webkit-transition: float;
    float: initial;
    padding-top: 20px;
    /*padding-left: 7px;*/
}

.current-bar {
    width: 207px;
    background-image: url(Images/progress_bar_gray_bg_strip.png);
    background-repeat: repeat-x;
}

.bar-whitebg-grayarrow {
    width: 27px;
    background-image: url(Images/progress_bar_gray_bg_arrow.png);
    background-repeat: no-repeat;
}

.inactive-bar {
    width: 209px;
    background-image: url(Images/progress_bar_white_bg_strip.png);
    background-repeat: repeat-x;
    color: #808080 !important;
}

.inactive-bar-saveearly {
    width: 147px;
    background-image: url(Images/progress_bar_white_bg_strip.png);
    background-repeat: repeat-x;
    color: #808080 !important;
}

.current-bar-saveearly {
    width: 152px;
    background-image: url(Images/progress_bar_gray_bg_strip.png);
    background-repeat: repeat-x;
}

.progress-bar-stages-saveearly {
    padding-top: 20px;
    padding-left: 10px;
}

.width-142px-saveearly {
    width: 142px;
}

.progress-bar-status-saveearly {
    float: left;
    padding-top: 17px;
    padding-left: 7px;
    padding-right: 6px;
}

.bar-whitebg-whitearrow {
    width: 27px;
    background-image: url(Images/progress_bar_white_bg_white_arrow.png);
    background-repeat: no-repeat;
}

.completed-bar {
    width: 207px;
    background-image: url(Images/progress_bar_white_bg_strip.png);
    background-repeat: repeat-x;
    color: #444 !important;
}

.completed-bar-saveearly {
    width: 149px;
    background-image: url(Images/progress_bar_white_bg_strip.png);
    background-repeat: repeat-x;
    color: #444 !important;
}

.bar-graybg-whitearrow {
    width: 27px;
    background-image: url(Images/progress_bar_white_bg_arrow.png);
    background-repeat: no-repeat;
}

.current-barforenrollmentpage {
    width: 180px;
    background-image: url(Images/progress_bar_gray_bg_strip.png);
    background-repeat: repeat-x;
}

/*#endregion*/


/*#region FORM FIELDS */
.control-holder {
    display: block;
}

table-row1 .datebox, .datepicker, input[type=text], .radio, input[type=radio], .checkbox, input[type=checkbox], .dropdown, .textarea, .label, label {
    font-size: 14px !important;
}

.datebox, .datepicker, input[type=text], .radio, input[type=radio], .checkbox, input[type=checkbox], .dropdown, .textarea, .label, label {
    margin: 0px;
    /*margin-left: 3px;*/
    vertical-align: top;
    font-size: 12px;
    font-family: vegurregular, Calibri;
    padding: 5px;
    height: 20px;
}

.ui-datepicker-trigger {
    height: 28px;
    width: 15px;
}


.notification-with-progressbar {
    margin-top: -1em;
    display: block !important;
}

input[type=text] {
    border: 1px solid #C6C0AA;
    background-color: #fff;
    line-height: 20px;
    padding: 3px;
    height: 28px;
}

    .textbox.disabled, .datepicker.disabled, .datebox.disabled, input[type=text].disabled, .dropdown.disabled, .dropdowntxt {
        background-color: #ddddd5;
        border: 1px solid #C6C0AA;
    }

        .dropdown .disabled select, .dropdown .disabled select option {
            background-color: red;
        }

.textTransForm-Capitalize {
    text-transform: capitalize;
}

.textbox-width30px {
    text-transform: capitalize;
    color: #54574E;
    width: 30px;
    height: 13px;
    border: 1px solid #C6C0AA;
}

.textColor-Red {
    color: red;
}

.textbox-width45px {
    text-transform: capitalize;
    color: #54574E;
    width: 45px;
    height: 13px;
    border: 1px solid #C6C0AA;
}

.textarea {
    height: 50px;
    border: 1px solid #C6C0AA;
    background-color: #fff;
}

.button, .secButton, .button-small, .secButton-small, .button-large, .secButton-large {
    display: table;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

    .button div.left, .button div.right, .secButton div.left, .secButton div.right,
    .button-small div.left, .button-small div.right, .secButton-small div.left, .secButton-small div.right,
    .button-large div.left, .button-large div.right {
        background-repeat: no-repeat;
        float: left;
        width: 4px;
        height: 40px;
    }

    .button-small div.left, .button-small div.right, .secButton-small div.left, .secButton-small div.right {
        height: 24px;
    }

    .button-large div.left, .button-large div.right {
        height: 54px;
        width: 5px;
    }

    .secButton div.left, .secButton div.right {
        width: 5px;
    }

    .button .middle, .secButton .middle,
    .button-small .middle, .secButton-small .middle,
    .button-large .middle {
        background-repeat: repeat-x;
        float: left;
        cursor: pointer;
        display: table;
        height: 40px;
    }

    .button-small .middle, .secButton-small .middle {
        height: 24px;
    }

    .button-large .middle {
        height: 54px;
    }

    .button input[type=submit], .secButton input[type=submit], .button input[type=button], .secButton input[type=button],
    .button-small input[type=button], .button-small input[type=submit], .secButton-small input[type=button], .secButton-small input[type=submit],
    .button-large input[type=button], .button-large input[type=submit] {
        margin: 0px;
        height: 40px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        border: none;
        background: none;
        float: left;
        cursor: pointer;
        font-weight: bold;
    }

    .button-small input[type=button], .button-small input[type=submit], .secButton-small input[type=button], .secButton-small input[type=submit] {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .button-large input[type=button], .button-large input[type=submit] {
        height: 50px;
        line-height: 50px;
        font-size: 26px;
    }

    .button div.icon-next, .secButton div.icon-next,
    .button-small div.icon-next, .secButton-small div.icon-next,
    .button-large div.icon-next {
        background-image: url('images/arrow_next.png');
    }

    .button div.icon-prev, .secButton div.icon-prev,
    .button-small div.icon-prev, .secButton-small div.icon-prev,
    .button-large div.icon-prev {
        background-image: url('images/arrow_prev.png');
    }

    .button div.icon-right, .button div.icon-left, .secButton div.icon-right, .secButton div.icon-left,
    .button-small div.icon-right, .button-small div.icon-left, .secButton-small div.icon-right, .secButton-small div.icon-left,
    .button-large div.icon-right, .button-large div.icon-left {
        background-repeat: no-repeat;
        width: 10px;
        float: left;
        margin-top: 14px;
        height: 20px;
    }

    .button-small div.icon-right, .button-small div.icon-left, .secButton-small div.icon-right, .secButton-small div.icon-left, .margin-top-5px {
        margin-top: 5px;
    }

    .button-large div.icon-right, .button-large div.icon-left {
        margin-top: 20px;
    }

    /*#region Primary Large Button */

    .LargePrimaryButton_CurrentState_Right, .LargePrimaryButton_HoverState_Left, .LargePrimaryButton_HoverState_Middle, .LargePrimaryButton_HoverState_Right, .LargePrimaryButton_ClickState_Left, .LargePrimaryButton_ClickState_Middle, .LargePrimaryButton_ClickState_Right, .LargePrimaryButton_CurrentState_Left, .LargePrimaryButton_CurrentState_Middle,
    .button-large div.left, .button-large div.middle, .button-large div.right {
        background: url(images/LargePrimary.png) no-repeat;
        height: 54px;
        width: 6px;
    }

    .LargePrimaryButton_CurrentState_Right, .button-large div.right {
        background-position: 0 -116px;
    }

.LargePrimaryButton_HoverState_Left {
    background-position: 0 -174px !important;
}

.LargePrimaryButton_HoverState_Middle {
    background-position: 0 -232px !important;
    background-repeat: repeat-x;
}

.LargePrimaryButton_HoverState_Right {
    background-position: 0 -288px !important;
}

.LargePrimaryButton_ClickState_Left {
    background-position: 0 -346px !important;
}

.LargePrimaryButton_ClickState_Middle {
    background-position: 0 -404px !important;
    background-repeat: repeat-x;
}

.LargePrimaryButton_ClickState_Right {
    background-position: 0 -463px !important;
}

.LargePrimaryButton_CurrentState_Left, .button-large div.left {
    background-position: 0 0;
}

.LargePrimaryButton_CurrentState_Middle, .button-large div.middle {
    background-position: 0 -58px;
    background-repeat: repeat-x;
}

/*#endregion */

/*#region Primary Button  */
.PrimaryButton_ClickState_Right, .PrimaryButton_CurrentState_Left, .PrimaryButton_CurrentState_Middle, .PrimaryButton_CurrentState_Right, .PrimaryButton_HoverState_Left, .PrimaryButton_HoverState_Middle, .PrimaryButton_HoverState_Right, .PrimaryButton_ClickState_Left, .PrimaryButton_ClickState_Middle,
.button div.right, .button div.left, .button div.middle {
    background: url(images/PrimaryButton.png) no-repeat;
    height: 40px;
}

.PrimaryButton_CurrentState_Left, .button div.left {
    background-position: 0 -144px;
}

.PrimaryButton_CurrentState_Middle, .button div.middle {
    background-position: 0 -189px;
    background-repeat: repeat-x;
}

.PrimaryButton_CurrentState_Right, .button div.right {
    background-position: 0 -231px;
}

.PrimaryButton_HoverState_Left {
    background-position: 0 -273px !important;
}

.PrimaryButton_HoverState_Middle {
    background-position: 0 -322px !important;
}

.PrimaryButton_HoverState_Right {
    background-position: 0 -368px !important;
}

.PrimaryButton_ClickState_Left {
    background-position: 0 0 !important;
}

.PrimaryButton_ClickState_Middle {
    background-position: 0 -48px !important;
}

.PrimaryButton_ClickState_Right {
    background-position: 0 -97px !important;
}
/*#endregion */

/*#region Secondary Button */
.SecondaryButton_HoverState_Right, .SecondaryButton_ClickState_Left, .SecondaryButton_ClickState_Middle, .SecondaryButton_ClickState_Right, .SecondaryButton_CurrentState_Left, .SecondaryButton_CurrentState_Middle, .SecondaryButton_CurrentState_Right, .SecondaryButton_HoverState_Left, .SecondaryButton_HoverState_Middle,
.secButton div.left, .secButton div.middle, .secButton div.right {
    background: url(images/SecondaryButton.png) no-repeat;
    height: 40px;
}

.SecondaryButton_HoverState_Right {
    background-position: 0 -388px !important;
}

.SecondaryButton_ClickState_Left {
    background-position: 0 0 !important;
}

.SecondaryButton_ClickState_Middle {
    background-position: 0 -48px !important;
    background-repeat: repeat-x;
}

.SecondaryButton_ClickState_Right {
    background-position: 0 -96px !important;
}

.SecondaryButton_CurrentState_Left, .secButton div.left {
    background-position: 0 -152px;
}

.SecondaryButton_CurrentState_Middle, .secButton div.middle {
    background-position: 0 -200px;
    background-repeat: repeat-x;
}

.SecondaryButton_CurrentState_Right, .secButton div.right {
    background-position: 0 -247px;
}

.SecondaryButton_HoverState_Left {
    background-position: 0 -294px !important;
}

.SecondaryButton_HoverState_Middle {
    background-position: 0 -340px !important;
    background-repeat: repeat-x;
}

/*#endregion */

/*#region Primary Small Button */

.SmallPrimaryButton_ClickState_Middle, .SmallPrimaryButton_ClickState_Right, .SmallPrimaryButton_CurrentState_Left, .SmallPrimaryButton_CurrentState_Middle, .SmallPrimaryButton_CurrentState_Right, .SmallPrimaryButton_HoverState_Left, .SmallPrimaryButton_HoverState_Middle, .SmallPrimaryButton_HoverState_Right, .SmallPrimaryButton_ClickState_Left,
.button-small div.left, .button-small div.middle, .button-small div.right {
    background: url(images/SmallButton.png) no-repeat;
    height: 24px;
}

.SmallPrimaryButton_ClickState_Middle {
    background-position: 0 -199px !important;
    background-repeat: repeat-x;
}

.SmallPrimaryButton_ClickState_Right {
    background-position: 0 -227px !important;
}

.SmallPrimaryButton_CurrentState_Left, .button-small div.left {
    background-position: 0 0;
}

.SmallPrimaryButton_CurrentState_Middle, .button-small div.middle {
    background-position: 0 -28px;
    background-repeat: repeat-x;
}

.SmallPrimaryButton_CurrentState_Right, .button-small div.right {
    background-position: 0 -57px;
}

.SmallPrimaryButton_HoverState_Left {
    background-position: 0 -86px !important;
}

.SmallPrimaryButton_HoverState_Middle {
    background-position: 0 -114px !important;
    background-repeat: repeat-x;
}

.SmallPrimaryButton_HoverState_Right {
    background-position: 0 -143px !important;
}

.SmallPrimaryButton_ClickState_Left {
    background-position: 0 -171px !important;
}

/*#endregion */

/*#region Secondary Small */

.SmallSecondaryButton_CurrentState_Left, .SmallSecondaryButton_CurrentState_Middle, .SmallSecondaryButton_CurrentState_Right, .SmallSecondaryButton_HoverState_Left, .SmallSecondaryButton_HoverState_Middle, .SmallSecondaryButton_HoverState_Right, .SmallSecondaryButton_ClickState_Left, .SmallSecondaryButton_ClickState_Middle, .SmallSecondaryButton_ClickState_Right,
.secButton-small div.left, .secButton-small div.middle, .secButton-small div.right {
    background: url(images/SmallButton.png) no-repeat;
    height: 24px;
}

.SmallSecondaryButton_CurrentState_Left, .secButton-small div.left {
    background-position: 0 -258px;
}

.SmallSecondaryButton_CurrentState_Middle, .secButton-small div.middle {
    background-position: 0 -289px;
    background-repeat: repeat-x;
}

.SmallSecondaryButton_CurrentState_Right, .secButton-small div.right {
    background-position: 0 -318px;
}

.SmallSecondaryButton_HoverState_Left {
    background-position: 0 -347px !important;
}

.SmallSecondaryButton_HoverState_Middle {
    background-position: 0 -375px !important;
    background-repeat: repeat-x;
}

.SmallSecondaryButton_HoverState_Right {
    background-position: 0 -403px !important;
}

.SmallSecondaryButton_ClickState_Left {
    background-position: 0 -434px !important;
}

.SmallSecondaryButton_ClickState_Middle {
    background-position: 0 -463px !important;
    background-repeat: repeat-x;
}

.SmallSecondaryButton_ClickState_Right {
    background-position: 0 -491px !important;
}
/*#endregion */

/*#region Disabled */

.SmallDisableButton_Middle, .SmallDisableButton_Right, .SmallDisableButton_Left {
    background: url(images/SmallButton.png) no-repeat;
    height: 24px;
}

.SmallDisableButton_Middle {
    background-position: 0 -550px !important;
    background-repeat: repeat-x;
}

.SmallDisableButton_Right {
    background-position: 0 -579px !important;
}

.SmallDisableButton_Left {
    background-position: 0 -522px !important;
}

.DisableButton_Left, .DisableButton_Middle, .DisableButton_Right {
    background: url(images/DisabledButton.png) no-repeat !important;
    height: 40px;
}

.DisableButton_Left {
    background-position: 0 0 !important;
}

.DisableButton_Middle {
    background-position: 0 -48px !important;
    background-repeat: repeat-x !important;
}

.DisableButton_Right {
    background-position: 0 -92px !important;
}


/*#endregion */


.label, label {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0px;
}

.vlabel {
    font-size: 14px;
    line-height: 28px;
}

.vTrustlabel {
    font-size: 14px;
    height: 28px;
}

.checkbox, input[type=checkbox] {
    height: 28px;
    margin-right: 4px;
}

.radio, input[type=radio] {
    height: 28px;
    margin-right: 4px;
}

.datebox, .datepicker {
    border: 1px solid #C6C0AA;
    background-color: #fff;
    line-height: 20px;
    padding: 3px;
}

.dropdown {
    padding: 3px;
    border: 1px solid #C6C0AA;
    margin: 0px;
    /*margin-left: 3px;*/
    background-color: #fff;
}

    .dropdown select {
        padding: 0px;
        border: none;
        width: 100%;
        background-color: #fff;
    }
/*#endregion */

/*#region CONTAINER BOX */
.container, .container-border {
    display: table;
    width: 100%;
    padding-bottom: 15px;
}

.container-withprogressbar {
    display: block !Important;
}

.container-border {
    border: 1px solid #E7E7E4;
}

.container-header, .container-header-borderbottom {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    padding: 5px;
    line-height: 30px;
}

.container-subheader {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    padding: 5px;
    line-height: 30px;
    border-bottom: 1px solid #E7E7E4;
}


.container-header-borderbottom {
    border-bottom: 1px solid #E7E7E4;
}

.container-body, .container-body-justify {
    padding: 5px;
    padding-left: 10px;
}

.container-body-justify {
    text-align: justify;
}
/*#endregion */

/*#region TABLES */

.table-body {
}

.table-body-border {
    border: 1px solid #c0c0c0;
}

.table-cell-bold {
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #3A3D30;
}

.cellheight-75px {
    height: 75px;
}

.cellheight-65px {
    height: 65px;
}

.cellheight-25px {
    height: 25px;
}


.table-cell {
    float: left;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-top: 2px;
}



.table-cell-header {
    float: left;
}

.table-cell-vlarge {
    float: left;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-top: 12px;
}


.table-titleRow {
    display: table;
    width: 100%;
    background-color: #aaa;
    border-bottom: 1px solid #c0c0c0;
}

    .table-titleRow .table-cell, .table-titleRow .table-cell-vlarge {
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        padding: 10px;
    }


.table-headerRow-bg {
    display: table;
    width: 100%;
    background-color: #8F8F81;
    border-bottom: 1px solid #a1a1a1;
}

    .table-headerRow-bg .table-cell, .table-headerRow-bg .table-cell-vlarge {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.table-headerRow-borderbottom {
    display: table;
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
}

    .table-headerRow-borderbottom .table-cell, .table-headerRow-borderbottom .table-cell-vlarge {
        font-weight: bold;
        color: #000;
        font-size: 14px;
    }

.table-headerRow {
    display: table;
    width: 100%;
}

    .table-headerRow .table-cell, .table-headerRow .table-cell-vlarge {
        font-weight: bold;
        color: #000;
        font-size: 14px;
    }

.table-row {
    display: table;
    width: 100%;
    /*background-color: #fff;*/
}

.table-row-withprogressbar {
    display: block !Important;
}

.table-row1 {
    display: table;
    width: 103%;
}

.table-altRow {
    display: table;
    width: 100%;
    background-color: #eee;
}

.table-row-borderbottom {
    display: table;
    width: 100%;
    /*background-color: #fff;*/
    border-bottom: 1px dotted #c0c0c0;
}

.table-row-thinborderbottom {
    display: table;
    width: 100%;
    /*background-color: #fff;*/
    border-bottom: 1px solid #c0c0c0;
}

.table-altRow-borderbottom {
    display: table;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px dotted #c0c0c0;
}

.table-row-selected-borderbottom {
    display: table;
    width: 100%;
    background-color: #5083AB;
    color: white;
    border-bottom: 1px dotted #c0c0c0;
}

.table-row-selected {
    display: table;
    width: 100%;
    background-color: #5083AB;
    color: white;
}

/*#endregion */

/*#region WIDTHS */
.width-200px {
    width: 200px;
}

.width-232px {
    width: 232px;
}

.width-234px {
    width: 234px;
}

.width-24percent {
    width: 24%;
}

.width-22percent {
    width: 22%;
}

.width-38percent {
    width: 38%;
}

.width-10percent {
    width: 10%;
}

.width-20percent {
    width: 20%;
}

.width-25percent {
    width: 25%;
}

.width-26percent {
    width: 26%;
}

.width-19percent {
    width: 19%;
}

.width-30percent {
    width: 30%;
}

.width-33percent {
    width: 33%;
}

.width-40percent {
    width: 40%;
}

.width-42percent {
    width: 42%;
}

.width-47percent {
    width: 47%;
}

.width-48percent {
    width: 48%;
}


.width-50percent {
    width: 50%;
}

.width-57percent {
    width: 57%;
}

.width-78percent {
    width: 78%;
}

.width-60percent {
    width: 60%;
}

.width-70percent {
    width: 70%;
}

.width-80percent {
    width: 80%;
}

.width-90percent {
    width: 90%;
}

.width-49percent {
    width: 49.5%;
}

.width-98percent {
    width: 98.5%;
}

.width-100percent {
    width: 100%;
}

.width-110percent {
    width: 110%;
}

.width-300percent {
    width: 300%;
}

.width-1percent {
    width: 1%;
}

.width-2percent {
    width: 2%;
}

.width-3percent {
    width: 3%;
}

.width-5percent {
    width: 5%;
}

.width-6percent {
    width: 6%;
}

.width-7percent {
    width: 7%;
}

.width-13percent {
    width: 13%;
}

.width-15percent {
    width: 15%;
}

.width-17percent {
    width: 17%;
}

.width-18percent {
    width: 18%;
}

.width-25percent {
    width: 25%;
}

.width-27percent {
    width: 27%;
}

.width-35percent {
    width: 35%;
}

.width-36percent {
    width: 36%;
}

.width-45percent {
    width: 45%;
}

.width-55percent {
    width: 55%;
}

.width-52percent {
    width: 52.5%;
}

.width-65percent {
    width: 65%;
}

.width-75percent {
    width: 75%;
}

.width-85percent {
    width: 85%;
}

.width-95percent {
    width: 95%;
}

.width-97percent {
    width: 97%;
}


.width-986percent {
    width: 98.6%;
}

.width-28percent {
    width: 28%;
}

.width-71percent {
    width: 70.5%;
}

.width-66percent {
    width: 65.5%;
}


/*#endregion */

/*#region PADDINGS */
.padding-left-60px {
    padding-left: 60px !important;
}

.padding-left-80px {
    padding-left: 80px !important;
}

.padding-left-40px {
    padding-left: 40px;
}

.padding-left-30px {
    padding-left: 30px;
}

.padding-left-20px {
    padding-left: 20px;
}

.padding-left-10px {
    padding-left: 10px;
}

.padding-left-15px {
    padding-left: 15px;
}

.padding-left-5px {
    padding-left: 5px;
}

.padding-left-19px {
    padding-left: 19px;
}

.padding-40px {
    padding: 40px;
}

.padding-top-5px {
    padding-top: 5px;
}

.padding-top-10px {
    padding-top: 10px;
}

.padding-top-7px {
    padding-top: 7px;
}

.padding-top-20percent {
    padding-top: 20%;
}

.padding-20px {
    padding: 20px;
}

.padding-10px {
    padding: 10px;
}

.padding-left-31px {
    padding-left: 31px;
}

.margin-2px {
    margin-top: 2px;
}

.Italic {
    font-style: italic;
}
/*#endregion */

/*#region ROUNDED CORNERS */

.rounded-corners-top-leftRight-5px {
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-topright: 5px; /* Firefox */
    -webkit-border-top-left-radius: 5px; /* Safari and Chrome */
    -webkit-border-top-right-radius: 5px; /* Safari and Chrome */
    border-top-left-radius: 5px; /* Opera 10.50, IE and CSS3 */
    border-top-right-radius: 5px; /* Opera 10.50, IE and CSS3 */
}

.rounded-corners-top-leftRight-10px {
    -moz-border-radius-topleft: 10px; /* Firefox */
    -moz-border-radius-topright: 10px; /* Firefox */
    -webkit-border-top-left-radius: 10px; /* Safari and Chrome */
    -webkit-border-top-right-radius: 10px; /* Safari and Chrome */
    border-top-left-radius: 10px; /* Opera 10.50, IE and CSS3 */
    border-top-right-radius: 10px; /* Opera 10.50, IE and CSS3 */
}

.rounded-corners-10px {
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera 10.50, IE and CSS3 */
}

/*#endregion */

/*#region HORIZONTAL TABS */
.htabs {
    margin: 0;
    padding: 0;
    font-family: vegurregular, Calibri;
    white-space: nowrap;
}

    .htabs li {
        display: inline;
        border-top: 1px solid #c0c0c0;
        border-left: 1px solid #c0c0c0;
        border-right: 1px solid #c0c0c0;
        background-color: #a0a0a0;
        padding: 6px;
        margin-left: 3px;
        border-bottom: 1px solid #bbb;
    }

        .htabs li a {
            text-decoration: none;
            padding: 0px 16px 0px 16px;
            color: #fff;
            font-size: 14px;
            line-height: 28px;
        }

        .htabs li.selectedTab {
            background-color: #e0e0e0;
            padding: 5px;
            border-bottom: 1px solid #e0e0e0;
            padding-top: 8px;
        }

            .htabs li.selectedTab a {
                color: #555;
                font-weight: bold;
            }

.htabs-panel-wrapper {
    background-color: #e0e0e0;
    padding: 0px;
}

    .htabs-panel-wrapper .htabs-panel-container {
        padding: 10px;
    }

    .htabs-panel-wrapper .htabs-panel {
        display: none;
    }

    .htabs-panel-wrapper .selectedPanel {
        display: block;
    }

/*#endregion */

/*#region TEXT INDICATORS */

.pageHeader {
    font-size: 17px;
    font-weight: bold;
    color: #525247;
    line-height: 30px;
    padding-bottom: 15px;
}

.pageHeaderNoPadding {
    font-size: 17px;
    font-weight: bold;
    color: #525247;
    line-height: 30px;
}

.sectionHeader {
    font-size: 15px;
    font-weight: Normal;
    color: #8F8F81;
    line-height: 30px;
    padding-bottom: 30px;
}

.dispText {
    color: #54574E;
    font-size: medium;
    font-weight: normal;
}



.dispTextApp {
    color: #54574E;
    font-size: small;
    font-weight: normal;
}

.dispTextBig {
    color: #54574E;
    font-weight: lighter;
    font-size: large;
}

.dispTextSmall {
    font-size: small;
    color: #54574E;
    font-weight: lighter;
}

.secondaryLink {
    color: #A5A59A;
    text-decoration: underline;
}

.actionLink {
    color: #F9BA04;
    font-weight: bold;
    text-decoration: underline;
}

.navigationLink {
    color: #ED5D06;
    font-weight: bold;
    text-decoration: underline;
}

.blackLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.hide-Div {
    visibility: hidden;
}

/*.warning {
    color:  #EC552F;
}*/

.notification, .warning {
    background-color: #F9BA04;
    color: white;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 10px;
    line-height: 25px;
    font-size: 13.7px;
    font-family: vegurregular, Calibri;
    width: 99%;
    display: table;
    text-align: left;
}

.addressWarning {
    background-color: #F9BA04;
    color: black;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 10px;
    line-height: 25px;
    font-size: 13.7px;
    font-family: vegurregular, Calibri;
    width: 98%;
    display: table;
    text-align: left;
}

.notification div.notification-body {
    width: 810px;
    float: left;
}

.notification div.notification-close-icon {
    padding: 10px;
    margin: 6px;
    background-image: url('images/remove_white.png');
    background-repeat: no-repeat;
    float: right;
}

.success {
    color: #74C034;
}

.label2 {
    text-decoration: underline;
}

/*#endregion */

/*#region POSITIONS - FLOAT/ALIGN */

.float-right {
    float: right !important;
}

.float-left {
    float: left;
}

.column_gap {
    column-gap: 40px;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left;
}

/*#endregion */

/*#region BORDERS */

.border-left {
    border-left: 1px solid #C6C0AA;
}

.border-right {
    border-right: 1px solid #C6C0AA;
}

/*.activeBorder {
    border: 7px solid #808080;
    padding: 5px;
}

.inactiveBorder {
    border: 2px solid #808080;
    padding: 5px;
}*/



.workflow-line {
    border-top: 1px solid #C6C0AA;
    border-bottom: 1px solid #FFFFFF;
}

/*  */
.grayHairline, .hr {
    border-top: 1px solid #E7E7E4;
    border-bottom: 1px solid #FFFFFF;
}

/* Seperator above buttons only */
.hr-large {
    height: 1px;
    border-top: 1px solid #DEDEDA;
    border-bottom: 1px solid #FFFFFF;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 5px;
    margin-top: 5px;
}
/*#endregion */

/*#region BACKGROUNDS */

.bgcolor1 {
    background-color: #504C4C;
}

.bgcolor2 {
    background-color: #e0e0e0;
}

.bgcolor3 {
    background-color: #999999;
}

/*#endregion */

/*#region UNCATEGORIZED */

.boxSmall {
    cursor: pointer;
    height: 30px;
    line-height: 25px;
    width: 30px;
    border: 1px solid #BBB;
    text-align: center;
}

.box {
    height: 70px;
    line-height: 65px;
    width: 70px;
    border: 1px solid #BBB;
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.textLink {
    color: #65A32C !important;
    font-style: inherit;
    text-decoration: underline;
}

.textLinkInLightBlue {
    color: cornflowerblue;
    text-decoration: underline;
}

.textHyperLink {
    color: #0000ff !important;
    font-style: inherit;
    text-decoration: underline;
}

.textLink:hover {
    text-decoration: underline;
}

.textLinkForReadonlyLink {
    color: #65A32C !important;
    font-style: inherit;
}

.numberBadge {
    font-family: vegurregular;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #A5A59A;
    height: 20px;
    width: 28px;
    text-align: center;
    margin-left: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
}





.alertBadge {
    font-family: vegurregular;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #5083AB;
    height: 16px;
    width: 16px;
    padding: 2px;
    padding-top: 0px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
}

/*#endregion */

.br-small {
    height: 5px !important;
    width: 50%;
}

.br {
    height: 10px;
    width: 100%;
}

.br-large {
    height: 15px;
    width: 100%;
}

.br-xlarge {
    height: 20px;
    width: 100%;
}

.br-xxlarge {
    height: 50px;
    width: 100%;
}


.progressbar {
    padding-left: 90px;
}

    .progressbar div.imagethumb {
        width: 130px;
        float: left;
        height: 20px;
    }

    .progressbar div.imagepanel {
        width: 20px;
        float: left;
    }

    .progressbar div.imageselected {
        width: 23px;
        float: left;
    }

.progressbarpadding {
    padding-left: 70px;
}

    .progressbarpadding div.imagethumb {
        width: 130px;
        float: left;
        height: 20px;
    }

    .progressbarpadding div.imagepanel {
        width: 20px;
        float: left;
    }

    .progressbarpadding div.imageselected {
        width: 23px;
        float: left;
    }



.progressbarlabelwidth-30 {
    width: 30%;
    text-align: right;
    float: left;
}

.progressbarlabelwidth-20 {
    width: 20%;
    text-align: right;
    float: left;
}

.progressbarlabelwidth-27 {
    width: 27%;
    text-align: right;
    float: left;
}

.progressbarlabelwidth-40 {
    float: left;
    width: 40%;
}

.progressbarlabelwidth-60 {
    width: 60%;
    text-align: right;
    float: left;
}

.progressbarlabelwidth-45 {
    float: left;
    width: 50%;
}

.progressbarlabelwidth-55 {
    width: 50%;
    text-align: right;
    float: left;
}

.progressbarlabelwidth-45 {
    float: left;
    width: 50%;
}

.progressbarlabelwidth-55 {
    width: 50%;
    text-align: right;
    float: left;
}

.height-8px {
    height: 8px;
}

.height-16px {
    height: 16px;
}

.height-4px {
    height: 4px;
}

.height-30px {
    height: 30px;
}

.height-100px {
    height: 100px;
}

.height-132px {
    height: 132px;
}

.height-140px {
    height: 140px;
}

.height-150px {
    height: 150px;
}

.height-20px {
    height: 20px;
}

.height-14px {
    height: 14px;
}

.height-40px {
    height: 40px;
}

.hr-fill {
    height: 5px;
    background-color: black;
}

.incomeHeader {
    font-size: 17px;
    color: #525247;
    line-height: 30px;
    padding-bottom: 15px;
    height: 10px;
    font-weight: bold;
}

.input-validation-error {
    border: 1px solid #EC552F !important;
}

.required-note {
    float: right;
    font-size: 14px;
    padding-top: 5px;
}

.validation-summary-errors {
    margin-top: -15px;
}

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    .validation-summary-errors li {
        background-color: #EC552F;
        color: #fff;
        margin-bottom: 2px;
        padding: 0px;
        padding-left: 10px;
        /*height: 32px;*/
        line-height: 32px;
        font-size: 14px;
        font-family: vegurregular, Calibri;
        width: 99%;
        display: table;
    }

        .validation-summary-errors li div.message {
            float: left;
            width: 95%;
            line-height: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .validation-summary-errors li div.cross {
            background-image: url(images/remove_white.png);
            float: right;
            padding: 9px;
            margin-top: 7px;
            margin-right: 5px;
            background-repeat: no-repeat;
            cursor: pointer;
        }

.alert {
    color: #EC552F;
}

.field-validation-error, .errormsg, .mandatory-sign {
    color: #EC552F;
}

.profile_man, .profile_man_select, .profile_woman, .profile_woman_select {
    height: 70px;
    width: 70px;
    cursor: pointer;
}

.profile_man {
    background-image: url('images/people_carousel_man.png');
    background-repeat: no-repeat;
}

.profile_man_select {
    background-image: url('images/people_carousel_man_select.png');
    background-repeat: no-repeat;
}

.profile_woman {
    background-image: url('images/people_carousel_woman.png');
    background-repeat: no-repeat;
}

.profile_woman_select {
    background-image: url('images/people_carousel_woman_select.png');
    background-repeat: no-repeat;
}

.rowspan-2 {
    line-height: 40px !important;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-40 {
    padding-right: 10px;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-right-2px {
    padding-right: 2px;
}

.padding-left-0 {
    padding-left: 0;
}


/*#region JCarousel */

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 545px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 125px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 182px;
    height: 115px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*border-right: 1px solid #E7E7E4;*/
    /*border-left: 1px solid #fff;*/
}

.jcarousel-skin-tango .lastItem {
    border-right: none;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal-container {
    position: absolute;
    top: 26px;
    right: 5px;
    width: 34px;
    height: 118px;
    cursor: pointer;
    -webkit-box-shadow: -4px -3px 4px -3px rgba(198,192,170, 20);
    box-shadow: -4px -3px 4px -3px rgba(198,192,170, 20);
    -moz-box-shadow: -4px -3px 4px -3px rgba(198,192,170, 20);
    border-left: 1px solid #C6C0AA;
    border-top: 1px solid #C6C0AA;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal-container-inner, .jcarousel-skin-tango .jcarousel-next-horizontal-container-inner {
    height: 117px;
    -webkit-box-shadow: inset 0px -9px 6px -6px rgba(198,192,170, 20);
    box-shadow: inset 0px -9px 6px -6px rgba(198,192,170, 20);
    -moz-box-shadow: inset 0px -9px 6px -6px rgba(198,192,170, 20);
    border-bottom: 1px solid #C6C0AA;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/people_carousel_arrow_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    position: absolute;
    top: 43px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/people_carousel_arrow_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal-container {
    position: absolute;
    top: 26px;
    left: 5px;
    width: 34px;
    height: 118px;
    cursor: pointer;
    -webkit-box-shadow: 4px -3px 4px -3px rgba(198,192,170, 20);
    box-shadow: 4px -3px 4px -3px rgba(198,192,170, 20);
    -moz-box-shadow: 4px -3px 4px -3px rgba(198,192,170, 20);
    border-right: 1px solid #C6C0AA;
    border-top: 1px solid #C6C0AA;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/people_carousel_arrow_left.png) no-repeat 0 0;
    /*height: 109px;*/
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    /*height: 32px;*/
    cursor: pointer;
    background: transparent url(images/people_carousel_arrow_left.png) no-repeat 0 0;
}

.jcarousel-list .jcarousel-item img {
    margin-left: 40px;
    cursor: pointer;
}

.jcarousel-list div.people-man, .jcarousel-list div.people-man-select, .jcarousel-list div.people-woman, .jcarousel-list div.people-woman-select {
    width: 67px;
    height: 75px;
    margin: auto;
    cursor: pointer;
    background-repeat: no-repeat;
}

.jcarousel-list div.people-man {
    background-image: url('images/people_carousel_man.png');
}

.jcarousel-list li.selectedItem div.people-man {
    background-image: url('images/people_carousel_man_select.png');
}

.jcarousel-list div.people-woman {
    background-image: url('images/people_carousel_woman.png');
}

.jcarousel-list li.selectedItem div.people-woman {
    background-image: url('images/people_carousel_woman_select.png');
}

.jcarousel-list .selectedItem div.caption {
    color: #5083AB;
    cursor: pointer;
}

.jcarousel-list .defaultHighlightedItem div.caption {
    color: #5083AB;
    cursor: pointer;
}


button.jcarousel-prev, button.jcarousel-next {
    border: none;
}

.jcarousel-skin-tango div.caption {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #A5A59A;
    padding-top: 2px;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

    .jcarousel-skin-tango div.caption[disabled=disabled] {
        font-weight: normal;
    }

.people-caption, .break-word, .jcarousel-skin-tango div.caption {
    word-wrap: break-word;
}

.word-break {
    word-break: break-all;
}

.Itemblock, Itemblock-empty {
    width: 182px;
    height: 118px;
    padding-top: 6px;
}

.Itemblock-middle, .Itemblock-left, .Itemblock-right {
    float: left;
}

.Itemblock-left, .Itemblock-right {
    width: 15px;
    height: 118px;
    border-bottom: 1px solid #C6C0AA;
}

.Itemblock-middle {
    padding-top: 5px;
    width: 150px;
    height: 112px;
    border-top: 1px solid #C6C0AA;
    border-bottom: 1px solid #C6C0AA;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(102,102,102, 20);
    box-shadow: 0px -3px 5px 0px rgba(102,102,102, 20);
    -moz-box-shadow: 0px -3px 5px 0px rgba(102,102,102, 20);
}

.jcarousel-list li:not(.selectedItem) div.Itemblock-middle {
    -webkit-box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
    box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
    -moz-box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
}

.jcarousel-list li.selectedItem div.Itemblock-middle {
    border-bottom: 1px solid #FFF;
}

.jcarousel-list li.defaultHighlightedItem div.Itemblock-middle {
    border-bottom: 1px solid #C6C0AA;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
    box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
    -moz-box-shadow: 0px -3px 5px 0px rgba(198,192,170, 20);
}

.jcarousel-list li:not(.selectedItem) div.Itemblock, .jcarousel-list li.selectedItem div.Itemblock-left, .jcarousel-list li.selectedItem div.Itemblock-right {
    -webkit-box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
    box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
    -moz-box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
}

.jcarousel-list li.defaultHighlightedItem div.Itemblock, .jcarousel-list li.defaultHighlightedItem div.Itemblock-left, .jcarousel-list li.defaultHighlightedItem div.Itemblock-right {
    -webkit-box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
    box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
    -moz-box-shadow: inset 0px -9px 8px -6px rgba(198,192,170, 20);
}

.Itemblock-right {
    border-left: 1px solid #C6C0AA;
}

.Itemblock-left {
    border-right: 1px solid #C6C0AA;
}

/*.Itemblock-middle-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-left: 133px;
    background-repeat: no-repeat;
}

.Itemblock-middle-icon-tick {
    background-image: url('images/tick.png');
}

.Itemblock-middle-icon-cross {
    background-image: url('images/x.png');
}*/

.withdrawHearinglabel {
    font-size: 17px;
    color: #65A32C;
}

.textcolor-green {
    color: #65A32C;
}


.languageDropdown {
    font-size: 11px;
}

.lightbox {
    background: #fff;
}

.lightboxHelp {
    background: #fff;
    border: 3px solid #BBBBB9;
}

.notificationbanner {
    background-color: #F9BA04;
    font-size: 14px;
    color: white;
    font-weight: bold;
    height: 38px;
    width: 885px;
    line-height: 20px;
    margin-top: -10px;
    margin-left: -14px;
    margin-right: -14px;
}

.historyCommentsTextArea {
    resize: none;
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    border-width: medium medium medium medium;
    border-style: solid;
}

.normal {
    font-weight: normal;
}
/*#endregion */


.pageStretchedImage {
    margin-left: -14px;
}

.bLabel {
    font-weight: bold;
}

/*#region DATA TABLES */

table.tabular-data {
    border-collapse: collapse;
}

table.tabular-data-border {
    border: 1px solid #E7E7E4;
}

table.tabular-data tr th, .tabular-data tr td {
    padding: 10px;
}

table.tabular-data tr th {
    background-color: #8F8F81;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.tabular-data tr td.border {
    border: 1px dotted #8F8F81;
}

.tabular-data tr td.border-right {
    border-right: 1px dotted #8F8F81;
}

.tabular-data tr td.border-left {
    border-left: 1px dotted #8F8F81;
}

.tabular-data tr td.border-bottom {
    border-bottom: 1px dotted #8F8F81;
}

table.tabular-data tr th.border {
    border: 1px dotted #E7E7E4;
}

table.tabular-data tr th.border-right {
    border-right: 1px dotted #E7E7E4;
}

table.tabular-data tr th.border-left {
    border-left: 1px dotted #E7E7E4;
}

table.tabular-data tr th.border-bottom {
    border-bottom: 1px dotted #E7E7E4;
}

table.tabular-data tr td {
    vertical-align: middle;
}

    table.tabular-data tr td.vtop {
        vertical-align: top;
    }

    table.tabular-data tr td.vbottom {
        vertical-align: bottom;
    }

table.tabular-data tr.altRows td {
    background-color: #E7E7E4;
}

table.tabular-data tr.selected td {
    background-color: #5083AB;
    border-top: 1px solid #E7E7E4;
    color: #fff;
}

table.tabular-data-singleselection tr {
    cursor: pointer;
}

table.tabular-data-border-all {
    border: 1px solid #E7E7E4;
}

    table.tabular-data-border-all tr td {
        border: 1px dotted #E7E7E4;
    }

table.tabular-data tr.border-bottom td {
    border-bottom: 1px dotted #000000;
}

table.tabular-data tr th.bg {
    background-color: #eeeeee !important;
}

    table.tabular-data tr th.bg a {
        color: #000000 !important;
    }

/*#endregion */


.paging-bar {
    float: right;
}

    .paging-bar .page-number, .paging-bar .page-number-selected {
        border: none;
        background: none;
        cursor: pointer;
        color: #8F8F81;
        font-size: 14px;
        font-weight: bold;
    }

    .paging-bar .page-number-selected {
        font-family: vegurregular;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #5083AB;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
        -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.1);
    }

/* hr dark */
.hr-dark {
    border-top: 1px solid #3a3d30;
    border-bottom: 1px solid #FFFFFF;
}

.hr-dark-large {
    height: 1px;
    border-top: 1px solid #3a3d30;
    border-bottom: 1px solid #FFFFFF;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.icon-expand, .icon-collapse {
    cursor: pointer;
}

.loadingImageMessage {
    font-size: 16px;
    font-weight: bold;
}


/*#region File Input Helper */

div.fileinputHelper {
    position: relative;
    height: 30px;
}

    div.fileinputHelper .fakefile {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    div.fileinputHelper input.fileInput_file {
        position: relative;
        text-align: right;
        -moz-opacity: 0;
        filter: alpha(opacity: 0);
        opacity: 0;
        z-index: 2;
        height: 30px;
        width: 200px;
    }

    div.fileinputHelper .fileInput_OpenFileDialogButton {
        color: #65A32C !important;
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer !important;
        vertical-align: middle;
        line-height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
    }

    div.fileinputHelper .fileInput_fileName {
        float: left;
    }

/*#endregion */

ul.ulLanguageSelector {
    z-index: 1000 !important;
    padding: 5px !important;
    background-color: #5083AB !important;
    color: #fff !important;
    position: absolute !important;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.AllCaps {
    text-transform: uppercase;
}

.warning-notification {
    background-color: #EC552F;
    color: #fff;
    margin-bottom: 2px;
    padding: 0px;
    padding-left: 10px;
    /*height: 32px;*/
    line-height: 32px;
    font-size: 14px;
    font-family: vegurregular, Calibri;
    width: 99%;
    display: table;
}


#socialnetworkIcons img {
    width: 20px !important;
    height: 20px !important;
}

.ScrollTop {
    position: fixed;
    top: 0;
    font-size: medium;
    font-weight: 600;
}

.DisableResizing {
    resize: none;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.leftTextAlignment {
    text-align: left;
}

/*#region ESign Loader */

#divEsignLoader {
    margin-top: -255px;
}

    #divEsignLoader #ESignLoadingBanner {
        height: 300px;
    }

        #divEsignLoader #ESignLoadingBanner img {
            height: 280px;
            margin-left: -420px;
        }

    #divEsignLoader .divEsignMessagesWrapper {
        height: 550px;
    }

    #divEsignLoader .divEsignMessages {
        font-size: 15px !important;
        margin-left: 50px;
        margin-top: 20px;
    }

        #divEsignLoader .divEsignMessages img {
            width: 25px;
            height: 25px;
        }


/*R4 Changes */
.greyLink {
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}

.disabledLink {
    opacity: 0.7;
    color: grey;
    cursor: default;
    text-decoration: underline;
}

.padding-left-90px {
    padding-left: 90px;
}

.padding-left-80px {
    padding-left: 80px;
}

.padding-left-25px {
    padding-left: 25px;
}

.padding-bottom-25px {
    padding-bottom: 25px;
}

.padding-bottom-10px {
    padding-bottom: 10px;
}

.gray {
    color: #858470;
}

.font-16px {
    font-size: 16px !important;
}

.pageheadersmall {
    font-size: 17px;
    font-weight: bold;
    color: #525247;
    line-height: 30px;
}

.width-7percent {
    width: 7%;
}

.padding-left-90px {
    padding-left: 90px;
}

.padding-top-10px {
    padding-top: 10px;
}

.padding-left-100px {
    padding-left: 100px;
}

.padding-left-80px {
    padding-left: 80px;
}

.padding-top-40percent {
    padding-top: 40%;
}


.padding-left-85px {
    padding-left: 85px;
}

.bold {
    font-weight: bold;
}

.hr-small {
    height: 0px;
    border-top: 1px solid #DEDEDA;
    border-bottom: 1px solid #FFFFFF;
    margin-left: 15px;
    margin-right: 100px;
    margin-bottom: 5px;
    margin-top: 2px;
    padding-left: 20px;
}

.middle {
    vertical-align: middle !important;
}

.bottom {
    vertical-align: bottom !important;
}

.checkboxlist {
    height: 105px;
    width: auto;
    overflow-y: scroll;
    border: 1px solid #C6C0AA;
    padding: inherit;
}

/*Style added to show bullted list text vertically aligned to first row Bug#76142*/

.bulletlistalignment {
    list-style-position: outside !important;
}
/*Style added to show bullted list text vertically aligned to first row Bug#76142*/

.appnumber {
    font-size: 14px;
}

/*#endregion */

/*#endregion */


/*Table Detailed History*/
.detailed, .summary {
    width: 86%;
    border: 1px solid black;
    border-collapse: collapse;
    background-color: #e2e2dc;
    color: black;
}

.summary {
    background-color: darkgray;
    border-bottom: none;
    color: white;
    text-align: center;
    width: 85.8%;
}

.textalign-center {
    text-align: center;
}

table.detailed tbody tr:nth-child(3) {
    font-weight: bold;
}

table.detailed thead tr th:first-child {
    width: 15%;
}

table.detailed thead tr th, table.detailed tbody tr td {
    border: 1px solid grey;
    text-align: left;
}

    table.detailed tbody tr td img {
        height: 14px;
        width: 16px;
        /* text-align: center; */
        padding-left: 8px;
        position: relative;
        padding-top: 2px;
    }

    table.detailed tbody tr td.left-border {
        border-left: 1px solid grey;
    }


.margin-left {
    margin-left: 40px;
}

.width-72percent {
    width: 72%;
}

.width-34percent {
    width: 34%;
}

.width-56percent {
    width: 56%;
}

.width-58percent {
    width: 58%;
}

.width-59percent {
    width: 59%;
}

.width-21percent {
    width: 21%;
}

.container-left-content {
    margin: 10px;
    padding: 10px;
    float: left;
}

    .container-left-content p {
        padding: 5px;
    }

.container-right p {
    font-size: large;
    padding-top: 1%;
}

    .container-right p:first-child {
        float: left;
    }


    .container-right p:nth-child(2) {
        float: right;
    }

.clear {
    clear: both;
}

.dark {
    border-top-color: #9E9E94;
}

.dotted-border tr {
    border-bottom: 1px dotted;
}

.vr-large {
    height: 95%;
    border-left: 1px solid #9E9E94;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 1px;
    position: relative;
}

.img-padding {
    padding-top: 63%;
    position: relative;
}

.container-border-dark {
    border: 1px solid #9E9E94;
    overflow: hidden;
    margin-bottom: 10px;
}

.bottom-content {
    position: relative;
    float: left;
    width: 45%;
    padding-left: 2%;
    padding-top: 3%;
}

.width-69percent {
    width: 69%;
}

.width-68percent {
    width: 68%;
}

.width-67percent {
    width: 67%;
}

.width-29percent {
    width: 29%;
}

.EditClass {
    border-right: hidden;
    vertical-align: middle;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 14px;
}

.DeleteClass {
    border-left: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    height: 14px;
    vertical-align: middle;
}

.GridDarkRowCell {
    font-family: Calibri;
    font-size: 12px;
    color: black;
    text-align: center;
    border-top: 1px solid white;
    vertical-align: middle;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0px;
    margin: 0px;
}

.GridLightRowCell {
    font-family: Calibri;
    font-size: 12px;
    color: black;
    text-align: center;
    vertical-align: middle;
    background-color: #E9EDF4;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding: 0px;
    margin: 0px;
    /*word-break: break-all;*/
}

.GridHeaderCell {
    font-family: Calibri;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    background-color: #4F81BD;
    border-bottom: 4px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.GridHiddenCell {
    padding: 0px;
    margin: 0px;
    width: 0px;
    border: 0px;
}



.sidebar-stats td:last-child, .sidebar-stats th:last-child {
    border-right: 0 none !important;
}


.imageClass {
    width: 68px;
    height: 70px;
}

.Imagelabel {
    font-size: 14px;
}

.link {
    color: #95ce9a;
}

.table-cell-button {
    height: 100px;
    width: 160px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid rgba(198,192,170, 20);
    box-shadow: 1px 1px #888888;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}

    .table-cell-button.vert-align {
        vertical-align: middle;
    }

.table-cell-button-selected {
    height: 100px;
    width: 160px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    border: 3px solid #0094ff;
    border-radius: 5px;
    font-weight: bold;
}

.table-cell-button-program {
    height: 125px;
    width: 125px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgba(198,192,170, 20);
    box-shadow: 1px 1px #888888;
    background-color: #fff;
    vertical-align: central;
    text-align: center;
}



.table-cell-button-program-selected {
    height: 125px;
    width: 125px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    border: 3px solid #0094ff;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
}


.table-cell-button-Medicaid {
    height: 230px;
    width: 350px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgba(198,192,170, 20);
    box-shadow: 1px 1px #888888;
    background-color: #fff;
    vertical-align: central !important;
}


.text-align-center {
    text-align: center !important;
}


.table-cell-button-Medicaid-selected {
    height: 240px;
    width: 350px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    border: 3px solid #0094ff;
    border-radius: 5px;
    font-weight: normal;
    background-color: #fff;
}

.table-cell-button-DSNAP-selected {
    height: 130px;
    width: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 14px;
    border: 3px solid #0094ff;
    border-radius: 5px;
    font-weight: bold;
    background-color: white;
}

.table-cell-button-DSNAP {
    height: 130px;
    width: 100px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 100px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid rgba(198,192,170, 20);
    box-shadow: 1px 1px #888888;
    background-color: #fff;
    vertical-align: central !important;
}

.SectionHeader_New {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    padding-bottom: 30px;
}

.SectionHeader_NEW1 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: normal;
    padding-bottom: 5px;
}

.SectionHeader_Page {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.line {
    border-top: 1px solid #E7E7E4;
}

.addLink {
    color: #74C034;
}

.genderMale {
    background: url(images/people_carousel_man.png) no-repeat;
    height: 68px;
    width: 100px;
}

.genderMaleChild {
    background: url(images/people_carousel_boy.png) no-repeat;
    height: 68px;
    width: 100px;
}

.genderFemale {
    background: url(images/people_carousel_woman.png) no-repeat;
    height: 68px;
    width: 100px;
}

.genderFemaleChild {
    background: url(images/people_carousel_girl.png) no-repeat;
    height: 68px;
    width: 100px;
}

.height29 {
    height: 29px;
}

.bannerMessage {
    background-color: orange;
    color: white;
}

.margin-left-45percent {
    margin-left: 45%;
}

.padding-left-25percent {
    padding-left: 25%;
}

.margin-bottom-4px {
    margin-bottom: -4px;
}

.padding-left-50percent {
    padding-left: 50%;
}

.padding-left-65percent {
    padding-left: 65%;
}

.padding-left-1percent {
    padding-left: 1%;
}

.padding-right-1px {
    padding-right: 1px;
}

.padding-right-7px {
    padding-right: 7px;
}

.padding-left-7percent {
    padding-left: 7%;
}

.ProviderFilterSpecific {
    margin-left: -6px !important;
    width: 103% !important;
    padding-top: 5px !important;
}

.width-78percent {
    width: 78%;
}

.width-99percent {
    width: 99%;
}

.padding-left-4px {
    padding-left: 4px;
}

.padding-0px {
    padding: 0px !important;
}

.width-15percent {
    width: 15%;
}

.width-13percent {
    width: 13%;
}


.GridLightRowCellSpecific {
    font-family: Calibri;
    font-size: 12px;
    color: black;
    background-color: #E9EDF4;
    word-break: break-all;
}

.width-16percent {
    width: 16%;
}

.vertical-align-top {
    vertical-align: top !important;
}

.GridHeaderCellSpecific {
    font-family: Calibri;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    background-color: #4F81BD;
    border-bottom: 4px solid white;
}

.container-header-borderbottom-Specific {
    border-bottom: 1px solid #E7E7E4;
}

.padding-right-11px {
    padding-right: 11%;
}

.height-200px {
    height: 200px;
}

.height-330px {
    height: 330px;
}

.height-200px-Override {
    height: 25px !important;
}

.height-100percent {
    height: 100%;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-15px {
    font-size: 15px;
}

.leftmargin-10px {
    margin-left: 10px;
}

.HearingSearchResults {
    overflow: auto;
}

.HearingSearchResultsGridHeight {
    max-height: 705px;
}

.Breaking-Word {
    word-break: break-word !important;
}

.font-size-13px-vlabel {
    font-size: 13px;
    line-height: 28px;
}

.padding-left-30percent {
    padding-left: 30%;
}

.padding-top-6px {
    padding-top: 6px;
}

.width-143percent {
    width: 143%;
}

.list-style-position-custom {
    list-style-position: outside !important;
}

.padding-left-44percent {
    padding-left: 44%;
}


.PrimaryOrange {
    background: url(images/PrimaryButtonOrange.png) !important;
}


.border-bottom-left-radius-40px {
    border-bottom-left-radius: 40px;
}

.border-bottom-left-radius-40px {
    border-bottom-left-radius: 40px;
}

.border-top-left-radius-40px {
    border-top-left-radius: 40px;
}

.border-bottom-right-radius-40px {
    border-bottom-right-radius: 40px;
}

.border-top-right-radius-40px {
    border-top-right-radius: 40px;
}

.PrimaryBlue {
    background: url(images/PrimaryButtonBlue.png) !important;
}

.padding-left-60percent {
    padding-left: 60%;
}

.Homepage-tile {
    margin-top: 2px;
    margin-right: 0px;
}

.homepage-gethelp {
    margin: 15px 5px 15px 5px;
    background-color: #3584cb;
    border: 1px solid #306CA1;
}

    .homepage-gethelp .homepage-message {
        font-size: 22px;
        text-align: center;
        color: #fff;
        line-height: 28px;
        width: 98%;
        margin: 1%;
    }

.width-300px {
    width: 300px;
}

.homepage-smallbusiness {
    margin: 15px 18% 0px 18%;
    /*background-color: #65A52E;*/
    background: url(images/VLargePrimary.png) repeat-x;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .homepage-smallbusiness:hover {
        background: url(images/VLargePrimary_Hover.png) repeat-x;
    }

    .homepage-smallbusiness .homepage-message {
        font-size: 18px;
        font-weight: bold;
        font-family: Arial;
        text-align: center;
        color: #fff;
        line-height: 30px;
        width: 98%;
        margin: 1%;
        padding: 6px 0px 6px 0px;
    }

.homepage-smallbusiness-links {
    padding: 1px 15px 1px 15px;
    margin-right: 15px;
    background: url(images/VLargePrimary.png) repeat-x;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .homepage-smallbusiness-links:hover {
        background: url(images/VLargePrimary_Hover.png) repeat-x;
    }

    .homepage-smallbusiness-links .homepage-message {
        font-size: 18px;
        /*font-weight: bold;*/
        font-family: Arial;
        text-align: center;
        color: #fff;
        line-height: 30px;
        width: 98%;
        margin: 1%;
        padding: 4px 0px 4px 0px;
        min-width: 130px;
    }

.padding-left-8percent {
    padding-left: 8%;
}


.Notification-BlueBackground {
    background-color: #63A6E2 !important;
    padding-bottom: 10px !important;
    padding-top: 3px !important;
    font-size: 15px !important;
}

.TextLinkBlue {
    color: #032464 !important;
}

.width-32percent {
    width: 32%;
}

.BlueBorder {
    border-color: #000D53;
    border-style: solid;
    border-width: 2px;
    width: 98%;
    height: 100px;
}

.htabs_spa_padding {
    padding: 0px 6px 0px 6px !important;
}

.custombuttons div.customcontent {
    text-align: center;
    border: 1px solid #c0c0c0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
}

.custombuttons div.customheader {
    text-align: center;
    border: 1px solid #c0c0c0;
    height: 60px !important;
}


.custombuttons div img#healthcare {
    padding-top: 20px;
    width: 90%;
}

.custombuttons div img#benefind {
    padding-top: 10px;
    width: 70%;
}

.custombuttons div img#help, .custombuttons div img#help_spa {
    padding-top: 3px;
    width: 100%;
}

.Help .customheader {
    background-color: #A7BDD9;
}

.width-23percent {
    width: 23%;
}

.padding-left-30percent {
    padding-left: 40%;
}

.overflow-y-auto {
    overflow-y: auto;
}

.padding-left-5percent {
    padding-left: 5%;
}

.textlinkkhbe {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.BreakingWordwithOutWordBreak {
    word-break: normal;
    word-wrap: normal;
}

.BreakingWordwithWordBreak {
    word-break: normal;
}

.AuthRepScrollbar {
    width: 660px;
    overflow-x: auto;
}

.AuthRepAdditionScrollbar {
    width: 630px;
    overflow-x: auto;
}

.ApplicationSummaryScrollbar {
    width: 600px;
    overflow-x: auto;
}

.padding-left-2percent {
    padding-left: 2%;
}

.width-100percent-important {
    width: 100% !important;
}

.padding-left-24px {
    padding-left: 24px;
}

.padding-left-9px {
    padding-left: 9px;
}

.imageTextbox {
    background-image: url(images/downarrow.png);
    background-position: right;
    background-repeat: no-repeat;
}

.drpMake {
    width: 212px;
    height: 23px;
    border: 1px solid #ccc;
    cursor: default;
}

.makestyle {
    width: 180px;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000 !important;
    padding: 5px !important;
    color: #3a3d30 !important;
    position: absolute !important;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    height: 100px;
}

    .makestyle li {
        cursor: default;
    }

.dwnArrow {
    height: 23px;
    width: 45px;
    background: url(images/downarrow.png) no-repeat;
    float: right;
    margin-top: -23px;
}

.defaultCursor {
    cursor: default;
}


.multiselect {
    /*width:20em;
    height:15em;*/
    border: solid 1px #c0c0c0;
    overflow: auto;
    height: 80px;
}

.width-54percent {
    width: 54%;
}

.margin-top--4px {
    margin-top: -4px;
}

.single-text-withspace {
    clear: both;
    display: inline-block;
    white-space: nowrap;
}

.margin-left-15percent {
    margin-left: 15%;
}


.padding-top-15px {
    padding-top: 15px;
}


.table-cell-border {
    font-size: 16px;
    padding: 10px;
    /*font-weight: bold;*/
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    font-size: 14px;
    float: left;
    padding-left: 5px;
    border: 1px solid #c0c0c0;
}

.divbackgroundcolor {
    background-color: #E7E7E4;
}


.padding-bottom-0px {
    padding-bottom: 0px;
}

.vertical-align {
    vertical-align: top;
}

.display {
    display: block;
}



.Paddings {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px
}

.table-data {
    border-collapse: collapse;
    /*/*background-color: #8F8F81;*/
    /*color: #fff;*/
    padding: 10px;
    /*font-weight: bold;*/
    font-size: 14px;
    text-align: left;
    /*border-collapse: collapse;*/
    /*border: 1px dotted #8F8F81;*/
}

.headebackground {
    background-color: #858470;
    color: white;
}

.margin-left-3px {
    margin-left: 3px;
}

.margin-top-3px {
    margin-top: 3px;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

#tblReimbursementPopup, #tblReimbursementPopup td, #tblReimbursementPopup th {
    border: 2px solid #9E9E94;
    overflow: hidden;
    border-collapse: collapse;
    color: black;
    font-family: Arial;
}

.text-black {
    color: black;
    font-size: 14px
}

.imagesize {
    /*height: 10px;
    width: 20px;
    opacity: 0.2;
    filter: #858470(opacity=20);*/
    height:6px;
    width:15px;
    padding-top:1px;
}

.width-8percent {
    width: 8%;
}

.width-38percent {
    width: 38%;
}

.rotatedHeader {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}
