.grid-view-loading
{
	background:url(loading.gif) no-repeat;
}

table.items tr.selected td{
background:#DECA9A;
}
table.items tr:hover td{
	background: #EFDBAB;
}
.summary {
	text-align:right;
}

table.items th a {
	text-decoration: none;
}
table.items th a.asc
{
	background:url(up.gif) right center no-repeat;
	padding-right: 10px;
}

table.items th a.desc
{
	background:url(down.gif) right center no-repeat;
	padding-right: 10px;
}

table.items td.button-column {
	white-space:nowrap;
}

table.items .filters input, table.items .filters select {
	width:90%;
}

table.items .filters input.searchrange, table.items .filters select.searchrange {
	width: 35%;
}

div.form {
	text-align: left;
}


.logos {
	width: 440px;
}
.company-logo {
	border:1px solid #C5967C; padding: 10px; margin:10px;
	margin-left:0px;
	width:400px;
	
}

.set-company, .compsection, .dcolumn-3 {
	float: left;
	width: 280px;
}

.dcolumn-2 {
	float: left;
	width: 450px;
}

#invoice-base-data select, #Payment-form select {
	width: 220px;
}

.invoice-note {
	padding: 10px;
}

div.loading {
    background-color: #eee;
    background-image: url('loading.gif');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 1;
}
div.loading * {
    opacity: .8;
}

.clr {
	clear: both;
}


.hidden {
	display: none;
}


.login-options {float: right; width: 540px;}
.login-options img {border:1px solid #C5967C;}

.account-update-info {
	color: #E27A00;
	font-size: 14px;
	font-weight: bold;
}

.account-update-hint {
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 5px;
}

.fixHeight {
	margin-bottom: 8px;
}

.connections {
	margin-bottom: 10px;
	text-align:center;
}
.connections img {
	margin-right: 10px;
}


#help-feedback-text {
	width: 350px; 
	height:200px;
}

.demo-firm label{
	font-weight: normal;
	display: inline;
	margin-right: 10px;
	width: 50px;
	float:left;
	clear:left;
}

.demo-firm .inputText {
	width: 160px;
	float:left;
}


#report-period {
	font-weight: bold;
}

table.invisible {
	background: 0;
	
}

table.invisible td {
	border: 0px;
	padding: 0px;
	padding-right: 5px;
	margin: 0px;
}

#report-tax-table {
	width:200px;
}
#content .chzn-container-multi ul.chzn-choices li.search-choice {
    padding: 3px 20px 3px 5px;
    background: #e4e4e4;
    overflow-wrap: break-word;
}

#content .chzn-container ul.chzn-results li.active-result {
    padding: 5px 6px;
    background: none;
}
#content .chzn-container-multi ul.chzn-choices li.search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    background: none;
}
.chzn-container {
    min-width: 70px;
}
.chzn-select {
    min-width: 70px;
}
tr.filters .chzn-container .chzn-choices,
tr.filters .chzn-container .chzn-drop,
tr.filters .chzn-container .search-choice {
    border: 1px solid #ccc;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    position: static !important;
}
.red {
    color: rgb(228, 21, 21);
}

   /*payments CC*/ 
   .cardadded {
       color: #999999;
       font-style: italic;
   }
   .cardnum {
       font-weight: bold;
   }
   .cardinfo {
       font-style: italic;
   }
   
   
   td.text-right {
       text-align: right;
   }
