.copyright {
	clear: left;
}

#reportBody {
	float: left;
}

#tertiaryTabs {
	padding: 0px;
}

#tertiaryTabs > ul {
	border: 1px solid #bbbbbb;
	display: inline-block;
	padding: 2.4px;
}

/* Side Menu
----------------------------------------------- */
#reportMenu {
	border: 1px solid #bbbbbb !important;
	float: left;
	min-width: 120px;
}

#reportMenu > ul {
	background: #313131;
}

#reportMenu > ul > li:nth-child(n+2) {
	padding: 6px 10.8px;
}

#reportMenu > ul > li.minusButton, #reportMenu > ul > li.plusButton{
	background-image: url("/SupplylineStaticContent/images/ui-icons_ffffff_256x240.png");
	height: 16px;
	width: 16px;
}

#reportMenu > ul > li.minusButton:hover, #reportMenu > ul > li.plusButton:hover {
	background-image: url(/SupplylineStaticContent/images/ui-icons_009d57_256x240.png);
}

/* Report Tabs
----------------------------------------------- */

#tabs-breadcrumbs {
	background: url("/SupplylineStaticContent/images/ui-bg_highlight-soft_65_313131_1x100.png") repeat-x scroll 50% 50% #313131;
	font-weight: bold;
	margin: 14px 0 5px;
	padding: 16px 10px 8px;
	text-align: left;
}

/*.breadcrumb styling below is very modified from Twitter Bootstrap CSS */

.breadcrumb {
	padding: 7px 14px;
	margin: 0 0 18px;
	list-style: none;
}

.breadcrumb li {
	display: inline-block;
	*display: inline;
}

.breadcrumb a {
	color: #000;
	text-decoration: none;
	background-color: #bbbbbb;
	background: url("/SupplylineStaticContent/images/ui-bg_highlight-soft_90_bbbbbb_1x100.png") repeat-x scroll 50% 50% #313131;
	padding: 6px 10px;
	border-radius: 6px 6px 0 0;
	border: 1px 1px 0px solid black;
}

.breadcrumb a.active {
	color: #FFF;
	background-color: #009D57;
	background: repeat-x scroll 50% 50% #009D57;
	border: 1px 1px 0px solid #009D57;
}

/* Reports
----------------------------------------------- */
#reportBody > form {
	text-align: center;
}

#reportBody > form > fieldset {
	display: inline;
	margin-bottom: 4px;
}

#details-and-disputes > h5 {
	margin: 4px 0px;
	text-align: left;
}

#dispute > h5 {
	margin: 4px 0px;
	text-align: left;
}

#comment > h5 {
	margin: 4px 0px;
	text-align: left;
}

.report-info {
	text-align: center;
}

.report-disclaimer {
	margin: 1em auto;
	max-width: 65em;
}

tr.filters > th {
	width: 1%;
}

tr.filters > th > input {
	width: 100%;
}

.tabWrapper {
	clear: both;
	margin: 100px 0 0;
}

.dataTables_length {
	margin-left: 185px;
}

.dataTables_wrapper div.dataTables_filter {
	float: right	!important;
	margin-left: 0px;
	margin-right: 275px;
}

.dataTables_wrapper .dataTables_paginate {
	float: left;
}

.dataTables_wrapper .dataTables_info {
	clear: none;
	display: inline;
}

div.dataTables_paginate > a {
	margin-top: 3px;
}

/* Reports - Buttons
----------------------------------------------- */

a.dt-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	padding: 0px;
}

div.dt-buttons {
	margin-top: -50px;
	float: left !important;
}
div.dt-buttons a:link{
	color: #313131;
}

div#exportButtons > div.dt-buttons, div.ExportButtonsContainer > div.dt-buttons {
	margin-top: -80px;
}

div#openDisputeButton > div.dt-buttons, div#notifySupplierButton > div.dt-buttons, div#exportPODetailButtons > div.dt-buttons, div#exportRGSDetailButtons > div.dt-buttons, div#disputeTable_wrapper > div.dt-buttons, div#exportDetailButtons > div.dt-buttons {
	margin-top: 0px;
}

#clearButtons, div.ClearButtonsContainer {
	float: right;
	margin-right: -14px;
}

div.dt-buttons > a.buttons-colvis {
	margin-left: -12px;
}

#exportButtons {
	margin-bottom: 10px;
	margin-left: -12px;
}

/* Reports - Nesting tables
----------------------------------------------- */
.loading.subtable {
	bottom: 0px;
	left: 0px;
	margin: 0px;
	right: 0px;
	top: 0px;
}

td > div > div > div.dt-buttons {
	margin: 0px 0px 5px 0px;
}

td > div > div > table.dataTable {
	margin: 0px;
}

td > div > div > div > table.dataTable {
	margin: 0px;
}

td > div > div > table.dataTable > thead > tr > th {
	cursor: default;
}

div#disputeTable_info, div#imageTable_info, div#partTable_info, div#pONumberTable_info, div#purchaseOrderDetailTable_info, div#rgsDetailTable_info, div#shippingPerformanceDetailTable_info, div#shippingPerformanceItemDetailTable_info {
	color: #313131;
}

.subtable th {
	white-space: normal;
}

/* Icons for reports
----------------------------------------------- */
.emailButton {
	background-image: url(/SupplylineStaticContent/images/ui-icons_009d57_256x240.png);
	background-position: 176px 144px;
	height: 16px;
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}

.greenCheckmark {
	background-image: url(/SupplylineStaticContent/images/ui-icons_009d57_256x240.png);
	background-position: 192px 96px;
	height: 16px;
	width: 16px;
}

.redX {
	background-image: url(/SupplylineStaticContent/images/ui-icons_cd0a0a_256x240.png);
	background-position: 160px 112px;
	height: 16px;
	width: 16px;
}

/*  ToolTips
------------------------------------------------*/
.qtip-green {
	background: #BFE6D4;
    color: #000;
    border: 2px solid #009d57;
}

.ui-tooltip {
    background: #BFE6D4;
    color: #000;
    border: 2px solid #009d57;
    padding: 0;
    opacity: 1;
    font-size: smaller;
}
.ui-tooltip-content {
    position: relative;
    padding: 1em;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}

.noArrow .ui-tooltip-content::after {
	display:none;
}

.leftArrow .ui-tooltip-content::after {
    top: 25%;
    left: -10px;
    border-color: transparent #009d57;
    border-width: 10px 10px 10px 0;
}
.rightArrow .ui-tooltip-content::after {
    top: 25%;
    right: -10px;
    border-color: transparent #009d57;
    border-width: 10px 0 10px 10px;
}
.bottomArrow .ui-tooltip-content::after {
    bottom: -10px;
    left: 50%;
    border-color: #009d57 transparent;
    border-width: 10px 10px 0;    
}
.topArrow .ui-tooltip-content::after {
    top: -10px;
    left: 50%;
    border-color: #009d57 transparent;
    border-width: 0 10px 10px;
}

