body {
	line-height: 1.2;
	color: #4d4d4d;
	background-color: #f5f5f5;
	overflow-y: scroll;
}

html, body, .container-fluid.main {
    background-color: #f5f5f5;
}

a {
    color: #ac0022;
}

a:focus, a:hover {
    color: #91001d;
}

.top-spacing {
	padding: 10px 0 0;
}

.mce-notification {
	display: none !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #ac0022 ;
    border-color: #ac0022 ;
}

.pagination > li > a, .pagination > li > span {
    color: #ac0022 ;
    background-color: #fff;
    border: 1px solid #ececec;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #216a94;
    background-color: #eee;
    border-color: #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.panel-default {
    border-color: #d4d4d4;
}

.panel-default > .panel-heading {
    border-color: #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
    color: #4d4d4d;
    background-color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
	border: 1px solid #ececec;
}

.panel.custom {
    border-bottom: 1px solid #d4d4d4;
	padding: 10px 0;
	margin: 10px 0;
	box-shadow: none;
}

.panel-body {
    border-bottom: 1px solid #d4d4d4;
}

.no-property {
	color: #ac0022;
	font-weight: bold;
}

.all-property {
	color: #12556e;
	font-weight: bold;
}

p.no-property {
	padding: 15px 0;
}

.assigned-to-container {
	max-height: 50px;
	overflow-y: auto;
	overflow-x: hidden;
}

.property-title .panel.custom {
	border: none;
    border-bottom: 3px solid #ececec;
	background-color: transparent;
	padding-top: 0;
}

.property-title {
	margin: 0;
}

.property-title h1 {
	margin: 0;
	position: relative;
	overflow: auto;
}

.property-title h1 img {
	width: 100%;
	max-width: 75px;
	vertical-align: middle;
	float: left;
	margin: 0 15px 0 0;
}

.property-title h1 span {
	vertical-align: middle;
	color: #12556e;
	display: block;
}

.property-title h1 p {
	font-size: 14px;
	display: block;
	margin: 0;
}

.navbar-default {
    border-color: #ececec;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #4d4d4d;
    background-color: #ececec;
}

.navbar-default .navbar-nav > .active > a i, 
.navbar-default .navbar-nav > .active > a:focus i, 
.navbar-default .navbar-nav > .active > a:hover i,
.navbar-default .navbar-nav > li > a:focus i, 
.navbar-default .navbar-nav > li > a:hover i,
.navbar-default .navbar-nav > li > a i, 
.navbar-default .navbar-text i {
    color: #021922;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #4d4d4d;
}

.sidebar-nav .navbar ul {
    border-bottom: 1px solid #d4d4d4;
}

@media (min-width:768px) {
    .navbar {
    	border-radius: 0;
	}
}

.btn-primary {
    color: #fff;
    background-color: #ac0022;
    border-color: #780018;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c40027;
    border-color: #ac0022;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #91001d;
    border-color: #780018;
}

.btn-info {
    color: #fff;
    background-color: #12556e;
    border-color: #0d4154;
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #166987;
    border-color: #12556e;
}

.btn-info.focus, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #0d4154;
    border-color: #092e3b;
}

.btn-success {
    color: #fff;
    background-color: #12556e;
    border-color: #0d4154;
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #166987;
    border-color: #12556e;
}

.btn-success.focus, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #0d4154;
    border-color: #092e3b;
}

.btn-warning {
    color: #fff;
    background-color: #55510d;
    border-color: #3b3809;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #6e6910;
    border-color: #55510d;
}

.btn-warning.focus, .btn-warning:focus, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #55510d;
    border-color: #212005;
}

.btn-danger {
    color: #fff;
    background-color: #ac0022;
    border-color: #780018;
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c40027;
    border-color: #ac0022;
}

.btn-danger.focus, .btn-danger:focus, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #91001d;
    border-color: #780018;
}

.btn-default {
    color: #fff;
    background-color: #12556e;
    border-color: #0d4154;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle, .btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #166987;
    border-color: #12556e;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #0d4154;
    border-color: #092e3b;
}

.btn-link {
    color: #ac0022;
    font-weight: normal;
}

.btn-link:focus, .btn-link:hover {
    color: #91001d;
}

.login_form .btn-link {
	min-height: 22px;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 16px;
	margin-left: 10px;
}

.login_form h1 {
	color: #12556e;
}

.login_form input[type="checkbox"] {
	left: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
}

.dropdown-menu {
	padding: 0;
	border-radius: 0;
	border-color: #ececec;
	box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -1px;
}

.dropdown-menu > li > a {
    font-weight: normal;
    color: #4d4d4d;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #4d4d4d;
    background-color: #ececec;
}

.nav-tabs {
    margin-left: 15px;
    width: auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #4d4d4d;
    background-color: #f5f5f5;
    border: 1px solid #ececec;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 0;
}

.dashboard-widgets .stats-table thead th {
	color: #ac0022;
}

.dashboard-widgets .stats-table thead th i {
	font-size: 12px;
	color: #999;
	padding: 0 0 0 3px;
	text-transform: none;
	font-style: normal;
}

#property-inspection h1 {
	color: #ac0022;
}

#property-inspection h2 {
	padding: 10px 0;
    border-bottom: 3px solid #ececec;
	color: #12556e;
}

#property-inspection p {
	border-bottom: 1px solid #ececec;
	padding: 0 0 5px;
}

#property-inspection h3 {
	color: #021922;
}

#property-inspection h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	line-height: 22px;
	color: #55510d;
}

#property-inspection h3 .inspection-financial-number {
	color: #999;
}

#property-inspection h3.status {
	position: absolute; 
	top: 0; 
	right: 15px;
	color: #6e6910;
}

.property_selection {
	padding: 0 15px 0 0;
}

.property_selection:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#property_change_trigger {
	width: auto;
	margin: 0;
	min-width: 100%;
}

.vertically_centered {
	max-width: 600px;
	margin: 0 auto;
	transform: translatey(50%);
}

.stat-blue {
	background-color: #12556e ;
}

.stat-red {
	background-color: #ac0022 ;
}
.stat-gray {
	background-color: #666666 ;
}

.stat-green {
	background-color: #55510d ;
}

.stat-purple {
	background-color: #021922 ;
}

.btn.btn-outline.blue {
	border-color: #3598dc;
	color: #3598dc;
	background: 0 0;
}

.btn.btn-outline.blue:hover {
	color: #fff;
	background-color: #3598dc;
}

.cont-body-details .btn {
	line-height: 1.44;
}

.btn-circle {
	border-radius: 25px !important;
	overflow: hidden;
}

.btn {
	box-shadow: none !important;
	font-weight: 400;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
}

.current_investors .btn,
.current_staff .btn,
.accountant-holder .btn {
	margin: 0 10px 0 0;
}

.gm-holder .row,
.rm-holder .row {
    display: block;
    padding: 10px 0;
    clear: both;
    padding: 5px 15px;
}

.dashboard-stat {
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 0;
	color: #fff;
	min-height: 110px;
}

/*.dashboard-stat:after {
	clear: left;
	float: none;
	display: block;
}*/

.dashboard-stat:hover {
	color: #fff;
	text-decoration: none;
}

.dashboard-stat .panel {
	border-radius: 0;
	background: transparent;
	min-height: 110px;
}

.dashboard-stat .panel-body {
	min-height: 110px;
}

.stat-title {
	line-height: 35px;
	font-size: 35px;
}

.stat-num {
	font-size: 35px;
	line-height: 35px;
	margin-top: 15px;
	text-align: center;
}

.stat-num .badge {
	font-size: 30px;
	border-radius: 50%;
	padding: 12px 18px;
}

.widget {
	border-radius: 0;
	background: transparent;
}

.widget .panel-heading {
	color: #fff;
	border-radius: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.scroller-title {
	font-weight: bold;
}

.widget .panel-heading .panel-title {
	font-size: 22px;
	line-height: 25px;
}

.widget .panel-body {
	background-color: #fff;
	border-bottom: none;
}

.widget-cont .cont-row {
	padding: 10px;
	margin: 0 0 10px;
	border-radius: 0 !important;
}

.cont-row .cont-body {
	padding-left: 20px;
	position: relative;
	overflow: hidden;
}

.cont-body-info .title {
	display: inline-block;
	float: left;
	margin: 0 0 5px;
	color: #060606;
	font-weight: 600;
}

.cont-body-info:after {
	clear: both;
	float: none;
	display: block;
	width: 100%;
	height: 0;
}

.cont-body-text {
	color: #999;
	clear: left;
	line-height: 17px;
}

.p-zero-left {
	padding-left: 0 !important;
}

.cont-body-details {
	margin: 10px 0 0;
}

.scroller {
	padding: 0 12px 0 0;
	margin: 0;
	overflow: hidden;
	width: auto;
	height: 300px;
}

.task-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.task-list li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.task-list li:hover {
	background-color: #f4f6f9;
	cursor: pointer;
}

.task-title {
	color: #838FA1;
	margin-right: 10px;
	font-weight: 600;
}

.task-subtitle {
	font-weight: 400;
	font-size: 14px;
	display: block;
}

.widget a:hover {
	text-decoration: none;
}

.date {
	padding: 4px 9px 5px 4px;
	text-align: right;
	font-style: italic;
	color: #c1cbd0;
	float: right;
}

.clear {
	float: none;
	width: 100%;
	display: block;
	clear: both;
	height: 0;
}

.fl-left {
	float: left;
}

.task-label {
	display: inline-block;
	padding: 6px 8px;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	text-shadow: none !important;
	font-weight: 300;
	color: #fff;
}

.task-label-blue {
	background-color: #3598dc;
}

.task-title-inline {
	display: inline-block;
	padding-left: 20px;
}

#top_bar {
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #d4d4d4;
}

#top_bar .top-bar-item {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	max-height: 50px;
	float: left;
}

#top_bar .personal_nav {
	height: 100%;
}

select.form-control.perPageFilterSel {
	margin-left: 5px;
	height: auto;
	max-width: 80px;
	display: inline-block;
	width: 100px;
	padding: 3px; /* Edited by Jay H. originally 4px */
}
.pagination {
	padding-left: 0;
	margin: 22px 0;
	border-radius: 4px;
	margin: 0px;
}
.widget .btn.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.action-row .extra-row {
	display: none;
}
.datebetween_holder {
	display: block;
}
.action-row .toggle-row {
	margin-top: 5px;
	margin-bottom: 5px;
}
.action-row .padded {
	padding-top: 15px;
	padding-bottom: 15px;
}
.panel-body > .action-row:nth-of-type(odd) {
	background-color: #f9f9f9;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.extra-row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dashed #999;
}
.left-between, .right-between, .middle-between {
	display: inline-block;
}
.left-between, .right-between {
	max-width: 100px;
}
.sb_holder {
	position: absolute;
	top: 60px;
	overflow: hidden;
}

.sb_holder.fixed {
	position: fixed;
	top: 10px;
}

.data-node {
	list-style: none;
}
.alert ul {
	list-style: none;
	padding: 0;
}
.header-row {
	border-bottom: 1px solid #999;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #999;
}
.top_padded {
	padding: 10px 0px;
}
.admin_logo_holder {
	max-height: 50px;
	width: auto;
	padding: 5px 0;
}
.widget .doc-table .pagination {
	text-align: center;
	width: 100%;
}
.widget .doc-table .pagination > li {
	float: none;
	display: inline-block;
}
.widget .doc-table .pagination > li > a {
	cursor: pointer;
	line-height: 1;
	padding: 6px 8px;
}
.widget .doc-table .pagination > li > span {
	line-height: 1;
	padding: 6px 8px;
}
.refresh-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}
.refresh-loader .loader {
	position: absolute;
	font-size: 48px;
	top: 50%;
	left: 50%;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.sidebar-nav {
	min-height: calc( 100vh - 77px );
}
.menu_holder {
	border: 1px dashed #ddd;
	min-height: 300px;
}
.menu_items {
	border: 1px dotted #ddd;
	min-height: 300px;
}
ul.menu_item_ul, .menu_builder {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.widget .doc-table {
	min-height: 330px;
}
li.menu_item, .organized_menu {
	min-height: 34px !important;
	height: auto !important;
	width: 100% !important;
	line-height: 34px;
	border: 1px solid #000;
	margin: 5px 0px;
	padding-left: 10px;
	cursor: pointer;
}
.inv_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,.5);
	height: 100%;
}
.inv_menu_edit {
	width: 325px;
	background: #fff;
	min-height: 250px;
	padding: 10px;
	margin: auto;
	position: fixed;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -25%);
}
ul.sub_menu {
	padding-left: 15px;
}
ul.submenu li {
	border: 1px dashed #555;
	list-style-type: none;
	min-height: 34px !important;
	height: auto !important;
	width: 100% !important;
	line-height: 34px;
	padding-left: 10px;
	cursor: pointer;
}
.table tr.new-row {
	border: 3px solid #ac0022 !important;
	background-color: #f5f5f5 !important;
}
.notificationDisplay a.interact-link {
	padding: 5px 10px 5px 40px;
	box-sizing: border-box;
	white-space: normal;
	text-align: left;
}
span.menu_toggle {
	position: static;
	cursor: pointer;
	display: inline-block;
	width: 2em;
	text-align: center;
}
.sb_holder .sidebar-nav .navbar li.has_sub_items a {
	width: calc( 100% - 2em );
	display: inline-block;
}
ul.sub_menu li {
	position: relative;
	line-height: 1;
	width: 100%;
}
ul.sub_menu li a {
	display: block;
	padding: 10px 15px;
}
ul.sub_menu li a:hover {
	text-decoration: none;
}
.menu_hider {
	position: absolute;
	z-index: 500000000;
	right: -10px;
	font-size: 20px;
	bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #f06725;
	color: #fff;
	cursor: pointer;
}
.menu_shower {
	position: fixed;
	top: 95vh;
	padding: 5px 10px;
	border: 1px solid #000;
	background: #f06725;
	color: #fff;
	cursor: pointer;
	z-index: 500000000;
}
.property_details {
	color: #fff;
}
.panel-heading .pull-right {
	/* margin-top: -5px; Edited by Jay H. */
}
.panel-heading .btn {
	line-height: 100%;
}
.login_image_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.login_image_holder {
	height: 100vh;
}
.over_image_holder {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 50000;
}
.login_holder_holder {
	height: 100vh;
	overflow: hidden;
}

.widget .table-striped th {
    font-weight: bold;
}

.widget .table-striped tbody th:first-of-type {
    font-weight: bold;
    text-align: left;
}

.login_image_holder {
	background-size: cover;
}
.login_item {
	border-radius: 0px;
	border: 0px solid #000;
	height: 55px;
	padding-left: 20px;
}
.login_item:focus {
	outline: none;
	box-shadow: none;
}
.form-horizontal.login_form {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.btn-login, .btn-forgot {
	border-radius: 0px;
	border: 0px solid #000;
	height: 55px;
	text-align: left;
	padding-left: 20px;
	font-size: 20px;
	line-height: 45px;
}
.form-control-feedback {
	position: static;
	line-height: 36px;
	text-align: left;
	pointer-events: none;
	width: 100%;
	height: auto;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
input.table_input {
	border: 0px;
	background: transparent;
	text-align: center;
}
input.table_input:focus {
	outline: none;
	border: 1px solid red;
}
select.input_select {
	border: 0px;
	width: 100%;
	height: 24px;
	background: transparent;
}
.input_select.has-error {
	border: 1px solid red;
}
select.input_select:focus {
	outline: none;
	border: 1px solid red;
}
.field_mapper.has-error {
	border-color: red;
}
.notification-alert {
	cursor: pointer;
	color: #4d4d4d;
	vertical-align: middle;
	position: relative;
}
.notification-badge {
	background-color: #ac0022;
	position: absolute;
    top: -5px;
    right: -10px;
	color: #fff;
	font-family: Lato, sans-serif;
	padding: 3px 6px;
}

#notification_bell {
	padding-right: 25px;
}

#notify-icon {
	padding: 5px;
	height: 100%;
}

#notify-icon:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.noticeDropdown {
	text-align: center;
	position: absolute;
	width: 250px;
}

.noticeDropdown .pull-right.delete-all-btn {
	padding: 10px 15px;
	display: block;
	cursor: pointer;
	color: #ac0022;
}

.notificationDisplay {
	border-bottom: 1px solid #FFF;
	position: relative;
}
.notificationDisplay .dismiss-btn {
	width: auto;
	display: inline-block;
	padding: 3px 6px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 6px;
	-webkit-transition: all 200ms linear 0s;
	transition: all 200ms linear 0s;
}
.notificationDisplay .dismiss-btn:hover {
	color: #ac0022;
}
.noticeDropdown > li {
	overflow: auto;
}

.noticeDropdown > li p {
    padding: 10px 0;
    margin: 0;
}

.boarderLine {
	border-bottom: solid gray;
}
.ui-datepicker {
	z-index: 9999 !important;
}
.left-login-holder {
	width: 75%;
	display: inline-block;
	position: relative;
	float: left; /* Edited by Jay H. */
}
.right-login-holder {
	width: 25%;
	display: inline-block;
	float: right;
	position: relative;
}
ul.sub_menu {
	list-style: none;
}
.sort-link {
	display: inline-block;
	width: 100%;
	font-weight: normal;
	position: relative;
}
.sort-link:hover {
	text-decoration: none;
}
.sort-link i {
	position: absolute;
	right: 0;
	top: 3px;
}
.table-striped th {
	font-weight: normal;
}
body .font-select {
	width: 100%;
}

#weekly-stats-table td.inline-btn {
    font-size: 0;
}

#weekly-stats-table td .btn:first-of-type {
    margin-right: 5px;
}

/* ----------------------------------------------------------------

 -------------------------------------------------- Added by Jay H.

---------------------------------------------------------------- */
.alert {
	border-radius: 0;
}

.alert .close {
	color: #fff;
}

.alert .close:hover {
	color: #fff;
}

.alert-success {
    background-color: #719315;
    border-color: #5f7a12;
    color: #fff;
}

.alert-warning {
    background-color: #aa941c;
    border-color: #917f17;
    color: #fff;
}

.alert-danger {
    background-color: #a50000;
    border-color: #8c0000;
    color: #fff;
}

.brighttheme-notice {
	background-color: #aa941c !important;
    border-color: #917f17 !important;
    color: #fff !important;
}
.brighttheme-info {
	background-color: #aa941c !important;
    border-color: #917f17 !important;
    color: #fff !important;
}
.brighttheme-success {
	background-color: #719315 !important;
    border-color: #5f7a12 !important;
    color: #fff !important;
}
.brighttheme-error {
	background-color: #a50000 !important;
    border-color: #8c0000 !important;
    color: #fff !important;
}

/* Nav */
.navbar {
    margin-bottom: 0;
	min-height: 40px;
}
.navbar-collapse {
    border-top: none;
}

/* Dashboard */
.stat-widget td {
	text-align: right;
}

/* For 'browse' file selector */
input[type="file"] {
    height: auto;
}

/* container header */
.panel-heading {
    display: inline-block;
    width: 100%;
}

/* For settings page color boxes */
.minicolors-theme-bootstrap .minicolors-swatch {
    margin: auto;
    bottom: 3px;
}

/* Dashboard widgets */
.dashboard-widgets {
	display: flex;
	flex-wrap: wrap;
}

.dashboard-widgets > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.dashboard-widgets .panel {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.dashboard-widgets .widget {
    background: #fff;
    height: 100%;
}

.dashboard-widgets > [class*="col-"] {
	margin-bottom: 15px;
}

/* Property Details */

.property_details.panel.custom {
	padding: 15px;
	box-sizing: border-box;
	height: auto;
	color: #4d4d4d;
	font-size: 12px;
}

.property_details h5 {
	font-size: 18px;
	font-weight: bold;
	color: #12556e;
}

.property_details h4,
.property_details h5,
.property_details p {
	margin: 0;
	padding: 5px 0;
}

.property_details h4 {
	font-size: 14px;
	border-bottom: 1px solid #ececec;
	padding: 10px 0 5px;
	font-weight: bold;
}

.property_details h4 i {
	color: #bababa;
	margin-right: 2px;
}

.property_details p {
	padding: 5px 0 0;
}

legend {
		padding: 5px 0;
		overflow: auto;
}

label {
	display: inline-block;
	margin: 5px 0;
}

.form-horizontal .control-label {
	text-align: left;
	margin: 5px 0;
}

.file .btn {
	margin: 0;
}



/* ----------------------------------------------------------------

 -------------------------------------------------- Added by Jay H.

---------------------------------------------------------------- */

@media only screen and (max-width:1500px) {
	
	label {
		font-size: 12px;
	}
}

@media only screen and (max-width:1200px) {
	.dashboard-widgets > [class*="col-"] {
		margin-bottom: 15px;
	}
	#property-inspection h3.status {
		position: relative;
		display: block;
	}
}

@media only screen and (max-width:1000px) {
	.dashboard-widgets > [class*="col-"] {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) {
	.left-login-holder {
		width: 66%;
	}
	.right-login-holder {
		width: 34%;
	}
}

@media screen and (max-width: 767px) {
	.over_image_holder {
		display: none;
	}
	.left-login-holder {
		width: 100%;
	}
	.right-login-holder {
		width: 50%;
		float: none;
		position: absolute;
		right: 0;
		top: 0;
		background-color: rgba(255, 255, 255, 0.6);
	}
}

@media only screen and (max-width:768px) {
	.sidebar-nav {
		min-height: 0px;
	}
	.sb_holder {
		position: static !important;
		top: 60px;
		padding:  0;
	}
	.property_details {
		display: none;
	}
	.sidebar-nav .navbar ul {
		margin-bottom: 0;
	}
	.property-title h1 img {
		display: none;
	}
	legend {
		padding: 10px 0;
		overflow: auto;
	}
}

@media only screen and (min-width: 768px) {
.sidebar-nav .navbar .navbar-collapse {
	padding: 0;
	max-height: none;
}
.sidebar-nav .navbar ul {
	float: none;
	display: block;
}
.sidebar-nav .navbar li {
	float: none;
	display: block;
}
.sidebar-nav .navbar li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}

@media screen and (max-width: 580px) {
.panel-heading .pull-right {
	float: none !important;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
}
.filter-panel .btn, .filter-panel select.form-control.perPageFilterSel {
	width: 100%;
	max-width: none;
	margin-bottom: 5px;
}
.panel-heading {
	text-align: center;
	font-size: 18px;
}
}

@media screen and (max-width: 550px) {
.right-login-holder {
	width: 100%;
	right: auto;
	left: 0;
	top: 0;
}
}

@media screen and (max-width: 400px) {
.panel-heading .btn {
	width: 100%;
	margin-bottom: 5px;
}
}
