

#more {display: none;}









body{
	font-family: nuni-reg;
}
.ui.raised.segment.flat{
	border-radius: 0;
	padding:0;
}
#menu_title{
	width:100%;
	padding: .4em;
	background: #323A40 ;
	color:white;
	text-align:center;
	font-family: 'Yu Gothic';
}


#dash_tab{

	width: 40%;
	height: 70%;
	background-color:orange;
	padding: 2%;
	margin: 1%;

}


#productsTable thead{
	padding:.6m;
	background: rgb(38, 38, 151) ;
}

#productsTable thead th{
	padding:.6m;
	font-family: 'nuni-reg';
	color:black !important;
	font-weight: bold;
	font-size:12px;
}


#productsTable tbody tr td{
	padding:.6m;
	font-family: 'nuni-reg';
	color:black !important;
	font-weight:bold;
	font-size:10px;
}

.form-control.flat{
	border-radius:0;
}

.btn.flat{
	border-radius:0;
}


#sub_category_form{

display:show;


}

#image_showcase_supply{
	background-image: url();
	width:90%;
	height:30vh;
	border-radius:15px/15px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border:1px solid black;
}

tbody tr .key{
	color:orangered;
	font-weight:bold;
	font-family:nuni-reg;
	font-size:16px;
	width:120px;
}
.col-lg-6{
	color: #fff !important;
}
#login .container #login-row #login-column #login-box {
  margin-top: 30px;
  max-width: 600px;
  height: 320px;
  border: 1px solid #17a2b8 !important;
	background-color:#fff !important;
	color:white;
	border-radius: 8px !important;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -80px;
}
