.my-bg-color {
	background-color: #336699 !important;
}

.my-a-color {
	color: #7ab9fa;
}

.my-btn-color {
	background-color: #336699 !important;
	border-color: #336699 !important;
}

.min-width-600 {
	min-width: 800px !important;
}

.my-bg-gray {
	background-color: #dee2e69e;
}

.my-margin-left {
	margin-left: 1rem;
}

.my-margin-top {
	margin-top: 2rem;
}

.my-padding {
	padding: 2rem;
}

.my-border {
	
}

.my-border-radius {
	border-radius: 0.5rem;
}

.my-container {
	max-width: 82%;
	padding-bottom: 6rem;
}

.mt35 {
	margin-top: 35px;
}

.mb35 {
	margin-bottom: 35px;
}

.sticky-top {
    position: -webkit-sticky;
    position: unset;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1020;
}

.mytable {
	border-collapse: separate;
	border-spacing: 10px 5px;
}

.dataTable th, .dataTable td {
	border-style: none;
	border-top: 1px solid #dee2e6;
}

.dataTables_wrapper label {
	margin-bottom: 0.5rem;
}

a {
	color: #7ab9fa;
	text-decoration: none;
}

a:hover {
	color: #7ab9fa;
	text-decoration: underline;
}

@media ( min-width : 576px ) {
	.card-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media ( min-width : 768px ) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media ( min-width : 1200px ) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

.cardshadow {
	box-shadow: 4px 4px 10px #888888;
}

.lrshadow{ 
  box-shadow:15px 0 15px -15px #000,
             -15px 0 15px -15px #000;
}

@media ( min-width : 576px ) {
		.container {
		min-height: fit-content;
		max-width: 100%; 
		padding-bottom: 2rem; 
		padding-top: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
		box-shadow:15px 0 15px -15px #000,
	             -15px 0 15px -15px #000;
	}
}

@media ( min-width : 768px ) {
		.container {
		min-height: fit-content;
		max-width: 100%; 
		padding-bottom: 2rem; 
		padding-top: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
		box-shadow:15px 0 15px -15px #000,
	             -15px 0 15px -15px #000;
	}
}

@media ( min-width : 800px ) {
		.container {
		min-height: fit-content;
		max-width: 89%; 
		padding-bottom: 2rem; 
		padding-top: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
		box-shadow:15px 0 15px -15px #000,
	             -15px 0 15px -15px #000;
	}
}


.containerfit {
	min-height: fit-content;
}

html {
	position: relative;
	min-height: 100%;

}

body {
	margin-bottom: 70px; /* Margin bottom by footer height */
	min-height: 100%;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 60px; /* Set the fixed height of the footer here */
	/* line-height: 60px; */ /* Vertically center the text there */
	background-color: #f5f5f5;
}

.footer1 {
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

td small {
	font-size: 70%;
	font-weight: 400;
	font-style: italic;
}

small, .small {
    font-size: 100%;
    font-weight: 400;
}

tr.odd{
    background-color:#fff !important; 
}
tr.even{
    background-color: #f8f8f8 !important;
}