/*
Theme Name: iMack Property Management, LLC
Theme URI: https://properties.i-Mack.com
Author: iMack Software, LLC
Author URI: http:/i-Mack.com
Description: iMack Property Management, LLC (IPM) is a Property Management &amp; Real Estate Investment firm that markets and acquires residential and commercial real estate, at reduced prices, for rehabilitation, rezoning, repositioning, rental income and/or resale to the marketplace.
Version: 1.0.0
*/

iframe {
	border: 1px #000000 solid;
}
header span.account-header {
	color:#000000;
}
.align-right {
	text-align:right;
}
#details dl dd {
	text-align: left;
}
#admin-menu {
	padding-top:10px;
}
.account-icon {

}
.view-select {
	margin-right:5px;
}
.admin-widget-wrapper {
	font-size:18px;
	padding:10px;
}

.admin-widget {
	/* utline:rgba( 0, 0, 0, 0.1 ) 1px solid !important; */
}
.admin-widget .heading {
	padding:5px 10px;
	border-bottom: rgba( 0, 0, 0, 0.1 ) 1px solid;
	font-weight: bold;
}
.admin-widget .content {
	padding:5px 10px;
	font-size: 14px;
}
.admin-widget .fa {
	font-size:48px;
	margin-top:70px;
	margin-bottom:5px;
}
.background-profit{
	background-color:#00aa00 !important;
}
.background-loss{
	background-color:#ff0000 !important;
}
.background-no-gain{
	background-color:#5a5a5a !important;
}

.expense{
	color:#ff0000;
}
.income{
	color:#00aa00;
}
.pl-amount{
	text-align:right;
}

.font-finance-large {
	font-size:18px;
}
.font-finance-x-large {
	font-size:21px;
}
.description-text {
	font-size:11px;
}

.fri .property {
	float:none;
	width:100%;
}
.fri .property-wrap {
	padding-right:0px;
	padding-left:0px;
}
.fri .summary {
	padding-right:0px;
}
.fri .summary table {
	width:100%;
}
.fri .summary table tr td:last-child, .fri .summary table tr th:last-child {
	text-align:right;
}

.dataTables_wrapper .dataTables_filter input {
	margin-left:0px;
}
.pending, .pending a {
	color:#aeaeae !important;
	font-style:italic !important;
}
table.transactions-table {
	width:100%;
}
table.transactions-table td{
	padding:3px 3px;
}
table.transactions-table tr:nth-child(even){
	background:#f3f3f3;
}
.fri table.transactions-table tr.paid{
	background-color:#00aa00;
	color:#ffffff;
	cursor:pointer;
}
.mobile-show {
	display:none;
}

@media only screen and (max-width: 640px) {
    .mobile-hide {
    	display:none;
    }
    .mobile-show {
    	display:inline;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-landscape-hide {
    	display:none;
    }

	.fri .summary {
		padding-left:0px;
	}
}




