@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Open+Sans&family=Open+Sans+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&family=Open+Sans+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans+Condensed:700|Open+Sans:400,400i,500,600,700&display=swap');

/* Begin Reset all browser-specific styles (clean slate!) */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
}

table, caption, tbody, tfoot, thead, tr, th, td, td a, table span, table span a {
    font-size: 9pt !important;
}

.datepicker {
    width: auto !important;
}

.input-group {
    flex-wrap: unset;
}

.input-group.date .input-group-addon {
    padding: 0;
}

.glyphicon {
    top: -2px;
}

/* End Reset */

/* These styles will affect the entire html, body elements on the site */

/*@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,500i,700);*/

html, body {
    /*background-color: #153c70;*/
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	font-weight: 400;
}


/* These styles affect all element-specific styles throughout the site */
h1 {
    font-family: 'Lora', serif;
    font-size: 30pt;
    font-weight: normal;
    line-height: 1.0;
    color: #153c70;
    padding-bottom: 20px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: bold;
    color: #5889b7;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    color: #2e8540;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Standard Unordered Lists: The <ul> tag defines an unordered list (a bulleted list). */
ul {
    margin-left: 1.3em;
    line-height: 1.5;
}

table {
    overflow: hidden;

}


.TopMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    Font-weight: 600;
    color: #e8730b
}

/* Standard List Items: the actual items within a list (a bulleted list). */

ul li {
    list-style: square outside none;
    padding-top: 10px;
    color: #666;
    font-size: 9pt;
    font-weight: normal;
}

ul.sortable li {
    list-style: none;
}

p {
    padding-top: 10px;
    padding-bottom: 10px;
}

a:any-link {
    text-decoration: underline !important;
}

/* End Element-specific styles */


/* BEGIN FORM INPUT STYLES */
/* These styles affect the form elements, such as text fields, checkboxes, radio buttons, etc.  */

.break {
    clear: both;
}

.form-control {
    display: block;
    width: 100%;
    padding: 3px 6px;
    font-size: 9pt;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #96e1fa;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom:15px;
}


input {
    border: 1px solid #bfd2fb;
    background-color: #f6f6f6;
}

input[type=checkbox] {
    border: none;
    background-color: #f6f6f6;
}

input[type=radio] {
    border: none;
    /*Issue # 28633 - Remove gray background from Radio Button choices.  In some browsers the radio buttons show a gray background around which does not look very nice.
    This background color draws a box around the radio button and does not look very nice.  Removing */
    /*background-color: #f6f6f6;*/
    background-color: Transparent;
}

select {
    border: 1px solid #bfd2fb;
    background-color: #f6f6f6;
}

textfield {
    border: 1px solid #bfd2fb;
    background-color: #f6f6f6;
}

/* END FORM INPUT STYLES */


/* Other CreditSoft CSS Styles */

/* BEGIN INPUT BUTTON STYLES (form buttons) */

/* All of the Buttons displayed in the application inherit this class. When the caption of a button needs to be too long the ButtonMedium or ButtonLong classes can be used */
.Button {
    background: url(imagesV2/button_normal_new.png) 0 0 no-repeat;
    color: #fff;
    border: none !important;
    height: 29px;
    width: 97px;
}

/* Same as .Button but very long */
.ButtonLong {
    background: url(imagesV2/button_Long.png) 0 0 no-repeat;
    width: 250px;
}

/* Same as .Button but longer */
.ButtonMedium {
    background: url(imagesV2/button_medium.png) 0 0 no-repeat;
    width: 142px;
}

/* Div that encloses the navigation buttons.  By default taking 100% width of its parent element */
.NavigationButtons {
    background: /*lightestblue*/ #eef3fb /*url(imagesV2/leftside_white.png) repeat-y left*/;

    /*position:relative;
    height:auto;*/
    padding: 10px 10px 10px 10px;
    width: 100%;
}

/*This Class is not being used at this point*/
.ButtonHover {
    background: url(imagesV2/button_hover.png) 0 0 no-repeat;
    color: #fff;
    border: hidden;
    height: 27px;
}

/*This Class is not being used at this point*/
.ButtonOnclick {
    background: url(imagesV2/button_onclick.png) 0 0 no-repeat;
    color: #fff;
    border: hidden;
    height: 27px;
}

/* END INPUT BUTTON STYLES (form buttons) */

/* BEGIN HYPERLINK STYLES */

/* Default link style: Affects all links (<a href>) that do not have a class assigned */
a:link {
    text-decoration: underline;
    color: #2e8540;
    font-weight: bold;
}

a:visited {
    text-decoration: underline;
    color: #2e8540;
}

a:hover {
    text-decoration: underline;
    color: #2e8540;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
    color: #2e8540;
}

.wi_footerMargin {
    margin: 0;
}

/* Footer link styles: This is used within the footer.html file */
a:link.FooterLink {
    text-decoration: none;
    color: #fff;
}

a:visited.FooterLink {
    text-decoration: none;
    color: #fff;
}

a:hover.FooterLink {
    text-decoration: underline;
    color: #fff;
}

a:active.FooterLink {
    text-decoration: underline;
    color: #fff;
}

/* END HYPERLINK STYLES */


/* BEGIN LOGIN PAGE STYLES */
/* Log In Page General Layout and Styles */


/* Div that contains the Login Control.  This Div provides the background image for the Login Control */
div#LoginBox {
    position: relative;
    width: 100%;
    height: auto;
}

div#LoginBox img {
    display: none;
}

/* Div that contains the Login control.  This Div provides the padding and alignment to the Login Control */
div#LoginText {
    position: relative;
    vertical-align: top;
    padding: 10px 30px 30px 30px;
    font-size: 12pt;
}

div#LoginText h2 {
    padding-bottom: 10px;
}

div#LoginText span {
    padding-top: 10px;
    font-size: 18px;
}

div#LoginText a {
    font-weight: normal;
}

div#LoginText .row {
    padding-bottom: 15px;
}


/*Provides Font-Size to the Custom HTML content files for the default pages. Example: enrollmentdefault.aspx (enrollment.htm) */
.LoginWelcomeText {
    padding-bottom: 10px;
    font-size:16px;
}

.LoginWelcomeText ul li {
    font-size: 12pt;
}

.LoginLabel {
    font-size: 16pt;
    color: #666;
    padding-bottom: 15px;
}


/*Provides Font-Size and color to the Custom HTML content files for the default pages. Example: enrollmentdefault.aspx (enrollment.htm) */
.LoginWelcomeTextBlue {
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #267dad;
}

p.LoginWelcomeTextBlue {
    font-size: 24pt;
}

.LoginWelcomeTextBlue b {
    font-weight: normal;
}

/* END LOGIN PAGE STYLES */


/* --- BEGIN NAVIGATION MENU FORMAT AND STYLES --- */

.btn-default {
    border: 0;
    color: #fff;
    margin: 10px 0;
    border-radius: 0;
    padding: 10px 15px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1rem;
    background-color: #2e8540;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.btn-default:hover {
    background-color: #287dad;
    color: #fff;
    text-shadow: none;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}


.wi_base_menu ul {
    z-index: 1;
}

@media only screen and (max-width: 768px) {
    .wi_base_menu ul {
        background-color: #fff;
        border: 1px solid #153c70;
        border-top: 0px;
        position: relative;
        top: -3px;
        z-index: 1;
    }
}

.wi_menuclass_mobile {
    position: relative;
    top: -22px;
    z-index: 0;
}

#ContentPlaceHolder1__LeftPanel1__Menu1_SecondaryMenuTitle {
    display: none;
}

li.wi_menu_row {
    list-style-type: none;
    width: 111%;
}

.wi_buttonmenu td table td {
    font-size: 11pt !important;
}

.wi_buttonmenuitem {
    background: none;
    padding: 0px;
}

.wi_buttonmenuitem td table td {
    padding-left: 10px;
}

a.wi_buttonselectedmenuitem {
    color: #2e8540 !important;
    background: #fff;
}

.wi_buttonhovermenuitem {
    border: none;
}

.ButtonMenuItem {
    width: 181px;
    height: 22px;
    background: url(imagesV2/menu_normal.png) 0 0 no-repeat;
    padding: 0px 0px 0px 0px;
    font: Arial, Helvetica, sans-serif 12px bold;
    text-align: left;
    vertical-align: middle; /* It won't make a difference when display: block; and the text will be pushed to the top of the box. */
    margin-bottom: 2px;
    font-weight: normal;
    display: block; /* Allows menu button to be click on without having to click on the text in the button */
    line-height: 22px; /* Needs to be the same as the height of the box itself. This is what positions the text in the middle of the box and not at the top. */
}

a:link.ButtonMenuItem {
    background-image: none !important; /*This is to avoid the background image in the menus showing up twice*/
    font-size: 12px !important;
    padding-left: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #666666;
}

a:visited.ButtonMenuItem {
    background-image: none !important; /*This is to avoid the background image in the menus showing up twice*/
    font-size: 12px !important;
    padding-left: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #666666;
}

a:hover.ButtonMenuItem {
    background-image: none !important; /*This is to avoid the background image in the menus showing up twice*/
    font-size: 12px !important;
    padding-left: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #ffffff;
}

a:active.ButtonMenuItem {
    background-image: none !important; /*This is to avoid the background image in the menus showing up twice*/
    font-size: 12px !important;
    padding-left: 10px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #ffffff;
}

.ButtonHoverMenuItem {
    width: 181px;
    height: 22px;
    background: url(imagesV2/menu_hover.png) 0 0 no-repeat;
    padding: 0px 0px 0px 0px;
    font: Arial, Helvetica, sans-serif 12px bold;
    text-align: left;
    vertical-align: middle;
    color: #666666 !important;
}

.ButtonSelectedMenuItem {
    width: 181px;
    height: 22px;
    background: url(imagesV2/menu_selected.png) 0 0 no-repeat;
    padding: 0px 0px 0px 0px;
    font: Arial, Helvetica, sans-serif 12px bold;
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF !important;
}


/* .wi_master_l1_centerpanel {
    max-width: 1060px;
} */

.wi_menupanel {
    font-weight: 500;
    padding: 15px;
    color: #153c70 !important;
    font-size: 2rem;
}

@media only screen and (max-width: 768px) {
    .wi_menupanel {
        font-weight: 500;
        padding: 15px;
        color: #153c70 !important;
        font-size: 2rem;
        border: 1px solid #153c70ed;
        background-color: #fff;
    }
}

.wi_formtableheader {
    color: #153c70 !important;
    padding: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.wi_formtableheader span {
    font-size: 18pt;
    color: #5889b7;
    font-weight: 500;
    padding-bottom: 15px;
}


.wi_buttonmenu td table td {
    padding-left: 0px;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;

}

.xwi_buttonmenu td table td:first-child {
    border-top: 1px solid #efefef;
}

.wi_buttonmenu td table td a {
    font-size: 12pt !important;
    font-family: Open Sans Condensed, sans serif;
    text-decoration: none;
    margin: 0;
    padding: 5px 10px 5px 5px;
}


.wi_buttonmenu td table td a:hover {
    color: #2e8540;
    text-decoration: underline;
}

.wi_navigationbuttons {
    padding: 10px 35px;
}


.wi_button {
    background-color: #2e8540;
    color: #fff;
    border: 0;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.wi_button:hover {
    background-color: #282828;
	color: white;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}


#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1__DynamicIssue1_UpdatePanel1 textarea.form-control {
    height: auto;
    position: relative;
    top: -20px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1__ReportList21_Label1_lblLabel {
    padding-bottom: 30px;
    display: inline-block;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_UpdatePanel1 {
    padding-top: 30px;
}

#P7ae5489e94c045d58c666f3654cad0c2_1_oReportDiv .A325af5161a764294890a188a0987752046 {
    background-color: #fff !important;
}


/* END MENU NAVIGATION FORMAT AND STYLES */

/* BEGIN WHITE ROUNDED CORNERS */

.liquid-round {
    /*background: #fff url(imagesV2/leftside_white.png) repeat-y left top;*/
    position: relative;
    height: auto;
}

.top {
    width: 100%;
    height: 16px;
    /*background: url(imagesV2/top_white.png) no-repeat left top;*/
    position: relative;
}

.top span {
    display: block;
    position: relative;
    height: 16px;
    /*background: url(imagesV2/top-right_white.png) no-repeat right top;*/
}

.top-help {
    float: right;
    position: relative;
    text-align: right;
    padding-top: 18px;
    padding-right: 38px;
    height: 20;
    z-index: 1;
    margin-right: 4px;
    /*background:  url(imagesV2/Help.png) no-repeat left top;*/
    display: block;
}

.center-content {
    position: relative;
    /*background: url(imagesV2/rightside_white.png) repeat-y right top;*/
    padding: 15px;
    margin: 0 0 0 0;
}

.bottom {
    height: 16px;
    /*background: url(imagesV2/bottom_white.png) no-repeat left bottom;*/
}

.bottom span {
    display: block;
    /*	position: relative;*/
    height: 16px;

}

/* END WHITE ROUNDED CORNERS */

/* Orange Rounded Corners */

.top_orange {
    background-color: #fff;
    font-family: arial, helvetica, sans-serif;
}

.top_orange_left {
    display: table;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;

    /* The remaining properties position and style the text that resides on the orange header bar */
    padding: 10px 20px;
    font-family: Lora, serif;
    font-size: 20pt;
    font-weight: 500;
    color: #003c73;
    padding-left: 15px;
}

@media only screen and (max-width: 768px) {
    .top_orange_left {
        margin-top: 30px;
    }
}

.top_orange_right {
    float: right;
    position: relative;
    text-align: right;
    padding-top: 11px;
    padding-right: 11px;
}

.top_orange_help {
    float: right;
    position: relative;
    text-align: right;
    padding-top: 29px;
    padding-right: 38px;
    z-index: 1;
    background: url(imagesV2/Help.png) no-repeat top right;
}

/* Orange Rounded Corners */


.BoxEditable {
    border: solid 1px #bfd2fb;
}

/* BEGIN TEXT STYLES */
.ErrorMessage {
    font-size: 10px;
    color: Red
}

.JustText {
    font-size: 10px
}

.JustBoldText {
    font-weight: bold;
    font-size: 10px
}

a.JustBoldText {
    font-weight: bold;
    font-size: 10px
}

.Notifications {
    font-size: 12px;
}

.MobileButtonSummary {
    font-weight: bold;
    font-size: 11px;
}

.MobileButtonRowCount {
    font-weight: bold;
    font-size: 11px;
}

.MobileButtonDescription1 {
    font-style: italic;
    font-size: 11px;
}


/* END TEXT STYLES */


.Pager, .wi_pager {
    text-align: right;
    border: 0px;
    margin: 2px;
    padding: 2px;
}

.Pager span, .wi_pager span {
    margin: 2px;
    padding: 2px;
}

.Pager a, .wi_pager a {
    margin: 2px;
    padding: 2px;
}

.PageTitles {
    font-weight: bold;
    color: #FF7C00;
    font-size: 13px;
    text-align: left;
    background: url(/imagesV2/colors/blue_title_underline.gif) left bottom #fff no-repeat;
    line-height: 35px;
}

/* Tables and other lists layout */

.Table {
    font: Arial, Helvetica, sans-serif 10px normal;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: top;
    border: solid 1px #DEE4EF;
}

.TableRow {
    font: Arial, Helvetica, sans-serif 10px normal;
    color: #000000;
    background-color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #eaeaea;
    height: 22px;
}

.TableRowAlt {
    font: Arial, Helvetica, sans-serif 10px normal;
    background-color: #EFEFEF;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #E3e3e3;
    height: 22px;
}

.TableHeader {
    font: Arial, Helvetica, sans-serif bolder 10px;
    color: #000;
    /*	background: #B0B0B0 center top;*/
    background: #c0c0c0 center top;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 2px;
    padding: 2px;
}

.TableSubHeader {
    font: Arial, Helvetica, sans-serif bolder 10px;
    color: #000;
    background: #CECECE center top;
    text-align: left;
    vertical-align: middle;
    text-transform: none;
    padding: 2px
}

.TableRowSelected {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ABC0E7;
}


/* BEGIN FOOTER STYLES AND FORMATTING */

.TableFooter {
    margin-top: 0px;
    margin-left: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    width: 985px;
    height: 31px;
    /*	background-color:#C4C4C4;*/
    background-color: #d1d1d1;
}


/* BEGIN FOOTER STYLES AND FORMATTING */


.RowEditTemplate {
    font-size: 12px;
    border: solid 2px #6684B3;
    background-color: White;
    position: fixed;
    top: 40%;
    left: 40%;
}

#dialogueChooseCreditor.Dialogue {
    position: fixed !important;
    top: 20%;
    left: 40%;
    width: 500px;
    height: 600px;
}

.MenuPanel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    color: #91A7CA;
}

/* BEGIN FORM STYLES */


.FormTableHeader {
    font-weight: bold;
    color: #FF7C00;
    font-size: 13px;
}

/* Affects style for the entire table that contains form labels and fields */
.FormTable {
    padding: 3px !important;
}

/* Affects style for left column on form that contains labels (i.e. First Name, Last Name, etc.) -   */
.FormColumn {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #7A95BF;
    padding: 2px !important;
    width: 200px;
}

/* Affects styles for form fiels column (cells that contain input fields on right) */
.FormColumnAlt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    vertical-align: middle;
    padding: 2px !important;
}

/* Affects style for left column on form that contains labels for required fields(i.e. First Name, Last Name, etc.) -   */
.Req_FormColumn {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #3d5b8a;
    padding: 2px !important;
    width: 200px;
}

/* END FORM STYLES */


.DetailsView {
    width: 100%;
    padding: 10px !important;
}

/* Encloses the content of the _Message.ascx control.  This control is used to provide some warning messages in the application. */
div.Message {
    font: Arial, Helvetica, sans-serif 10px bold;
    color: #D56D08;
    text-align: left;
    vertical-align: middle;
    height: 38px;
    position: relative;
    padding: 2px 1px 10px 42px;
    background: url(imagesV2/warning.png) no-repeat;
    display: table-cell;
}

.TopMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    Font-weight: 600;
    color: #cc0000;
    padding-left: 30px;
}

/* Affects the style of some of the warning message displayed in the application.  For Example: Duplicates found. */
.Warning {
    font: Arial, Helvetica, sans-serif 10px bold;
    padding: 2px 1px 1px 5px;
    color: #D56D08;
    text-align: left;
    vertical-align: middle;
}

div.ViewDuplicates {
    text-align: right !important;
}

.DayOfMonth {
    width: 20px;
    font-size: 10px;
    background-color: #FFF;
    border: thin solid black;
}

.Overlay {
    /*\*/
    position: fixed;
    /*
    top: expression(((ignoreMe = document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
    left: expression(((ignoreMe2 = document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
    */
    /**/

    left: -2000px;
    top: -2000px;
    width: 2000px;
    height: 5000px;
    background: url(imagesV2/overlay1.gif);

    /* Set both opacity and filter, for MSIE and firefox compatability */
    opacity: .7;
    filter: alpha(opacity=70);

    /* z-index sets the layer order, so that the overlay rests on top.
    Bear in mind that the popup dialogue needs to be even higher! */
    z-index: 1000 !important;
}


#wrapper {
    width: auto;
    /* height: 347px; */
    float: left;
    padding: 10px 20px;
    margin-bottom: 15px;
    background-color: #eef4ed;
}

#wrapper p {
    font-size: 16px;
    line-height: 1.7;
}

.Dialogue {
    padding: 5px;
    border: solid 2px #6684B3;
    background-color: #FFF;
    z-index: 2000;
    text-align: center;
    position: fixed !important;
}

.CollapsiblePanel {
    height: 0px;
    overflow: hidden;
    min-width: 460px;
}

.ProcessingPopup {
    padding: 20px;
    position: absolute;
    /*
    top: expression(((ignoreMe = document.documentElement.scrollTop? document.documentElement.scrollTop : document.body.scrollTop) + 200) + 'px');
    left: expression(((ignoreMe2 = document.documentElement.scrollLeft? document.documentElement.scrollLeft : document.body.scrollLeft) + 200) + 'px');
    */
    width: 300px;
    height: 30px;
    border: solid 2px #6684B3;
    background-color: #FFFFFF;
    text-align: center;
    z-index: 2000;
}

.Popup {
    position: absolute;
    left: 100;
    top: -80;
    border-style: solid;
    border-width: 4;
    border-color: blue;
    background-color: white;
    padding: 5px;
    color: red;
    font: Arial, Helvetica, sans-serif 10pt bold;
    z-index: 2;
    visibility: hidden;
    width: 200px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.SavingMessage {
    font: Arial, Helvetica, sans-serif bold 10px;
    padding: 2px 1px 1px 5px;
    background-color: #DEE4EF;
    border: solid 1px lightgrey;
    text-align: left;
    vertical-align: middle;
}

.PaymentScheduleReport {
    width: 600px;
    height: 450px;
    position: relative;
    vertical-align: top;
}

.PaymentCalculatorReport {
    width: 600px;
    height: 530px;
    position: relative;
    vertical-align: top;
}

div.ChatLive {
    background: url(imagesv2/chat_live.png) no-repeat;
    height: 90px;
    width: 181px;
}

a.ChatLive {
    height: 90px;
    width: 181px;
}

div.reminder-postit {
    background: url(imagesv2/reminder_post-it.png) no-repeat top left;
    height: 98px;
    padding-left: 110px;
}

.reminder-postit span {
    font-style: italic;
    font-family: Segoe Print;
    font-size: 16pt;
}

#divLeadSearchWrapper {
    Width: 85%;
    min-width: 460px;
}

.pnlLeadSearch {
    width: 100%;
}

.pnlLeadSearchTable {
    width: 100%;
}

#dhtmltooltip {
    position: absolute;
    left: 300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 13000;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
    float: left !important;
}


#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 13100;
    visibility: hidden;
}

.InformationImage {
    background: url(imagesV2/yellowtrianglewarning.png) 0 0 no-repeat;
    border: none;
    vertical-align: middle;
}


.wi_password_show_hide .wi_password_show {
    top: 6px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_UserNameLabel, #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_PasswordLabel {
    color: #024883;
    font-size: 17px;
    left: 105px;
    line-height: 50px;
    position: relative;
    text-align: left;
    top: -21px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_PasswordLabel {
    left: 103px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_LoginTitle, #ctl00_ctl00__LoginView1_LoginView1_lnkRegisterNow, #ctl00_ctl00__LoginView1_LoginView1_lnkLoginNow, #ctl01_ctl00__LoginView1_LoginView1_lnkRegisterNow, #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_lnkSignupNow {
    display: none;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_LoginButton {
    margin-bottom: 30px;
    margin-left: 0px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_UserName, #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_Password {
    width: 100%;

    background-clip: padding-box;
    border-color: #96e1fa;
    height: 40px;
    padding-left: 10px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_UserName {
    position: relative;
    top: -5px;
    margin-bottom: -20px;
    margin-top: 7px;
}

/*end calendar popup*/


@media only screen and (max-width: 1024px) {
    #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_UserName, #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_Password {
        width: 100%;
    }
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_RequiredFieldValidator1, #ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_RequiredFieldValidator2 {
    font-size: 30pt;
    float: right;
    position: absolute;
    right: -20px;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_ReportViewer1_fixedTable a {
    color: red;
}

.LoginTopLinks {
    font-size: 12px;
    font-weight: bold;
    right: -90%;
    position: absolute;
    top: -100px;
    width: auto;
    text-align: right;
}

@media only screen and (max-width: 992px) {
    .LoginTopLinks {
        font-size: 12px;
        font-weight: bold;
        width: auto;
        text-align: right;
    }
}

@media only screen and (max-width: 560px) {
    .LoginTopLinks {
        top: -80px;
        position: initial;
    }
}

.LoginTopLinks a {
    clear: both;
    color: #024883;
    /*color:#FFF;*/
    text-decoration: none;
}

.LoginTopLinks a:hover {
    color: #FFA13A;
}

a.LoginCurrentClient {
    color: #005DAB;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    padding-left: 14px;
}

.imgMoving {
    width: 200px;
}

.BookletsHeading {
    font-size: 12px;
    font-weight: bolder;
}

.BookletsBooklet {
    font-size: 12px;
    margin-left: 0px;
    padding: 0px;
}

.BookletsBooklet::before {
    content: '\25AA';
    font-weight: bold;
    font-size: 16pt;
    color: #2e8540;
    padding-right: 10px;
}


/* Issue # 21918 - Client Web: The length of the Category and Account fields on the New Inquiry Screen are too short in IE but they resize correctly in Mozilla */
select.AutoExpand {
    max-width: 100%;
    min-width: 60%;
}

.MultiLine {
    min-width: 60%;
    width: 80%;
}

.CompletionList {
    background-image: none !important;
}

.CompletionListHighlighted {
    background-image: none !important;
    color: highlighttext;
    background-color: highlight;
}

.Bolt {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

a.ImageButton {
    display: inline-block;
}

a.DeleteButton {
    background-image: url(imagesV2/Delete_16x16.png);
    width: 16px;
    height: 16px;
}

a.RefreshButton {
    background-image: url(imagesV2/Refresh-16x16.png);
    width: 16px;
    height: 16px;
}


/*OVERRIDES 0819*/

.ReportViewer table {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.ReportViewer table a {
    font-size: 9pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.ReportViewer span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9pt !important;
}

.dropdown-toggle, .dropdown-toggle a {
    background-color: #2e8540;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    padding: 5px 15px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}


.dropdown-menu {
    width: 100%;
    border: 2px solid #2e8540;
    border-radius: 0px;
}

.btn a, .btn a:visited, .btn a:active, .btn a:hover, .btn a:link {
    color: #fff !important;
}

ul.dropdown-menu {
    margin-top: -2px;
}

ul.dropdown-menu li {
    list-style-type: none;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnSetupSignature {
    margin-top: 15px;
}

.wi_mobilemenu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .wi_mobilemenu {
        display: block;
        margin-bottom: 5px;
        position: relative;
        z-index: 1;
    }

    .wi_mobilemenu select {
        width: 35%;
        max-width: 80%;
        min-width: 220px;
        float: right;
        margin-top: 14px;
        margin-right: 15px;
    }

    .Master_L1_LeftPanel {
        display: none;
    }

    .wi_userinfo {
        display: block;
        z-index: 2;
    }
}

/* BEGIN MAIN WRAPPERS AND PAGE LAYOUT DIVS */
/* !!! Please tread carefully when modifying these styles, as all pages and formatting will be affected !!! */
/* Master_L0_Wrapper: Wraps all the objects in the Website */
div#Master_L0_Wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
}

/* Master_L0_Wrapper-TopShadow: Provides the image for the shadow at the top of the website */
div#Master_L0_Wrapper-TopShadow {
    background-color: #153c70;
    width: 100%;
    height: 40px;
}

/* Master_L0_Wrapper-bg: Provides the background image for the entire website */
div#Master_L0_Wrapper-bg {
    width: 100%;
    background-color: #fff;
    z-index: -1;
    margin: 0 auto;
    border-top: 40px #153c70 solid;
}

/* Master_L0_Header: Provides the background color and/or images for the Website Header section */
.Master_L0_Header {
    padding-left: 15px;
    padding-top: 10px;
    background: url(imagesV2/1_header-new4.png) 15px 0px no-repeat;
    z-index: 1;
    height: 90px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .Master_L0_Header {
        background: url(imagesV2/1_header-new4.png) 15px 7px no-repeat;
    }
}

@media only screen and (max-width: 550px) {
    .Master_L0_Header {
        background-size: 175%;
    }
}


/* Master_L0_Footer: Provides the background color and/or images for the Website Footer section */
#Master_L0_Footer {

    width: 100%;
    height: 31px;
    background-color: #1e6a9b;
}

/* Master_L0_TopBar: Provides the size, background color and image for the horizontal bar that separates the site header of the content*/
div#Master_L0_TopBar {
    border-bottom: 3px solid #f5f5f5;
    height: 1px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    div#Master_L0_TopBar {
        border-bottom: 3px solid #f5f5f5;
        height: 15px;
        width: 100%;
    }
}

/* Master_L0_MainContent: Provides the background properties for the content section of the website */
div#Master_L0_MainContent {
    position: relative;
    background-color: #fff;
    width: 100%;
    padding-bottom: 30px;
}

/* Master_L0_Wrapper-BottomShadow: Provides the image for the shadow at the bottom of the website */
div#Master_L0_Wrapper-BottomShadow {
    display: none;
}

/* Master_L0_CopyRight: Provides the attributes for the copyright section of the website */
div#Master_L0_CopyRight {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    vertical-align: middle;
    line-height: 1.5;
    font-variant: normal;
    width: 100%;
    background-color: #153c70;
    padding: 15px;
    color: #fff;
    text-align: center;
}

.wi_container {
    padding-top: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/*	 END MAIN WRAPPERS AND PAGE LAYOUT DIVS */


/* LoginView CONTROL - START */
/* LOGINVIEWBOX DEFINES THE BACKGROUND IMAGE BEHIND THE LOGIN INFORMATION - CURRENT USER INFORMATION */
/* IN THE DEFAULT CREDITSOFT INSTALLATION THIS CLASS IS REFERENCED IN THE HEADER.HTM AND HAS THE GREEN BACKGROUND WITH THE LOGIN INFORMATION */
/*div#LoginViewBox{
	float: right;
	position: absolute;
	text-align:right;
	top:28px;
	right:15px;
	width: 315px; height: 61px;
	clear: both;
	background: url(imagesv2/bg_welcome.png) 0 0 no-repeat;
	}*/

/* LoginViewText - IS USED TO POSITION THE ACTUAL LOGIN INFORMATION TEXT - CURRENT USER INFORMATION */
/* THIS DIV IS USED IN THE LOGINVIEW USER CONTROL */
div#LoginViewText {
    float: right;
    position: absolute;
    text-align: right;
    width: 315px;
    height: 30px;
    top: 25px;
    right: 30px;
    clear: both;
    background: transparent;
    font-size: 12px;
    color: #024883;
}

div#LoginViewText span {
    line-height: 22px;
}

/* Links that are Inside the LoginViewText have different style because they may have a different background*/
a:link.LoginViewText {
    text-decoration: underline;
    color: #024883;
}

a:visited.LoginViewText {
    text-decoration: underline;
    color: #024883;
}

a:hover.LoginViewText {
    text-decoration: underline;
    color: #024883;
}

a:active.LoginViewText {
    text-decoration: underline;
    color: #024883;
}


td#Master_L1_LoginContent {
    width: 580px;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

td#Master_L1_LoginBoxWrapper {
    vertical-align: top;
}

/* LoginView CONTROL - END */


/* SITE HEADER AND FOOTER CLASSES  - START */
/* THIS CLASS IS USED BY THE HEADER.HTM PAGE.  IT CONTAINS THE MAIN LOGO OF THE COMPANY */
.MasterHeader {
    width: 100%;
    height: auto;
    margin: 0px auto;
    /*background:transparent;*/

}

/* THIS CLASS IS USED BY THE FOOTER.HTM PAGE.  IT CONTAINS THE BACKGROUND IMAGE OF THE SITE FOOTER*/
.MasterFooter {
    text-align: right;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    display: none;
}

/* THIS CLASS IS USED BY THE FOOTER.HTM PAGE.  IT CONTAINS THE FONT TYPE AND ALINGMENT OF THE SITE FOOTER*/
.Footer {
    background-repeat: no-repeat;
    padding-right: 10px;
    font: Verdana, Arial, Helvetica, sans-serif 11px bold;
    line-height: 33px;
    text-transform: capitalize;
}

/* SITE HEADER AND FOOTER CLASSES  - END */


/* CSS Classes associated with the CSMaster_L1_MenuPanel Master Page * START */

/* Master_L1_MasterTable: This is the main table of this Master Page.  It has three columns to allocate the three panels described below. */
.Master_L1_MasterTable {
    margin-right: 0 auto;
    top: 0px;
    margin-top: 0px auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}

/* Master_L1_LeftPanel: This table cell is also divided into two sub-sections: Menu Panel and Left Bottom Content.  */
.Master_L1_LeftPanel {
    width: auto;
    vertical-align: top;
    background: none !important;
}

/*div#Master_L1_Menu: The menu section that allow users navigate to the different web pages that they have access to */
div#Master_L1_Menu {
    position: relative;
    float: left;
    height: auto;
    margin-top: 10px;
    margin-left: 10px;
}

/* Master_L1_RightPanel: This section can be customized for each individual page to display custom information. It can be customized using the Right URL field on the Internet Menus.*/
.Master_L1_RightPanel {
    vertical-align: top;

}

/* Master_L1_LeftBottomPanel: This section can be customized for each individual page to display custom information. It can be customized using the Left URL field on the Internet Menus*/
.Master_L1_LeftBottomPanel {
    margin-top: 15px !important;
    text-align: center !important;
    padding-left: 10px;
}

/* Master_L1_CenterPanel:This panel contains the space where the actual web page will be contained. This panel is also divided in four sub-sections: Top Content, Main Application Panel, Bottom Content and Navigation Buttons place holder. */
.Master_L1_CenterPanel {
    vertical-align: top;
}

/* Master_L1_NavButtons: Place holder to show the navigation buttons applicable for each web page. For example: Save and Cancel, Next and Previous, etc. */
.Master_L1_NavButtons {
    padding: 10px;
    /*     position: relative;*/ /*Commented out due to problem in IE7 - Navigation Buttons were disabled - Issue # 21786 */
}

/*
#ctl00$ctl00$ContentPlaceHolder1$_Login1$LoginView1$Login1$LoginButton
{
	display:none;
}
*/

span.phone-number {
    font-size: 21px;
    position: absolute;
    width: 200px;
    left: -245px;
}

#LoginViewText span.phone-number {
    font-size: 21px;
    position: absolute;
    width: 200px;
    left: -100px;
    font-weight: bold;
}

#lightbox {
    display: none;
    background: darkgray;
    background: darkgray;
    opacity: 0.9;
    /*filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
    zoom: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px !important;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}


#lightbox-panel {
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    position: relative;
    left: 0 !important;
    text-align: left;
    top: 100px;
    width: max-content !important;
    z-index: 1001;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
}

/* @media only screen and (max-width: 600px) {
    #lightbox-panel {
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        left: 0;
        text-align: left;
        top: 100px;
        width: 350px;
        height: 450px;
        z-index: 1001;
        background: #FFFFFF;
        border: 2px solid #CCCCCC;
    }
}
 */
#iframeSurvey {
    width: 565px;
    height: 350px;
    z-index: 11000;
}

@media only screen and (max-width: 600px) {
    #iframeSurvey {
        width: 350px;
        height: 425px;
        z-index: 11000;
    }
}

.rounded-corners {
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.btn-secondary, button-secondary a:link, a.btn.button-secondary {
    background-color: #2e8540;
    color: #fff !important;
    border-radius: 0;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 5px 15px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -ms-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.btn-secondary:hover {
    background-color: #000;
}

#ctl00_ctl00__LoginView1_LoginView1_btnProfile, #_LoginView1_btnProfile {
    display: none;
}

#LoginViewText div ul {
    width: 100%;
    padding-left: 10px;
}

#LoginViewBox, #_LoginView1_LoggedIn {
    background-color: #2e8540;
    width: -moz-fit-content;
    width: fit-content;
    float: right;

}

@media only screen and (max-width: 768px) {
    #LoginViewBox {
        display: none;
        background-color: #2e8540;
        width: 100% !important;
        float: right;
        position: relative;
        z-index: 100000;
    }
}

#wi_mobileMenu_overlay {
    display: none !important;
}

.wi_menuname, .wi_menuname span {
    color: #fff;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 11pt;
}

.dropdown-menu.show {
    margin-top: -2px;
}

.wi_menuName {
    color: #fff;
    font-weight: bold;
}

.fa-user::before {
    display: none;
}

.img-responsive {
    width: 100%;
}

#LoginBox .img-responsive {
    visibility: hidden;
    display: none;
}


#ctl00_ctl00__LeftPanelMobile2__menuMobile1_btnRefresh {
    display: none !important;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1__DynamicIssue1_frmIssue___Summary_TextBox1 {
    margin-top: 20px;
}

#ctl00_ctl00_ContentPlaceHolder1__Login1_LoginView1_Login1_UserNameLabel_lblLabel:after {
    content: " (or Email)";
    display: block;
    line-height: 1;
}

#ContentPlaceHolder1__Login1_UserNameLabel_lblLabel:after {
    content: " (or Email)";
    display: block;
    line-height: 1;

}


#_LoginView1_LoggedOut {
    display: none;
}


@media only screen and (max-width: 1200px) {
    .wi_menu_click_container {
        max-width: 90%;
    }
}

form {
    background-color: #fff;
}

#_LoginView1_lnkRegisterNow {
    display: none;
}

.footer-site-info {
    background-color: #153c70;
}

.gold-membership-image {
    max-width: -webkit-fill-available;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_tblFileUpload {
    display: none !important;
}

table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments th:nth-child(3),
table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments th:nth-child(5),
table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments th:nth-child(6),
table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments td:nth-child(3),
table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments td:nth-child(5),
table#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_gridStoredDocuments td:nth-child(6) {
    display: none;
}

.wi_banner_menu_dropdown_div {
    background-color: transparent !important;
}

.chat-iframe-wrap {
    box-shadow: none !important;
}

.wi_formcontrollabel {
    color: #153c70;
}


/*  GERARD CRDITSOFT STYLES 01/23/24  */

.wi_top_orange {
    margin-top: 15px;
    background-color: #eef4ed !important;
    color: #153c70 !important;
}

.highlight-section {
    display: contents;
}

.highlight-section .form-control[readonly] {
    padding:15px;
    background-color:#eef4ed;
    min-height:255px;
    font-size:14px;
    border:none;
    font-weight:600;
    resize: none;
}

@media only screen and (max-width: 1024px) {
    .highlight-section .form-control[readonly] {
    min-height: 160px;
    }
}

@media only screen and (max-width: 560px) {
    .highlight-section .form-control[readonly] {
        min-height: 200px;
        }

		div#Master_L1_Menu {
			width: 100%;
		}
}


.dropdown-toggle::after {
    background-image: url(../CUSTOM/imagesV2/Hamburger.svg);
    width: 20px;
    height: 20px;
    border: unset;
    margin-right: 15px;
    margin-top: 5px;
}

.btn.dropdown-toggle.wi_loginview_welcomeuser_dropdown {
    background-color: unset;
}

@media only screen and (max-width: 991px) {
}

.wi_loginview_groupdiv {
    display: inline-flex;
}

#_LoginView1_PrevLoginContainer {
    display: none;
}

#_LoginView1_PrevLogin {
    color: #fff;
}

.wi_master_l1_leftpanel {
    background-color: unset;
}

.wi_changepassword_buttonrow {
    margin-top: 30px;
}

.wi_iccosign_indicator {
    display: none;
}

.wi_cancelchangepasswordbutton {
    background-color: #999;
}

.wi_top_orange, .wi_top_orange_left {
    background-color: unset;
    color: #153c70;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
}

.wi_menu_click_container {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.wi_menu_click_container:hover, .wi_menu_click_container:active {
    background-color: #2e8540;
    color: #fff;
}


.wi_menu_item_title {
    font-weight: bold;
    width: 100%;
    padding: 10px;
}

.wi_menu_item_title:hover, .wi_menu_item_title:active, .wi_menu_item_title:selected {
    color: #fff !important;
    font-weight: bold;
}


@media only screen and (max-width: 768px) {
    #ContentPlaceHolder1__LeftPanel1__Menu1_desktopMenuConcealer {
        /*display:none;*/
        position: relative;
        left: -25px;
        top: -14px;
    }
}


/* CREDITSOFT NAV */

.wi_master_l1_centertoppanel {
    text-align: center;
    /* max-width: 1060px; */
}

.wi_enrollment_nav {
    display: inline-flex;
    margin: 15px 0;
    width: 100%;
    justify-content: space-evenly;
    max-width: 1060px;
    background-image: url('imagesV2/signing-nav-line.png');
    background-repeat: no-repeat;
    background-position: top;
    font-size:10pt !important;
    text-align: center !important;
}

.wi_header_progressbox_row_chgpwd .wi_enrollment_button.div {
    font-weight: bold !important;
    font-size: 18pt;
    text-transform: uppercase;
}

.wi_enrollment_button {
    padding-top: 0px;
}

.wi_enrollment_button_border {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
}

.progress_label {
    font-weight: bold;
}

.wi_enrollment_chgpwd {
    margin-right: 10px;
}

.wi_enrollment_enterinfo, .wi_enrollment_signdoc {
    margin: 0 10px;
}

.wi_enrollment_nextsteps {
    margin-left: 10px;
}

.selected div {
	border-radius: 5px;
    background-color: #2e8540;
    color: white;
    letter-spacing: .5px;
	padding: 5px;
}

#signedMessage {
    font-size:12pt;
    text-align:left;
    background-color: #eef4ed;
    padding:20px;
    }


    #ContentPlaceHolder1_ContentPlaceHolder1_btnEnrollmentSignUp {
        display:none;
    }
/*Left column*/


/* CREDIBILITY STRIP */

.credibilityContainer {
    background-color: #eef4ed;
    margin: 30px 0px 0px 0px;
    width: 100%;
}

.credibilityLogos {
    text-align: center
}

.credibilityLogos ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.credibilityLogos ul li {
    display: inline-block;
    padding: 20px 15px;
    vertical-align: middle
}

.credibilityLogos ul li img {
    max-height: 70px
}

.credibilityLogos ul li img.pfe {
    margin-top: -10px
}

.credibilityLogos ul li img.nfcc {
    max-height:50px;
}

.credibilityLogos ul li img.bbb {
    max-height: 55px;
    padding-top: 10px
}

.credibilityLogos ul li img.hud {
}

.credibilityLogos ul li img.fcaa {
    max-height: 60px
}

.credibilityLogos ul li img.coa {
    max-height: 60px
}

.credibilityLogos ul li img.mcafee {
    max-height: 50px
}

.homeCredibility {
    background-color: #eef4ed
}

.homeCredibility .credibilityLogos ul li {
    display: inline-block;
    padding: 15px 25px 10px
}

/* TABLES*/

#ContentPlaceHolder1_ContentPlaceHolder1__PendingForSignature1_GridView1 {
    margin-top: 30px;
}


#ContentPlaceHolder1_ContentPlaceHolder1__PendingForSignature1_GridView1 table td {
    font-size: 30px;
}


/* SIGNING WORKFLOW */
/* body.wi_no_touch_device #signdocumentrow, body.wi_no_touch_device #canvasdiv {
	overflow: visible;
} */

.wi_submit_row {
    float: right;
}

/* Igor */
#ContentPlaceHolder1_ContentPlaceHolder1_TopDiv_SignOnly {
    font-size: 18px;
    margin-top: 15px;
}

body.wi_body_signature_documents .wi_enrollment_documents_pendingsignaturewarning {
    font-size: 20px;
    margin-top: 15px;
}



.wi_iccosigndocument_editfields {
    padding: 30px 0;
}

.wi_iccosigndocument_editfields_button {
    background-color: #2e8540;
    padding: 5px 10px;
    color: #fff;
    border: none !important;
}

.wi_iccosigndocument_reject {
    background-color: #ccc;
    padding: 5px 10px;
    color: #fff;
    max-width: 70px;
    border: none !important;
}

.wi_signaturelink_button {
    padding: 10px 15px;
}

#ContentPlaceHolder1_NavigationButtonsContentPlace__NavigationButtons1__btnNext {
    float: right;
}

#ContentPlaceHolder1_NavigationButtonsContentPlace__NavigationButtons1__btnPrevious {
    display:none;
}

#ContentPlaceHolder1_ContentPlaceHolder1_Div_GoToDQ{
    text-align: right;
}

#ContentPlaceHolder1_ContentPlaceHolder1_btnGoToDQ{
    background-color:transparent;
    color:#5889b7;
    font-size:16px;
    font-weight:600;
    text-decoration: underline;
}

.wi_iccosigndocument_reject_div {
    margin: 30px 0px;
}

.wi_iccosigndocument_buttonrow, .wi_iccosigndocument_buttonrow_bottom {
    background-color: #eef4ed;
}

.wi_iccosigndocument_finish {
    background-color: #2e8540;
}

#wi_gotonextsigbottom2, #wi_gotonextsigtop2 {
    background-color: #2e8540;
    color: white;
    font-weight: bold;
    letter-spacing: .4px;
}

.wi_iccosign_downloadurl{
    background-color:transparent !important;
    color:#5889b7 !important;
    font-size:16px !important;
    text-decoration: underline !important;
    font-weight:600 !important;
}

.wi_iccosign_continueurl {
    background-color: #2e8540;
    padding: 10px 15px;
    font-weight: bold;
    letter-spacing: .4px;
    color: #fff !important;
}

.wi_iccosign_continueurl {
    margin-top: 30px;
}

.selected .fa-circle {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 0px;
    background-image: url('imagesV2/circle-regular-selected.svg');
    margin-bottom: 5px;
}

.fa-circle {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 0px;
    background-image: url('imagesV2/circle-regular.svg');
    margin-bottom: 5px;
}

.fa-check-circle {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 0px;
    background-color: #fff;
    background-image: url('imagesV2/circle-check-regular.svg');
    margin-bottom: 5px;

}

.ig162a16fe {
    width: 275px;
}

.ig162a16ff {
    width: 150px;
}


/* CHAT */

.SigningChatButtonContainer {
    display: none;
    position: fixed;
    bottom: 30px !important;
    left: 30px;
}

.SigningChatButton {
    background-color: rgb(30, 106, 155);
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font: 18px "roboto";
    padding: 15px 20px;
    background-image: url('imagesV2/chat-icon.png');
    background-repeat: no-repeat;
    background-position: 15px;
    text-align: right;
    width: 140px;
}

.SigningChatButtonContainer a, .SigningChatButtonContainer a:hover {
    color: #fff !important;
}


/* Igor Custom */


@media screen and (min-width: 991px) {

    body[class*="wi_body_signature"] #Master_L1_LeftMenuPanelCell,
	body.wi_body_changepassword  #Master_L1_LeftMenuPanelCell,
	body.wi_body_dynamicdata_dqform #Master_L1_LeftMenuPanelCell,
	body.wi_body_customcontent_Custom_NextSteps #Master_L1_LeftMenuPanelCell {
        display: none;
    }

	body[class*="wi_body_signature"] .wi_iccosigncanvas {
		overflow: visible;
	}

	body[class*="wi_body_signature"] #ContentPlaceHolder1_Master_L1_LeftPanel,
	body.wi_body_changepassword #ContentPlaceHolder1_Master_L1_LeftPanel,
	body.wi_body_dynamicdata_dqform #ContentPlaceHolder1_Master_L1_LeftPanel,
	body.wi_body_customcontent_Custom_NextSteps #ContentPlaceHolder1_Master_L1_LeftPanel {
		display: none;
	}

	body[class*="wi_body_signature"]:not(.wi_body_signature_iccosigndocumentm) #ContentPlaceHolder1_Master_L1_CenterPanel,
	body.wi_body_changepassword #ContentPlaceHolder1_Master_L1_CenterPanel,
	body.wi_body_dynamicdata_dqform #ContentPlaceHolder1_Master_L1_CenterPanel,
	body.wi_body_customcontent_Custom_NextSteps #ContentPlaceHolder1_Master_L1_CenterPanel {
		max-width: 1200px;
	}

    body[class*="wi_body_signature"] .Master_L1_MasterTable_Row,
	body.wi_body_changepassword .Master_L1_MasterTable_Row,
	body.wi_body_dynamicdata_dqform .Master_L1_MasterTable_Row,
	body.wi_body_customcontent_Custom_NextSteps .Master_L1_MasterTable_Row {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        justify-content: center;
    }

    /* body[class*="wi_body_signature"] .wi_master_l1_centerpanel,
	body.wi_body_dynamicdata_dqform .wi_master_l1_centerpanel {
        max-width: 1200px;
        flex: 0 0 100%;
    } */

    /* body[class*="wi_body_signature"] .wi_master_l1_centertoppanel,
	body.wi_body_dynamicdata_dqform .wi_master_l1_centertoppanel {
        max-width: 1200px;
    } */

    body[class*="wi_body_signature"] .wi_top_orange,
	body.wi_body_dynamicdata_dqform .wi_top_orange,
	body.wi_body_customcontent_Custom_NextSteps .wi_top_orange {
        justify-content: center;
    }

    body[class*="wi_body_signature"] #ContentPlaceHolder1_ContentPlaceHolder1_TopDiv_SignOnly,
	body.wi_body_customcontent_Custom_NextSteps #ContentPlaceHolder1_ContentPlaceHolder1_TopDiv_SignOnly {
        text-align: center;
    }

}

@media screen and (max-width: 992px) {
    .site-logo-image img {
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

	body[class*="wi_body_signature"] #LoginViewBox,
	body.wi_body_dynamicdata_dqform #LoginViewBox,
	body.wi_body_customcontent_Custom_NextSteps #LoginViewBox {
		background-color: #2e8540;
        display: block;
		margin-bottom: 10px;
		z-index: 1;
    }

    body[class*="wi_body_signature"] #_LeftPanelMobile2__Menu1_mobileMenuContainer,
    body.wi_body_dynamicdata_dqform #_LeftPanelMobile2__Menu1_mobileMenuContainer,
	body.wi_body_customcontent_Custom_NextSteps #_LeftPanelMobile2__Menu1_mobileMenuContainer {
        display: none;
    }

	#_LoginView1_LoggedIn {
		border-radius: 5px;
	}

	body.wi_body_customcontent_Custom_NextSteps .wi_mobilemenu {
		display: none;
	}

	body[class*="wi_body_signature"] .wi_iccosigndocument_finish {
		font-size: 16px;
	}
	body[class*="wi_body_signature"] .wi_iccosigndocument_finish_top2 {
		font-size: 16px;
	}

	body[class*="wi_body_signature"] .wi_menuname,
	body.wi_body_dynamicdata_dqform .wi_menuname,
	body.wi_body_customcontent_Custom_NextSteps .wi_menuname {
		font-size: 12px;
	}

	body[class*="wi_body_signature"] .wi_menuname span,
	body.wi_body_dynamicdata_dqform .wi_menuname span,
	body.wi_body_customcontent_Custom_NextSteps .wi_menuname span {
		font-size: 12px;
	}

	body[class*="wi_body_signature"] .dropdown-toggle::after,
	body.wi_body_dynamicdata_dqform .dropdown-toggle::after,
	body.wi_body_customcontent_Custom_NextSteps .dropdown-toggle::after {
		width: 22px;
		height: 22px;
		margin: 0;
		margin-right: 10px;
		vertical-align: top;
	}
}

#mainContentDivWrapper > .col-md-12 > .row > div.col-md-12 {
	font-weight: 700;
}

body.wi_body_dynamicdata_dqform .wi_formcontrol {
    margin-bottom: 15px;
}

body.wi_body_dynamicdata_dqform .DQ_SSN_wrapperDiv.wi_dq_questionwrapper {
    margin-bottom: 15px;
}

body.wi_body_dynamicdata_dqform .btn.btn-primary[data-original-title="Change"] {
    background-color: #265a88;
    padding: 1px 5px;
    margin-left: 5px;
}

body.wi_body_dynamicdata_dqform .wi_validationsummary {
    background-color: lightblue;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

body.wi_body_dynamicdata_dqform .wi_dq_errors {
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

body.wi_body_dynamicdata_dqform .DQ_AccountNumberCorrections_wrapperDiv {
    margin-top: 15px;
}

/* hiding the default message because we are displaying our own message in the enrollment top html */
.wi_agenttype_lead .wi_signature_completion_message {
	display: none;
}
.wi_agenttype_leadcoapplicant .wi_signature_completion_message {
	display: none;
}

/* Bug Fixes 08/12/24*/

#ContentPlaceHolder1_ContentPlaceHolder1_chkShowHidePassword{
    padding-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
    #ContentPlaceHolder1_ContentPlaceHolder1_chkShowHidePassword {
        padding-right: 20px !important;
        margin-left: 0px;
        padding-bottom:10px !important;
    }
}

.offset-md-4 {
    margin-left: 33.333333% !important;
}

.small-bold {
        font-size: 12px;
        font-weight:700;
    }