input,
select,
textarea,
th,
td {
	text-transform: uppercase;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #FF1920;
}

a:hover {
	color: #dc161c;
}

.fullH {
	height: calc(100vh - 15rem);
}

.content::-webkit-scrollbar,
.card-body::-webkit-scrollbar {
	width: 8px;
}

.content::-webkit-scrollbar-track,
.card-body::-webkit-scrollbar-track {
	background: #F7F7FC;
}

.content::-webkit-scrollbar-thumb,
.card-body::-webkit-scrollbar-thumb {
	background: #222E3C;
	border-radius: 5px;
}

.card-primary.card-outline {
	border-top: 3px solid #FF1920;
}

.btn-danger {
	color: #fff;
	background-color: #FF1920;
	border-color: #FF1920;
	box-shadow: none;
}

.btn-danger:hover {
	color: #fff;
	background-color: #dc161c;
	border-color: #dc161c;
}

.login-page {
	background: url(../img/backLogin.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.login-page .card {
	box-shadow: 0 0 20px 0px rgb(0 0 0 / 20%), 0 0px 20px rgb(0 0 0 / 20%);
}

.login-box span.footer {
	display: block;
	text-align: center;
}

.login-box span.footer strong {
	display: block;
	text-align: center;
}

.login-box span.footer>.float-right.d-none.d-sm-inline-block {
	display: none !important;
}

.brand-link {
	height: 57px;
	display: flex;
	justify-content: center;
	padding: 5px 0;
}

.sidebar {
	padding-left: 0rem;
	overflow: hidden auto !important;
}

.simplebar-content>span:first-child {
	display: flex;
	position: relative;
	min-height: 84px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.simplebar-content>span:first-child>a.sidebar-brand {
	padding: 0;
}

nav.navbar,
footer.footer {
	box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 50%);
	z-index: 999;
}

main.content {
	max-height: calc(100vh - 137px);
	overflow: hidden auto;
	background: #f0f0f0;
	padding: 1.5rem;
}

span.imgAvatar {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
	width: 100px;
	height: 40px;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}

span.imgAvatar>img {
	display: block;
	position: relative;
	height: 100% !important;
	width: auto !important;
}

.boxed60 {
	display: block;
	position: relative;
	width: 60%;
}

.opacity50 {
	opacity: .5;
}

label[for='nomEmp'],
div#nomEmp,
label.custom-file-label {
	display: block !important;
	min-width: 100% !important;
}

.btn .feather {
	margin-left: 7.5px;
}

tbody#bodyUserReg span.logoEmp {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100px;
	margin: 0 auto;
}

.dt-buttons.btn-group.flex-wrap {
	display: inline-block;
	width: 33%;
}

div#table_length {
	display: inline-flex;
	justify-content: center;
	width: 33%;
}

div#table_filter {
	display: inline-flex;
	justify-content: flex-end;
	width: 33%;
}

div#table_length>label,
div#table_filter>label {
	display: flex;
}

button.buttons-excel {
	width: 35px;
	height: 35px;
	display: inline-flex;
	position: relative !important;
	justify-content: center;
	align-items: center;
	border-radius: 100% !important;
	background: #1F6F43;
	border: none;
}

button.buttons-pdf {
	width: 35px;
	height: 35px;
	display: inline-flex;
	position: relative !important;
	justify-content: center;
	align-items: center;
	border-radius: 100% !important;
	background: #FF0000;
	border: none;
}

div#table_length>label>select {
	margin: 0 10px;
}

div#table_filter>label>input {
	margin-left: 10px;
}

ul.pagination {
	float: right;
}

th,
td {
	text-align: center;
}

.sidebar-dropdown .sidebar-link {
	padding-left: 4rem;
}

li.subItem>a.sidebar-link {
	padding-left: 5.5rem;
}

.subItem .sidebar-link:before {
	content: "●" !important;
	font-size: 5px;
	vertical-align: middle;
}

nav#sidebar>.sidebar-content>span:first-child {
	max-height: 84px;
	min-height: 84px;
}

a.sidebar-brand {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	width: 75%;
	margin: 0 auto;
}

nav#sidebar.closeSideBar {
	min-width: 0;
	max-width: 0;
	padding-right: 0;
	transition: .8s ease;
}

.sidebar,
.sidebar-content {
	transition: margin-left .8s ease-in-out, left .8s ease-in-out, margin-right .8s ease-in-out, right .8s ease-in-out;
}

table.table.dataTable {
	width: 100% !important;
	transition: .8s ease;
	margin-top: 1rem;
}

span.actionIcon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right: 5px;
}

span.actionIcon:last-child {
	margin-right: 0px;
}

.fa-pen {
	color: blue;
}

.fa-trash-alt {
	color: red;
}

.fa-print {
	color: green;
}

span.dtr-title {
	display: block;
	font-weight: 600;
	margin-top: 20px;
}

img#logEmpImg {
	display: block;
	position: relative;
	width: 50%;
	margin: 0 auto;
}

body#confAdmin .card-body {
	max-height: 200px;
	min-height: 200px;
	overflow: hidden auto;
}

label.error {
	color: #ff0000;
	font-size: 10px;
	position: absolute;
}

div#dataEquipmentRequired {
	margin-bottom: 16px;
}

.circleState {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.circleState.green {
	background: green;
}

.circleState.yellow {
	background: yellow;
}

.circleState.red {
	background: red;
}

td.dtr-control:before {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 25px;
	display: block;
	color: #ff0000;
	cursor: pointer;
}



li.paginate_button.page-item {
	padding: 5px;
}

li.paginate_button.previous>a.page-link:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
}

li.paginate_button.next>a.page-link:before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 16px;
}

a.page-link {
	border: none;
}

.page-link {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.page-link:hover {
	border-radius: 100%;
}

.page-item.active .page-link {
	border-radius: 100%;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff0000;
	border-color: #ff0000;
}

.page-item.previous a.page-link,
.page-item.next a.page-link {
	font-size: 0;
}

a[data-fancybox="image"] {
	display: flex;
	position: relative;
	border-radius: 100%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
}

td a[data-fancybox="image"]>img {
	display: block;
	position: relative;
	width: auto;
	height: 100%;
}


/* Custom */

.componentTable {
	display: none;
}

.componentTable.active {
	display: block;
}

/*Responsive*/
@media only screen and (min-width: 1px) and (max-width: 991.98px) {
	.sidebar {
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {

	div#table_wrapper>div:first-child,
	div#table_wrapper>div:nth-child(2),
	div#table_wrapper>div:nth-child(3) {
		display: block;
		position: relative;
		text-align: center;
		width: 100%;
		margin: 0 auto 0.5rem;
	}
}