html {
	color: #333;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: red;
}

html, body {
	height: 100%;
	background-color: #f5f5f5;
}

/************************************************************************/
body {
	font-size: .875rem;
}

#sidebarMenu {
	color: white;
	background: #212529;
}

#sidebarMenu a.nav-link {
	color: white;
	font-size: 16px;
	width: 200px;
	padding: .4rem 1rem;
	margin-bottom: 0.1rem;
}

#sidebarMenu a.nav-link:hover, #sidebarMenu a.nav-link.active {
	background: #fff;
	color: #333;
	border-radius: 5px;
}

#sidebarMenu .bi {
	margin-right: 10px;
}

/******************************************************/
.btn-xs {
	padding: .175rem .35rem;
	line-height: 1.1;
	font-size: small;
}

#page ul {
	margin: 0;
}

.fs-7 {
	font-size: 0.7rem !important;
}


 

/***********************************************************************/
td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 260px;
}


td.op {
 	 max-width: 400px;  
	
	
}


.select2-container.select2-container--default.select2-container--open , .select2-search__field  {
	z-index: 5000;
}
.select2-container {
    width: 100% !important;
    padding: 0;
}
span.select2-container {
    z-index:10050;
}

.modal-open .select2-container--open { z-index: 999999 !important; width:100% !important; }





.inline {
	display: inline;
}














