
.card .toolbar {
	margin: 10px !important;
	padding: 10px 20px !important;
    display: flex;
	align-items: center;
	border-radius: 2px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2), 0 5px 15px 0 rgba(0, 0, 0, .15) ;
}

.toolbar .actions {
    margin: .05rem -.8rem 0 auto;
}

.hoverable, .card, .sidebar, .header, .toolbar, .header-navbar {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .2), 0 3px 5px 0 rgba(0, 0, 0, .15) !important;
}

.toolbar:not(.toolbar--inner) {
	background-color: #428bca;
	color: #fff;
}

.toolbar .toolbar__nav .actions {
	float: right !important;
}

.toolbar__nav {
	color: white;
}

.toolbar:hover {
	background-color: #3983bb;
}

.card-block {
  padding: 0.5rem 2.1rem !important;
}

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
		padding: 102px 30px 30px 300px !important;
	}
}

@media (min-width: 1200px) {
	.content__home:not(.content--boxed):not(.content--full) {
		padding: 0px;
	}
}

@media (min-width: 1200px) {
	.content__home__cards:not(.content--boxed):not(.content--full) {
		padding: 80px 30px;
	}
}

.user__name[_ngcontent-c1], .user__email[_ngcontent-c1], user__name {
	color: #fff !important;
}

.pointer {
	cursor: pointer;
}

.container-fluid {
	padding: 2% !important;
}

button span, a span {
	padding-right: 4px;
}

.text-red {
	color: red;
}

.text-black {
	color: black !important;
}

.carousel-item {
    position: relative;
    min-height: 127px;
	max-height: 227px;
	height: 127px;
}

.morador__img {
	margin: 0 auto;
	width: 50%;
	margin-bottom: 2%;
}

.user__img {
	width: 100%;
}

.form-group__bar:after, .form-group__bar:before {
	background-color: #e57322 !important;
}

.header {
	height: 58px !important;
}

.select2-container--default .select2-selection--single.select2-selection--alt .select2-selection__rendered {
	padding: 0.35rem 1rem !important;
}

.bold-text {
	font-weight: bold;
}

.is-invalid{
    color: #ff6b68;
}

.modal-size {
	width: 35% !important;
}

.modal-header-background {
	background-color: #428bca !important;
	text-align: center;
    padding-bottom: 25px !important;
}

.modal-title-color {
	color: white;
}

.hidden-rodape {
	display: block;
}
/*
@media (max-width: 768px) {
	button span {
		display: none;
	}
}

@media (max-width: 900px) {
	.modal-size {
		width: 45% !important;
	}
}

@media (max-width: 800px) {
	.modal-size {
		width: 55% !important;
	}
}

@media (max-width: 575px) {
	.modal-size {
		left: 20%;
		top: 13%;
	}
}
*/
.btn-none {
	display: none;
}