@charset "UTF-8";

html {
	background-color: #F0F0F0;	
	font-family: arial,sans-serif;
	font-size: small;
	height:100%;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table{
	border-collapse:collapse;
}
h1,h2,h3,h4,h5{
		text-align:left;
}
img{
	border: none;
}


table tr td{padding:.15em 1.5em .15em 0;}
table tr th{padding:.15em 1.5em .15em 0;text-align:left;}
form{width:auto;}
input[type=text],input[type=password]{	height:1.5em;}
input[type=button],input[type=submit],input[type=file]{padding:.1em .5em .1em .5em}
input[type=checkbox]{padding-right:.5em}
input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly],div.disabled
{
	background-color: #dcdcdc;
	border: gray 1px solid;
	color: #000000;
	cursor: default;
	text-shadow: none;
}
input,select{
	font-size:inherit;
}
textarea{
	font-family: MS Shell Dlg,arial,sans-serif;
	font-size:inherit;
	resize:none;
	overflow: auto; 
}
div.disabled{
	padding:.1em .5em .1em .5em;
	display:inline;
}

h4{
	color:gray;
	font-style:normal;
}

a:link {
	color:#003399;
}
a:visited  {
	color:#003399;
}
a:hover {
	color:blue;
}

.ctrContentWrapper {
	margin: 0 auto;
}

#submitDialog{
	display: none;	
}

#submitDialogModal{
	background-color: #F0F0F0;
	font-family: arial,sans-serif;
	font-size: small;
	background-position:right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/spinner.gif);
}


#wrapper {
	display: block;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-left: 1px solid #CACCCD;
	border-right: 1px solid #CACCCD;
	min-height: 250px;
	padding: 5px 0 0 0;
	position: relative;
}
#main{
	min-height: 250px;
	margin-left:1em;
	margin-right:1em;
}
.page_heading {
	margin: 0px;
	padding: 0px;
}

#appTitle{
	position: absolute;
	top:90px;	
	margin-left:400px;
	color:#444;
	width:500px; 

}

.content_body {
	width: 97%;
	min-height: 425px;
	margin: 15px;
	padding: 0px;
}

#text_content {
	display:block;
	width: 345px;
	color: #333;
	margin: 3px;
	height: 125px;
	position: absolute;
	z-index: 5;
	top: 120px;
	right: 10px;
	font-size: 12px;
	text-align: left;
}

#text_contentII {
	display:block;
	width: 500px;
	color: #333;
	margin: 3px;
	height: 100px;
	position: absolute;
	z-index: 5;
	top: 122px;
	right: 0px;
	font-size: 12px;
	text-align: left;
}

#breadcrumb{
	font-size:.85em;
}

#navigate {
	background-image: url(../images/nav_bg.jpg);
	width: 100%;
	height: 18px;
	text-align:left;
	text-indent:10px;
}
#breadcrumb{
	text-indent:10px;
	padding-top:.25em;
}
#navigate a:link {
	text-decoration: none;
	color:#003399;
}
#navigate a:visited  {
	text-decoration: none;
	color:#003399;
}
#navigate a{
	font-size:.85em;
}
#navigate a:hover {
	color:blue;
}

.headr {
	padding:0 10px 0 10px;
	width:100%;	
}
.headrLogo{
	padding: 0;
	border:0;
	width: 173px;
	height:54px;
}
.headr .text1{
	font-size:1.1em;
	font-weight: bolder;
	color:#0055a4;
}
.headr .text1 .client{
	color:#469adb;
}

.headr .text2{
	font-size:.8em;	
}


#floatr {
	z-index: 6;
	position: absolute;
	top:145px;
	right: 25px;
}

.site_map {
	bottom: 30px;
	width: 100%;
	font-size: 10px;
	color: #333;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.footr {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0055a4;
	padding:.25em 2em .25em;
	font-size:.8em;
}

a.roll_home {
	display: inline-block;
/*	width: 100px;*/
	height: 14px;
	text-decoration: none;
}

a.roll_home:hover {
	background-color:#0055a4;
	text-decoration: none;
}

a.roll_link {
	display: inline-block;
/*	width: 130px;*/
	height: 16px;
	color:#039;
	margin-top: 1px;
	text-decoration: none;
	padding-right:10px;
	
}

a.roll_link:hover {
	background-color:#0055a4;
	height: 16px;
	color:#E7E7E7;
	margin-top: 1px;
	text-decoration: none;
}

.displace {
	position: absolute;
	left: -5000px;
}

.required {
	color: red;
}

table.formContainer td{
	padding-top:.5em;
	padding-right:2em;
	text-align: left;
}
table.formContainer tbody th{
	padding-right:2em;
	vertical-align: center;
	text-align: left;
}

.right{
	text-align:right;
}
td.right{
	vertical-align:top;
}
td.right-middle{
	vertical-align:middle;
	text-align:right;
}

.rightWrapper{
	width:100%;
	margin: auto 0;
	align:right;
	text-align:right;
}

.centerWrapper{
	width:100%;
	margin: 0 auto;
	text-align:center;
}

.fastPathNav{
	background-color: #BABABA;
	border:1px solid #0055a4;
	min-width:5em;	
	display:inline-block;
	font-size:.85em;
	padding:.25em 0 .25em 0
}
.fastPathNav select{
	background-color: white;
	color:#0055a4;
	font-size:.9em;
	font-weight:bolder;
}

.fastPathNav a:link {
	text-decoration: none;
}
.fastPathNav a{
	color:#000;
}
.fastPathNav a:hover{
	color:blue;
}



label.error{
	color:red;
	font-weight:bolder;
}

#appMessage{
	min-height:1.5em;
	vertical-align:center;
	padding-left:1em;
}

#appMessage.error{
	background-color: red;
	color:white;
	font-weight:bold
}

#appMessage.info{
	background-color: #469adb;
}

#appMessage.warn{
	background-color: yellow;
	color:#000000;
	font-weight:bold
}

#formMessage, #dialogformMessage{
	min-height:1.5em;
	vertical-align:center;
	padding-left:1em;
}

#formMessage.error, #dialogformMessage.error{
	background-color: red;
	color:white;
	font-weight:bold
}

#formMessage.info, #dialogformMessage.info{
	background-color: #0055a4;
}

#formMessage.warn, #dialogformMessage.warn{
	background-color: yellow;
	color:#000000;
	font-weight:bold
}

.menuItem{
	padding-left:.5em;
	padding-right:.5em;
	border-left:1px solid #00853f;
}

.fieldError{
	color: #000;
	background-color: #ffEEEE;
	border: thin solid #ff0000;
	padding: 2px;	
}

.fieldErrorBlock{
	color: red;
	background-color: #ffEEEE;
	border: thin solid #ff0000;
	padding: 2px 2px 2px 20px;
	font-weight:bolder;
	display:block;	
	text-align: left;
	background-position:2px 2px;
	background-repeat: no-repeat;
	background-image: url(../images/error.png);	
}

.fieldErrorText {
    color: red;
    padding: 2px 2px 2px 20px;
	background-position:2px 2px;
	background-repeat: no-repeat;
	background-image: url(../images/error.png);	    
}

div.contextLinks{
	padding-left:10em;
}
.contextLinks table td{
	padding-right:2em;
	padding-top:.75em;
}

.summary{
	text-align:left;
	font-size:.85em;
	max-width:60em;
	border-collapse:collapse;
}
.summary td,.summary th{
	padding-right:1em;
	vertical-align:top;
	border-top:1px solid #CACCCD;
}


.searchResults .resultMessage{
	border-right:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
	background-color: #F8F8F8;
	vertical-align:center;
	text-align:center;
	padding:.25em 0 .25em 0;
}
.searchResults{
	text-align:left;
	border-collapse:collapse;
	margin-top:1em;
	margin-bottom:1em;
}
.searchResults th,.searchResults td{
	text-align:left;
	border-collapse:collapse;
}
.searchResults thead td,.searchResults thead th{
	padding:1em 1em .25em 0;
	border-bottom:1px solid #CACCCD;
}
.searchResults tbody td,.searchResult tbody th{
	padding-right:1em;
	vertical-align:top;
	border-top:1px solid #CACCCD;
}

input[type=button].link,input[type=submit].link {
    background:none;
    border:none; 
    padding:0;
    /*border is optional*/
    color:#003399;
    outline: none;
    -moz-outline-style: none;
}
input[type=button].link:hover,input[type=submit].link:hover {
    cursor: pointer;  
     outline: none;
    -moz-outline-style: none;  
}

input[type=button].a-link,input[type=submit].a-link {
    background:none;
    border:none; 
    padding:0;
    /*border is optional*/
    color:#003399;
    font:inherit;
    text-decoration: underline;
    outline: none;
}
input[type=button].a-link:hover,input[type=submit].a-link:hover {
    cursor: pointer;
    color:blue;
    text-decoration: underline;
    outline: none;
}

input[type=button].a-link::-moz-focus-inner,input[type=submit].a-link::-moz-focus-inner {
   border : 0px;
} 

.moveButton{
	width: 8em;
}

.ui-onhold {padding-left:15px; background-image: url(../images/warning.png);background-position:left center;background-repeat: no-repeat; }
.ui-notonhold {padding-left:15px; background-image: url(../images/unlock.png);background-position:left center;background-repeat: no-repeat; }

tr.alt{
	background-color: #EBEBEB;
	border-top:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
}

.smallFormWrapper{
	font-size: .85em;
}

.smallFormWrapper label{
	font-weight:bolder;
}

table.order{
	padding-top:2em;
}

table.order th{
	text-align:center;
	vertical-align: center;
}
table.order th.left{
  text-align:left;
}
table.order th.tableHead{
	color:white;
	background-color:#0055a4;
	font-weight: bolder;
}
table.order thead{
	background-color: gray;
	border-top:2px solid ##0055a4;
}
table.order tbody tr{
	background-color:#F5F5F5;
	border-bottom:1px solid #CACCCD;
}
table.order tbody tr.alt{
	background-color: #DFDFDF;
	border-top:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
}

.resultMsg{
	font-weight:bolder;
	font-size:1.1em;
	color:#003399;
}

#history ul,li
{
    list-style-type: none;
}
#history{
	font-family: arial,sans-serif;
	font-size: .85em;
	color: #003399;
}
#history div{
	width:9em;
}
#historyDialog{
	position: absolute;
	z-index: 1000;
	display:none;
    background-color:#FFFFFF;
  	border-bottom:1px solid #999999;
  	border-right:1px solid #999999;
  	border-left:1px solid #999999;
  	cursor:default;
  	margin-top: 0px;
  	position:absolute;
  	text-align:left;
  	padding: 5px 10px 0;
}
#historyTitle:hover{
	cursor: pointer;
}
.expanded{
	background-position:left center;
	background-repeat: no-repeat;
	background-image: url(../images/close.png);
	border-top:1px solid #999999;
  	border-right:1px solid #999999;
  	border-left:1px solid #999999;
  	border-bottom:1px dotted #CFCFCF;
}
.collapsed{
	background-position:left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-down.png);
}
.history .ui-dialog-titlebar{
	padding: .15em .5em .15em .15em;
}

.formContainer .fourCol td.labels{
	width:15em;	
}

.formTitle{
	border-bottom:1px dotted gray;
}


.orderLineItems table.order{
	width:51em;
}

.rmaSection{
	border-bottom:1px solid gray;
	margin-bottom:1em;
}
.pageFooter{
	width:100%;
	color: gray;
	background-color: gray;
	height: 1px;
	width: 100%;	
}
.footerPolicy{
	font-weight: bolder;
	padding-bottom:2em;
}
.footerPolicy div{
	padding-top:1em;
}

#rmaConfirm input[readonly],textarea[readonly]{
	width:15em;
}

#rmaConfirm textarea[readonly]{
	height:3em;
	overflow: hidden;
}

table.envProps {border-collapse:collapse; table-layout:fixed; width:80em;}
table.envProps td {width:80em; word-wrap:break-word;}
table tr.alt{
	background-color: #FFFFCC;
	border-top:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
}
div.trackingNo{
	background-position:right center;
	background-repeat: no-repeat;
	background-image: url(../images/new_window.png);
	padding-right: 12px;
}
table tr.error td{
	color: red;
}
di
a.trackingNo{
	padding-right:15px;	
}
tr.kit{
	border-bottom: 0;
}

.kitHeader{
	font-weight: bolder;
}

div.kit{
	border-bottom:1px solid #CACCCD;
	border-right:1px solid #CACCCD;
	border-left:1px solid #CACCCD;
	margin-top:-1px;
}

div.kit table{
	width:90%;	
	margin:0 10px 2px 10px;
}

div.kit table tbody tr{
	border:0;
}
tr.kit td{
	font-size:.95em;
}

.noResultsFound{
	color:red;
	font-size: larger;
}

.serviceControlIcon{
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
img.inactive{
	opacity: 0.2;
    filter: alpha(opacity=20); /* msie */
}

a.ctlLogin{
	color: green;	
	padding-left: 1em;
}
td.altSigninMessage{
	font-size: .85em;
}

#refreshMessage{
	color: green;
	min-height: 1.2em;
	padding-bottom:.5em;
}

.rmaItem{
	font-weight: bold;
	padding-right: 1em;
}

.warning{
	font-weight: bold;
	border: thin;
	background-color: yellow;
	padding: .25em;
	width: 50em;
	margin-bottom: 1em;
}

#serviceExecLog{
	font-size: small;
}

.even{
	background:#F0F0FF;
	border-top:1px solid #CACCCD;
	border-bottom:1px solid #CACCCD;
}

div.trackOrder{
	margin-bottom:3em;
	margin-left:2em;
	margin-right:2em;
}


/* this is tablesorter info */)
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter tbody tr:nth-child(odd) td {
	background-color:#F0F0FF;
}

tr.materialTracking_0 td{
	border-color: blue;
	border-bottom-width: 5px;
	border-top-width: 5px;	
	border-left: none;
	border-right: none;	
}
tr.materialTracking_1 td{
	border-color: orange;
	border-bottom-width: 5px;
	border-top-width: 5px;	
		border-left: none;
	border-right: none;
}
tr.materialTracking_2 td{
	border-color: red;
	border-bottom-width: 5px;
	border-top-width: 5px;	
		border-left: none;
	border-right: none;
}
tr.materialTracking_3 td{
	border-color: green;
	border-bottom-width: 5px;
	border-top-width: 5px;	
		border-left: none;
	border-right: none;
}
tr.materialTracking_4 td{
	border-color: yellow;
	border-bottom-width: 5px;
	border-top-width: 5px;	
		border-left: none;
	border-right: none;
}
tr.materialTracking_5 td{
	border-color: pink;
	border-bottom-width: 5px;
	border-top-width: 5px;	
		border-left: none;
	border-right: none;
}
div.materialTracking_0{
	background-color: blue;
}

.noResults{
	color: red;
	padding: 2px;
	font-weight:bolder;
	font-size:larger;
	display:block;	
	text-align: left;	
}

#editRmaDialog{
	display: none;	
}

.addressStd{
	padding-top:1em;
	font-weight: bold;
	font-size: 1.1em;
}

span.textBox{
	    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: #eee;
    background-color: -moz-read-only;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;  
    font: -moz-field;
    font: -webkit-small-control;
    margin-top: 5px;
    padding: 2px 3px;
    display: block;
    min-height: 1.4em;
 
}

#binDcMove {border: 1px solid #bbbbbb; margin-bottom: 20px; border-radius: 5px; min-height: 250px;padding-left:2em;padding-top:1em;}
	
table.additional-detail tr td,table.additional-detail tr th,table.additional-detail tbody tr td,table.additional-detail tbody tr th{
	font-size: 0.85em;
} 	


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #005acb;
    color: white;
    font-size: 0.75em;
}

/* Modal Body */
.modal-body {
	padding: 2px 16px;
	font-size: 0.75em;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 10px;
    background-color: #005acb;
    color: white;
    font-size: 0.75em;
    text-align: -moz-right;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    font-size: 20px;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
    
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* The Close Button */
.close2 {
    color: white;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.successMessage{
	color:#0055a4;
}

.exception{
	border: 1px solid red;
	outline-style: solid;
    outline-color: red;
    outline-width: thin;
}
.rcorners2 {
    border-radius: 25px;
    border: 2px solid #ff0000;
    padding: 100px; 
    width: auto;
    height: auto;    
}