.lead_details_wrapper
{
	position: relative;
	width: 100%;
	height: 200px;
	display:block;
	background-color: #eee;
}

.lead_details_contact_wrap
{
	position: relative;
	width: 25%;
	height: 100%;
	display:block;
    float: left;
}

.lead_details_calendar_wrap
{
	position: relative;
	width: 25%;
	height: 100%;
	display:block;
    float: left;
}

.lead_details_files_wrap
{
	position: relative;
	width: 20%;
	height: 100%;
	display:block;
    float: left;
}

.lead_details_history_wrap
{
	position: relative;
	width: 30%;
	height: 100%;
	display:block;
    float: left;
}

.mif_details_line
{
	position: relative;
	width: auto;
	height: 25px;
	display:block;
	margin-bottom: 7px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
 }

.lead_details_line
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
	margin-bottom: 7px;
	overflow: hidden;
 }

.lead_details_title
{
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #7dba2e;
    padding-left: 20px;
    padding-top: 5px;
}

.lead_details_line_title
{
    position: relative;
    font-size: 14px;
    color: #000;
	float: left;
	width: 90px;
	display: block;
	text-align: right;
	height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	
}

.mif_title
{
    position: relative;
    font-size: 14px;
    color: #000;
	width: 300px;
	display: inline-block;
	height: 100%;
	padding-top: 5px;
	text-align: right;
}



.mif_input_wrap
{
    position: relative;
    font-size: 14px;
	width: 160px;
	display: inline-block;
	height: 100%;
	padding-right: 10px;
}

.lead_details_line_input_wrap
{
    position: relative;
    font-size: 14px;
	float: left;
	width: calc(100% - 95px);
	display: block;
	height: 100%;
	
}

.callback_picker
{
    position: relative;
	float: left;
	width: 30px;
	display: block;
	height: 100%;
	background-color: #000;
	
}

.lead_header_bar
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
	background-color: #b5b5b5;
}

.lead_header_bar_title
{
	position: relative;
	width: auto;
	height: 20px;
	display:block;
    color: #FFF;
    padding-top: 5px;
    font-size: 14px;
    float: left;
    border: 1px solid;
    border-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.lead_list_wrapper
{
	position: relative;
	width: 100%;
	height: calc(100% - 270px);
	display:block;
	background-color: #FFF;
    overflow-y: scroll;
}

.lead_list_append
{
	position: relative;
	width: 100%;
	height: auto;
	display:block;
	background-color: #FFF;
}

.pagination_wrapper
{
	position: relative;
	width: calc(100% - 2px);
	height: 18px;
	display:block;
	background-color: #a7a7a6;
	border: 1px solid #FFF;
	
}

.pagination_text_wrapper
{
	position: relative;
	width: 350px;
	height: calc(100% - 5px);
	margin: 0 auto;
	display:block;
	top: 3px;
}

.pagination_text
{
	position: relative;
	width: auto;
	height: 100%;
	display:block;
	color: #FFF;
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

.lead_list_line
{
	position: relative;
	width: 100%;
	height: 25px;
	display:block;
    border-bottom: 1px solid;
    border-color: #d9d9d9;
}

.lead_list_line:hover
{
    background-color: #fffbca;
}

.lead_list_item
{
	position: relative;
	width: auto;
	height: 20px;
	display:block;
    color: #000;
    padding-top: 5px;
    font-size: 14px;
    float: left;
    border-left: 2px solid;
    border-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.files_box
{
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
	margin-left: 5px;
	width: calc(100% - 30px);
	height: calc(100% - 62px);
	overflow-y: scroll;
	
}

.button_wrap
{
	position: relative;
	width: 90px;
	height: 100%;
	float: left;
	display: block;
	margin-left: 5px;
}

.button
{
    border: 2px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 2px;
    background:url(/images/nav_bar.jpg) repeat-x;
	border-radius: 12px;
	width: calc(100% - 17px);
	height: calc(100% - 20px);
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 10px;
	
}

.button:hover
{
	border: 2px solid #487bb0;
	color: #487bb0;
}

.middle_filter_bar
{
	position: relative;
	width: 100%;
	height: 28px;
	display:block;
	background:url(/images/filter_gradient2.jpg) repeat-x;
}

.middle_filter_title_box
{
	position: relative;
	width: 100px;
	height: 19px;
	display:block;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    float: left;
	padding-top: 5px;
}


.filter_wrap
{
	position: relative;
	float: left;
	margin-left: 10px;
	height: 100%;
	width: 950px;
}

.search_wrap
{
	position: relative;
	float: right;
	margin-right: 10px;
	height: 100%;
	width: 300px;
}

.filter_box
{
	position: relative;
	float: left;
	height: 100%;
	width: auto;
	display: block;
	margin-right: 5px;
}

.filter_title
{
	position: relative;
	height: 16px;
	font-size: 14px;
	width: auto;
	color: #333;
	top: 5px;
}

.search {
    border: 1px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 5px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
	width: 100%;
	height: 8px;
	border-radius: 12px;
	margin-top: 3px;
}

.new_lead_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 400px;
	height: 400px;
	border-radius: 10px;
	top: calc(50% - 200px);
	left: calc(50% - 200px);
	z-index: 6;
	display: none;
	
}

.app_gen_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 400px;
	height: 200px;
	border-radius: 10px;
	top: calc(50% - 100px);
	left: calc(50% - 200px);
	z-index: 6;
	display: none;
	
}

.add_notes_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 800px;
	height: 480px;
	border-radius: 10px;
	top: calc(50% - 240px);
	left: calc(50% - 400px);
	z-index: 6;
	display: none;
	
}

.sold_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	background-color: #aaaaaa;
	width: 400px;
	height: 514px;
	border-radius: 10px;
	top: calc(50% - 257px);
	left: calc(50% - 200px);
	z-index: 6;
	display: none;
	
}

.sa_wrap
{
	position: absolute;
    background:url(/images/savings_analysis4.jpg) no-repeat;
	background-color: #aaaaaa;
	width: 990px;
	height: 590px;
	top: calc(50% - 295px);
	left: calc(50% - 495px);
	z-index: 6;
	display: none;
	
}

.mif_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 500px;
	height: 360px;
	border-radius: 10px;
	top: calc(50% - 180px);
	left: calc(50% - 250px);
	z-index: 6;
	display: none;
	
}

.add_files_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 500px;
	height: 400px;
	border-radius: 10px;
	top: calc(50% - 200px);
	left: calc(50% - 250px);
	z-index: 6;
	display: none;
	
}

.add_leads_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 800px;
	height: 400px;
	border-radius: 10px;
	top: calc(50% - 200px);
	left: calc(50% - 400px);
	z-index: 6;
	display: none;
	
}

.quote_gen_wrap
{
	position: absolute;
	width: 800px;
	height: 650px;
	border-radius: 10px;
	top: calc(50% - 325px);
	left: calc(50% - 400px);
	z-index: 6;
	display: none;
	background-color: #FFF;
	overflow: hidden;
}

.send_email_wrap
{
	position: absolute;
    background:url(/images/new_lead_grad2.jpg) repeat-x;
	width: 400px;
	height: 180px;
	border-radius: 10px;
	top: calc(50% - 115px);
	left: calc(50% - 200px);
	z-index: 6;
	display: none;
	
}

.new_hot_lead_title
{
    position: relative;
    font-size: 14px;
    color: #FFF;
	float: left;
	width: auto;
	display: block;
	text-align: right;
	height: 100%;
	margin-top: 10px;
	margin-left: 8px;
	font-weight: bold;
	
}

.new_hot_lead_icon
{
    position: relative;
	float: left;
	width: 17px;
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-left:8px;
	margin-right: 5px;
	background:url(/images/green_flame.png) no-repeat;
	
}

.sold_icon
{
    position: relative;
	float: left;
	width: 18px;
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-left:8px;
	margin-right: 5px;
	background:url(/images/dollarsign.png) no-repeat;
	
}

.add_files_icon
{
    position: relative;
	float: left;
	width: 21px;
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-left:8px;
	margin-right: 5px;
	background:url(/images/files.png) no-repeat;
	
}

.send_email_icon
{
    position: relative;
	float: left;
	width: 26px;
	display: block;
	height: 20px;
	margin-top: 5px;
	margin-left:8px;
	margin-right: 5px;
	background:url(/images/email.png) no-repeat;
	
}

.new_notes_icon
{
    position: relative;
	float: left;
	width: 20px;
	display: block;
	height: 20px;
	margin-top: 7px;
	margin-left:8px;
	margin-right: 5px;
	background:url(/images/notes_icon.png) no-repeat;
	
}

.close_popup
{
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 10px;
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	
}

.close_popup2
{
	position: relative;
	float: right;
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 10px;
	margin-top: 8px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	
}

.history_line
{
	position: relative;
	width: calc(100% - 10px);
	height: auto;
	color: #000;
	font-size: 12px;
	overflow-wrap: normal;
	padding: 5px;
}

.big_notes_box
{
	border: 2px solid white; 
	position: relative;
	margin: 10px;
	width: calc(100%-20px);
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	height: 250px;
	background-color: #FFF;
	overflow-y: scroll;
}

.file_manager_box
{
	border: 2px solid white; 
	position: relative;
	margin: 10px;
	width: calc(100%-20px);
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	height: 250px;
	background-color: #FFF;
	overflow-y: scroll;
}

.big_notes_input
{
	border: 2px solid white; 
	position: relative;
	margin-left: 10px;
	width: calc(100% - 20px);
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 125px;
	overflow-y: scroll;
	background-color: #FFF;
	resize: none;
}

.file_list_line
{
	position: relative;
	width: calc(100% - 20px);
	height: 26px;
	margin: 5px;
	display: block;
	
}



.file_list_icon
{
	position: relative;
	width: 27px;
	height: 25px;
	display: block;
	float: left;
	margin-left: 5px;
	
}

.file_list_title
{
	position: relative;
	width: calc(100% - 70px);
	height: 18px;
	margin-top: 7px;
	display: block;
	float: left;
	margin-left: 5px;
	
}

.pdf_icon
{
    position: relative;
	float: left;
	width: 20px;
	display: block;
	height: 24px;
	background:url(/images/pdf_icon.png) no-repeat;
	margin: 0 auto;
	
}

.edit_icon
{
    position: relative;
	float: left;
	width: 20px;
	display: block;
	height: 20px;
	background:url(/images/edit_quote.png) no-repeat;
	margin: 0 auto;
	
}

.zip_icon
{
    position: relative;
	float: left;
	width: 25px;
	display: block;
	height: 25px;
	background:url(/images/zip_files.png) no-repeat;
	margin: 0 auto;
	
}

.jpeg_icon
{
    position: relative;
	float: left;
	width: 24px;
	display: block;
	height: 24px;
	background:url(/images/jpg_icon.png) no-repeat;
	margin: 0 auto;
	
}

.docx_icon
{
    position: relative;
	float: left;
	width: 25px;
	display: block;
	height: 24px;
	background:url(/images/word_docx.png) no-repeat;
	margin: 0 auto;
	
}

.excel_icon
{
    position: relative;
	float: left;
	width: 24px;
	display: block;
	height: 24px;
	background:url(/images/excel_icon.png) no-repeat;
	margin: 0 auto;
	
}

.sa_volume
{
    position: absolute;
	top: 82px;
	left: 172px;
	width: 97px;
	height: 20px;
}

.sa_4_year
{
    position: absolute;
	top: 277px;
	left: 465px;
	width: 155px;
	height: 45px;
	
}

.sa_current_processor
{
    position: absolute;
	top: 424px;
	left: 295px;
	width: 155px;
	height: 35px;
}

.sa_button_wrap
{
    position: absolute;
	top: 395px;
	left: 45px;
	width: 255px;
	height: 25px;
}


.sa_new_processor
{
    position: absolute;
	top: 424px;
	left: 479px;
	width: 155px;
	height: 35px;
}

.sa_total_savings
{
    position: absolute;
	top: 424px;
	left: 668px;
	width: 290px;
	height: 35px;
}

.sa_input
{
    position: relative;
	color: #000;
	background-color: transparent;
	text-align: center;
	font-size: 14px;
	border: none;
}

.sa_4_year_input
{
    position: relative;
	color: #000;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	border: none;
	top: 7px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none; 
    box-shadow: none;
	padding: 10px;
}

.sa_savings_calc
{
    position: relative;
	color: #000;
	background-color: transparent;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	border: none;
	top: 2px;
	-webkit-box-shadow: none;
    -moz-box-shadow: none; 
    box-shadow: none;
	padding: 10px;
}

.app_gen_title_wrapper
{
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 5px;
}

.app_gen_title
{
	position: relative;
	width: auto;
	font-size: 14px;
	color: #333;
	width: calc(100% - 20px);
	margin-left: 10px;

}

