/* REMINDER:  If you change this file, update portal_override_css_version in
	fusebox.init.cfm so the cache will be updated when it is moved to Production. */

#ui-datepicker-div {
	z-index:9999 !important;
}
 .autosuggest, .autosuggest div {width:500}
 
label{
	font-weight:bold;	
}

#filter_group label{
	width:150px;
	float:left;
	clear:left;
}

#filter_group input{
	float:left;
	clear:right;
}
.user_access{
	float:left;
	margin:3px;
}
.top_align{
	text-align:top;
}
.user_grant_info{
	margin-left:50px;
	float:right;
}
.app_instructions{
	margin:5px 5px 5px 0px;
	width:200px;
	padding:1px;
	min-height:75px;
	border:1px solid black;
}
.app_instructions_header{
	margin-bottom:5px;
	color:white;
	padding:1px;
	background:#333366;
	font-weight:bold;
}
.app_inquiry{
	margin-top:5px;
}
.user_access_row{
	clear:both;
}
.graphicBanner{
	height:50px;
	width:50px;
}
//the autosuggest divs need to have the z-index set so they overlap properly. set the uppermost field to the highest index-->
#attorney_nameautosuggest{
	z-index:5;
}
#claimant_attyautosuggest{
	z-index:4;
}
#employer_nameautosuggest{
	z-index:3;
}
#insurer_nameautosuggest{
	z-index:2;
}
#tpa_nameautosuggest{
	z-index:1;
}
.rfh_label{
	display:block;
	width:50px;
}

.hearing_header{
	width:600px;
}
.inner_table{
	margin-left:0px;
	padding-left:0px;
}
ul.hearing_reason_list {
	list-style: none;
	line-height: 1.25em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.request_type_list {
	list-style: none;
	line-height: 1.25em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li.request_type_list{
	display: inline;
}

td.hearing_reason_list_left {
	border-right: thin solid #765;
	width:40%;
	vertical-align:top;
}
td.hearing_reason_list_right {
	vertical-align:top;
}

fieldset.hearing_requested_by{
	width:250px;
}

div.hearing_notice{
	border: medium solid #765;
	font-weight:bold;
	float:right;
	width:350px;
	padding:5px;
}
div.hearing_notice blockquote{
	text-align:center;
}

table.main {
	border-top: thin solid #765;
	border-left: thin solid #765;
	border-bottom: medium solid #765;
	border-right: medium solid #765
}

.app_menu_current {
	background-color: #c6b6a6;
}

.app_menu {
	background-color: #765;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
	width: 125px;
}

.app_menu li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.app_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.app_menu_current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.app_menu a:hover {
	text-decoration: underline;
}

.hiddenlink {
	color: black;
	position: relative;
	text-decoration: none;
}

/* This makes the scrolling table work */
div.scrollTableContainer {
	height: 150px;
	overflow: auto;
	width: 500px;
	margin: 1px 0 0 0;
	position: relative;
}

div.scrollTableLeft {
	height: 450px;
	overflow: auto;
	width: 75px;
	margin: 1px 0 0 0;
	position: relative;
}

/* The different widths below are due to the way the scroll bar is implamented
we are keeping these here instead of putting them in the IE css file b/c it 
is easier to change the width if both numbers are in the same place. */

/* All browsers accept this, but we are targeting IE with this rule */
div.scrollTableContainer table {
	width: 482px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
div.scrollTableContainer table {
	width: 500x;
}
/* All browsers accept this, but we are targeting IE with this rule */
div.scrollTableLeft table {
	width: 68px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
div.scrollTableLeft table {
	width: 75x;
}
/* Modern browsers accept this (not IE) and we are targetting firefox */
div.scrollTableLeft table tbody {
	overflow: auto;
	/*    height: 250px;*/
	overflow-x: hidden;
}

div.scrollTableLeft thead tr {
	position: relative;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableLeft td:last-child {
	padding-right: 20px;
}

/* Modern browsers accept this (not IE) and we are targetting firefox */
div.scrollTableContainer table tbody {
	overflow: auto;
	/*    height: 250px;*/
	overflow-x: hidden;
}

div.scrollTableContainer thead tr {
	position: relative;
}

/*prevent Mozilla scrollbar from hiding cell content*/
div.scrollTableContainer td:last-child {
	padding-right: 20px;
}

/* end taken from*/
ul.list {
	list-style: none;
}
/*adding new class to allow for additional padding in the table headers, this will replace the &nbsp;'s used previously*/
th.header {
	padding-right: 2px;
}

td.padding_2 {
	padding: 2px;
}

td.border_1 {
	border: 1px solid #000000;
}

.left_align {
	text-align: left;
}

.center_align {
	text-align: center;
}

.right_align {
	text-align: right;
}

div.spacer {
	clear: both;
}

div.float {
	float: left;
}

div.float p {
	text-align: center;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}
.grid
{
	border-spacing:1;
	border:0px;
}
.grid td, .grid th
{
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}
.hover:hover
{
	background-color:#FFFFAA;
}
input:focus
{
	background-color:FFFFAA;
}
textarea:focus
{
	background-color:FFFFAA;
}
select:focus
{
	background-color:FFFFAA;
}
.case_status_format_l
	{
	width:120px;
	float:left;
	}
.case_status_format_r
	{
	float:left;
	}
.case_event_format_r
	{
	float:left;
	width:480px;
	}
.case_event_format_r2
	{
	float:left;
	width:400px;
	}
.case_event_format_2
	{
	width:230px;
	float:left;
	}
.case_event_format_3
	{
	width:100px;
	float:left;
	}
.case_event_format_4
	{
	width:100px;
	float:left;
	}
.case_status_format_far_r
	{
	width:40px;
	float:right;
	}
.case_status_party_c1
	{
	width:150px;
	float:left;
	}	
.case_status_party_c2
	{
	width:250px;
	float:left;
	}	
.case_status_party_c3
	{
	width:400px;
	float:left;
	}
.case_status_party_c4
	{
	width:150px;
	float:left;
	}
.case_status_header_p1
	{
	width:650px; 
	border:1px solid black; 
	padding:5px;
	height:300px;
	}
.case_ajax_width
	{
	width:650px;
	}	
.case_status_header_p2
	{
	overflow:auto;
	}
.case_status_header_p3
	{
	max-height:300px;
	overflow:auto;
	}	
.case_party_header
	{
	clear:both; 
	width:952px; 
	border:1px solid black; 
	padding:10px; 
	float:left;
	}	
.reset_div
	{
	clear:both;
	}
.bolded
	{
	font-weight: bold;
	}
.button_cust_width
	{
	width:100%;
	}
.pad_l
	{
	padding-left:25px;
	}
.pad_r
	{
	padding-right:25px;
	}	
.pad_l2a
	{
	padding-left:28px;
	}	
.pad_l_2
	{
	padding-left:45px;
	}
.float_l
	{
	float:left;
	}
.float_r
	{
	float:right;
	}
.mar_top_10
	{
	margin-top:10px;
	}
.vertical_align_top
	{
	vertical-align:top;
	}
.padding_top_bottom
	{
	padding-top:8px;
	padding-bottom:8px;
	}
	
.unsaved_record_warning
	{
	font-weight: bold;
	color:red;
	}

.btp_select2_div_area
	{
	border-bottom:1px solid black;
	padding:4px; 
	}	
.br_btn_margin_1
	{
	margin-left:30px;
	}
.capitalize
	{
	text-transform: capitalize;
	}
.borderize 
	{
	border-style:solid;
	border-color:black
	border-width:2px;
	}
.asd_div_1
	{
	width:300px;
	float:left;
	margin-right:10px;
	}
.resp_div_2
	{
	border: medium solid black; 
	width:500px;
	}
.mod_control_label
	{
	float:left;
	padding-top:3px;
	padding-right:10px;
	text-align:right;	
	}
.btn_anchor_pad
	{
	padding:4px;
	}
.faa_rti_label
	{
	font-weight:bold;
	}
.btn_resize_fix
{
	padding:4px;
}

/* Hidden for visual users, available to screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* SETTLEMENTS */
#document_list_table tr:hover > td {
    color: #FFFFFF;
    background-color: #0088CC;
}

.required-cell {
    background: #f2dede;
}

.required-heading {
	color: #b94a48;
}

.text-normal {
	font-weight: normal !important;
}

/* HEARING REQUEST */
#hearing .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

#hearing .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#hearing .alert-danger,
#hearing .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-horizontal-spacing input,
.form-horizontal-spacing label,
.form-horizontal-spacing select,
.form-horizontal-spacing span.add-on {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hearing_request_section .indent {
	margin-left: 40px;
}

.hearing_request_section .indent label {
	font-weight: normal;
	margin-bottom: 0;
}

.hearing_request_section .indent label.checkbox {
	display: block;
}

.hearing_request_section .radio.inline {
    padding-top: 0;
    margin-bottom: 5px;
}

#document_list_table {
	margin: 0;
}