.blink_icon_notification {
	position: absolute;
	top: 80px;
	right: 10px;
	font-size: 24px;
	animation: blinker 1s linear infinite;
	z-index: 10000;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

.card-footer {
	overflow-x: auto;
	
}

.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:active {

	-webkit-box-shadow: 0 0 0 30px #343a40 inset !important; /* Change the color to whatever you like */
	-webkit-text-fill-color: white !important; /* Change the color to whatever you like */
}

/* =======================Barra de cookies ======================= */
#box-cookies.hide {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	/* 	display: none !important; */
}

#box-cookies {
	display: flex;
	flex-direction: row;
	justify-content: left;
	position: fixed;
	margin: 0px;
	width: 100%;
	z-index: 10000;
	left: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0px;
	opacity: 1;
	transition: opacity 0.7s ease-in;
}

#box-cookies .btn-cookies, .cursor_pointer {
	cursor: pointer;
}

@media screen and (max-width: 600px) {
	#box-cookies {
		flex-direction: column;
	}
}

.action-button {
	cursor: pointer;
}

.control-sidebar-header {
	display: flex;
	align-items: center;	
	justify-content: space-between;
}

.control-sidebar-header h5 {
	margin-bottom: 0px;
}

.content-header .breadcrumb {
	background-color: #dcdcdc;
	padding: 0px 4px 0px 4px;
	font-size: small;
}

.dark-mode .content-header .breadcrumb {
	background-color: #343a40;
}

.disabled-content {
	pointer-events: none;
	opacity: 0.5;
}

.fa-sync-alt {
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#filtro .form-group,
#filtro .btn-group {
	margin-bottom: 3px;
}

.form_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

span.password {
	cursor: pointer;
	user-select: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

form .my_input {
	height: 65px;
}

.form-inline .form-group {
	margin-right: 3px;
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control {
	border-color: #ced4da;
	-webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, outline 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}

.form-control:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	outline: none;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group.has-error .form-control,
.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
}

.form-group.has-error .form-control:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.has-feedback label.error {
	color: #dc3545;
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 0px;
}

label.error+.input-group {
	margin-bottom: 0px !important;
}

ul.my-list-group {
	display: flex;
	margin-left: 0px;
	padding-left: 0px;
	align-items: center;
}

.my-list-group li {
	list-style: none;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.note-editor.note-frame {
	border-radius: 5px 5px 5px 5px;
}

.dark-mode .note-editor.note-frame .note-editing-area .note-editable {
	background-color: #343a40;
	color: #fff;
}

.opcoes .btn {
	margin: 3px 0px 0px 0px !important;
}

.opcoes .btn .fa {
	width: 15px !important;
	height: 16px !important;
}

.tab-pane {
	padding-top: 20px;
}

ul.legendas {
	display: flex;
	justify-content: center;	
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;	
	white-space: nowrap;
	margin-bottom: 0px;
}

ul.legendas li {
	float: left;
	padding-right: 15px;
	list-style: none;
	white-space: nowrap;
}

ul.itens_no_list {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	white-space: nowrap;
	margin-bottom: 0px;
}

ul.itens_no_list li {
	float: left;
	padding-right: 30px;
	/* 	list-style: none; */
	white-space: nowrap;
}

.sending {
	display: none;
}

small.item_color {
	color: black !important;
	border: 1px solid black;
	margin-bottom: 5px !important;
}

.navbar-nav>.user-menu>.dropdown-menu {
	border: none;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	text-align: left !important;
	padding: 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header table {
	background: #f4f4f4;
	padding: 0px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header table tr.bordered th,
.navbar-nav>.user-menu>.dropdown-menu>li.user-header table tr.bordered td {
	border-bottom: 1px solid #ccc !important;
}


.register-logo:before {
	z-index: 60;
}

.register-logo {
	position: relative;
	/* 	background-color: #fff; */
	z-index: 50;
}

.user-menu .dropdown-menu {
	border: 1px solid #ccc;
}

.map {
	height: 360px;
}

#msg {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 400px;
	top: -300px;
	-webkit-transition: opacity0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	-o-transition: opacity0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	transition: opacity0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out,
		margin-top 0.3s ease-out;
	height: 50px;
}

#msg .close {
	text-decoration: none;
	display: none;
}

#msg i {
	font-size: 20px;
	vertical-align: middle;
}

#msg span {
	font-size: 15px;
	vertical-align: middle;
	font-weight: bolder;
}

#msg.showed {
	top: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
}

@media (min-width :1200px) {
	#msg {
		width: 500px;
		margin-left: 0%;
	}
}

@media (max-width :479px) {
	#msg {
		width: 300px;
		margin-left: -150px;
		left: 0% !important;
	}
}

.notvisible {
	display: none;
}

.overlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100000;
}

.help-block {
	font-weight: bold;
}

.img-responsive {
	margin: 0 auto;
}

td.cellFlex {
	padding-top: 1.2rem;
	padding-left: 0.8rem;
}

/********************************************************/
svg:hover path {
	fill: red;
}

.check_message:hover path {
	fill: red;
}

.checkbox_group {
	display: flex;
	flex: 3;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.checkbox_group .custom-control {
	margin-bottom: 10px !important;
	margin-right: 20px;
}


.table-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}


.table-footer ul.pagination{
	margin-bottom: 0px;

}

.dark-mode .select2-selection  {
	background-color: #343a40 !important;	
	border-color: #6c757d !important;
}
.dark-mode .select2-selection__placeholder, .dark-mode .select2-results__option, .dark-mode .select2-results__message {
	color: #fff !important;
}


.dark-mode .select2-selection__rendered, .dark-mode .select2-selection__arrow {
	color: #fff !important;

}

.dark-mode ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
