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

/* GENERAL STYLES */

body {
	background:url('/i/bg.png') repeat-x;
	color:#727272;
	font-family:Helvetica, Arial, sans-serif;
	margin:0 auto;
	font-size:.9em;
}

.text-center {
	text-align: center;
}

.clear { clear:both; }

a, a:visited, a:active {
    color:#111;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

#wrapper {
    margin:0 auto;
    position:relative;
    width:960px;
}

#header {
    height:121px;
}

#topleftnav {
    position:absolute;
    right:0px;
    top: 20px;
}

#subhead {
    font-size:1.2em;
    font-style:italic;
    margin-top:3px;
    position:relative;
}

#content {
    background:url('/i/content_bg.png') repeat-y;
    min-height:400px;
    _height:400px;
    position:relative;
}

#footer {
    background:url('/i/div.png') top repeat-x;
    color:#000000;
    font-size:11px;
    min-height:10px;
    padding-top:10px;
    text-align:center;
    width:100%;
}

#footer a { color:#000000; }

#left {
    float:left;
    width: 230px;
}

#right {
    float:left;
    position:relative;
    width:730px;
    padding-top:1em;
}

#left ul {
    font-size:.8em;
    font-weight:bold;
    left:10px;
    line-height:20px;
    list-style-type:none;
    margin-left:5px;
    margin-top:0px;
    padding-left:5px;
    padding-top:0px;
    position:relative;
    top: 20px;
    width:180px;
}

#left ul a, #left ul a:visited, #left ul a:active {
    color:#696969;
    text-decoration:none;
}

#left ul a:hover, #left ul a.on { color:#000000; }

h1 { font-weight:normal; margin-top:0px; margin-bottom:5px; font-size:1.6em;}
h2 { font-weight:normal; margin-top:0px; margin-bottom:5px; font-size:1.5em;}
h3 { font-weight:normal; margin-top:0px; margin-bottom:5px; font-size:1.4em;}
h4 { font-weight:normal; margin-top:5px; margin-bottom:5px; font-size:1.3em;}
h5 { font-weight:normal; margin-top:0px; margin-bottom:5px; font-size:1.2em;}
h6 { font-weight:normal; margin-top:0px; margin-bottom:5px; font-size:1.1em;}

/* TABBED STYLES - to override default jquery ui .css referenced in header */
#tabs { margin-top:25px; }
#tabs ul li a { font-size:.8em; font-family:Arial, Helvetica, sans-serif; }
.tabcontent { font-size:.8em;font-family:Arial, Helvetica, sans-serif;  }

/* FORM STYLES */

fieldset {
    font:1em sans-serif;
    font-weight:normal;
    padding: 1em;

}

fieldset div {
    padding:5px;
    position:relative;
    min-height:25px;
    _height:25px;


}

fieldset div.error {
    background-color:yellow;
}

/*.claim_select {
    width: 220px;
}*/

/*label {
    clear:both;
    color:#666;
    float:left;
    margin-right:0.5em;
    padding-top:0.2em;
    position:Relative;
    text-align:right;
    width:25%;
}*/

/*input {
    float:left;
    position:Relative;
}*/

.message { float:left; color:red; padding:5px; }

button.green { background-color:green; }
button.red { background-color:red; }
button.blue { background-color:blue; }
button.orange { background-color:orange; }
button.gray { background-color:gray; }
/* TABLE STYLES */

table {
    border: 1px solid #727272;
    border-collapse: collapse;
    width: 100%;
}
table td { padding: 5px; height:10px; }
table tr { border-bottom: 1px solid #727272;}
td.left { text-align: left; }
td.right { text-align: right; }
td.center { text-align: center; }

table.noborder { border: 0px; }
table.noborder tr { border-bottom: 0px solid #727272;  }



#ajax_spinny {display: none; margin-bottom: 3px;}

/* List View Styles */
.updated {
    background: #458B00;
    color: #000;
    margin: 5px 0 10px 0;
    padding: 4px;
    text-align: center;
    width: 480px;
}

.warning {
    background: #FF7F24;
    color: #000;
    margin: 5px 0 10px 0;
    padding: 4px;
    text-align: justified;
    width: 480px;
}

.note {
    background: #FF7F24;
    color: #000;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.list_table {
    border: 1px solid #bababa;
    border-spacing: 0;
    font: normal 13px Helvetica, sans-serif;
    line-height: 18px;
}

.list_table .row_off, .sortable_row.row_off { background-color: #fff;}
.list_table .row_on, .sortable_row.row_on { background-color: #ddd;}
.list_table th {
    background: #E0EEEE;
    border: 1px solid #bababa;
    font-size: 11px;
}

.list_table th.sort {background: #C1CDCD; border: 1px solid #bababa;}
.list_table th.sort img {vertical-align:bottom;}
.list_table th.unsortable {background: #F0FFFF; border: 1px solid #bababa;}
.list_table td {font-size: 11px;}
.highlight_admin {background-color: #ff6; font-weight: bold; color: #000000;}
.fieldEdit {display:none;}

/* Form Styles */
.info_table th {padding-left: 4px; text-align: left;}
.info_table th.standard {width: 250px;}
.info_table th.shortened {width: 100px;}
div.error {margin-top: 20px; background: #fd0;}
.row_error {background: #fd0;}
.field_error {background: #fcc;}
.required {color: #c00;}
.textbox {padding: 2px;}
.field_warning {background: #FFB6C1;}

/* ======================================================================================================================================================================

            View Filter Styles

====================================================================================================================================================================== */
#filter_main {
    background: #ddd;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
    width: 730px;
    }

#filter_wrapper {
    background: #ddd;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 730px;      /*hack for ie6 to avoid peek-a-boo text problem */
    }

.filter {
    margin: 5px 0 0 0;
    padding: 0;
    width: 728px;     /*hack for ie6 to avoid spacing problem when inserting new filter divs */
    }

.filter_error {
    background: #fd0;
    margin: 5px 0 0 0;
    padding: 0;
    width: 728px;     /*hack for ie6 to avoid spacing problem when inserting new filter divs */
    }

.group {
    background: #bbb;
    border: 1px dashed black;
    width: 728px;     /*needed for ie6 to avoid peek-a-boo text problem */
    }

#filter_wrapper .group p {
    color: #000;
    margin: 6px 0 10px 0;
    }

#filter_wrapper .group a:link {
    margin: 60px 0 100px 0;
    }

.remove_div {
    margin: 5px 0 3px 0;
    }

.filter_col1 {
    float: left;
    margin: 1px 1px 3px 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 179px;
    }

.filter_col2 {
    float: left;
    margin: 1px 1px 3px 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 179px;
    }

.filter_col3 {
    float: left;
    margin: 1px 1px 3px 0;
    padding: 0 0 0 0;
    text-align: left;
    width: 365px;
    }

.filter_col1 .drop_down {
    width: 175px;
}

/* ======================================================================================================================================================================

                Misc

====================================================================================================================================================================== */
.tab_error {
    background: red !important;
}

/* ======================================================================================================================================================================
                SOME FORM EYCANDY - USING CSS3 WHERE NECESSARY/USEFUL
                Samir Joza / Integritive Ver. 0.1 - 04/30/2011
====================================================================================================================================================================== */
a.link
,span.active-page {
    color: #194dc5 /*#859b9b*/;
}

span.active-page {
    font-weight: bold;
    font-size: 1.25em;
}

.space input[type=text] {
    background: url(/i/fx/magnifier.png) no-repeat left top;
    padding-left: 20px;
}

.space input[type=submit] {
    height: 23px;
    border: none;
    background: none;
    color: #111;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    /* CSS3 */
    background: #F0FFFF; /* old browsers */

    background: -moz-linear-gradient(top, #F0FFFF 0%, #C1CDCD 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0FFFF), color-stop(100%,#C1CDCD)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0FFFF', endColorstr='#C1CDCD',GradientType=0 ); /* ie */

    background: -o-linear-gradient(top, #F0FFFF 0%,#C1CDCD 100%); /* opera */

    border: 1px solid #c4c8cc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;

}

.space input[type=submit]:hover {
    color: #555;
}

/* Button like anchor tags */
.buttonized {
    height: 30px;
    border: none;
    background: none;
    color: #111;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    padding: 2px 2px 4px;
    font-size: .75em;
    color: #555;
    text-decoration: none;
    /* CSS3 */
    background: #F0FFFF; /* old browsers */
    background: -moz-linear-gradient(top, #F0FFFF 0%, #C1CDCD 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F0FFFF), color-stop(100%,#C1CDCD)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0FFFF', endColorstr='#C1CDCD',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #F0FFFF 0%,#C1CDCD 100%); /* opera */
    border: 1px solid #c4c8cc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonized:active, .buttonized:visited {
    text-decoration: none;
}

.buttonized:hover {
    text-decoration: none;
    /*CSS 3 BACKGROUND COLOR GRADIENT SWITCH */
    background: #C1CDCD; /* old browsers */
    background: -moz-linear-gradient(top, #C1CDCD 0%, #F0FFFF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C1CDCD), color-stop(100%,#F0FFFF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1CDCD', endColorstr='#F0FFFF',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #C1CDCD 0%,#F0FFFF 100%); /* opera */
}

/* INDIVIDUAL SETTINGS FOR SECTIONS */
.buttonized span {
    padding: 0 10px 10px 20px;
}
.service span {
    background: url(/i/fx/wrench.png) no-repeat left top;
}

.edit span {
    background: url(/i/fx/pencil.png) no-repeat left top;
}

.newView span {
    background: url(/i/fx/layout_add.png) no-repeat left top;
}

.export span {
    background: url(/i/fx/report_disk.png) no-repeat left top;
}

.useradd span {
    background: url(/i/fx/vcard_add.png) no-repeat left top;
}

.service-center-add span {
    background: url(/i/fx/house.png) no-repeat left top;
}

.add-feature-code span,
.add-warranty-effect span,
.add-warranty-cause span,
.add-part span,
.add-service-class span,
.add-claim span {
	background: url(/i/fx/add.png) no-repeat left top;
}

.add-warranty-dept span {
	background: url(/i/fx/building_add.png) no-repeat left top;
}

#approved-rate-warning,
#approved-rate-overage {
	color: #c00;
}

input[readonly] {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: none;
}

table.product-services {
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 15px;
}
table.product-services i {
	cursor: pointer;
}
.add-another {
	float: right;
}

/*= #20306 - Add functionality to upload photos with claim
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.align-top {
	vertical-align: top;
}
.info_table .align-top {
	padding-top: 5px;
}

input[type="file"] {
	display: block;
	width: 100%;
}

#warranty_claim_images {
	padding-top: 0;
}

.warranty-claim-image-field {
	margin-left: -5px;
	padding: 5px 20px 5px 5px;
	position: relative;
}
.warranty-claim-image-field:nth-child(2n+1) {
	background-color: #efefef;
}
.warranty-claim-image-field .warranty-image-delete {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.warranty-claim-image-field:not(.clone) + .warranty-claim-image-field .warranty-image-delete {
	display: inline-block;
}

.warranty-image-wrapper {
	border: 1px solid #ccc;
	border-radius: 3px;
	max-width: 300px;
	position: relative;
}
.warranty-image-wrapper:hover {
	border-color: #222;
}
.warranty-image-wrapper.delete {
	border-color: #c00;
}
.warranty-image-wrapper + .warranty-image-wrapper {
	margin-top: 10px;
}
.warranty-image-wrapper a {
	display: block;
}
.warranty-image {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.warranty-image-wrapper .warranty-image-delete {
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 5px;
	transition: all 0.25s ease;
}
.warranty-image-wrapper .warranty-image-delete:hover {
	color: #c00;
	transform: scale(1.1);
}

