body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #33475b;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

a {
  color: #2d3749 !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0f1218 !important;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
}

input, textarea, select {
	box-shadow: none !important;
}

.input-group input {
	border-bottom-left-radius: 0.25rem !important;
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.form-control {
	border: 1px solid #dedfe1; /*#dce4ec*/
	border-radius: 2px;
	background-color: #fdfdfe;
	color: #33475b;
}

.form-control:focus {
	border: 1px solid #e4e5e7;
	outline: 0;
	background-color: #fdfdfe;
	color: #33475b;
}

.strong {
	font-weight: 600;
}

.card {
	border-radius: 2px !important;
}

.card-header {
	background-color: #fff;
}

#wrapper #content-wrapper {
	background-color: #fff;
}

footer.sticky-footer {
	padding: 1rem 0;
	border-top: 0px solid #e3e6f0;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
	color: inherit;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
	color: inherit;
}

.navbar {
	box-shadow: 1px 0 20px rgba(0,0,0,.1);
}

.bg-light-gray {
	background-color: #fdfdfd;
}

.bg-sidebar-light {
	background-color: #f5f7fa;
}

.bg-sidebar-dark {
	background-color: #f5f7fa;
}

.bg-error-image {
	background: url("../img/undraw_server_down_s4lk.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-login-image {
	background: url("../img/undraw_empty_street_sfxm.svg");
	background-position: center;
	background-size: contain;
	background-origin: content-box;
	background-repeat: no-repeat;
}

.bg-register-image {
	background: url("../img/undraw_forgot_password_gi2d.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-password-image {
	background: url("../img/undraw_forgot_password_gi2d.svg");
	background-position: center;
	background-size: contain;
	background-origin: content-box;
	background-repeat: no-repeat;
}

.bg-password-sent-image {
	background: url("../img/undraw_Letter_re_8m03.svg");
	background-position: center;
	background-size: contain;
	background-origin: content-box;
	background-repeat: no-repeat;
}

.sidebar {
	border-right:1px solid #dedfe1;
}
.sidebar .sidebar-brand {
	height: 4.375rem;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1.5rem 1rem;
	text-align: center;
	text-transform: none;
	letter-spacing: .05rem;
	z-index: 1;
}

.sidebar-dark .nav-item .nav-link {
	color: #4e5761;
	padding: 10px 30px;
	font-size: .9375rem;
}

.sidebar .nav-item .nav-link span {
	font-size: .93rem;
	display: inline;
}

.sidebar .nav-item.active .nav-link {
	font-weight: 400;
}

.sidebar-dark .sidebar-heading {
	color: #8391a2;
}

.sidebar .sidebar-heading {
	padding-top: .6rem;
	padding-left: 1.9rem;
	padding-bottom: .4rem;
	font-weight: 700;
	font-size: .65rem;
}

.sidebar.toggled .sidebar-heading {
	display: none;
}

.sidebar .sidebar-brand-icon {
	display: none;
}

.sidebar.toggled .sidebar-brand-icon {
	display: block;
}

.sidebar-dark .nav-item svg {
	margin-right: 8px;
}

.sidebar.toggled.sidebar-dark .nav-item svg {
	margin-right: 0px;
}

.sidebar-light .sidebar-brand {
	color: #222;
}

.sidebar-dark .nav-item.active .nav-link {
	color: #5383ae;
}

.sidebar-dark .nav-item .nav-link:hover {
	color: #5383ae;
}

@media ( max-width : 767.98px) {
	.sidebar .sidebar-heading {
		display: none;
	}
	.sidebar.toggled.sidebar-dark .nav-item svg {
		margin-right: 0px;
	}
	.nav-item .nav-link {
		text-align: center;
		padding: .75rem 1rem;
		width: 6.5rem;
	}
	.sidebar .nav-item .nav-link span {
		font-size: .65rem;
		display: block;
	}
}

.img-residence {
	max-width: 150px;
}

.feather {
	width: 1.2rem;
	height: 1.2rem;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	vertical-align: top;
}

.uppercase {
	text-transform: uppercase;
}

.badge {
	font-weight: 600;
	font-size: 85%;
}

.btn {
	font-weight: 500;
}

.user-lot {
	padding: 10px;
	border: 1px solid #eaeaea;
	border-left: 5px solid #eaeaea;
	border-radius: 3px;
	margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin-top: 15px !important;
}

.hpanel {
	font-size: 83%;
}

.hpanel>.panel-heading {
	color: inherit;
	font-weight: 600;
	padding: 10px 4px;
	transition: all .3s;
	border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
	border-bottom: 0
}

.hpanel>.panel-footer, .hpanel>.panel-section {
	color: inherit;
	border: 1px solid #eaeaea;
	border-top: 0;
	font-size: 90%;
	background: #f7f9fa;
	padding: 10px 15px
}

.hpanel.panel-collapse>.panel-heading, .hpanel .hbuilt {
	background: #fff;
	border-color: #eaeaea;
	border: 1px solid #eaeaea;
	padding: 10px 10px;
	border-radius: 2px
}

.hpanel .panel-body {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	padding: 20px;
	position: relative
}

.hpanel.panel-group .panel-body:first-child {
	border-top: 1px solid #eaeaea
}

.hpanel.panel-group .panel-body {
	border-top: 0
}

.panel-collapse .panel-body {
	border: 0
}

.hpanel {
	background-color: none;
	border: 0;
	box-shadow: none;
	margin-bottom: 25px
}

.panel-tools {
	display: inline-block;
	float: right;
	margin-top: 0;
	padding: 0;
	position: relative
}

.hpanel .alert {
	margin-bottom: 0;
	border-radius: 0;
	border: 1px solid #eaeaea;
	border-bottom: 0
}

.panel-tools a {
	margin-left: 5px;
	color: #9d9fa2;
	cursor: pointer
}

.hpanel.hgreen .panel-body {
	border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
	border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
	border-top: 2px solid #faca30
}

.hpanel.hviolet .panel-body {
	border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
	border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
	border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
	border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
	border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
	background: #62cb31;
	color: #fff;
	border: 0
}

.hpanel.hbgblue .panel-body {
	background: #3498db;
	color: #fff;
	border: 0
}

.hpanel.hbgyellow .panel-body {
	background: #ffb606;
	color: #fff;
	border: 0
}

.hpanel.hbgviolet .panel-body {
	background: #9b59b6;
	color: #fff;
	border: 0
}

.hpanel.hbgorange .panel-body {
	background: #e67e22;
	color: #fff;
	border: 0
}

.hpanel.hbgred .panel-body {
	background: #e74c3c;
	color: #fff;
	border: 0
}

.hpanel.hbgreddeep .panel-body {
	background: #c0392b;
	color: #fff;
	border: 0
}

.hpanel.hbgnavyblue .panel-body {
	background: #34495e;
	color: #fff;
	border: 0
}

.panel-group .panel-heading {
	background-color: #f7f9fa
}

.small-header .hpanel {
	margin-bottom: 0
}

.small-header {
	padding: 0 !important
}

.small-header .panel-body {
	padding: 15px 25px;
	border-right: 0;
	border-left: none;
	border-top: 0;
	border-radius: 0
}

.panel-body h5, .panel-body h4 {
	font-weight: 600
}

.small-header .panel-body h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0
}

.small-header .panel-body small {
	color: #838589
}

.hbreadcrumb {
	padding: 2px 0;
	margin-top: 6px;
	margin-bottom: 0;
	list-style: none;
	background-color: #fff;
	font-size: 11px
}

.hbreadcrumb>li {
	display: inline-block
}

.hbreadcrumb>li+li:before {
	padding: 0 5px;
	color: #34495e
}

.hbreadcrumb>.active {
	color: #9d9fa2
}

.wrapper {
	padding: 10px 20px
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
	display: none
}

.hpanel.collapsed .fa.fa-chevron-up:before {
	content: "\f078"
}

.hpanel.collapsed .fa.fa-chevron-down:before {
	content: "\f077"
}

.hpanel.collapsed.panel-collapse .panel-body {
	border-width: 0 1px 1px 1px;
	border-color: #eaeaea;
	border-style: solid
}

.hpanel.collapsed .hbuilt.panel-heading {
	border-bottom: 1px solid #eaeaea
}

body.fullscreen-panel-mode {
	overflow-y: hidden
}

.hpanel.fullscreen {
	z-index: 2030;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	margin-bottom: 0
}

.hpanel.fullscreen .showhide {
	display: none
}

.project-label {
	font-weight: 600;
}

.logo-img {
	image-rendering: auto;
}

.sidebar-dark #sidebarToggle {
	background-color: #b4bac6;
}

.sidebar-dark #sidebarToggle:hover {
	background-color: #cdd3e0;
}

.sidebar-dark hr.sidebar-divider {
	border-top: 1px solid #cdd3e0;
}

.table {
   color: #33475b !important;
}

.table .thead-dark th {
	background: #6c6e7e !important; 
	border-color: #6c6e7e;
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	display: none;
	visibility: hidden;
}

.admin-table .dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	display: block;
	visibility: visible;
}


.img-thumbnail {
    padding: 0.18rem;
    background-color: #fff;
    border: 1px solid #dddfeb;
    border-radius: 2px;
    max-width: 100%;
    height: auto;
}

.sidebar-dark .nav-item.active .nav-link {
	font-weight: 600;	
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.btn {
  font-weight: 600 !important;
  text-transform: none !important;
  box-shadow: none !important;
  letter-spacing: 0.25px !important;
}

.btn-primary {
	color: #fff !important;
}

.btn-primary:hover {
	color: #fff !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #fcdd79;
    border-color: #fcdd79;
}

.admin-table {
	font-size: 82% !important;
}

.admin-form {
	font-size: 82% !important;
}

.btn-secondary {
    color: #fff !important;
}
.btn-secondary:hover {
    color: #fff !important;
}