
html,body {
height:100%;
min-height:100%;
font-family:verdana;
ont-size: 15px;
font-family: "Roboto","Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
margin: 0px;
padding:0;
padding-left: 0px;
padding-right: 0px;
padding-top:0px;
min-width: 320px;
}

body{
	background: #ffffff;
	overflow: hidden;
}

.border_none{
	border: none !important;
	border-bottom:none !important;
	border-top:none !important;
	border-image-width:0 !important;
}


.ui.table tr.red,
.ui.table td.red {
  background: #db2828 !important;
  color: #ffffff !important;
}

#body_container{
	background:#ffffff;
	margin-top:0;
	min-height: 100%;	
	eight:1px;
	display: flex;
	height: 100%; /* Making the container take full height of the page */
}
#topbar{
	width:100%;
}

#page_content{
	lex-grow: 1;
	width:80%;
	margin:0px;
	padding:0px;
	padding:10px;
	ackground-image: url("../images/body_back.jpg");
	ackground-image: url("../images/Untitled-1.png");
	background-image: url("../images/m-1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	overflow : auto;
}
#sidenavbar{
	height:100%;
	width: 20%;
	border-right: solid 1px #c0c0c0;
	background-color:#f4f4f4;
	padding-top:10px;
	padding-left:0px;
	margin-right:0px;
	position:relative;
	min-width:300px;
	overflow : auto;
}
#sidenavba a{
	display:block;
	font-weigh: bold;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
	margin-right:0px;
	font-size:120%;
	cusrsor : pointer;
}

#sidenavba a:hover{
	background-color:#eee;
	font-weight: bold;
}
.active_sbi{
	background-color:#eee;
	border-right:solid 2px #0167B1;
	font-weight: bold;
}

.active_sbi span{
	color: #0167B1;
}

#example_wrapper th{
	text-align:left !important;
}
#example_filter input, #example_length select{
	color: #000000 !important;
}

.snbicon{
	padding-right:20px;
	padding-left:20px;
}

.sbsmi{
	font-size:90% !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	padding-left:30px !important;
}

.smi_container{
	display:none;
}
.flex-valign {
  display: flex;
  align-items: center;
}

.jstree-clicked{
	font-weight: bold;
}

.jstree-default .jstree-wholerow-clicked{
	background: none !important;
	background-image: none !important;
	background-color:#ddd !important;
	border-right: solid 2px;
	font-weight: bold;
}

.jstree-leaf {
    font-size: 90%;
}

#cr_notice{
	padding:5px;
	position:absolute; 
	bottom:10px;	
	font-size:90%;
	font-weight:bold;
	width:100%;
	text-align:center;
}
