/* CSS Document */
/*
	Core CSS style For the site
*/

/* Generic */

html,
body {
	height: 100%;
	background-color: #F6F7F4;
}

body,
div,
th,
p {
	font-family: -apple-system, Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 1.5em;
}

h1 {
	font-size: 20px !important;
	color: #555;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
}

h2 {
	font-size: 18px;
	color: #505050;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 4px;
}

h3 {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 4px;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	font-family: -apple-system, Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #333;
}

th {
	background-color: #F7F5EF;
	padding: 8px 5px;
	border: 1px solid #ddd;
	color: grey;
}

td {
	padding: 3px 5px;
	border-collapse: collapse;
}

table.bordered td {
	border: 1px solid #ddd;
}

table.text-right th {
	text-align: right;
}

table.text-right td {
	text-align: right;
}

table.text-center th {
	text-align: center;
}

table.text-center td {
	text-align: center;
}

table.fat td {
	padding: 6px 10px;
}

table.thin td {
	padding: 1px 2px;
}

table.small td * {
	font-size: 96%;
}

table.altrow tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table.altrow tr:nth-child(even) {
	background-color: #ffffff;
}

table.highlightedrow tr:hover {
	background-color: #eee !important;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

table.vtop td,
table.vtop th {
	vertical-align: top;
}

label {
	font-weight: 400;
}

/* Buttons */
button {
	margin: 3px;
}

.btn.btn-content-pencil:before {
	content: "\f040  ";
	font-family: "FontAwesome";
}

.btn.btn-content-config:before {
	content: "\f013  ";
	font-family: "FontAwesome";
}

.btn.btn-content-plus:before {
	content: "\f067  ";
	font-family: "FontAwesome";
	font-size: 12px;
}

.btn.btn-content-expand:before {
	content: "\f0fe  ";
	font-family: "FontAwesome";
}

.btn.btn-content-minus:before {
	content: "\f068  ";
	font-family: "FontAwesome";
}

.btn.btn-content-eye:before {
	content: "\f06e  ";
	font-family: "FontAwesome";
}

.btn.btn-content-fa-arrow-circle-right:before {
	content: "\f0a9  ";
	font-family: "FontAwesome";
}

.btn.btn-content-play:before {
	content: "\f144  ";
	font-family: "FontAwesome";
}

.btn.concession-btn-stop:before {
	content: "\f28e  ";
	font-family: "FontAwesome";
}

.btn.btn-content-refresh:before {
	content: "\f021  ";
	font-family: "FontAwesome";
}

.btn.btn-content-trash:before {
	content: "\f1f8  ";
	font-family: "FontAwesome";
}

.btn.btn-content-back:before {
	content: "\f190  ";
	font-family: "FontAwesome";
}

.btn.btn-content-eraser:before {
	content: "\f12d  ";
	font-family: "FontAwesome";
}

.btn.btn-content-sliders:before {
	content: "\f1de  ";
	font-family: "FontAwesome";
}

.btn.btn-content-file:before {
	content: "\f15b  ";
	font-family: "FontAwesome";
}

.btn.btn-content-toggle:before {
	content: "\f205  ";
	font-family: "FontAwesome";
}

.btn.btn-content-toggle-off:before {
	content: "\f204  ";
	font-family: "FontAwesome";
}

.btn.btn-content-send:before {
	content: "\f1d8  ";
	font-family: "FontAwesome";
}

.btn.btn-content-pdf:before {
	content: "\f1c1  ";
	font-family: "FontAwesome";
}

.btn.btn-content-envelop:before {
	content: "\f003  ";
	font-family: "FontAwesome";
}

.btn.btn-content-csv:before {
	content: "\f1c3  ";
	font-family: "FontAwesome";
}

.btn.btn-content-grid:before {
	content: "\f00a  ";
	font-family: "FontAwesome";
}

.btn.btn-content-history:before {
	content: "\f1da  ";
	font-family: "FontAwesome";
}

.btn.btn-content-check:before {
	content: "\f058  ";
	font-family: "FontAwesome";
}

.btn.btn-content-times:before {
	content: "\f057  ";
	font-family: "FontAwesome";
}

/* background icons*/
.bg.rentpushicon {
	background-image: url('../../images/rentpush_houses.png');
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.bgicon {
	position: relative;
}

.bgicon.place-right:after {
	content: '';
	font-family: FontAwesome;
	top: 50%;
	right: 16px;
	position: absolute;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bgicon.angleright:after {
	content: "\f105";
}

.bgicon.expand:after {
	content: "\f196";
}

/* */
.sxx-slider input {
	border: none !important;
	background-color: #fafafa !important;
}

.overlay {
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 199;
	/*charles Zhang 7/24/2017*/
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;

}

/*.overlay > .overlay-loading {
	margin-top:20%;
	margin-left:46%;
}*/

.sep-line-vertical {
	display: inline-block;
	border-right: 1px solid #ddd;
	margin-left: 8px;
	margin-right: 8px;
	width: 1px;
	height: 100%;
}

.iwrapper {
	position: relative;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;

}

.iwrapper:first-child {
	border-radius: 3px 3px 0 0;
}

.iwrapper:last-child {
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 3px 3px;
}

.iwrapper input:not([type=checkbox]):not([type=radio]),
.iwrapper textarea {
	border: none;
	margin: 0;
}

.footer {
	background-color: grey;
	font-size: 90%;
	color: white;
	padding: 5px;
}

.footer * {
	font-size: 90%;
	color: #eee;
}

.footer a:hover {
	color: #eee;
	text-decoration: underline;
	cursor: pointer;
}

li>a {
	display: block;
}

ul,
ol {
	padding-left: 16px;
}




/* header */
.header {
	position: fixed;
	width: 100%;
	height: 60px;
	/*border-bottom:1px solid #eee;*/
	z-index: 9;
	opacity: 1;
	background-color: white;
}

.header:after {
	content: "";
	display: table;
	clear: both;
}

.header .rightcol:after {
	content: "";
	display: table;
	clear: both;
}

.header .rightcol {
	background-color: white;
}

.header .rightcol .content {
	float: left;
}

.header .rightcol .actionbar {
	float: right;
	height: 100%;
}

.branding {
	width: 100%;
	height: 100%;
	padding: 0px;
	background-color: #fbfbfb;
	/*#F4F1E6;*/
	text-align: center;
}

.branding a {
	line-height: 58px;
}

.branding img {
	width: 90%;
	max-width: 220px;
}

.searchbar input {
	outline: none;
}

.searchbar .content:before {
	content: '\f002';
	font-family: FontAwesome;
	color: #bbb;
	font-size: 16px;
}

.searchbar .content input {
	border: none;
	width: 90%;
	height: 38px;
	padding-left: 10px;
	font-size: 14px;
	color: grey;
}

.actionbar ul {
	margin: 0px;
}

.actionbar ul:after {
	content: "";
	display: table;
	clear: both;
}

.actionbar ul>li {
	float: right;
	list-style: none;
	width: 60px;
	text-align: center;
	line-height: 58px;
	height: 60px;
	border-left: 1px solid #eee;
	color: grey;
	cursor: pointer;
	font-size: 16px;
}

.actionbar ul>li.auto {
	width: auto;
}

.actionbar .btn-site-access-selector {
	position: relative;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 8px;
	padding-right: 48px;
}

.actionbar .btn-site-access-selector:after {
	content: '  \f078';
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	top: 0;
	-moz-transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-khtml-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	height: 4px;
}

.actionbar .btn-site-access-selector.mobileonly:after {
	content: '  \f079';
	font-family: FontAwesome;
	right: 20px;
}

.actionbar ul>li:hover {
	background-color: #eee;
}

.actionbar ul>li.highlight {
	background-color: #5ea6ef;
	color: white;
}

.actionbar ul>li.highlight:hover {
	background-color: #8cc5ff;
}

.actionbar .nav-generalsearchbox {
	width: 100%;
	border: none !important;
	;
	font-size: 13px;
	padding: 0 0 0 8px !important;
	margin: 0 !important;
}

/* page content */

.leftcol {
	float: left;
	width: 20%;
	height: 100%;
}

.rightcol {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
}

.page-content {
	width: 100%;
	height: auto;
	min-height: 100%;
	padding-top: 60px;
	position: absolute;
	background-color: #F4F8F9;
	/*#F6F7F4;  #F4F8F9;*/
}

.page-content:after {
	content: "";
	display: table;
	clear: both;
}

.page-content>.leftcol {
	background-color: #202e42;
	position: relative;
}

.sxx-mode-fullscreen .page-content>.leftcol {
	height: 0;
	position: absolute;
	right: 0;
	top: 60px;
	width: 360px;
}

.sxx-mode-fullscreen .page-content>.rightcol {
	width: 100%;
}

.page-content-navigation ul li {
	list-style: none;
	text-align: left;
	color: white;
	cursor: pointer;
}

.page-content-dashboard {
	font-family: -apple-system, Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
}

.page-content-navigation-footer {
	position: fixed;
	bottom: 0px;
	left: 0;
	height: 40px;
	line-height: 40px;
	background-color: rgba(246, 247, 244, 0.2);
	width: 100%;
	color: white;
	padding: 0px;
}

.page-content-navigation-footer .nav-bar-item {
	padding: 0 16px;
}

/* Legends */
.legend {
	display: inline-block;
	height: 24px;
	margin: 2px 16px 2px 0;
	font-weight: bold;
	white-space: nowrap;
}

.legend-color {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	vertical-align: middle;
}

/* Responsive */
.mobileonly {
	display: none;
}

@media only screen and (max-width: 1080px) {

	.header .rightcol .searchbar {
		width: 100% !important;
	}

	.actionbar ul:before {
		content: "\f054";
		display: block;
		top: 50%;
		left: 50%;
		position: absolute;
		font: normal normal normal 14px/1 FontAwesome;

		-moz-transform: translate(-50%, -50%) rotate(0deg);
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-o-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-khtml-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);

		transition: all 1s ease;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-khtml-transition: all 1s ease;
	}

	.actionbar ul {
		padding-top: 59px;
		max-height: 59px;
		background-color: #fcfcfc;
		overflow: hidden;
		-webkit-transition: max-height 0.8s ease-out;
		-moz-transition: max-height 0.8s ease-out;
		-o-transition: max-height 0.8s ease-out;
		transition: max-height 0.8s ease-out;
		cursor: pointer;
	}

	.actionbar ul.mobileexpanded {
		max-height: 500px;
		-webkit-transition: max-height 0.8s ease-out;
		-moz-transition: max-height 0.8s ease-out;
		-o-transition: max-height 0.8s ease-out;
		transition: max-height 0.8s ease-out;
	}

	.actionbar ul.mobileexpanded:before {
		content: "\f054";

		-moz-transform: translate(-50%, -50%) rotate(90deg);
		-webkit-transform: translate(-50%, -50%) rotate(90deg);
		-o-transform: translate(-50%, -50%) rotate(90deg);
		-ms-transform: translate(-50%, -50%) rotate(90deg);
		-khtml-transform: translate(-50%, -50%) rotate(90deg);
		transform: translate(-50%, -50%) rotate(90deg);
		transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-webkit-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-khtml-transition: all 0.6s ease;
	}

	.header .rightcol .actionbar {
		position: absolute !important;
		top: 0px !important;
		right: 0px !important;
		width: 60px !important;
	}

	.header>.rightcol>.content {
		display: inherit !important;
	}

	/*
    .page-content .leftcol, .leftcol {
        display:none;
    }
	*/
	.header .leftcol {
		display: none;
	}


	.page-content .leftcol {
		width: 100%;
		z-index: 9;
	}

	.leftcol,
	.rightcol {
		width: 100% !important;
	}

	.desktoponly {
		display: none;
	}

	.mobileonly {
		display: inherit;
	}

}

@media only screen and (max-width: 1080px) {
	.header>.rightcol>.content {
		display: none;
	}
}

@media only screen and (min-width: 1400px) {
	.leftcol {
		width: 16%;
	}

	.rightcol {
		width: 84%;
	}
}

@media only screen and (min-width: 1800px) {
	.leftcol {
		width: 12%;
	}

	.rightcol {
		width: 88%;
	}
}

.warning {
	background-color: #fffd9c;
}

.danger {
	background-color: #ff9c9c;
}

i.saleeventicon:not(.fa-check-square):hover {
	box-shadow: 0 4px 8px -2px rgba(9, 30, 66, .25), 0 0 1px rgba(9, 30, 66, .31);
	font-size: 2.3em !important;
	cursor: pointer;
}

.entity-link {
	/* color: #007bff!important; */
	cursor: pointer !important;
}

.email-content.content.bg.lightgray.rounded img {
	display: none !important;
}

.entity-link:hover {
	/* color: #0056b3!important; */
	text-decoration: underline !important;
}

.notification-badge {
	text-align: center;
	font-family: -apple-system, Calibri, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: white;
	background-color: red;
	border-radius: 20px;
	width: 16px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
}

.spx-tooltip {
	padding: 10px;
	background: #555;
	font-size: 16px;
	color: white;
	position: absolute;
	border-radius: 10px;
	border: 1px solid black;
}

.spx-tooltip h6 {
	font-weight: bold;
}