.kt-widget.kt-widget--user-profile-2 .kt-widget__footer .btn {
	padding: 0;
}

.kt-header-mobile__logo img, .kt-aside__brand-logo img {
	max-width: 140px;
}

.kt-user-card__description {
	font-size: 0.9rem;
	flex-grow: 1;
	color: #ccc;
	margin-top: -10px;
}

.menu__icon-pic {
	border-radius: 4px;
	width: 3rem;
}

.menu__icon-label {
	margin-left: 1rem;
}

.kt-switch label {
	display: inline-flex;
	align-items: center;
	vertical-align: middle
}

.kt-mtb-2 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.table .btn-label-selection {
	user-select: text;
}

.chart-container {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 35rem;
}

@media ( max-width : 768px) {
	.kt-portlet .kt-widget14 .kt-widget14__content {
		flex-direction: column;
	}
	.kt-portlet .kt-widget14 .kt-widget14__content .kt-widget14__legends {
		margin-top: 2rem;
	}
	.chart-container {
		height: 25rem;
	}
}

.kt-widget--user-profile-3 .kt-widget__subhead>span {
	padding-right: 1rem;
}

.kt-portlet .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__media .kt-widget__img
	{
	max-width: 60px;
	border-radius: 8px;
}

.kt-portlet .kt-widget.kt-widget--user-profile-4 .kt-widget__head .kt-widget__media .kt-widget__img
	{
	border-radius: 8px;
}

.kt-portlet .kt-widget.kt-widget--user-profile-2 .kt-widget__footer {
	margin-top: 1rem;
}

.kt-portlet .kt-widget.kt-widget--user-profile-2 .kt-widget__head .kt-widget__info .kt-widget__username
	{
	font-size: 1.2rem;
}

.kt-widget.kt-widget--user-profile-2 .kt-widget__body .kt-widget__item .kt-widget__contact .kt-widget__label
	{
	margin-right: 8px;
}

.kt-portlet .kt-widget.kt-widget--project-1 .kt-widget__head {
	flex-wrap: initial;
}

.kt-portlet__head-toolbar .dropdown-menu {
	padding: 0;
}

.kt-widget__toolbar .dropdown-menu {
	min-width: 16rem;
}

.datepicker-container.datepicker-dropdown {
	z-index: 20000 !important;
}

.move-sortable-area {
	padding: 8px;
	border-top: 1px dashed #ebedf2;
}

.move-sortable-ghost {
	background-color: #fafcc2 !important;
}

.img-full-responsive {
	width: 100%;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
	background-color: #fafcc2;
	color: #000;
}

.hide {
	display: none !important;
}

.jumbotron.recaptcha {
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	padding: 10px 0;
}

.g-recaptcha {
	display: inline-block
}

.espaco {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.selectize-dropdown .option:hover {
	cursor: pointer;
}

.selectize-control .selectize-input {
	padding: 0.65rem 0.75rem;
	border-color: #e2e5ec;
}

.selectize-control.input-lg .selectize-input {
	padding: 8px;
	border-radius: 6px;
}

.selectize-dropdown, .selectize-dropdown.form-control {
	height: 40vh !important;
}

.selectize-dropdown-content {
	max-height: 100% !important;
	height: 100% !important;
}

/* Legado */
.campo-radio input, .campo-radio label {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	margin-right: 5px;
}

.campo-radio .radio {
	float: left;
	line-height: 50px;
}

.campo-radio label {
	margin-right: 15px;
	font-weight: normal;
}

.campo-checkbox input, .campo-checkbox label {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0;
	margin-right: 5px;
}

.campo-checkbox label {
	margin-right: 15px;
	font-weight: normal;
}

.dropzone .dz-error-mark, .dropzone .dz-error-mark svg path {
	fill: #f44336;
}

.dropzone .dz-success-mark, .dropzone .dz-success-mark svg path {
	fill: #00e676;
}

.table td p {
	margin: 0px;
}

.selectize-control .selectize-input.disabled {
	opacity: 1;
	background-color: #f7f8fa;
	color: #495057;
}

.text-bold {
	font-weight: bold;
}

.kt-invoice-1 .kt-invoice__head {
	padding: 40px 0 !important;
}

.kt-invoice-1 .kt-invoice__body table tbody tr td:last-child,
	.kt-invoice-1 .kt-invoice__footer .kt-invoice__total .kt-invoice__price
	{
	color: #5867dd !important;
}

#image {
	max-width: 100%;
	display: auto;
}

#image-preview {
	display: block;
	width: 280px;
	height: 157.5px;
	min-width: 0px !important;
	min-height: 0px !important;
	max-width: none !important;
	max-height: none !important;
}

.img-preview {
	float: left;
	margin: 5px;
}

.img-preview.preview-lg {
	width: 180px;
	height: 180px;
	overflow: hidden;
}

.img-preview.preview-md {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.img-preview.preview-sm {
	width: 45px;
	height: 45px;
	overflow: hidden;
}

.image--container {
	width: 50%;
	max-height: 650px;
}

.cropper-sidebar {
	display: flex;
	flex-direction: column;
	min-height: 90%;
	width: 45%;
}

.cropper-controls {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cropper-previews, .cropper-controls {
	padding-left: 5px;
}

.cropper-buttons {
	height: 40px;
	width: 50px;
	border: 1px solid blue;
	margin-bottom: 5px;
}

.cropper-controls .btn {
	margin: 4px;
}

.material-icons {
	color: white;
}

.display--none {
	display: none !important;
}

.crop-result {
	display: block;
	height: 300px;
	width: 425px;
}

.crop-image {
	width: auto;
	height: auto;
}

.badge.badge-lg {
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.swal-button, .swal-button:active {
	background-color: #ccc;
}

.kt-switch input[disabled] ~ span:after, .kt-switch input[disabled] ~
	span:before {
	background-color: #d5d5d5 !important;
	opacity: 0.5;
}

/* MENU PREVIEW */
.menu-visao-conteudo {
	margin: 10px 0;
}

.menu-visao-conteudo .icone {
	max-width: 32px;
}

.menu-visao-horizontal,
.menu-visao-horizontal2, 
.menu-visao-destaque,
.menu-visao-destaque2 {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

.menu-visao-vertical,
.menu-visao-vertical2,
.menu-visao-vertical-largo {
	flex-wrap: wrap;
	display: flex;
}

.menu-visao-botao-fundo {
	text-align: center;
	padding: 3px;
}

.menu-visao-botao-fundo .icone {
	width: 100%;
	max-width: 100%;
	height: 50px;
	object-fit: cover;
}

.menu-visao-botao {
	text-align: center;
	padding: 3px;
	border-radius: 5px;
	background-color: #fff;
}

.logo-item-miniatura {
	max-width: 100px;
	border-radius: 8px;
}

.menu-visao-botao a.active {
	font-weight: bold;
}

.menu-visao-destaque .menu-visao-botao {
	display: inline-block;
	flex-basis: 230px;
	flex-shrink: 0;
	margin: 3px;
}

.menu-visao-outdoor .menu-visao-botao {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}

.menu-visao-horizontal .menu-visao-botao,
.menu-visao-horizontal2 .menu-visao-botao {
	display: inline-block;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 3px;
}

.menu-visao-horizontal .menu-visao-botao .icone {
	max-width: 100%;
	height: 80px;
}

.menu-visao-horizontal2 .menu-visao-botao .icone {
	max-width: 100%;
	height: 60px;
}

.menu-visao-outdoor .menu-visao-botao .icone,
.menu-visao-destaque .menu-visao-botao .icone {
	width: 100%;
	max-width: 100%;
	height: 120px;
	object-fit: cover;
}

.menu-visao-outdoor2 .menu-visao-botao .icone,
.menu-visao-destaque2 .menu-visao-botao .icone {
	width: 100%;
	max-width: 100%;
	height: 95px;
	object-fit: cover;
}

.menu-visao-horizontal .menu-visao-botao,
.menu-visao-horizontal2 .menu-visao-botao, 
.menu-visao-destaque .menu-visao-botao,
.menu-visao-destaque2 .menu-visao-botao,
.menu-visao-outdoor .menu-visao-botao,
.menu-visao-outdoor2 .menu-visao-botao {
	padding: 0;
	background-color: transparent;
}

.menu-visao-vertical .menu-visao-botao,
.menu-visao-vertical2 .menu-visao-botao-fundo {
	display: inline-block;
	width: 47%;
	align-self: stretch;
	margin: 1%;
}

.menu-visao-vertical-largo .menu-visao-botao-largo {
	display: inline-block;
	width: 47%;
	align-self: stretch;
	margin: 1%;
	text-align: center;
}

.menu-visao-conteudo .menu-visao-vertical-largo .icone {
	max-width: 100%;
	height: 60px;
}

.menu-visao-horizontal .menu-visao-botao {
	display: inline-block;
	width: 100px;
}

.modal-body.fundo-cinza {
	background-color: #eee;
}

.legenda-grafico .table th {
	vertical-align: middle;
}

.miniatura-upload {
	max-height: 50px;
	background-color: #000;
}

.kt-aside-menu .kt-menu__nav {
	padding: 0 !important;
}

.kt-aside .kt-aside-menu {
	margin: 0 !important;
}

.kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
	font-size: 2rem;
}

.kt-aside .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__ver-arrow {
	color: #a2a3b7;
}

.kt-content .btn,
.kt-content .btn.btn-icon {
   padding: 0.5rem;
}

.table .btn i,
.table .link-opcoes .btn i,
.table .btn em {
	padding: 0;
	padding-right: 0;
}

.btn em {
	vertical-align: middle;
}

.kt-pagination__toolbar .pagination__desc em {
	font-weight: bold;
	font-style: normal;
}

.dataTable td img.img {
	max-width: 32px;
}

.accordion button[aria-expanded=true] .la-angle-right {
	display: none;
}

.accordion button[aria-expanded=false] .la-angle-down {
	display: none;
}

.accordion .card-header button {
    font-weight: 500;
    font-size: 1.3rem;
    color: #48465b;
}

body .modal .modal-content .modal-header .close:before {
	content: "";	
}

.gmaps-embed-responsive {
    overflow:hidden;
    padding-bottom:70%;
    position:relative;
    height:0;
}
.gmaps-embed-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.text-orange {
	color: #ff7f50;
}

.multiselect-native-select .btn-group {
	width: 100%;	
}

.alert-content-scroll {
    max-height: 450px;
    overflow-y: auto;
}

.progress {
  height: 20px;
  background: #eee;
}
.progress-bar {
  background: #0d6efd;
  height: 100%;
  transition: width 0.3s;
}

.kt-bg-muted {
	background-color: #c0c0c0;
}
