.login-page {
  background-image: url("../img/_loginL.png"), url("../img/_loginR.png"), url("../img/_login.png"); 
	background-position: left top, right bottom, center;
	background-repeat: no-repeat; 
	background-size: contain, contain, cover; 
}

.menu-p {
	font-size: 0.9rem !important;
}

.float_center {
	float: right;
  
	position: relative;
	left: -50%; /* or right 50% */
	text-align: left;
  }

.card-footer {
	/* background: transparent !important; */
}

/* .row {
	position: relative;
}

.bottom-align-text {
	position: absolute;
	bottom: 0;
	right: 0;
} */

.badge-lg {
	font-size: 1rem;
	font-weight: 400;
}

.badge-sm {
	font-size: 0.9rem;
	font-weight: 400;
}

.pointer-click {
	cursor: pointer;
	text-decoration: underline;
	color:#0000EE
}

.pointer-click-1 {
	cursor: pointer;
	font-weight: 400;
}

.card-footer-transparent {
	background: transparent !important;
}

.btn-sm-1 {
	/* font-size: 0.8rem !important; */
	padding: 0.1rem 0.25rem !important;;
}

.not-show {
	display: none !important;
}

.border5px {
	border-radius:5px ;
}

p.txt-side-menu {
	font-size: 0.9rem !important;
}

.yellowClass {
    background-color: #FFF200 !important;
}

#ui-datetimepicker-div .ui-datetimepicker-current {
    display: none;
}
#ui-datetimepicker-div .ui-datetimepicker-close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    font-size: 26px;
    line-height: 1;
    padding: 3px 8px;
    color: #cc6a6a;
    font-weight: 600;
    opacity: 0.8;
}
#ui-datetimepicker-div .ui-datetimepicker-close:focus {
    outline: none;
}
#ui-datetimepicker-div .ui-datetimepicker-close:hover {
    opacity: 1;
}

table.table-xs, text-xs {
	font-size: 0.70rem !important;
}

table.table-sm, text-sm {
	font-size: 0.90rem !important;
}

table.table-lg, text-lg {
	font-size: 1rem !important;
}