.heading {
  color: #000000;
}

@keyframes fadein  {
	from { opacity: 0; }
	to { opacity: 1; } /* Padrão */
}
@-moz-keyframes fadein  {
	from { opacity: 0; }
	to { opacity: 1; } /* Firefox */
}
@-webkit-keyframes fadein  {
	from { opacity: 0; }
	to { opacity: 1; } /* Webkit */
}
@-ms-keyframes fadein  {
	from { opacity: 0; }
	to { opacity: 1; } /* IE */
}


@keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; } /* Padrão */
}
@-moz-keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; } /* Firefox */
}
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; } /* Webkit */
}
@-ms-keyframes fadeout {
	from { opacity: 1; }
	to { opacity: 0; } /* IE */
}​

#main-wrapper.hide {
	opacity: 0;
}

#main-wrapper.show {
	animation: fadein 1s;
}​

#main-wrapper.fadeOut {
	animation: fadeout 1s;
}

input.disabled {
	background-color: #f4f4f4;
}

input.error, input.error:hover,input.error:focus {
	border-color: #b71819;
}

div.error {
	line-height: 22px;
	background-color: #b71819;
	border-radius: 5px;
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	text-align: center;
}

.show-pass.eye {
	position: absolute;
	right: 15px;
	top: 35px;
}

.swal2-container { 
	z-index: 99999 !important;
}

body.swal2-height-auto {
	height: inherit !important;
}


.select2-search--dropdown .select2-search__field {
	border-radius: 5px;
}


.page-titles .bc-title {
  margin-right: 10px;
}

.dataTables_empty {
	height: 30px;
	min-height: 30px;
	white-space: nowrap;
	text-align: center !important;
}

.active-projects.manage-client tbody tr td {
  border-bottom: 1px solid #E6E6E6;
  padding: 5px;
}


td div.alert,
th div.alert{
	padding: 0px;
}

td.field-align-center,
th.field-align-center {
	text-align: center !important;
}
td.field-align-left,
th.field-align-left {
	text-align: left !important;
}
td.field-align-right,
th.field-align-right {
	text-align: right !important;
}

.table > tbody > tr > td.field {
	height: 30px; 
	min-height: 30px; 
	line-height: 30px;
}

.table > tbody > tr > td.field-photo {
	width: 60px; 
	min-width: 60px; 
	max-width: 60px;
	text-align: center;
	white-space: nowrap;
}

.table > tbody > tr > td.field-photo img {
	width: 32px; 
	min-width: 32px; 
	max-width: 32px;
	height: 32px;
	min-height: 32px;
	max-height: 32px;
	margin: auto;
	margin-top: 4px;
}


.table > tbody > tr > td.field-code {
	width: 90px; 
	min-width: 90px; 
	max-width: 90px;
	text-align: center;
	white-space: nowrap;
}

.table > tbody > tr > td.field-week {
	width: 100px;
	min-width: 100px; 
	max-width: 100px;
	text-align: center;
	font-weight: bold; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis " [..]";
}

.table > tbody > tr > td.field-date {
	width: 80px;
	min-width: 80px; 
	max-width: 80px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis " [..]";
}


.table > tbody > tr > td.field-hour {
	width: 80px;
	min-width: 80px; 
	max-width: 80px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis " [..]";
}

.table > tbody > tr > td.field-money {
	width: 80px;
	min-width: 80px; 
	max-width: 80px; 
	text-align: right;
	white-space: nowrap;
}

.table > tbody > tr > td.field-integer {
	width: 80px;
	min-width: 80px; 
	max-width: 80px;  
	text-align: center;
	white-space: nowrap;
}

.table > tbody > tr > td.field-action {
	width: 60px;
	min-width: 60px; 
	text-align: center;
	white-space: nowrap;
	overflow: inherit;
}

.table > tbody > tr > td.field-action-icon {
	width: 60px;
	min-width: 60px; 
	text-align: center;
	white-space: nowrap;
	overflow: inherit;
}

.table > tbody > tr > td.field-nowrap {
	text-align: left;
	white-space: nowrap;
	overflow: unset;
}

.table > tbody > tr > td.field-overflow-hidden {
	overflow: hidden;
	text-overflow: ellipsis " [..]";
}

.table > tbody > tr > td.field-center {
	text-align: center;
}

.table > tbody > tr > td.field-size-36px {
	width: 36px !important;
	max-width: 36px !important;
	min-width: 36px !important;
}

.table > tbody > tr > td.field-size-60px {
	width: 60px !important;
	max-width: 60px !important;
	min-width: 60px !important;
}

.table > tbody > tr > td.field-size-80px {
	width: 80px !important;
	max-width: 80px !important;
	min-width: 80px !important;
}

.table > tbody > tr > td.field-size-100px {
	width: 100px !important;
	max-width: 100px !important;
	min-width: 100px !important;
}

.table > tbody > tr > td.field-size-125px {
	width: 125px !important;
	max-width: 125px !important;
	min-width: 125px !important;
}

.table > tbody > tr > td.field-size-180px {
	width: 180px !important;
	max-width: 180px !important;
	min-width: 180px !important;
}

.table > tbody > tr > td.field-size-200px {
	width: 200px !important;
	max-width: 200px !important;
	min-width: 200px !important;
}

.table > tbody > tr > td.field-size-250px {
	width: 250px !important;
	max-width: 250px !important;
	min-width: 250px !important;
}

.table > tbody > tr > td.field-size-300px {
	width: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
}

.table > tbody > tr > td.field-size-400px {
	width: 400px !important;
	max-width: 400px !important;
	min-width: 400px !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-variant: small-caps;
}

input.disabled, select.disabled {
	background-color: #f4f4f4 !important;
}

.card-title {
    text-transform: none;
    color: #1C2434;
}

#preloader {
  z-index: 99998 !important;
}


.avatar.avatar-md {
    color: #000000!important;
}


.card-header, .row {
    justify-content: space-between;
}

.nav-underline-primary .nav-link.active, .nav-underline-primary .nav-link:hover {
    color: var(--secondary-dark) !important;
    border-bottom-color: #040404;
}

label {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}


.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #c4c4c4;
    background: #c4c4c4;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item.active {
    color: #000000;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFDD00;
    color: #1C2434;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #FFDD00;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E2E8F0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #E2E8F0;
}

.form-control {
    color: #000000;
    border-color: #E2E8F0;
    height: 2.5rem;
}

.form-control:focus {
    border-color: #FFDD00;
}

.form-control:hover {
    border-color: #FFDD00;
}

.bootstrap-select .btn {
    border-color: #E2E8F0!important;
}

.form-txtarea.disabled {
	background-color: var(--border-light);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9696A0;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E2E8F0;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #FFDD00;
}

.select2-container--default .select2-selection--single:focus-visible {
    border-color: #FFDD00;
}

.select2-container--default .select2-selection--single:active {
    border-color: #FFDD00;
}

.select2-container--default .select2-selection--single:target {
    border-color: #FFDD00;
}

.select2-container--default .select2-selection--single:hover {
    border-color: #FFDD00;
}

.customeoff .btn-close {
    background-color: #F9E8E9;
    color: #C61D23;
}

.btn {
    padding: 0.719rem 0.9rem;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.light.btn-danger {
    background-color: #F9E8E9;
    border-color: #F9E8E9;
    color: #C61D23;
}

.light.btn-danger:hover {
    background-color: #C61D23;
    border-color: #C61D23;
    color: #F9E8E9;
}

.light.badge-danger {
    background-color: #F9E8E9;
    color: #C61D23;
    padding: 5px 10px;
}

.light.badge-success {
    background-color: #EBF7EB;
    border-color: #EBF7EB;
    color: #3CB43C;
}

.badge {
    font-weight: 400;
}

[data-sidebar-style="full"] .deznav .metismenu ul a:before {
    background: rgb(255 221 0);
}

.deznav .metismenu .menu-title {
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--secondary-dark);
	text-transform: uppercase;
}


.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
    color: var(--secondary-dark);
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a i {
    color: var(--secondary-dark);
    font-weight: 300;
}

.deznav .metismenu li a.mm-active,
.deznav .metismenu ul a.mm-active,
.deznav .metismenu > li > a {
	color: #000000;
}

.deznav .metismenu > li > a i {
    font-size: 1.46em;
}

.deznav .metismenu > li.mm-active > a {
    color: var(--secondary-dark);
    background-color: rgba(255, 221, 0, 0.15);

}

.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
    color: var(--secondary-dark);
}

.deznav .metismenu > li.mm-active > a .menu-icon svg path {
	stroke: #000000;
}

.deznav .metismenu > li.mm-active > a::hover,
.deznav .metismenu li a.mm-active::hover,
.deznav .metismenu ul a.mm-active::hover {
	color: #000000;
	background-color: #FFF8BF;
}

.deznav .metismenu > li.mm-active > a::hover,
.deznav .metismenu li a.mm-active::hover,
.deznav .metismenu ul a.mm-active::hover {
	color: #000000;
	background-color: #FFF8BF;
}

.deznav .metismenu > li > a i.fa-solid {
	color: #000000;
	height: 100%;
	margin-right: 0.4125rem;
	margin-top: -0.0875rem;
}


.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #3CB43C;
	color: #fff;
}

.swal2-popup .swal2-styled.swal2-cancel {
	background-color: #C61D23;
	color: #fff;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	color: #000000;
}

.page-titles .breadcrumb li.active a {
	color: #000000 !important;
}