body {
    font-family: opensans;
    overflow-x: hidden;
    overflow-y: hidden;
				font-size:16px;
				font-weight:500;
				line-height:1.2;
				letter-spacing:normal;
				white-space:normal;
				word-spacing:normal;
				word-wrap:normal;
				word-break:normal;
				color:black;
				background:white;
				display:block;
				margin:0px;
				padding:0px;
				cursor:default;
			 -webkit-user-select: none; 
				-moz-user-select: none; 
				-ms-user-select: none;
				user-select: none;
				-moz-tab-size: 4;
				-o-tab-size: 4;
				tab-size: 4;
				scroll-behavior: smooth;
}

.loader{
	display:none; position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height: 100%; 
	z-index: 99999; 
	background: url('../../assets/loader/spinner.gif') center no-repeat rgba(255,255,255,0.5);
	/*background-size: cover;*/}

.container-fluid {
	padding-left:0px;
	padding-right:0px;
}

.table_section{
	padding: 5px;
	overflow: scroll;
}
.table_section .col-sm-6, .table_section .col-xs-8{
	padding-left: 0px;
	padding-right: 0px;
}
.table_section thead tr th{
	height: 2em;
}


@media (min-width: 993px){
    .table_section thead tr th{
        height: auto;
    }
    .table_section .col-sm-6, .table_section .col-xs-8{
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* sidebar */
.sidenav{
	width: 15%;
	background-color: #044e4e;
    height: 100vh;
	border-right: 1px solid #000000;
}
.sidenav .sidebar_logo{
	text-align: center;
}
.sidenav .sidebar_logo img{
	/* height: -webkit-fill-available;
	min-width: -webkit-fill-available; */
	width: -webkit-fill-available;
    height: auto;
}
.sidenav a{
	display: block;
    color: #ffffff;
    text-align: center;
    padding: 13px;
    background-color: black;
    border: 1px solid #ffffff;
}
.sidenav .active{
	background-color: #d84315;
    color: #fff;
}
.main{
	/* width: 85%; */
}
/* sidebar end */

.html_content{
	/* display: flex; */
	/* height: 100vh; */
}
.nav-menu{
	background-color: #044e4e!important;
	width: -webkit-fill-available;
}
.nav-menu img{
	height: 52px;
    padding: 7px;
    border-radius: 50%;
}
.nav-menu .col-sm-2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.nav-menu h2{
	padding: 30px;
}


@media(max-width:760px){
	.html_content{
		flex-wrap: wrap;
	}
	.main{
		width: 100%;
		height: 100%;
	}
	.nav-menu{
		position: absolute;
    	top: 100px;
	}
	.nav-menu img{
		height: 44px;
	}
	.sidenav .sidebar_logo img{
		height: 80px;
		width: auto;
	}
	.nav-menu h2{
		font-size: 14px;
		font-weight: 600;
		padding: 0px;
	}
	.sidenav {
		width: 100%;
		height: fit-content;
	}
	.sidenav a{
		padding: 4px;
	}
	.sidenav a:nth-child(1){
		margin-top: 68px;
	}
	.sidenav .sidebar_logo {
		margin-bottom: 83px;
	}
}



.admin_header .menu_items a{
	padding: 5px 10px;
	background-color: #0006;
}