.as_row{
   font-weight:bold;
   border-bottom:1px solid #000000;
   background-color:#faff6b;
}
.sel_holder{
	    border:1px solid #000000;
}
.warning{
   font-weight:bold;
   border-bottom:1px solid #000000;
   background-color:#e08c8c;
}
.no_matches_label{
		  font-weight:bold;
		  border-bottom:1px solid #000000;
}
.row_payed_ok{
           background-color:#a0ff7b;
	  font-size:9pt;
}
.row_payed_note{
          background-color:#faff7b;
	  font-size:9pt;
}
.stats td{
   padding:4px;
}
.sumrow{
   font-weight:bold;
}
.sumrow td{
   background-color:#fffd53;
}

.bill_print_links_secure a.has-urlauth{
   color:red;
}
.bill_table-row.hl-row{
   background-color: #7881d8;
}
.statement-row{
  margin: 0;
}
/* window manager start*/
.mwm_window .button{
   cursor: pointer;
   line-height: 2em;
   padding: 0em 1.5em;
   display:inline-block;
   margin-left: 0.3em;
   color: #ffffff;
   transition: background-color 150ms ease-out;
}
.mwm_window .mvm_title_bar_text{
   cursor: default;
}
.mwm_window .button.green{
   background-color: #61d95e;
}
.mwm_window .button.green:hover{
   background-color: #33a930;
}
.mwm_window .button.red{
   background-color: #d95e5e;
}
.mwm_window .button.red:hover{
   background-color: #a93030;
}
.mwm_window .content-h{
   padding: 1em 0.6em 0.6em 0.6em;
   min-width: 200px;
}
.mwm_window .content-h .text{
   font-size: 1.5em;
}
.mwm_window .buttons-h{
   text-align: right;
   margin-top: 0.5em;
   padding-top: 0.5em;
}

/* window manager end*/
/* renderer-link_structure start */
.renderer-link_structure .field{
   margin-bottom: 0.1em;
}
.renderer-link_structure .field label{
   display: inline-block;
   font-size: 0.9em;
   margin-right: 0.5em;
   min-width: 9em;
}
.renderer-link_structure .submit{
   cursor: pointer;
   text-decoration: none;
   line-height: 2em;
   padding: 0em 1.5em;
   display:inline-block;
   color: #ffffff;
   transition: background-color 150ms ease-out;
   background-color: #61d95e;
}
.renderer-link_structure .submit:hover{
   background-color: #33a930;
}
/* renderer-link_structure end */
/*log-list start*/
.log-list td{
   vertical-align: top;
   padding: 0.2em;
}
.log-list .type-error .type{
   background-color: red;
   color: white;
}
.log-entry.content-h{
   max-height: 500px;
}
/*log-list end*/
.bill-notice{
   display: inline-block;
   color: white;
   background-color: red;
   font-size: 1.2em;
   font-weight: bold;
   width: 1.2em;
   height: 1.2em;
   border-radius: 50%;
   text-align: center;
   cursor: default;
   padding: 0.1em;
}
/* balance start */
.balance td
, .balance th{
   padding: 0.4em;
}
.balance td{
   color: white;
}
.balance .negative{
   background-color: red;
}
.balance .positive{
   background-color: green;
}
.balance-display{
   font-size: 1.2em;
   padding: 0.4em;
}
.balance .payment-trace ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.balance .payment-trace ul ul {
  padding-left: 2em;
}
.balance .payment-trace ul li {
  margin: 0.25em 0;
}
.balance .payment-trace a {
  color: inherit;
}
/* balance end */
/* icon-info start */
.icon-info{
	cursor: default;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: green;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
/* icon-info end */
/* accounts table start */
#accounts_table table{
	width: 100%;
}
#accounts_table select{
	width: 10em;
}
#accounts_table .hilight-row{
	background-color: blue;
}
#accounts_table .edit-row{
	background-color: green;
}
/* accounts table end */
.scroll-wrap{
	overflow-y: auto;
	display: inline-block;
}
.is-forgotten{
	opacity: 0.3;
}

.hlAnchor{
  outline: dashed green;
}
.hl-pm-inv-rel, .bill_table-row:hover, .payment-row:hover, .hl-pm-inv-rel-l{
  outline: dashed orange;
}
.invoice-trace .v-wrap {
  margin-right: 3em;
}
.invoice-trace .v-wrap .v-label {
  margin-right: 0.5em;
}
.invoice-trace .v-wrap .v-value {
  font-weight: bold;
}
.invoice-trace ul {
  list-style: none;
  padding-left: 0;
}
.invoice-trace ul ul {
  padding-left: 2em;
}
.invoice-trace li {
  border: 1px solid #d6d6d6;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.invoice-trace pre {
  background-color: #fffee5;
  padding: 0.5em;
}
.hl-info{
  cursor: pointer;
}
/* generic helper classes start*/
.table-full-width{
  width: 100%;
}
.child-table-full-width > table{
  width: 100%;
}
/* generic helper classes end*/
.post-return-msg a{
   display: flex;
   align-items: center;
   text-decoration: none;
}
.post-return-msg a img{
   margin: 0.2rem;
   margin-right: 0.5rem;
}