﻿input[type=checkbox] {
	margin-right: 5px;
	position: relative;	
	top: 2px;
}

@-moz-document url-prefix() {
	input[type=checkbox] {
		top: 0px;
	}
}

input[type=radio] {
	margin-right: 5px;
	position: relative;
	top: 1px;
}

@-moz-document url-prefix() {
	input[type=radio] {
		top: -1px;
	}
}

input[type=text]:not(.form-control),
input[type=password]:not(.form-control),
input[type=date]:not(.form-control),
input[type=datetime]:not(.form-control),
input[type=email]:not(.form-control),
input[type=number]:not(.form-control),
textarea:not(.form-control) {
	background: red;
}

textarea:focus, input:focus {
	outline: none;
	box-shadow: none !important;
}

.btn-xs {
	height: 26px;
	padding-top: 0 !important;
	padding-bottom: 0;
	font-size: .8rem;
	line-height: 1.4rem !important;
}

.btn {
	text-shadow: none;
}

.btn-icon {
	height: 2.15em;
	line-height: 1.15em;
}

.btn {
	outline: none;
	box-shadow: none !important;
}

label {
	display: block;
	margin-bottom: 3px !important;
	padding-left: 2px !important;
	line-height: .9rem;
	font-size: .9rem;
}

.form-group {
	margin-bottom: 6px !important;
}

.form-control::-webkit-input-placeholder {
	opacity: .4;
}

.form-control::-moz-placeholder {
	opacity: .4;
}

.form-control:-ms-input-placeholder {
	opacity: .4;
}

.form-control::placeholder {
	opacity: .4;
}

input.form-control {
	padding-top: 0;
	padding-bottom: 0;
	height: calc(2.4rem + 2px);
}

.slick-drop-down .btn {
	padding: 4px 8px 4px 8px;
}

.input-group-text {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.h-100 {
	height: 1px;
	min-height: 100%;
	max-height: 100%;
	overflow-y: auto;
}

.table-bordered thead tr:not(:first-child) td:not(:last-child):not(:first-child),
.table-bordered thead tr:not(:first-child) td:not(:last-child):not(:first-child) .resize_column_left,
.table-bordered thead tr:not(:first-child) td:not(:last-child):not(:first-child) .resize_column_right {
	border-right: none;
	border-left: none;
}

.table-bordered thead tr:not(:first-child) td:not(:last-child),
.table-bordered thead tr:not(:first-child) td:not(:last-child) .resize_column_left {
	border-right: none;
}

.table-bordered thead tr:not(:first-child) td:not(:first-child),
.table-bordered thead tr:not(:first-child) td:not(:first-child) .table-bordered {
	border-left: none;
}

/* .table-bordered tbody td:not(:last-child) {
	border-right: none !important;
}

.table-bordered tbody td:not(:first-child) {
	border-left: none;
} */

.c-pointer {
	cursor: pointer;
}

/* .slick-calendar-arrow {
	background-color: rgba(var(--bs-primary-rgb), .1) !important;
	color: var(--bs-primary) !important;
  } */
  
  .slick-tabs .slick-tab {
	font-size: 13px;
}

.rounded-square-icon {
    display: inline-block;
    position: absolute;
	padding-top: .2rem !important;
    height: 1.5rem !important;
	font-size: .8rem !important;
}

.table-success, .table-success>td, .table-success>th {
	background-color: rgba(var(--bs-primary-rgb), .05);
}
.table-success, .table-success>td, .table-success>th {
	background-color: rgba(var(--bs-primary-rgb), .05);
} 
.table-hover .table-success:hover{
	background-color: rgba(var(--bs-primary-rgb), .05);
}
.table-hover .table-success:hover>td, .table-hover .table-success:hover>th{
	background-color: rgba(var(--bs-primary-rgb), .05);
}

/* This is to override the grid buttons so they will be circular  but we can delete it when we update slick */

.slick-paging {
	display: flex;
	justify-content: center; 
}

.slick-paging .pagination .page-item .page-link {
	cursor: pointer;
	border-radius: 100%;
	height: 2.2rem;
	width: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center; 
	margin: .1rem;
}

.slick-paging .pagination .page-item .page-link .slick-paging .pagination .page-item.disabled .page-link,
.slick-paging .pagination .page-item.active .page-link {
	cursor: default;
	border-radius: 100%;
	height: 2.2rem;
	width: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .1rem;
}

.slick-paging .pagination .page-item .page-link.ellipses:hover {
	border: 1px solid transparent;
	cursor: default;
}
