@charset "utf-8";
/* CSS Document */

#line_type{
    float: left;
    width: 100%;
}

/*#current_carrier, td, tr{
	width:fit-content;
	padding-right: 5px;
}

#options, td, tr{
	width: 150px;
	padding-right: 10px;
	text-align: center;
}*/

#clock{
	position:fixed;
	top:0.000em;  /*  0px  */
	left:0.000em;  /*  0px  */
	height:40px;  /*   30px - 1.667em (font size 18)  */
	padding:15px 0px 0px 10px;
	color:#FFF;
	font-size:12px;
}
header{
	position:fixed;
	top:0.000em;  /*  0px  */
	left:0.000em;  /*  0px  */
	height:40px;  /*   30px - 1.667em (font size 18)  */
	width:100%;
	color:#FFFFFF;
	background-color:#3B5998;
	border-bottom:1px solid #2D4475;
	z-index:3000;
}

#function_fire{
	display:none;
	background-color:#0394EB;
	color:#FFF;
	font-size:10px;
	padding:10px;
	bottom:10px;
	left:50px;
	position:fixed;
	height:400px;
	overflow: auto;
}
#login_div, #load_div, .to_do_key, .to_do_id, .home_rent_note, .hide_div, .resident_type, .hide_duplicate_table, .incident_hide{
	display:none;

}

#header_wrap{
	width:1250px; /*  1020px - 56.667em - (font size 18)   */
	margin-left:auto;
	margin-right:auto;
}
#header_left{
	float:left;
}
#header_left div{
	float:left;
}
#header_right{
	float:right;
}
#header_right input{
	height:18px;
	float:left; 
	margin-left:5px;
	width:140px;
}
#header_right div{
	display:inline-block;
}

#header_right input{
	margin-top:8px;
}
#header_nav div{
	color:#FFF;
	text-decoration:none;
	height:15px;
	padding:13px 17px 10px 17px;
	font-size:14px;
	vertical-align:middle;
}

	
#header_nav div:hover {
	background-color:#09F;
}		
#hs_header, .set_goals_div{
	padding-top:8px;
	font-size:20px;
	font-weight:bold;
}
#hs_header{
	min-width:250px;
}
#hs_header div{
	margin-right:10px;

}
#hs_header .earned_high{
	font-size:14px;
	font-weight:normal;
}
.nav_click:hover, .btn_click:hover {
	cursor:pointer;
}		

	#function_list_box{
		display:none;
		padding:20px;
		font-size:12px;
		width:280px;
		line-height: 1.5;
		border: 0.083em solid #666666;
		-webkit-border-radius: 10px; 
		-moz-border-bottom-right-radius: 10px;
		border-radius: 10px;
		position:fixed;
		bottom: 20px;
		left: 10px;
	}

	#quotes_holder{
		display:none;
		padding:20px;
		font-size:16px;
		font-weight:bold;
		width:280px;
		line-height: 1.5;
		border: 0.083em solid #666666;
		-webkit-border-radius: 0.500em; 
		-moz-border-bottom-right-radius: 0.500em;
		border-radius: 0.500em;
		position:fixed;
		bottom: 20px;
		right: 10px;
		background-color:#cc0000;
		color:#ffffff;
	}
	#to_do_today{
		width:280px;
		position:fixed;
		bottom: 20px;
		left: 10px;
		background-color:#cc0000;
		color:#ffffff;
	}
	
	#to_do_today td{
		color:#000;
		font-size:11px;
		padding:8px 0px 8px 4px;
	}
#sc_header{
	background:#E1E1E1;
    border: 0.083em solid #666666;
	border-top:0.000em;  /*  0.000em  */
	-webkit-border-bottom-right-radius: 0.500em; 
	-moz-border-bottom-right-radius: 0.500em;
	border-bottom-right-radius: 0.500em;
	height:1.769em;  /*    23px - 1.769em */
	border-right:0.000em;  /*  0px  */
	width:1245px;
	font-size:12px;
	color:#333;
	margin-top:3px;
	padding-left:5px;
}
#sc_header span{
	margin-right:1.154em;  /*  15px - 1.154em */
	border-radius:0.154em;
    -moz-border-radius:0.154em;
    -webkit-border-radius:0.154em;
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
	display:inline-block;
	padding:2px 5px 2px 5px;
	margin-top:3px;
}
#sc_header .customer_holder{
	padding-right:10px;  /*  0.385em - 0.417em  (font size 12) */
	float:right;
	margin:0.000em;  /*  0px  */
	font-weight:normal;
    border: 0.083em solid #666666;
	border-top:0.000em;  /*  0px  */
	-webkit-border-bottom-right-radius: 0.500em; 
	-moz-border-bottom-right-radius: 0.500em;
	border-bottom-right-radius: 0.500em;
	background:#E10000;
	padding:5px;
	color:#FFF;
	cursor:pointer;
}

#sc_header .customer_holder span{
	margin:0.000em;  /*  0px  */
	background:#E10000;
	padding:0px;
}
.new_customer_small{
	display:none;
	float:right;
	padding:5px;
	margin-right:5px;
	color:#E10000;
	font-weight:bold;
	font-size:10px;
}
.new_customer_small:hover{
	color:#333;
	cursor:pointer;
}
.new_customer_commission{
	float:right;
	margin-top:3px;
	padding:7px;
	margin-right:5px;
	color:#E10000;
	font-weight:bold;
	font-size:12px;
}
.new_customer_commission:hover{
	color:#333;
	cursor:pointer;
}
	

#main_container{
	width:1250px;
	margin-top:90px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;

}

.content_div{
	width:1250px;
	min-height:500px;
}



/*** nav icons **********************************************************/

.account_div{ /* for nav client icon **/
	height:22px;
	width:22px;
	background-image: url(../images/account-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:9px;
	margin-left:12px;
}
.account_div:hover{
	background-image: url(../images/account-icon_hover.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}
.logout_div{ /* for nav client icon **/
	height:22px;
	width:22px;
	background-image: url(../images/logout-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:9px;
	margin-left:5px;
}
.logout_div:hover{
	background-image: url(../images/logout-icon_hover.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}


#home_icon{ /* for nav client icon **/
	margin-left:8px;
	float:left; 
	height:22px;
	width:22px;
	background-image: url(../images/home-icon.png);
	background-repeat:no-repeat;
	background-position:left;
}
#home_icon:hover{
	background-image: url(../images/home-icon_hover.png);
	background-repeat:no-repeat;
	background-position:left;
}

.set_goals_div{
	margin-right:0.417em;  /*  5px - 0.417em  (font size 12) */
	height:25px;
	width:25px;
	background-image: url(../images/goal-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:1px;
}
.set_goals_div:hover{
	background-image: url(../images/goal-icon_hover.png);
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}

	#activity_chart_holder{
		float:left;
		width:600px;
	
	}
	#activity_center_right{
		float:right;
		margin-left:25px;
	}
	
	#process_activity_center{
		text-align:center;
	}
	.sales_table:hover, .earned_table:hover, .renewal_month:hover{
		cursor:pointer;
	}
	.sales_table, .earned_table{
		display:none;
		width:100%;
	}
	.sales_table table, .earned_table table{
		width:100%;
	}

	.future_premium{
		font-weight:bold;
	}
	#expected_table{
		float:left;
		margin-right:20px;
		border:1px solid #999;
		background-color:#EAEAEA;
	}
	#freeday_table{
		float:right;
		border:1px solid #999;
		background-color:#EAEAEA;
	}
	#expected_table td, #freeday_table td{
		padding:10px;
		text-align:right;
	}
	#expected_table tr :nth-child(-n+1), #freeday_table tr :nth-child(-n+1){
		text-align:left;
		width:180px;
	}
	
	.free_day_pct, .ipa_day_pct, .ipa_day_pay{
		font-size:12px;
	}
	.free_day_cost{
		text-align:right;
		padding-top:5px;
		font-size:12px;
	}
	
	.paid_sum{
		border-bottom:1px solid #333;
	}
	.sales_table tr:first-child td, .earned_table tr:first-child td, #to_do_completed tr:first-child td{
		background-color:#333;
		color:#FFF;
		vertical-align:bottom;
		font-weight:bold;
	}
	.sales_table table td, .earned_table table td{
		font-size:12px;
		padding:5px;
		text-align:right;
	}
	.sales_table tr :nth-child(-n+2), .earned_table tr :nth-child(-n+2){
		text-align:left;
		width:140px;
	}





	#chart_div{
		display:none;
		width:1225px;
		min-height:600px;
	}
	#chart_left{
		position: relative; 
		float:left;
		width:900px;
		height: 600px;
	}
	#chart_right{
		float:right;
	}
	#chart-loading_activity_div{
		width:400px;
		padding:25px 50px 25px 50px;
		height:300px;
	}
	#chart-loading{
		float:left;
		width:900px;
		height:600px;
	}
	#chart-small_holder, #chart-small_holder_left{
		width:610px;
		height:275px;
		border:1px solid #666;
		margin-bottom:10px;
	}
	#chart-activity_div, #chart-activity_div_left{
		width:610px;
		height:275px;
	}
	#chart-loading_small, #chart-loading_small_left{
		width:500px;
		height:300px;
		padding:25px;
		text-align:center;
	}
	#chart_holder{
		width:900px;
		min-height:600px;
		margin-bottom:20px;
	}
	#chart-container, #cc1, #cc2{
		width:900px;
		height:600px;
		position: absolute; 
		top: 0; 
		left: 0

	}
	#chart-line{
		width:900px;
		height:600px;
	}
	.pool_cnt {
		padding:5px 10px 5px 10px;
		font-size:12px;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
		width:auto;
	}
	.pool_cnt_active {
		border: 1px solid #2e2c28;
	}

	.chart_buttons_year_type{
		display:none;
	}
	.chart_buttons, .chart_buttons_year_type{
		text-align:center;
	}
	.chart_buttons span, .chart_buttons_year_type span{
		padding:5px;
		margin-right: 5px;
		font-size:12px;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	}
	.chart_buttons .yellow{
		background-color:#FF6;
		font-weight:bold;
	}
	.chart_buttons .yellow:hover{
		cursor:pointer;
		background-color:#CA0000;
		color:#FFF;		
	}

	.getChartType{
		padding:5px;
		font-size:12px;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
	}

	.getChartType:hover{
		cursor:pointer;
		background-color:#CA0000;
		color:#FFF;
	}
	.getChart-active {
		background-color:#CA0000 !important;
		color:#FFF;
	}
	#chart-menu{
		width:260px;
		padding:5px;
		background-color:#E1E1E1;
		border:1px solid #333;
		font-size:14px;	
	}
	#chart-menu li{
		padding:5px;
	}
	#chart-menu h1{
		font-size:18px;
		font-weight:bold;
	}
	.getChart:hover{
		cursor:pointer;
		background-color:#999;
	}
#load_screen, #affirmation_div{
	display:none;
}

#app_view{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	padding-top:50px;
	width:100%;
	text-align:center;
	height:100vh;
	z-index:4000;
	background-color:#FFF;
}

#disable_screen, #load_screen, #quote_disable, #affirmation_div{
	position:fixed;
	top:0px;
	left:0px;
	padding-top:50px;
	width:100%;
	text-align:center;
	background: url(../images/disable_bg.png);		
	height:100vh;
	z-index:5000;
}

#ezlynx_disable_screen{
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	padding-top:25px;
	width:100%;
	text-align:center;
	background: url(../images/disable_bg.png);		
	z-index:5000;
	height:100vh;
}
#quote_disable{
	display:none;
}
#quote_old_box, #affirmation_box{
	background-color:#FFF;
	width:700px;
	min-height:200px;
	max-height:700px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
	padding:20px;
	font-size:18px;
	color:#333;
	text-align:center;
	overflow-y: auto;
}
.quote_result_update{
	width:220px;
	padding:10px;
	margin-bottom:10px
}
#submit_quote_result{
	background-color:#D90000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:10px 20px 10px 20px;
	border:1px solid #333;
	width:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#submit_quote_result:hover{
	cursor:pointer;
	background-color:#9B0000;
}
#disable_white_div{
	width:400px;
	min-height:400px;
	padding:40px;
	background-color:#FFF;
	border:2px solid #000;
	margin-left:auto;
	margin-right:auto;

}

#disable_white_div .load_img{
	margin-right:5px;
	margin-bottom:20px;
	float:left;
}
#disable_white_div #load_div{
	margin:50px;
}
#disable_white_div .load_div{
	padding:2px;
	margin-right:10px;
	margin-bottom:20px;
	float:left;
}
#disable_white_div .welcome{
	padding-top:25px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
#disable_white_div .enter{
	margin-top:25px;
	padding:10px 20px 10px 20px;
	background-color:green;
	color:#FFF;
	font-weight:bold;
}
#disable_white_div .enter:hover{
	cursor:pointer;
	background-color:#063;
}

#disable_white_div label{
	display:inline-block;
	width:275px;
	margin-bottom:5px;
	text-align:left;
}
#disable_white_div input[type=text], #disable_white_div input[type=password]{
	display:inline-block;
	width:275px;
	padding:5px;
	margin-bottom:15px;
}
#submit_login{
	margin-top:15px;
	padding:10px 20px 10px 20px;
	border:1px solid #999;
}	
#submit_login:hover{
	background-color:#999;
	cursor:pointer;
}


/**  STYLE CONFIRM/DIALOG BOX **/
#dialog_box{
	display:none;
	z-index:5500;
	height:300px;
}
#to_do_confirm{
	display:none;
	z-index:5000;
	width:200px;
	background-color:#FFF;
	border:1px solid #000;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	text-align:left;
	padding:50px;
}
#to_do_confirm label{
	display:block;
	padding:5px;
	cursor:pointer;
}

#to_do_confirm p{
	padding:5px;
	text-align:center;
}

#to_do_confirm p input{
	background-color:999;
	padding:10px;
	border:1px solid #666;
	cursor:pointer;
	width:65px;
	
}

#to_do_confirm p input:hover{
	background-color:red;
	color:#FFF;
	padding:10px;
	border:1px solid #666;
	cursor:pointer;
	
}

.ui-dialog{
	border:3px solid #000;   /** change css properties to match your theme*/
	z-index:5500;
	background-color:#FFF;
}
.ui-dialog-content {
	text-align:center;
	padding:0px 20px 0px 20px;
	height:60px !important;
	z-index:5000;
	
}
.ui-dialog-titlebar-close{
	display:none;
}
.ui-dialog-buttonpane{
	background-color:#FFF;
	text-align:center;
	padding:20px;
}
.ui-dialog-buttonset button{
	margin-left;:10px;
	margin-right:10px;
}
.ui-dialog-buttonset button:hover{
	background-color:#999;
}

	.tableList{
		width:100%;
		font-size:12px;
	}
	.tableList td{
		padding:5px 0px 5px 0px;
		vertical-align:middle;
		height:25px;
	}
	.tableList .getCustomer{
		color:#0000EE;
	}
	.tableList td a:hover{
		text-decoration:underline;
	}
	
	table.report_list .hide_icon{
		cursor:pointer;
	}
	
	table.tableList td div.one_line {
		 height:13px;  /*  20px -  1.538em   */
		 overflow-y:hidden;
		 padding-right:15px;  /*  15px - 1.154em */
	}
	table.report_list tr.font_bold{
		font-weight:bold;
		border-bottom: 0.077em solid #333;
	}

	.lead_stats_table tr:first-child{
		background-color:#333;
		color:#FFF;
	}
	.lead_stats_table tr:nth-child(2){
		background-color:#FF6;
	}
	.lead_stats_table td{
		font-size:14px;
		vertical-align:bottom;
		width:115px;
		padding:3px;
		border:1px solid #666;
		text-align:center;
	}


	.dial_cnt_list{
		display:block;
		border-radius:0.385em;
		border-style: solid;
		border-color: #666;
		border-width:0.077em;
		-moz-border-radius:0.385em;
		-webkit-border-radius:0.385em;
		background-color:#FF0000;
		color:#FFFFFF;
		text-align:center;
		padding:3px 0px 3px 0px;
		width:17px;
		font-weight:bold;
		font-size:0.846em;
	}
	.contact_cnt_list{
		display:block;
		border-radius:0.385em;
		border-style: solid;
		border-color: #666;
		border-width:0.077em;
		-moz-border-radius:0.385em;
		-webkit-border-radius:0.385em;
		background-color:#FFFF9D;
		text-align:center;
		padding:3px 0px 3px 0px;
		width:17px;
		font-weight:bold;
		font-size:0.846em;
	}
	.close_cnt_list{
		display:block;
		border-radius:0.385em;
		border-style: solid;
		border-color: #666;
		border-width:0.077em;
		-moz-border-radius:0.385em;
		-webkit-border-radius:0.385em;
		background-color:#090;
		color:#FFF;
		text-align:center;
		padding:3px 0px 3px 0px;
		width:17px;
		font-weight:bold;
		font-size:0.846em;
	}
	#confirm_box{
		display:none;
		width:360px;
		min-height:200px;
		padding:20px;
		margin-right:50px;
	}
	#confirm_box td{
		padding:5px;
		text-align:left;
	}

	#confirm_box select{
		padding:5px;
		width:250px;
	}
	#confirm_box .email_sent_results{
		display:inline-block;
		float:left;
		color:#E10000;
		font-size:14px;
		padding:5px;
	}

	#confirm_box #email_box{
		width:100%;
		height:250px;
		
	}

	#confirm_box .center_div{
		margin-left: auto;
		margin-right: auto;
	}
	
	#confirm_box .send_email_verified, #confirm_box .send_email_custom{
		float:left;
		padding:5px 15px 5px 15px;
		background-color:#0eb535;
		color:#FFF;
		text-align:center;
		cursor:pointer;
	}

	#confirm_box .cancel_email_send{
		float:left;
		padding:5px 15px 5px 15px;
		background-color:#eb2709;
		color:#FFF;
		text-align:center;
		cursor:pointer;
	}

	#confirm_box .send_email_verified:hover, #confirm_box .cancel_email_send:hover{
		background-color:#3B5998;
	}
	.send_email:hover{
		cursor:pointer;
		background-color:#3B5998 !important;
		color:#FFF;
	}

	#scoreboard_table{
		margin-right:auto;
		margin-left:auto;
		width:700px;
	}
	#scoreboard_table td{
		vertical-align:middle;
		text-align:center;
	}
	#scoreboard_table .score_box{
		width:150px;
		height:150px;
		background-color:#AED7FF;
		border:1px solid #666;
	}
	#scoreboard_table .start_process:hover{
		cursor:pointer;
	}
	.result_table{
		display:none;
		color:#666;
		width:175px;
		margin-left:20px;
		font-size:12px;
	}
	.result_table tr td:first-child {
		width:90px;
	}
	#scoreboard_table .result_table td{
		text-align:left;
		padding:2px;
		margin-left:50px;
	}
	.font24{
		font-size:28px;
		font-weight:bold;
	}
	.success_rate{
		display:none;
		font-size:12px;
	}
	.commercial_div{
		display:none;
	}


	
	#functions_left{
		position:fixed;
		top: 90px;
		left: 0px;
		width:30px;
	}
	#functions_left img{
		width:20px;
		height:20px;
	}
	#functions_left div{
		background-color:#E1E1E1;
		float: left;
		cursor: pointer;
		padding: 5px;
		transition: 0.3s;
		margin-bottom:1px;
		border-bottom:1px solid #FFF;
	}
	#functions_left div:hover {
		background-color:#BCBCBC;
	}
	

	#data_query_div{
		float:right;
		margin:10px 10px 0px 0px;
		font-size:14px;
	}
	#data_query_div span{
		display:inline-block;
		padding:5px;
	}
	#data_query_div select{
		padding:10px;
	}
	#activity_log_table{
		font-size:12px;
	}
	#activity_log_table tr{
		font-size:12px;
		border-bottom:1px solid #999;	
	}
	.delete_activity{
		cursor:pointer;
	}
	.activity_step, .delete_steps{
		display:inline-block;
		padding:2px;
		margin:2px 2px;
		background:#FF9;
		border:1px solid #333;
	}
	.delete_steps:hover{
		cursor:pointer;
		background-color:#E1E100;		
	}

	#prime_calling_table{
		border:1px solid #333;
		width:100%;

	}
	#prime_calling_table th{
		background-color:#333;
		color:#FFF;
		font-weight:bold;
		padding:3px;
	}
	#prime_calling_table tr:nth-child(even){
		background-color:#FFF;
	}
	#prime_calling_table tr:nth-child(odd){
		background-color:#EAEAEA;
	}
	#prime_calling_table td{
		width:44px;
		padding:3px 6px 3px 0px;
		text-align:right;
	}
	#prime_calling_table tr td:first-child {
		width:65px;
	}
	#prime_calling_table .yellow{
		background-color:#FF6;
	}
	#prime_calling_table .gold{
		background-color:#E6E600;
	}


	#carrier_table, .carrier_table{
		float:right;
		border:1px solid #333;
		font-size:12px;
	}
	#carrier_table th, #fc_hide_table th, .carrier_table th{
		background-color:#333;
		color:#FFF;
		font-weight:bold;
		padding:10px 0px 10px 5px;
		text-align:left;
	}
	#carrier_table tr:nth-child(even), #fc_hide_table tr:nth-child(even), .carrier_table tr:nth-child(even){
		background-color:#FFF;
	}
	#carrier_table tr:nth-child(odd), #fc_hide_table tr:nth-child(odd), .carrier_table tr:nth-child(odd){
		background-color:#EAEAEA;
	}
	#carrier_table td, .carrier_table td{
		padding:10px;
		vertical-align:top;

	}
	#fc_hide_table td{
		padding:10px 0px 10px 5px;
	}
	.get_carrier:hover{
		cursor:pointer;
		background-color:#FF9 !important;
	}


	
	#activity_report{
		width:940px;
		font-size:12px;
	}
	#activity_report tr :nth-child(-n+1){
		text-align:left;
	}
	#activity_report tr:first-child td {
		vertical-align:bottom;
		background-color:#333;
		color:#FFF;
	}
	#activity_report td{
		padding:5px 10px 5px 10px;
		vertical-align:middle;
		height:18px;
	}
	#activity_report tr:nth-child(even) {
		background-color:#EEE;
	}

	.date_view{
		display:inline-block;
		padding-right:25px;
		padding-bottom:10px;
		font-size:12px;
	}
	.date_view:hover{
		text-decoration:underline;
		cursor:pointer;
	}
	.date_view_active{
		font-size:14px;
		font-weight:bold;
	}
	
	#reminder_holder{
		margin-top:40px;
	}
	#reminder_holder_processing{
		margin-top:25px;
		display:none;
		text-align:center;
	}
	.reminder_tables{
		float:left;
		margin-right: 7px;
	}
	.reminder_tables h2{
		display:inline-block;
		font-size:12px;
	}
	#training_add{
		display:none;
	}

	#training_content{
		margin-bottom:50px;
	}
	#training_content h2{
		font-size:14px;
		font-weight:bold;
		padding-bottom:20px;
	}
	.action_table{
		width:230px;
		margin-right:auto;
		margin-left:auto;
		margin-top:3px;
		border:1px solid #333;	
	}

	.action_table_large{
		width:245px;
		margin-right:auto;
		margin-left:auto;
		margin-top:3px;
		border:1px solid #333;	
	}
	.reminder_tables table td{
		font-size:11px;
		padding:8px 0px 8px 4px;
		vertical-align:middle !important;
		max-width: 200px; /* Adjust the width as needed */
		overflow-wrap: break-word; /* For additional compatibility */
	}
	
	.reminder_tables table tr > td:last-of-type {
		text-align:right;
		padding-right:4px
	}	
	.reminder_tables table td input{
		margin:0px;
	}
	.reminder_tables table tr:nth-child(even) {
		background-color:#EEE;
	}
	.reminder_tables table tr:first-child td{
		background-color:#3B5998;
		color:#FFF;
		vertical-align:bottom;
		font-weight:bold;
		height:20px;
	}
	.reminder_tables h2{
		font-weight:bold;
		font-size:11px;
	}

	.action_note{
		margin-top: 10px;
		padding:5px 2px 5px 2px;
		background-color:yellow;
	}
	
	.send_birthday_email:hover{
		background-color:#CCC !important;
		cursor:pointer;
	}
	.quote_status{
		float:right;
		height:10px;
		width:10px;
		margin:5px 0px 5px 0px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		border:thin solid #333;
	}
	.quote_status:hover, .quote_click:hover{
		cursor:pointer;
		background-color:#CCC;
	}
	#affirmation_box{
		position:relative;
		padding:30px;
	}
	#affirmation_content{
		text-align:left;
		font-size:18px;
		font-weight:normal;
	}
	#affirmation_content .affirmation_header{
		font-size:24px;
		text-decoration:underline;
		font-weight:bold;
		
	}
	#affirmation_content ul{
		list-style-type: square;
		margin-left:25px;
		padding-bottom:25px;
		
	}
	#affirmation_content ul li{
		padding:10px;
	}
	.close_affirmation{
		position:absolute;
		display:inline-block;
		color:red;
		padding:5px;
		top:0;
		right:0;
		
	}
	.close_affirmation:hover{
		font-weight:bold;
		cursor:pointer;
	}
	.close_to_do{
		position:absolute;
		display:inline-block;
		padding:5px;
		top:0;
		right:0;
		
	}
	.close_to_do:hover{
		font-weight:bold;
		cursor:pointer;
	}
	#to_do_function{
		position:absolute;
		width:325px;
		padding:20px 20px 10px 10px;
		background-color:#E10000;
		border:1px solid #333;
		z-index:5000;
		color:#FFF
		
	}
	#to_do_function label{
		display:inline-block;
		float:left;
		padding:5px;
		width:100px;
		font-size:12px;
	}
	#to_do_function input{
		width:185px;
		padding:5px;
		margin:0px 0px 5px 0px;
	}
	#to_do_function select{
		width:200px;
		padding:5px;
		margin:0px 0px 5px 0px;
	}
	#to_do_function p{
		text-align:center;
		width:80px;
		margin-left:120px;
	}
	
	.to_do_assign{
		float:left;
		width: 120px;
	}
	#to_do_function .to_do_assign label{
		display:inline-block;
		padding-left: 15px;
		text-indent: -15px;
		width: auto;
		margin-right:5px;
	}
	
	#to_do_function .to_do_assign input {
		width: 13px;
		height: 13px;
		padding: 0;
		margin:0;
		vertical-align: bottom;
		position: relative;
		top: -1px;
		*overflow: hidden;
	}		
	
	.to_do_error{
		display:none;
		padding:10px;
		font-size:12px;
	}

	.to_do_add, .to_do_open{
		border:1px solid #999999; -webkit-border-radius: 42px; -moz-border-radius: 42px;border-radius: 42px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 15px 5px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,0.3);font-weight:bold; color: #000000; cursor:pointer;
		border:1px solid #7A7A7A;
		background-color: #8ed058; background-image: -webkit-gradient(linear, left top, left bottom, from(#8ed058), to(#7bb64b));
		background-image: -webkit-linear-gradient(top, #8ed058, #7bb64b);
		background-image: -moz-linear-gradient(top, #8ed058, #7bb64b);
		background-image: -ms-linear-gradient(top, #8ed058, #7bb64b);
		background-image: -o-linear-gradient(top, #8ed058, #7bb64b);
		background-image: linear-gradient(to bottom, #8ed058, #7bb64b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8ed058, endColorstr=#7bb64b);
	}		
	.to_do_add:hover, .to_do_open:hover{
		background-color: #a9db80; background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#96c56f));
		background-image: -webkit-linear-gradient(top, #a9db80, #96c56f);
		background-image: -moz-linear-gradient(top, #a9db80, #96c56f);
		background-image: -ms-linear-gradient(top, #a9db80, #96c56f);
		background-image: -o-linear-gradient(top, #a9db80, #96c56f);
		background-image: linear-gradient(to bottom, #a9db80, #96c56f);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#96c56f);
	}			
	
	.to_do_open{
		display:inline-block;
		font-size:9px;
		padding:2px 6px 2px 6px; 
		margin:0px;
	}



#quote_left{
	float:left;
	width:500px;
	padding:10px;
}

#quote_right{
	float:right;
	width:700px;
	padding:10px;
}

#chart-pie{
	width: 650px; 
	height: 350px;
	border:1px solid #333;
	background-color:#E7F3FF;
	float:right;
}

#quote_table .pcs_header{
	font-size:8px !important;
	font-weight:normal !important;
}
#quote_table img{
	width:10px;
	height:10px;
}
#quote-table td{
	padding:10px;
}
#quote-table tr:first-child td{
	background-color:#3B5998;
	color:#FFF;
	vertical-align:bottom;
	font-weight:bold;
}

#quote-table .pcs_header{
	font-size: 10px !important;
	font-weight:normal !important;
}



.remove_bullet{
	width:20px;
	text-align:center;
}
.remove_bullet:hover{
	cursor:pointer;
	text-decoration:bold;
	border:1px solid #333;
}

.pcs_table_row{
	text-align:center;
}
.pcs_table td:first-child {
	width:225px !important;
}
.pcs_holder legend{
	font-size:20px !important;
}

.pcs_holder tr:first-child td{
	font-weight:bold;
	border-bottom:1px solid #333;
}

.pcs_holder td{
	padding:3px;
}
.pcs_holder .yellow{
	background-color:#B7D170;
	padding-left:5px;
}
.pcs_holder label{
	display:inline-block;
	width:auto !important;
	padding:5px;
	text-align:left;
}
.update_pcs{
	padding:5px;
	float:left;
	border:1px solid #333;
	font-weight:bold;
}
.update_pcs:hover{
	cursor:pointer;
	background-color:#B7D170;
}
.pcs_table td select{
	width:125px !important;
}
.pcs_table td input{
	width:115px !important;
}
.pcs_table .review_summary, .pcs_table .primary_summary{
	width:415px !important;
}

.hide_pcs{
	margin-top:25px;
	display:none;
}
.general_policy{
	margin-bottom:50px;
}
#pcs_links{
	float:left;
	margin-bottom:20px;
}
#pcs_links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#pcs_links li {
	float: left;
	display: none;
	margin-right:5px;
	padding: 5px 10px 5px 10px;
	background-color:#95B464;
}
#pcs_links li:hover {
	cursor:pointer;
	background-color:#95B464;
	color:#FFF;
}
.pcs_click_active{
	background-color:#95B464;
	border:2px solid #000;
	font-weight:bold;
}


.add_bullet{
	padding:5px;
	background-color:#E10000;
	color:#FFF;
	font-weight:bold;
	border:1px solid #333;
	text-align:center;
	cursor:pointer;
}
.add_bullet:hover{
	background-color:#CE0000;
}
.summary_bullet_count{
	display:none;
}
#to_do_completed{
	width:1250px;
}
#to_do_completed td{
	padding:10px;
	font-size:13px;
}
.to_do h1{
	font-size:24px;
	padding-bottom:25px;
}

.insurance_review_link{
	float:right;
}
.insurance_review_link:hover{
	text-decoration:underline;
	cursor:pointer;
}

.download_xml{
	display:inline-block;
	float:left;
	margin:8px 15px 0px 15px;
	cursor:pointer;
}
.download_xml:hover{
	border-bottom:2px solid #999;
}

.loading{
	display:none;
	font-weight:bold;
	float:right;
	margin:0px;
	font-size:12px;
}

.tab_links_loading{
	display:none;
}

.tab_links_loading img{
	margin:10px;
}

.to_do h1{
	display:inline-block;
}
.to_do a{
	display:inline-block;
	padding:10px;
	font-size:12px;
	margin-left:20px;
	text-decoration:underline;
	
}

#training_titles{
	float:left;
	font-size:12px;
	padding:15px 20px 20px 20px;
	border:1px solid #666;
	background-color:#EEE;
	width:160px;
	position:fixed;
}
#training_titles a{
	display:inline-block;
	margin-left:5px;
	padding:5px;

}
#training_titles a:hover{
	text-decoration:underline;
}
#training_content h1{
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
}
#training_content ul{
	margin:0px 0px 25px 25px;
	list-style-type: square;
}

#training_content, #training_add{
	float:right;
	font-size:14px;
	padding:0px 20px 20px 20px;
	width:1000px;
	line-height: 1.6;
}

.category_header:hover{
	background-color:#06C;
	cursor:pointer;
}
.category_header{
	margin-top:5px;
	padding:5px;
	background-color:#3B5998;
	color:#FFF;
	font-weight:bold;
	border:1px solid #333;
}
.title_holder{
	display:none;
	border:1px solid #333;
	background-color:#FFC;
}

.change_notice{
	background-color:#FF9;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
.field_error{
	background-color:#ff3333 !important;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
.pcs_link_hide{
	display:none;
}

	#action_reminder{
		display:none;
		position: fixed; 
		z-index:5000; 
		bottom:20px;  /*  25px - 1.923em  */
		left:5px;  /*  10px - 0.769em  */
		background:#E10000;
		color:#FFFFFF;
		width:260px;  /*  250px - 19.231em   */
		overflow-y:auto;
		overflow-x:hidden;
		box-shadow:0.154em 0.231em 0.385em #000000;
		font-weight:bold;
		border:3px solid #FFF;
		opacity: 0.8;
		font-size:12px;
		font-weight:normal;
		min-height:50px;
		max-height:200px;
		padding:10px;
		
	}
	#action_reminder div{
		display:block;
		padding:5px 0px 5px 10px;
	}
	#action_reminder table{
		width:100%;
	}
	#action_reminder td{
		padding:5px;
	}

	.getCustomer:hover{
		cursor:pointer;
		text-decoration:underline;
	}
	#closeAction{
		display:block;
		position:absolute;
		top:-2px;
		right:0px;
		font-size:24px;
	}	
	#action_reminder #closeAction:hover{
		cursor:pointer;
		font-weight:normal;
		background:red;
	}
	
	.ff_content .tr_simulated{
		margin-left:50px;
		padding:10px 5px 10px 5px;
	}
	.ff_content .tr_simulated .question label{
		display:inline-block;
		width:auto !important;
		text-align:left;
	}
	.ff_content .question_number{
		width:16px;
		float:left;
		text-align:right;
		padding:3px 5px 3px 0px;
	}
	.ff_content .tr_simulated .question{
		width:800px ;
		float:left;
		padding:3px;
		background-color:#D6E5AE;
	}
	.ff_content .question_long{
		width:870px;
		float:left;
		padding:3px;
	}
	.ff_content .question_answer{
		width:110px;
		float:left;
		padding:3px;
	}
	.quote_circle, .action_date_circle {
		display:none;
		border-radius: 5px;
		padding:3px;
		text-align:center;
		background-color:red;
		color:#FFF;
		position:fixed;
		font-size:10px;
		min-width:12px;
		z-index:5550;
	}

	#list_nav_div{
		float:left;
		font-size:20px;
		margin-top:10px;
		margin-bottom:15px;
		width:100%;
	}
	#list_nav_div .seach_value{
		display:inline;
		margin:5px;
		font-size:12px;
		color:red;
		font-weight:bold;
	}
	#list_nav_div select{
		display:inline;
		height:25px;
	}
	#list_nav_div span {
		display:inline-block;
		padding:2px 3px 2px 3px; /*  3px  -  10 font  */
		border: 0.100em solid #666666;
		-webkit-border-radius: 0.250em; 
		-moz-border-radius: 0.250em;
		border-radius: 0.250em;
		background-color: #333333; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#999999));
		background-image: -webkit-linear-gradient(top, #333333, #999999);
		background-image: -moz-linear-gradient(top, #333333, #999999);
		background-image: -ms-linear-gradient(top, #333333, #999999);
		background-image: -o-linear-gradient(top, #333333, #999999);
		background-image: linear-gradient(to bottom, #333333, #999999);
		font-weight:bold;
		color:#FFFFFF;
		-moz-box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		cursor:pointer;
		font-size:12px; /* 10px - 0.769em  */
	}
	#list_nav_div span:hover{
		background-color: #E6E6E6; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
		background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
		color:#666666;
	}
	#list_msg{
		display:inline-block;
		color:red;
	}
	
	#list_showing{
		float:right;
		padding:5px; /*  3px  -  10 font  */
		border: 0.100em solid #666666;
		-webkit-border-radius: 0.250em; 
		-moz-border-radius: 0.250em;
		border-radius: 0.250em;
		background-color: #333333; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#999999));
		background-image: -webkit-linear-gradient(top, #333333, #999999);
		background-image: -moz-linear-gradient(top, #333333, #999999);
		background-image: -ms-linear-gradient(top, #333333, #999999);
		background-image: -o-linear-gradient(top, #333333, #999999);
		background-image: linear-gradient(to bottom, #333333, #999999);
		font-weight:bold;
		color:#FFFFFF;
		-moz-box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		-webkit-box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		box-shadow: inset 0.000em -0.077em 0.077em rgba(0,0,0,0.5), inset 0.000em 0.077em 0.077em rgba(255,255,255,0.8);
		font-size:12px; /* 10px - 0.769em  */
	}
	#list_start{
		padding:5px;
	}
	
	.delete_customer_tb:hover{
		cursor:pointer;
	}
	
	.remove_action_row{
		background-color:pink !important;
	}
	
	
	.quoted_type{
		display:inline-block;
		padding:3px;
		font-size:6px;
		margin-right:2px;
		margin-top:2px;
		background-color:#090;
		color:#FFF;
		width:6px;
		text-align:center;
	}
	
	.quoted_type_comm{
		display:inline-block;
		padding:3px;
		font-size:6px;
		margin-right:2px;
		margin-top:2px;
		background-color:#06C;
		color:#FFF;
		width:6px;
		text-align:center;
	}	
	.quoted_type_life{
		display:inline-block;
		padding:3px;
		font-size:6px;
		margin-right:2px;
		margin-top:2px;
		background-color:#333;
		color:#FFF;
		width:6px;
		text-align:center;
	}		
	
	#pcs_questions label{
		display:inline-block;
		width:10px;
		padding:5px;
	}
	#pcs_questions input{
		width:1000px;
		padding:5px;
	}	
	#pcs_questions .btm_margin{
		margin-bottom:10px;
	}
	.case_id{
		float:right;
		padding: 15px 20px 15px 20px;
	}
	
	
	.staff_btns{
		float:left; 
		padding:5px
	}
	.get_staff, .assign_goal, .unassign_goal, .fc_staff_assign{
		display: inline-block;
		padding:0.000em 0.385em 0.000em 0.385em;   /*  0px 5px 0px 5px  */
		border: 0.083em solid #666;
		-webkit-border-radius: 0.250em; 
		-moz-border-radius: 0.250em;
		border-radius: 0.250em;
		background-color: #E6E6E6; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
		background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
		background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
		text-align:center;
		font-size:12px;
		font-weight:normal;
		color:#333333;
		margin:3px;
		float:left;
	}
	.get_staff:hover, .assign_goal:hover, .unassign_goal:hover, .fc_staff_assign:hover{
		background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#CCC));
		background-image: -webkit-linear-gradient(top, #000, #CCC);
		background-image: -moz-linear-gradient(top, #000, #CCC);
		background-image: -ms-linear-gradient(top, #000, #CCC);
		background-image: -o-linear-gradient(top, #000, #CCC);
		background-image: linear-gradient(to bottom, #000, #CCC);
		color:#FFF;
		cursor:pointer;
	}
	.get_staff_on, .assign_goal_on, .fc_staff_assign_on{
		color:#FFF;
		background-color: #009900; 
		background-image: -webkit-gradient(linear, left top, left bottom, from(#009900), to(#006600));
		background-image: -webkit-linear-gradient(top, #009900, #006600);
		background-image: -moz-linear-gradient(top, #009900, #006600);
		background-image: -ms-linear-gradient(top, #009900, #006600);
		background-image: -o-linear-gradient(top, #009900, #006600);
		background-image: linear-gradient(to bottom, #009900, #006600);
	}
	#production_left_div{
		float:left;
		width:180px;
		min-height:750px;
		margin-right:5px;
		border:1px solid #999;
		background-color:#D6E5AE;
		font-size:13px;
		padding:10px 0px 5px 5px;
	}
	#production_right_div{
		float:left;
		font-size:12px;
	}
	#production_right_div input, #production_right_div select{
		padding:5px;
	}


/********************************************************/
/********  PRODUCTION REPORT ****************************/

	.production_report_table, .commission_report_table{
		width:100%;
		margin-bottom:25px;	
	}
	.production_report_table .table_head td{
		background:#666 !important;
		color:#FFF;
		vertical-align:bottom;
	}
	.production_report_table tr:not(:first-child):hover {
		background-color:#FF9 !important;
	}
	.production_report_table td, .commission_report_table td{
		padding:5px 0px 5px 0px;
	}
	.production_report_table input{
		width:70px;
		margin-right:2px;
	}
	table.production_report_table td div.one_line {
		 height:13px;  /*  20px -  1.538em   */
		 overflow:hidden;
		 margin-right:10px;  /*  15px - 1.154em */
		 max-width:85px;
	}
	.table_header_row{
		background:#000;
		color:#FFF;
	}
	#timecard_report_table{
		margin-top:25px;
		width:600px;
	}
	#timecard_report_table td{
		padding:3px;
	}
	.get_report, .timecard_report{
		display:inline-block;
		padding:5px;
		width:65px;
		background:#F00;
		color:#FFF;
		cursor:pointer;
		font-weight:bold;
		text-align:center;
		margin:5px;
		font-size:10px !important;
	}
	.get_report:hover, .timecard_report:hover{
		background:#D20000;
	}
	#comm_data{
		display:none;
	}
	#comm_data_content{
		margin-top:25px;
	}
	.comm_paid{
		width:155px; 
		background-color:green;
		margin-bottom:20px;
	}
	.comm_paid:hover{
		background-color:#000000;
	}
	.setpaid{
		display:inline-block;
		padding:2px;
		width:125px;
		background:#090;
		color:#FFF;
		cursor:pointer;
		font-weight:bold;
		text-align:center;
		margin:5px;
		float:right;
	}
	.setpaid:hover{
		background:#060;
	}
	.not_issued{
		color:#999;
		text-align:right;
	}
	.payable{
		font-weight:bold;
		text-align:right;
		color:#000;
	}
	.paid{
		color:#090;
		text-align:right;
		font-weight:normal;
	}
	.lapsed_amount{
		font-weight:normal;
		color:red;
		text-align:right;
	}
	.change_paid, .written_edit_date, .issued_edit_date, .lapsed_edit_date, .written_edit_premium, .issued_edit_premium, .delete_production{
		cursor:pointer;
	}
	.add_commission{
		margin-left:10px;
		border-style: solid;
		border-color: #95B464;
		border-width:0.077em;
		border-radius: 4px; /*  15px - 1.154em */
		-moz-border-radius: 1.154em; /*  15px - 1.154em */
		-webkit-border-radius: 1.154em; /*  15px - 1.154em */
		background-color:#D6E5AE;
		font-size:11px;
		padding:0px 5px 0px 5px;
		cursor:pointer;
	}
	.add_commission:hover {
		background:#95B464;
		color:#FFF;
	}

	.add_btn{
		border-style: solid;
		border-color: #95B464;
		border-width:0.077em;
		border-radius: 4px; /*  15px - 1.154em */
		-moz-border-radius: 1.154em; /*  15px - 1.154em */
		-webkit-border-radius: 1.154em; /*  15px - 1.154em */
		background-color:#D6E5AE;
		font-size:11px;
		padding:0px 5px 0px 5px;
		cursor:pointer;
	}
	.add_btn:hover {
		background:#95B464;
		color:#FFF;
	}
	.left_stats_table{
		border:1px #FFF solid;
		width:170px !important;
		box-shadow: 3px 3px 6px #333333; 
		-webkit-box-shadow: 3px 3px 6px #333333; 
		-moz-box-shadow: 3px 3px 6px #333333;
		margin-bottom:20px;
	}
	.left_stats_table td{
		padding:3px;
		font-size:11px;
	}

	.production_header{
		font-size:14px;
		font-weight:600;
		margin-top:10px;
	}
	
	.forms_popup, .action_popup, .list_popup, .renewal_popup, .source_popup{
		display: none;
		font-size:14px;
		background: #fff;
		position: absolute;
		top: -0.923em;
		left: -1.538em;
		width: 12.692em;
		box-shadow: 0 0.154em 8px rgba(0, 0, 0, 0.45);
		border:0.385em solid;
		border-color:#F1F2F2;
		z-index:6000;
	}
	.forms_popup ul, .action_popup ul, .list_popup ul, .renewal_popup ul, .source_popup ul{
		list-style: none;
		margin:0px;
		padding:0px;	
	}
	.forms_popup li, .action_popup li, .list_popup li, .renewal_popup li, .source_popup li{
		padding:5px;
		background:#FF6699;
	
	}
	.forms_popup li:hover, .action_popup li:hover, .list_popup li:hover, .renewal_popup li:hover, .source_popup li:hover{
		background:#06C;
		color:#FFFFFF;
		cursor:pointer;
	}
	
	
	.address_show{
		margin-right:2px;
		padding:0px 4px 0px 4px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border:thin solid #333;
		background-color:#FF9;
		font-size:12px;
	}
	.address_show:hover, .show_on{
		cursor:pointer;
		background-color:#e32727;
		color:#FFF;
	}
	.show_office_on, .show_mailing_on{
		display:none;
	}

	.quote_rate_div h1{
		font-size: 18px;
		font-weight:bold;
	}
	.rates_table{
		margin-bottom:25px;
	}
	.rates_table tr:first-child td{
		vertical-align:bottom;
		padding-bottom: 20px !important;
		
	}

	.rate_class {
		font-size: 10px;
	}
	.rates_table td{
		padding: 0px !important;
		height: 50px;
		max-width: 60px; /* Adjust the width as needed */
		overflow-wrap: break-word; /* For additional compatibility */
		vertical-align: top;
	}

	.smallBoxHolder{

		width: 10px;
		padding-left: 3px;
		padding-top: 2px;

	}
	.rates_table input[type="checkbox"] {

		appearance: none;
		width: 7px !important; 
		height: 7px; 
		border: 1px solid #8a8a8a; 
		border-width: 1px;
		border-radius: 0; /* Remove border radius for square shape */
		margin: 0px 0px 2px 0px !important;
		background-color: #ffffff; 
		padding: 0px !important;
		float: left;
		
	}
	.rates_table input[type="checkbox"]:checked {
		background-color: #4CAF50; 
	}
	.rates_table input[type="text"] {

		padding: 5px !important;
		margin: 0px !important;
		width:60px !important;

	}
	
	.rates_table div{

		float: left;

	}
	#carrier_dropdown{
		display:none;
		background-color:white;
		position: absolute;
		left: 30px;
		top:30px;
		border: 3px solid #73AD21;		
	}
	
	#carrier_dropdown table td{
		padding:8px;
		font-size:12px;
	}

	#carrier_dropdown_table tr:nth-child(even){background-color: #ffff99;}
	#carrier_dropdown_table tr:nth-child(odd){background-color: #ffffcc;}

	#carrier_dropdown_table tr:hover {background-color: #e6e600 !important;}	
	
	.close_add{
		text-align:right;
	}
	.close_add:hover{
		cursor:pointer;
		text-decoration:underline;
	}

	.update_password{
		color:green;
		font-weight:bold;
		font-size:18px;
	}		
	.update_password:hover{
		cursor:pointer;
		background-color:yellow;
	}	
	
	.table_top td{
		padding:10px !important;
	}	
	.table_top tr:first-child td{
		width:300px !important;
	}
	.property_used{
		display:none;
	}
	
	#comm_data_content{
		font-size:12px;
	}
	#comm_data_header select{
		padding:5px;
	}
	
	.production_get{
		padding:2px;
		font-size:15px;
		margin-bottom:2px;
		border:1px solid #333;
		background-color:#fff36e;
		cursor:pointer;
	}
	.tp_tc{
		display:none;
	}
	
	#carrier_report_table{
		margin:20px;
	}
	#carrier_report_table th{
		padding:10px;
		background-color:#333;
		color:#FFF;
		font-weight:bold;
		text-align:left;
	}	
	#carrier_report_table td{
		padding:10px;
	}	
	#carrier_report_table select, #carrier_report_table input{
		padding:5px;
	}
	#carrier_report_table input{
		width:300px;
		padding:5px;
	}	
	#carrier_report_h1{
		font-size:20px;
		margin:20px 0px 0px 20px;
		font-weight:bold;
	}
	
	#getCommissionStatments{
		float:right;
		margin-top:5px;
		cursor:pointer;
	}
	#getCommissionStatments:hover{
		text-decoration:underline;
	}	
	

	.add_renewal_table td{
		padding:10px;
		vertical-align:bottom;
	}
	.add_renewal_table input, .add_renewal_table .rn_select{
		width:90px !important;
	}	
	

	#ezlynx_disable_screen #ezlynx_email_box{
		width:650px;
		height:100px;
	
	}
	
	#ezlynx_msg_holder{
		width:750px;
		background-color:white;
		margin-left:auto;
		margin-right:auto;
		padding:25px;
		text-align:left;
	
	}

	#ezlynx_holder{ background-color:#ededed; border-spacing: 10px 0; 	}
	#ezlynx_holder td{ vertical-align:top; 	}
	.ezlynx_price_table{ width:320px; background-color:white;}
	.ezlynx_price_table td{ padding:15.008px; background-color:white; }
	.ezlynx_price{ color:#5c9126; font-size:15.008px; font-weight:bold; }
	.ezlynx_pid{ color:#5c9126; font-size:12px; font-weight:normal; }	
	.ezlynx_monthly{ color:#5c9126; font-size:10px; font-weight:normal;  }
	#ezlynx_left{ float:left; width:390px; border-spacing: 0 15px; }
	#ezlynx_right{ float:left; width:265.8px; border-spacing: 5px; background-color:white;  margin: 15px 0 15px 10px; box-shadow: 4px 5.008px 10px -1.008px #7A7A7A; }
	.ezlynx_price_holder { background-color:white; box-shadow: 4px 5.008px 10px -1.008px #7A7A7A; }
	.ezlynx_logo{ float:left; width:190px; margin:10px; }
	.ezlynx_price_right{ float:left; width:147.2px; margin:10px; }
	.ezlynx_coverage_header{ font-size:14px; font-weight:bold; color:#666; }
	.ezlynx_coverage_header_padding{ font-size:14px; font-weight:bold; color:#666; padding-top:10px	}
	.ezlynx_coverage_type{ float:left; font-size:10px; padding:6px; width:135.2px; }
	.ezlynx_coverage_amount{ color:#5c9126; font-size:12px; font-weight:bold; padding:6px; }	
	.ezlynx_ul{ font-style:italic; font-size:11.008px; margin-left:-10px; }
	.ezlynx_ul li{ padding-bottom:5.008px; }
	table p{ padding: 0 0 5px 0; margin: 0px; float:left; }
	.clear{ clear:both; }
	
	#ezlynx_msg_holder .send_ezlynx_rates{
		float:right;
		padding:5px 15px 5px 15px;
		background-color:#0eb535;
		color:#FFF;
		text-align:center;
		cursor:pointer;
		
	}
	
	#ezlynx_msg_holder .cancel_ezlynx_rates{
		float:right;
		padding:5px 15px 5px 15px;
		background-color:#eb2709;
		color:#FFF;
		text-align:center;
		cursor:pointer;
	}

	
	#options{
		width: 100%;
		table-layout: fixed;
		display: none;
	}
	
	


	#money_management_holder {
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}

	#login_table, #function_table, #login_error, .hide{
		display:none;
	}
	
	
	#money_management_holder table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	#money_management_holder table td:last-child {
		text-align:right;
	}
	#money_management_holder .positive_balance{
		color:green;
	}
	#money_management_holder .negitive_balance{
		color:red;
	}
	#money_management_holder .sub_type_cell{
		text-align:left;
	}
	#money_management_holder .amount_cell{
		text-align:right;
	}

	#money_management_holder .deposit{
		font-weight:bold;
	}


	#money_management_holder select{
		width:13.4375em;
		padding:0.625em; 
	}

	#money_management_holder input[type="text"]{
		width:11.875em;
		padding:0.625em;
	}

	#function_table, #login_table{
		width:100%;
		background-color:#3B5998;
	}

	#function_table td, #login_table td{
		color:white;
		font-weight:bold;
		vertical-align:middle;
		padding:0.3125em;
	}
	#transaction_table tr:nth-child(even) {
		background-color: #f2f2f2; /* Light gray for even rows */
	}
	
	#transaction_table tr:nth-child(odd) {
		background-color: #ffffff; /* White for odd rows */
	}
	#transaction_table th:first-child {
		background-color: #e0f7fa; /* Light teal */
		font-weight: bold;
		color: #006064;
		width: 30px;
	  }
	  #transaction_table{
		width:100%;	
		background-color: red;
	}

	#transaction_table th {
	  padding:10px 5px 5px 5px;
	  padding-bottom: 12px;
	  text-align: left;
	  background-color: #262626;
	  color: white;
	}	
	#transaction_table td{
		padding:5px;
	}
	.th_left{
		text-align:left;
	}
	.th_right{
		text-align:right !important;
	}
	#transactions_div{
		width:100%;
	}	

	#content_holder{
		max-width:31.25em;
		border:0.0625em solid #000;
		background-color:white;
		margin: auto;
		padding:0.625em;
	}
	.total_monthly{
		border-bottom:1px solid #666;
	}
	.starting_balance_cell{
		font-weight:bold;
	}
	#message_div{
		display:hide;
		background-color:red;
		color:white;
		padding:10px;
	}	
	.current_balance{
		font-style:italic;
	}
	
	#money_management_holder .nav_click{
		display:inline-block;
		padding:0px 10px 5px 0px;
		font-size:12px;
	}

	#money_management_holder .nav_click:hover{
		text-decoration:underline;
		cursor:pointer;
	}
	#money_management_holder p{
	  margin:0;
	  padding:0;
	}
	#money_management_holder p + p{
	  margin-top:10px;
	  padding:0;
	}
	#money_management_holder .negative_balance{

		color: red;
		
	}
	#money_management_holder .positive_balance{

		color: #3f3f3f;
		
	}





