.usage-add{
	margin-top: 3px;
}

#adminDate {
	font-weight:bold;
	font-size: 115%;
}

.nav {
	font-weight:bold;
	font-size: 110%;
}

.grayedOut {
	color: darkgray !important;
}

.eulaLink {
	cursor: pointer;
}

#reportTable td {padding: 5px;}

.eulaFS {
	display: inline-block;
}
.eulaDiv {
	overflow-y: scroll;
}

.ui-dialog {
	z-index: 5;
	background: white;
}

.ui-button {
	float: right;
}

.eulaCB {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 5px;
}

select
{
	font-family: verdana;
	font-size: 10px;
	width: 130px;
	padding: 5px;
}
legend
{
	font-size: 140%;
	font-weight: bold;
	text-indent: 5px;
	color: black;
}

.hidden
{
	display:none;
}

.left-align
{
	text-align: left;
	padding-left:5px;
}
.right-align
{
	text-align: right;
	padding-right:5px;
}
.center-align
{
	text-align: center;
}
.top-align
{
	vertical-align: text-top;
}

.med-width
{
	width: 25%;
}

.full-width
{
    width: 100%;
}

#tabs-min
{
    background: transparent;
    border: none;
}

#tabs-min *
{
    font-size: 10px;
}

#tabs-min .ui-widget-header
{
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs-min .ui-tabs-nav .ui-state-default
{
    background: transparent;
    border: none;
}

#tabs-min .ui-tabs-nav .ui-state-default a {
	font-size: 11px;
	font-weight: bold;
    color: lightgrey;
}

#tabs-min .ui-tabs-nav .ui-state-active a {
	font-size: 11px;
	font-weight: bold;
    color: black;
}

.mandatory
{
	color:red;
}
.title, #billAddrTbl label, #shipAddrTbl label
{
	font-weight: bold;
}
.spinner {
	width: 16px;
  	height: 16px;
	background: url("../images/ajax-loader.gif") no-repeat center;
}
.reportBoxHeaders
{
	font-weight:bold;
	font-size: 110%;
}

.drilldown, .ui-icon, .hoverLightBlueBG
{
    cursor: pointer;
}

.lightgreyBG
{
    background:lightgrey;
}

.lightblueBG, .drilldown:hover, .hoverLightBlueBG:hover
{
    background: lightBlue;
}

.lightredBG
{
    background: salmon;
}

.lightgreenBG
{
	background: mediumSeaGreen;
}

.yellowBG
{
	background: yellow;
}

.bold
{
	font-weight: bold;
}

div.box-wrapper
{
    width:850px;
}

div.box-wrapper.no-width
{
	width: auto;
	overflow: hidden; /* contain floated children */
}

div.box-left
{
    float: left;
    padding: 10px;
    width: 375px;
}

div.box-left.no-width
{
	width: auto;
}

div.box-middle
{
	padding: 10px;
	overflow: hidden; /* prevent 2nd from wrapping below 1st */
}

div.box-right
{
    float: right;
    padding: 10px;
    width: 375px;
    margin-right: 9px;
}

.subscriptions .table-base
{

	   margin: auto;
         border: 2px solid #555;
         border-top: 2px solid #bbb;
         border-left: 2px solid #bbb;
         border-radius:7px;
        -moz-border-radius-topleft: 7px;
        -webkit-border-top-left-radius: 7px;
        -moz-border-radius-topright: 7px;
        -webkit-border-top-right-radius: 7px;
        -moz-border-radius-bottomleft: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-right-radius: 7px;
}

.ncbrownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	width: 100%;
	color: #000;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-radius:5px;
	-moz-border-radius:5px;
}

.navigationOn {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.bodyText {
	font-family: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}

.customer_cell {
	display: none;
}

#resetMsg {
	color:red;
	font-weight:bold;
}

.importantMsg {
	color:red;
	font-weight:bold;
}

tr.spaceUnder>td {
	padding-bottom: 3em;
}

tr.spaceOver > td
{
  padding-top: 1em;
}

tr.tall>td {
	padding-top: 1em;
	padding-bottom: 1em;
}

tr.lightgrey>td {
	background-color:#cccccc;
}

tr.mediumgrey>td {
	background: #B2B2B2;
}
.usage-list{
	background: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    height: 18px;
    margin-right: 4px;
    padding: 5px;
    width: 80%;
}

.usage-add{
	margin-left: 5px;
	margin-top: -1px;
	float: left;
}

.replabelr, .replabell{width:75px;display:inline-block;}
.replablell{float:left;}
.replabler{float:right;}

.user-table th, .user-table td{
	padding: 5px;
	text-align: center;
	border: solid 1px;
}

.default-table th, .default-table td
{
    padding: 5px;
    text-align: center;
    border: none;
}

.default-table tr:nth-child(even)
{
	background-color: lightgrey;
}

.detail-table th, .detail-table td
{
	padding: 5px;
	border: none;
}

.detail-table th, .default-table.align-right td
{
	text-align: right;
}

/* admin autocomplete */
.custom-combobox{
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle{
	position:relative;
	left: 147px;
	bottom: 9px;
	height: 22px;

	margin-left: -1px;
	padding: 0;

	/*for IE7 */
	*height: 1.7em;
	*top: 0.1em;
}

.custom-combobox-input{
	z-index: 1000;
	margin: 0;
	padding: 0.3em;
	position: relative;
	top: 15px;
}

.ui-autocomplete{
	height: 300px;
	overflow-y: scroll;
	z-index: 1000;
}

.ui-tooltip{
	padding: 3px;
	z-index:1000;
	display: inline-block;
}

.success-row{
	line-height: 0px;
}

.success, .form-error{
	display: none;
	position: relative;
	font-size: 120%;
	color: #40A600;
	left: 9px;
	top: 9px;
	line-height: 0;
	font-weight: bolder;
	padding: 2px;
	color: black;
}

.success{
	background: #D0FFB3;
	border: #3C9C00 solid 1px;
}

.form-error{
	background: #FFB5A6;
	border: #FF2A00 solid 1px;
}

.error {
	display: none;
	color: red;
	font-size: 81%;
}

.linkletter {
	font-weight:bold;
	font-size: 20px;
	width: 105%;
}

.regmessagediv{
	font-weight:bold;
	font-size:10px;
}
#CreateOrEditAgentPubTypeForm ul {
    list-style: none;
}
#CreateOrEditAgentPubTypeForm li > * {
    float: left;
    margin-bottom: 10px;
}
#CreateOrEditAgentPubTypeForm label {
    width: 108px;
    clear: left;
    text-align: right;
    padding-right: 10px;
    margin-top: 4px;
}

.agentPubTypeItem {
    padding-bottom:10px;
}

.agentPubtype_edit {
    width:50px;
}

.agentPubtypeInline {
    display:inline-block;
}

.agentPubtype_publication_type {
    width: 200px;
}
.agentPubtype_Disabled {
    width:100px;
}

.agentPubtype_Hidden {
    width:100px;
}

#manage_pub_type_div {
   margin-left:50px;
   padding-top: 32px
}

.agentPubTypeItemHeader {
   font-weight:bold;
   padding-bottom:10px;
   font-size: 14px;
   margin-left: 50px;
}
#createOrEditPubtypeSpan {
    display: none;
    color: green;
    display: -webkit-inline-box;
    position: relative;
    top: 90px;
    left: 160px;
    font-weight: bold;
}
div#createNewPubType {
    position: absolute;
    left: 60%;
}
div#agentSelectDiv {
    margin-left: 50px;
}
div#agentSelectDiv label {
    font-weight: bold;
    font-size: 15px;
}
#manageAgentPrefsForm ul {
	list-style: none;
}
#manageAgentPrefsForm li > * {
    float: left;
    margin-bottom: 25px;
}
#manageAgentPrefsForm label {
    width: 220px;
    clear: left;
    text-align: right;
    padding-right: 30px;
    margin-top: 2px;
}
#manageAgentPrefsFormSaveButton {
    position: relative;
    left: 202px;
}
.formSubmit{
    clear:both;
}
#agentsOptions {
    position:relative;
}

label#labelsname {
    left: 202px;
    position: relative;
}

div#agentLabelName {
     width: 271px;
     display: inline-block;
}
.billingcode-list {
        background: white;
        width: 80%;
        padding: 5px;
        border: 1px #000000 solid;
        float: left;
}

#quicksearch-delete{
	position: relative;
	left: -18px;
}

#search-items-table thead td{
	cursor: pointer;
}

.step2table1, .step2table2 {
	display: inline-block;
}

#regform table tbody tr td{
	padding: 5px;
}

input#sameAddressBtn {
  position: relative;
  left: -4px;
}

.ui-state-highlight {
  height: 46px;
}

#search-items-table .tall.sort{
	cursor: ns-resize;
}

#brandIds {
	height: 35em;
	width: 20em;
}

.eulaFS {
	background-color: white;
}

.editPriceItem {
	border: 1px solid gray;
}
.feeLabel, .newFee {
	display: none;
}
.invoiceHeader {
	font-weight:bold;
	margin-left:0px!important;
	display:table-row;
}
.cell, .cell2 {
	text-align:center;
	height:25px;
	padding-bottom:5px!important;
	display:table-cell;
	position:relative;
}
.payNowBtn {
	vertical-align:top!important;
}

.cell.wide, .cell2.wide {
	width: 200px!important;
}

.cell.action, .cell2.action {
	width:200px!important;
	padding-right:10px;
}

#mainInvoicesWrapper a {
	font-weight:bold;
}
.invoiceRow {
	height:45px!important;
	display:table-row;
}
.invcolor {
	height:45px;
}
.payNowBtn {
	margin-left:15px!important;
}
.changeStartDateBtn,.payNowBtn, .viewInvoiceBtn, .editPriceBtn, .cancelPurchaseBtn {
	cursor:pointer;
	display:inline-block;
	margin-left:15px;
}
#editUsageDiv {
	padding:15px;
}

#editUsageDiv .tagIdDiv {
	font-weight:bold;
	font-size:120%;
}
.reportSearchInput {
	padding: 3px;
}
.dlReportSortBy {
	text-align: right;
    margin-right: 15%;
}
#displayUserReport .dlReportSortBy {
	margin-right: 5px;
}
#displayDLStatusReport .dlReportSortBy {
	margin-right: 33%;
}
.searchOptRow {
	display: block;
	padding: 2px;
}
#showOptsBtn {
	margin: 3px;
}
.reportSearchOptLbl {
	width: 7em;
	display: inline-block;
}
.reportSearchInput {
	width: 100%;
}
#reportSearchOpts .reportSearchInput {
	width: 20em;
}
.sortLasLoginDiv {
	text-align: right;
}
#regionQuotaTable td {
    min-width: 10em;
    padding: 1px;
    border: 1px solid silver;
}
.adminFacetParentLabel label {
	display: inline;
}
#tabp-3 table input[type="text"], #tabp-4 table input[type="text"] {
    width: inherit;
}
.box-wrapper img {
    max-height: 192px;
    max-width: 192px !important;
}

.cell.tx, .cell2.tx {
    width: 50px !important;
}

.cell.ot, .cell2.ot {
    width: 80px !important;
}

.cell2.st, .cell.st {
    width: 70px !important;
}

.cell.action, .cell2.action {
    width: inherit !important;
}

#purchaseDetail .imgDiv img {
    max-height: 192px;
    max-width: 192px;
}
/* 1807 Manage Pricing and Usages */
.usage-list .new > input[type="text"] {
    border: 0 none;
    margin-bottom: 0;
    margin-top: -4px;
    padding: 3px 6px;
}
.usage-list .new > input[type="text"]:focus {
    box-shadow: none;
}

.descriptionOfUsage {
	width: 30%;
}

.expirationLengthOfUsage > input[type="number"] {
    margin-top: 8px;
}

input.expirationLengthNew {
    margin-right: 4px;
}

.newPublicationTypes select, .newCategoryTypes, .timeFrameOfExpiration {
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
}
/* Manage Pricing and Usage Overview start */

.pricingAgent.title {
    color: #CC6600;
    float: left;
    font-weight: bold;
    padding: 5px;
    width: 6%;
}

.addusagediv, .pricingLabel, .currencyLabel {
    margin: 16px 0;
}

.addusagediv label, .pricingLabel label {
    display: inline-block;
    width: 7%;
}

.currencyLabel label {
	display: inline-block;
    width: 22%;
}

#usageTable .header-tr th, #pricingTable .pricingTableHeader th, 
#currencyTable .currencyTableHeader th {
    text-align: left;
}

#currencyTable td:last-child input {
    width: inherit;
}

#displayOverview {
    margin-left: 80%;
    margin-top: -11%;
}

#changedSuccessfullyPricing {
	display:none;
	color:green;
	font-weight:bold;
}

#changedSuccessfullyCurrency {
	display:none;
	color:green;
	font-weight:bold;
}
/* Manage Pricing and Usage Overview end */

#userInvoices {
	display:table;
}
#userInvoices .spinner {
	position:absolute;
	left:0;
}
/* responsive css for admin-user-invoices */
@media ( max-width : 1280px) {
	#userInvoices {
		overflow-x: auto;
		max-width: 100%;
		overflow-y: hidden;
	}
	.invoiceHeader {
		display: table-row;
		margin-left: 0 !important;
		word-break: break-word;
	}
	.invoiceRow {
		display: table-row;
		height: 40px !important;
	}
}

@media ( max-width : 1100px) {
	#userInvoices {
		overflow-x: auto;
	}
}

@media ( max-width :1024px) {
	.cell, .cell2 {
		display: table-cell !important;
		padding-left: 0px !important;
	}
	.invoiceHeader {
		display: table-row;
	}
	#userInvoices {
		overflow-x: auto;
	}
	.invoiceRow {
		display: table-row;
		height: 40px !important;
	}
}

@media ( max-width : 800px) {
	.userInvoices {
		overflow-x: auto;
		max-width: 100%;
	}
	.invoiceRow {
		display: table-row;
	}
}

@media ( max-width : 768px) {
	.cell, .cell2 {
		display: table-cell;
		padding-left: 0 !important;
	}
	.invoiceHeader {
		word-break: normal;
		display: table-row;
		font-size: 11px !important;
	}
	.fa-2x {
		font-size: 1.5em !important;
	}
	.cell.po {
		word-break: break-word;
	}
	.cell.ec {
		word-break: break-word;
	}
	.invoiceRow {
		display: table-row;
		height: 40px;
	}
}

@media ( max-width :760px) {
	#userInvoices {
		overflow-x: auto;
	}
}

@media ( max-width : 640px) {
	.userInvoices {
		overflow-x: auto;
		max-width: 100%;
	}
	.invoiceRow {
		display: table-row;
	}
	.invoiceHeader {
		display: table-row;
	}
	#userInvoices {
		overflow: auto;
	}
	.cell2.tx  label {
		padding-left: 5px !important
	}
}

@media ( max-width :480px) {
	#userInvoices {
		overflow-x: auto;
	}
	.invoiceHeader {
		display: table-row !important;
		font-size: 12px !important;
	}
	#addNewDiv {
		display: table-caption;
	}
	.cell2 label {
		font-size: 11px !important;
	}
	.cell, .cell2 {
		padding-right: 40px !important;
		padding-left: 4px !important;
	}
	.cell.po {
		word-break: normal !important;
	}
	.cell.ec {
		word-break: normal !important;
	}
	.cell.ot {
		padding-left: 25px !important;
	}
	#mainInvoicesWrapper a {
		font-size: 11px !important;
	}
}

@media ( max-width : 435px) {
	.userInvoices {
		display: inline-block;
	}
}

@media ( max-width : 400px) {
	.cell2.tx  label {
		padding-right: 50px !important
	}
	.cell2.ot label {
		margin-right: 30px !important
	}
	.payNowBtn {
		padding-right: 43px;
	}
}

@media ( max-width :384px) {
	.invoiceRow {
		display: table-row;
	}
}

@media ( max-width : 360px) {
	.cell, .cell2 {
		padding-right: 0px !important;
	}
}

@media ( max-width :320px) {
	.cell, .cell2 {
		padding-right: 0px !important;
		padding-left: 5px !important;
	}
}
#curConfWrapper {
	display: none;
}
.hidePriceandDownloadfee {
	display: none;
}

.color-green {
	color: green !important;
}

.form-warning {
	background: #fffa9b;
	border: 1px solid black;
	line-height:30px; 
	width: 560px; 
	margin-top: 5px;
	left: 9px;
	top: 10px;
	font-size:120%;
	padding: 2px;
	font-weight: bolder;
	position: relative;
	
}

.bloading {
	background-image:url(../images/bloading.gif);
	width:32px;
	height:32px;
}
.invisible {
	visibility: hidden;
}
#selectStateMessage {
	display: none;
}
#reconcile-success-msg {
	display:none;
	margin-bottom: 2%;
}
#reconcile-success-msg span {
	background: #d0ffb3;
	border: 1px solid #3c9c00;
}
#reconcile-success-msg span {
	color: black;
	font-size: 120%;
	font-weight: bolder;
	left: 9px;
	line-height: 0;
	padding: 2px;
	position: relative;
}

.ui-widget.sortLasLoginDiv > label {
    padding-left: 230px;
}

.ui-widget.sortLasLoginDiv {
    display: inline-flex;
	 padding-left: 27.5px !important;
}

.reportSortBy {
    margin-left: 20px !important;
}

.reportSearchInput .reportSortBy {
    margin-top: -6px !important;
}

.sortLasLoginDiv .reportSortBy {
    margin-left: 38px !important;
    margin-top: 3px !important;
}

.hideUsers {
    float: left;
    margin-bottom: 5px;
    margin-left: 155px;
}

#reconcile-royalties td.details-control {
    background: url("../images/details_open.png") no-repeat;
    cursor: pointer;
}

#reconcile-royalties tr.shown td.details-control {
    background: url("../images/details_close.png") no-repeat;
}

.reconcile-actions, .royaltiesfilters {
	margin-bottom : 1px;
	display: inline-block;
	width: 100%;
}
.flex {
	display: inline-flex;
}
.ctrUserIdCont {
	margin-top: 5px;
}
.rfLeftPane, .rfRightPane {
	display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 5px;
}
.rfRightPane {
	background: #e0e0e0;
    border: 1px solid #ADADAD;
}
.inline {
	display: inline-block;
}
.rfSf1 {
	display:inline-block;
	margin: 5px 5px 5px 5px;
}
.rfSf2 {
	display:inline-block;
	margin: 4px 5px 5px 0px;
}
.royaltyFilterBtns {
	text-align: center;
	padding-bottom: 4px;
    border-bottom: 1px solid #ADADAD;
}
.exportRoyalties {
  float: right;
  margin-bottom: 10px;
}
#reconcile-royalties td {
	text-align: center;
}
#s2id_contributorUserId.select2-container {
	width: 80% !important;
}
input[name="royaltiesApprovedFilter"], .rafContainer label {
	display:inline-block
}
#listItems input {
	width: 100px;
}
#datepicker.dpDiv {    
	background: #F1F1F1;    
	border: 1px solid #333;
}
.detailInfo fieldset {
	display:table;
}
.detailInfoHeader, .detailInfoRow {
	display:table-row;
}

#s2id_sendInvoice {    
	width: 285px !important;
}

.bigdrop {    
	width: 275px !important;
}

#artistWrapper, #contentProductWrapper, #acsWrapper {
	.invalid {
		border: 1px solid red;	
	}
	
	.artistLeft, .artistRight, .topperLeft, .topperRight {
		display:inline-block;
		padding: 5px;
		width:48%;
		vertical-align: top;
	}
	
	.table {
		display: table;
		border-collapse: collapse;
	}
	
	label {
		display: inline-block;
	}
	
	.artistRightTopLbl {
		display: block;	
	}
	
	.row {
		display: table-row;
		
		.cell {
			display: table-cell;
			padding: 5px;
			white-space: nowrap;
		}
	}
	
	.table.colpair {
		.cell:nth-child(1) {
			text-align: right;
		}
		
		.cell:nth-child(2) {
			text-align: left;
		}	
	}
	
	.comments, .bio {
		width: 100%;
		resize: vertical;
		height: 10em;
	}
	
	fieldset {
		border: 1px solid darkgray;
		background: #ECECEC;
	}
	
	legend {
		width:auto;
		font-weight:normal;
		padding-right: 5px;
		border:none;
	}
	
	.addAltName {
		cursor: pointer;
	}
	
	.altNamesHeader label {
		display: inline-block;
	}
	
	.removeAltNameRow {
		display:none;
		cursor:pointer;
	}
	
	input[type=text] {
		width: 80%;	
	}
	
	.cityStateCell {
		input[type=text] {
			width: 24%;	
		}
	}
	
	#topper {
		border: 1px solid darkgray;
	    border-radius: 4px;
	    border-bottom: 0;
	    
	    input[type=text] {
			width: 40%;	
		}
	}
	
	.btnCell {
		visibility: hidden;	
	}
	
	.deleteContentProductBtn {
		cursor: pointer;
	}
	
	#tabRoyalties {
		max-height: 40em;
    	overflow-y: auto;	
	}
	
	.newRow {
		input, select {
			background: #fffcda;
		}	
	}
	
	#newRowCache {
		display: none;
	}
	
	.artistContentProductBtn {
		cursor: pointer;
		display: none;
	}
	
	.artistContentProductConfirm {
		display: none;	
	}
	
	.artistContentProductBtns {
		width: 1em;
	}
	
	.cpOverriddenLink {
		cursor: pointer;
	}
	
	.overridden {
		background-color: #fffcda;
	}
}

#artistHeader, #contentProductHeader, #acsHeader {
	padding-bottom: 0.5em;
	
	.select2-container {
		padding-bottom:0;
	}
	.utilBtns {
		position: absolute;
   		right: 0;
   		padding: 5px;
    	background: lightgray;
    	border: 1px solid darkgray;
    	width: 14em;
    	text-align: center;
    	white-space: nowrap;
    	display: inline-block;
    	
    	.buttonsCont, .confirmCont {
			height: 1.5em;    	
    	}
	}
	.confirmCont {
		display: none;
		
		span {
			background: #ececec;
			border: 1px solid darkgray;
			padding: 5px;
		}
	}
}

#contentProductHeader {
	height: 1em;
}
.pageLink, .paginatorArrow {
	box-shadow: 
    1px 0 0 0 silver, 
    0 1px 0 0 silver, 
    1px 1px 0 0 silver,
    1px 0 0 0 silver inset, 
    0 1px 0 0 silver inset;
    display: inline-block;
    width: 2em;
    text-align: center;
    height: 2em;
    line-height: 2em;
    margin-right: -5px;
    cursor: pointer;
}
.pageLink.pageActive {
	font-weight: bold;
}
.artistMediaCont .cell {
	max-width: 25%;
	border: 1px solid darkgray;
}
.artistInvoiceCont, .artistMediaCont {
	.row .cell {
		white-space: normal!important;
    	border: 1px solid darkgray;
	}
}
.row.table-header .cell {
	font-weight: bold;
}
.artistMediaCont {
	.row .cell:first-child {
		width: 33%;
	}
}
#customer_form #productionFeePercent {
	width: 3em;
}
#acsTable {
	
	font-size: 12px;
	
	.row.odd {
		background: #ededed;
	}
	
	.cell {
		width: 25%;
		
		.productionFee, .newAcsProductionFee {
			width: 3em;
		}
	}
	
	.actions {
	
		width: 3em;
	
		button {
			background: transparent;
			border: none;
		}
	}
	
	.acsTableHeader {
		border-bottom: 1px solid black;
		font-weight: bold;
	}
}
.acsUpdate, .acsUpdateConfirm, .acsSaveConfirm {
	display:none;
}
.acsDelete {
	display: inline-block;
}
.aui #royaltyManualAdjust select#adjTypeSelect {
	width: 220px;
}
#customer_form, #userForm{
	.box-left, .box-right {
		textarea {
			height: 1.5em;
			min-height: 1.5em;
		    max-height: 7.5em;
		    resize: none;
		    overflow: hidden;
		    font-size: 14px;
		}
	}
	
	#sameAsCust {
		display: inline-block;
	    vertical-align: top;
	    margin-right: 5px;
	}
	
	label[for="sameAsCust"] {
		display: inline-block;
	}
}
.artistStatementPayee1Pdf a, .artistStatementBatchDownload a {
	cursor: pointer;
}
.break-word {
	word-break: break-all;
}