.pointer {
	cursor: pointer;
}

.border-all {
	border: 1px solid !important;
}

.back-escurecido {
	color: grey;
	opacity: 0.4;
}

.load {
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	opacity: 1 !important;
	z-index: 99999 !important;
}
.lds-dual-ring {
	opacity: 1;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid black;
	border-color: #424242 transparent #424242 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.lsd-message {
	position: relative;
	padding: 0.5rem 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background-color: #424242;
	color: white;
	border-color: #424242 transparent #424242 transparent;
}

.chip {
	padding: 0 6px !important;
	margin-right: 0px !important;
}

.chip.retangular {
	height: auto !important;
	line-height: initial !important;
	border-radius: 3px !important;
	margin-bottom: 0px !important;
}

input.material {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #9e9e9e !important;
	border-radius: 0 !important;
	outline: none !important;
	height: 38px !important;
	width: 100% !important;
	font-size: 16px !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	-webkit-transition: border 0.3s, -webkit-box-shadow 0.3s !important;
	transition: border 0.3s, -webkit-box-shadow 0.3s !important;
	transition: box-shadow 0.3s, border 0.3s !important;
	transition: box-shadow 0.3s, border 0.3s, -webkit-box-shadow 0.3s !important;
}

.wrap-text-1 {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.wrap-text-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrap-text-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.login-border {
	border: 2px solid #e0e0e0 !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 30px !important;
	color: black;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.outline {
	border: 2px solid #e0e0e0 !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 30px !important;
	color: black;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.outline:hover {
	background-color: #f5f5f5;
}

.btn.outline.lg {
	min-height: 55px;
	min-width: 90px;
	font-size: 18px;
}

.table > tbody > tr > td {
	vertical-align: middle !important;
}

.chip {
	display: inline-block;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	line-height: 32px;
	padding: 0 12px;
	border-radius: 16px;
	background-color: #e4e4e4;
	margin-bottom: 5px;
	margin-right: 5px;
}

.chip:focus {
	outline: none;
	background-color: #26a69a;
	color: #fff;
}

.chip > img {
	float: left;
	margin: 0 8px 0 -12px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.chip .close {
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 32px;
	padding-left: 8px;
}

.chips {
	border: none;
	border-bottom: 1px solid #9e9e9e;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 8px 0;
	min-height: 45px;
	outline: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.chips.focus {
	border-bottom: 1px solid #26a69a;
	-webkit-box-shadow: 0 1px 0 0 #26a69a;
	box-shadow: 0 1px 0 0 #26a69a;
}

.chips:hover {
	cursor: text;
}

.chips .input {
	background: none;
	border: 0;
	color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	font-size: 16px;
	height: 3rem;
	line-height: 32px;
	outline: 0;
	margin: 0;
	padding: 0 !important;
	width: 120px !important;
}

.chips .input:focus {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.chips .autocomplete-content {
	margin-top: 0;
	margin-bottom: 0;
}

.prefix ~ .chips {
	margin-left: 3rem;
	width: 92%;
	width: calc(100% - 3rem);
}

.chips:empty ~ label {
	font-size: 0.8rem;
	-webkit-transform: translateY(-140%);
	transform: translateY(-140%);
}

.chip {
	padding: 0 6px !important;
	margin-right: 0px !important;
}

.chip.retangular {
	height: auto !important;
	line-height: initial !important;
	border-radius: 3px !important;
	margin-bottom: 0px !important;
}

.admin.text-header {
	font-family: "Segoe UI", "Open Sans";
	color: #22486c;
	font-weight: 400 !important;
	font-size: 20px;
}
