body {
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12pt;
	color: #404040;
}

form {
	margin: 0;
}

input[type="text"],
input[type="password"] {
	height: 35px;
	padding: 0 4px;
	border: 1px solid #9d9d9d;
	font-size: 14px;
	line-height: 1.1em;
	border-radius: 3px;
	font-family: Verdana, Tahoma, Arial;
}
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"] {
	padding: 0;
	cursor: pointer;
}
textarea {
	border: 1px solid #9d9d9d;
	font-family: Verdana, Tahoma, Arial;
}

a:link,
a:visited {
	color: #007cc4;
	text-decoration: none;
}
a:hover {
	color: #00517f;
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

table {
	border-spacing: 1px;
}
td, th {
	min-height: 20px;
	padding: 5px;
	font-size: 0.9em;
}
.ui-widget-content td, .ui-widget-content th, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 0.8em;
}
th {
	border: 1px solid #1e4162;
	background: #3a72a6;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
td.blank,
th.blank {
	border: 0;
	background: transparent;
}
table.compact td,
table.compact th {
	font-size: 0.8em;
}
th.header {
	cursor: pointer;
	background: url(../images/sort.png) #3a72a6 no-repeat right 3px;
}
th.headerSortUp {
	background: url(../images/sort_desc.png) #4f8dc6 no-repeat right 3px;
}
th.headerSortDown {
	background: url(../images/sort_asc.png) #4f8dc6 no-repeat right 3px;
}
td {
	background: #f4f4f4;
	border: 1px solid #afc2d4;
}

.left { float: left }
.right { float: right }
.clear { clear: both }

.pad_R5 { margin-right: 5px }
.pad_R10 { margin-right: 10px }
.pad_R20 { margin-right: 20px }

.bold { font-weight: bold }
.italic { font-style: italic }

#frame_main {
}
#frame_header {
	height: 95px;
	/* border-bottom: 1px solid #e0e0e0; */
	min-width: 1000px; 
	display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 25px;
}
#frame_menu {
	height: 44px;
	background: url(../images/menu_background.gif) repeat-x;
	padding: 0 25px;
	min-width: 1000px; 
	background-position: center;
    background-size: contain;
}
#frame_menu .menuUser,
#frame_menu .menuLogout,
#frame_menu .menuItem {
	float: left;
	padding-top: 12px; }
#frame_menu .menuUser {
	color: #00407c; }
#frame_menu .menuDivider {
	float: left;
	height: 21px;
	margin: 0 20px;
	margin-top: 12px;
	border-right: 1px solid #95a8b7; }
#frame_body {
	background: url(../images/body_background.gif) repeat-x;
	padding-top: 30px;
	min-width: 1000px; }
#frame_content {
	padding: 0 25px;
	min-width: 1000px; }
#frame_footer {
	margin-bottom: 25px;
}
#header_brand {
	float: left;
	margin-top: 20px;
	/* margin-left: 30px;  */
}
#header_title {
	float: left;
	margin-top: 48px;
	/* margin-left: 85px;  */
}

.inputDim {
	color: #a8a8a8;
}

.fixed {
	position: fixed;
	top: 0;
}

.button {
	text-align: center;
	color: #007cc4;
}
.button:hover {
	background: #fff;
	color: #00517f;
	cursor: pointer;
}

.box1 {
	/* background: #0a81c5;
	border: 1px solid #034d77;
	padding: 20px;
	font-size: 1.1em;
	color: #fff;  */
	background: #fff;
	font-size: 1.1em;
    color: #404040;
    border-top: 55px solid #0a81c5;
    text-align: center;
}
.box1_title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.box1_description {
	font-size: 1em;
	line-height: 1.65em;
	color: #114360; 
	margin-bottom: 25px;
}

#noticeBox {
	margin: 5px 0;
	padding: 5px;
	background: #feebd7;
	border: 1px dashed #f3ac93;
	color: #9c0000;
	font-size: 1.1em;
}

.pageTitle {
	height: 26px;
	margin-bottom: 4px;
	font-size: 1em;
	color: #007550;
	border-bottom: 1px solid #c7c7c7;
}
.pageTitle a:link,
.pageTitle a:visited {
	color: #4f4f4f;
}
.pageTitle a:hover {
	color: #00517f;
	text-decoration: none;
}
.pageBreak {
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid #c7c7c7;
}
.sectionTitle {
	height: 24px;
	margin-bottom: 4px;
	font-size: 1.05em;
	color: #007550;
	border-bottom: 1px solid #c7c7c7;
}
.sectionTitle a:link,
.sectionTitle a:visited {
	color: #4f4f4f;
}
.sectionTitle a:hover {
	color: #00517f;
	text-decoration: none;
}
.sectionSpace {
	height: 30px;
}
.sectionMenu {
	margin-top: 5px;
}
.sectionMenu input[type="button"] {
	width: 200px;
}
.sectionSub {
	padding-top: 5px;
	padding-left: 15px;
	border-top: 1px dotted #c7c7c7;
}

.formField {
	margin-top: 6px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #636363;
}
.formFieldRequired {
	font-size: 0.9em;
	color: #bb0000;
}
.errorField {
	color: #bb0000;
}
.errorField input,
.errorField select {
	background: #fdeeee;
	border: 1px solid #c39191;
}

.altBox {
	padding: 7px;
	border: 1px solid #bebebe;
	background: #fffbe7;
}

tr.inactive td {
	background: #e3e2e2;
}
td.active,
span.active {
	color: #209d31;
}
td.inactive,
span.inactive {
	color: #a17674;
	font-style: italic;
}

#lightbox_gray {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}
#lightbox_container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
}
#lightbox {
	display: none;
	position: absolute;
	top: 0;
	display: none;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
}
#lightbox_hold {
	display: none;
}
#lightbox_content {
	padding: 5px;
}
#lightbox_buttons {
	height: 25px;
	text-align: center;
}
#lightbox_buttons_close input {
	font-size: 0.8em;
}
#lightbox_title {
	height: 15px;
	background: #ccc;
	padding: 7px;
	border-bottom: 1px solid #606060;
	font-size: 1.1em;
}

.details_column1,
.details_column2 {
	float: left;
}
.details_column1 {
	margin-right: 50px;
}
.details_row {
	margin-bottom: 5px;
}
.details_label,
.details_info {
	float: left;
	font-size: 0.9em;
}
.details_label {
	margin-right: 10px;
}
.details_space {
	height: 20px;
}

.textUnderline {
	text-decoration:underline;
}

#Spinner{
	display: none;
}
@keyframes spinner {
	to {transform: rotate(360deg);}
}
   
.spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #07d;
	animation: spinner .6s linear infinite;
}
select[name=industry]{
	height: 30px;
}
#btn_clientQuoteForm, #btn_clientQuoteForm + input[type=button], #btn_clientGroupForm, #btn_clientGroupForm + input[type=button]{
	width: 76px;
	height: 30px;
	font-size: 0.9em;
	background-color: #007cc4;
	border: 2px solid #007cc4;
	border-radius: 4px;
	color: #fff;
}
#btn_clientQuoteForm:hover, #btn_clientQuoteForm + input[type=button]:hover, #btn_clientGroupForm:hover, #btn_clientGroupForm + input[type=button]:hover{
	background-color: #fff;
	border: 2px solid #007cc4;
	color: #007cc4;
}
#btn_clientGroupForm{
	width: 115px;
}
.ui-widget-header{
	border: 1px solid #3a72a6;
    background: none;
    color: #fff;
    font-weight: bold;
    background-color: #3a72a6;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 1px solid #3a72a6;
}
.ui-state-default .ui-icon{
	background-image: url(images/ui-icons_3d80b3_256x240.png);
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
    border: 1px solid #3a72a6;
    color: #3a72a6;
	background: #789cbd url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
}
input:disabled{
    cursor: not-allowed;
}
/*====CUSTOM SCROLLBAR====*/
/* width */
::-webkit-scrollbar {
	width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px #b5cddf; 
	border-radius: 10px;
	border: 1px solid #b5cddf;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #dce4ea; 
	border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #bcccd9; 
}
/*====END OF CUSTOM SCROLLBAR====*/
/*====SCROLL TO TOP & BOTTOM ICON====*/
.scrolltop, .scrollbottom{  
    position: fixed;
    right: 2%;
    bottom: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007cc4;
    width: 2.75em;
    height: 2.75em;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: none;
    opacity: 0;
}
.scrolltop:hover, .scrollbottom:hover{  
   background-color: #1186c9; 
}
.scrolltop > img, .scrollbottom > img{
    width: 2.25em;
}
.scrollbottom > img{
    rotate: 180deg;
}
.scrolltop.show, .scrollbottom.show{
    pointer-events: auto;
    opacity: 1;
}
/*====END OF SCROLL TO TOP & BOTTOM ICON====*/
/* ===OVERRIDE CSS FOR CENSUS QUOTE POP UP ====*/
div[aria-describedby=censusRecordsForm], div[aria-describedby=existingCensus], div[aria-describedby=importCensus]{
	position: fixed !important;
	height: fit-content !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0;
	right: 0;
	margin: auto;
	position: relative;
}
/* MENU REVISED 2023 */
.menu-container{
	display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.left-menu{
	display: flex;
	align-items: center;
}
.menu-container .menu-link{
	padding: 0 8px;
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	transition: 0.3s;
	position: relative;
	z-index: 1;
}
.menu-link > a{
	height: 100%;
	padding: 0 10px;
}
.menu-link:hover, .menu-link.active{
	background-color: #dce4ea;
	cursor: pointer;
}
.menu-account > div, .menu-link > a{
	display: flex;
	align-items: center;
}
.menu-account > div > span, .menu-account > a > span{
	color: #00407c;
}
.menu-account > a:hover{
 text-decoration: none;;
}
.profile-icon{
	width: 30px;
    padding: 0 10px;
}
.dd-toggle{
	width: 8px;
}
.menu-account:hover .dd-toggle{
	transition: 0.6s;
	transform: rotate(180deg);
}
.dd-menu{
	position: absolute;
	z-index: 1;
	background-color: #fff;
}
.dd-account{
	right: 0;
	top: 40px;
	border: 1px solid #bbb;
	box-shadow: 0 0 4px #18191b4d, 0 1px 6px #18191b26;
	border-radius: 5px;
	width: 255px;
	display: none !important;
	flex-direction: column;
	align-items: flex-start !important;
}
.dd-account > div{
	width: 100%;
	height: 45px;
    box-sizing: border-box;
}
.dd-account > div:not(:last-of-type){
	border-bottom: 1px solid #eee;
}
.dd-account > div:hover{
	background-color: #dce4ea;
    border-bottom: 1px solid #b5cddf;
	transition: 0.3s;
}
.dd-account > div > a{
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.menu-account:hover .dd-menu{
	display: flex !important;
	transition: 0.3s;
}
/* =======TABLE REVAMPED 2023======= */
th, td {
	height: 45px;
	border-radius: 3px;
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td{
	height: auto;
}
th{
	background: #007cc4;
	border: 1px solid #007cc4;
}
th.header {
	background: url(../images/sort.png) #007cc4 no-repeat right 3px;
	background-position-y: center;
}
td {
    border: 1px solid #f4f4f4;
}
.ui-widget-header{
	background-color: #007cc4;
	border: 1px solid #007cc4;
}
/* =======CSS PAGES REVAMPED 2023======= */
.box-shadow-container{
	box-shadow: 0 1px 12px 0 #c6c6d2;
    border-radius: 8px;
    padding: 15px;
}
.invalid-client-address{
	display: flex;
	align-items: center;
	background-color: #f6405b;
    padding: 8px 13px;
    color: #fff;
    border: 2px solid red;
	margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.invalid-client-address > img{
	margin-right: 10px;
}
table[validclient=false] tr > td, input:disabled{
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
table[validclient=false] tr > th{
	opacity: 0.5;
}
table[validclient=false] tr, table[validclient=false] tr > td > a{
	pointer-events: none;
}
.req-field{
    color: #007cc4;
}
/* =======CSS FOR POPUP MODAL======= */
.popupmodal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 40%;
	height: fit-content;
	background-color: #fff;
	z-index: 2;
	border-radius: 5px;
  }
  .modal-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  }
  .modal-content{
	padding: 15px;
  }
  .modal-close{
	font-size: 16pt;
	cursor: pointer;
  }
  .btn-wrap{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
  }
  .btn-wrap > button{
	margin-left: 10px;
  }
  .user-error, .pass-error{
	margin-top: 5px;
	text-align: left;
    color: #a17674;
    font-size: 10pt; 
  }
  .d-flex{
	display: flex;
  }
  .align-items-center{
	align-items: center;
  }
  .justify-content-center{
	justify-content: center;
  }
  .justify-content-between{
	justify-content: space-between;
  }
  .col2 > div{
	width: 50%;
  }
  .col3 > div{
	width: 33.33%;
  }
  .col2 > div:not(:last-of-type), .col3 > div:not(:last-of-type){
	margin-right: 10px;
  }
.sub-form-header{
    margin: 10px 0;
}
a[href=""]{
	color: #a17674;
	cursor: not-allowed;
}
a[href=""]:hover{
	text-decoration: none;
	pointer-events: none;
}
#forgotPassword {
	text-align: left;
}
#forgotPassword .popupmodal {
	width: 30%;
}
#FPSpan{
	color:#007cc4;
	font-size: 12pt;
	cursor: pointer;
	text-align: left;
}
#forgotPassword .form-group{
	display: flex;
    flex-flow: column;
}
#forgotPasswordSubmit{
	padding: 12px 30px;
    border-radius: 35px;
    background: #0a81c5;
    border: 2px solid #0a81c5;
    font-size: 13pt;
    color: #fff;
	margin-top: 15px;
}
label[for="forgotPasswordEmail"]{
	margin-bottom: 10px;
}
.popup-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.45);
}
#forgotPassword + .popup-overlay{
	background-color: rgba(0,0,0,0.75);
}
.btnWhite{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #007cc4;
    border: 2px solid #007cc4;
    width: 132px;
    height: 35px;
    border-radius: 3px;
}
.btnWhite:hover{
    background-color: #007cc4;
    color: #fff;
    cursor: pointer;
}
button:disabled{
    cursor: not-allowed;
	pointer-events: none;
	opacity: 0.5;
}
#ClientAcknowledgment{
	border: 1px solid #ddd;
    width: 35%;
	box-shadow: 0px 0px 20px 2px;
	z-index: 101;
}
#ClientAcknowledgment h3 {
	font-size: 1.5rem;
    margin-bottom: 18px;
    text-align: center;
    color: #007cc4;
	
}
#ClientAcknowledgment p{
	line-height: 26px;
}

/*====PLAN DOCUMENTS PAGES===*/
.plan-folders .folder-icon{
	margin-right: 5px;
}
.mainfolder > div:first-child, .subfolder > div, .sub-plan-folder-contents, .sub2-plan-folder-contents, .sub-plan-folder, .sub2-plan-folder{
	display: flex;
	align-items: center;	
}
.subfolder{
	margin-left: 26px;
	cursor: pointer;
	order: 0;
}
.subfolder[isFolder="1"]{
	order: 1;
}
.subfolder > div:nth-child(2), .sub-plan-folder-contents, .sub2-plan-folder-contents{
	flex-wrap: wrap;
	margin-left: 30px;
}
.file-item{
	width: 33%;
	padding-bottom: 5px;
}
.file-item > a {
	display:  flex;
	align-items: center;
}
.w100{
	width: 100%;
}
.plan-folder:hover, .sub-plan-folder:hover, .sub2-plan-folder:hover{
	color: #000;
}
.plan-folder:hover > img, .sub-plan-folder:hover > img, .sub2-plan-folder:hover > img{
	opacity: 0.7;
}
.secondfolder-wrap{
	display: flex;
	flex-direction: column;
}
