/*body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}*/

.ui-draggable, .ui-droppable {
	background-position: top;
}

.navtree
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    /*background-color: #eaecf4;*/
    border-radius: .35rem;
}

.navtree-item+.navtree-item 
{
    padding-left: .5rem;
}

.navtree-item.active 
{
    color: #858796;
}

.navtree-item+.navtree-item:hover::before {
    text-decoration: none;
}
.navtree-item+.navtree-item:hover::before {
    text-decoration: underline;
}
.navtree-item+.navtree-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #858796;
    content: "/";
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------My Customize-----------*/
.expo 
{
	background:;
	text-align:center;
	font-size:1.45em;
	/*line-height:30px;*/
	color:grey;
	margin:0;
	padding:0;
}
.expo:after
{
	content:'';
	
}
.expo:link
{
	text-decoration: none;
}
.expo:hover
{
	color:#000;
}

.loginpg
{
	background:url("../images/bg.jpg") center no-repeat;
	background-size:100%;
}

#cimg
{
	width:220px;
	height:50px;
	float:left;
	border:none;
	position:relative;
	top:-5px;
	/*background:#f00;
	margin:0;*/
}

#cimg img
{
	width:100%;
	height:100%;
}

#cval
{
	width:135px;
	float:left;
	padding:10px;
	/*margin:0;*/
	border: 1px solid #d1d3e2;
    border-radius: 0.25rem;
    /*-webkit-transition: all 0.1s ease-in-out;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#clabel
{
	float:right;
	margin-right:10px;
}

.fstyle
{
	font-size:12px;
	color:#000;
}

.pview
{
	margin-bottom:25px;
	float:left;
}

.abox
{
	position: fixed;
	top: 5px;
	right: 5px;
	z-index:5;
	/*width: 300px;
	height: 100px;*/
}

/*.card-header ul
{
	margin:0;
	padding:0;
}

.card-header ul li
{
	display:inline;
	padding:0px;
	padding-right:10px;
	border-right:0px solid rgba(0,0,0,.5);
}*/
.card-header a
{
	display:inline;
	text-decoration:none;
}

.card-header a:hover
{
	color:#010;
	text-decoration:none;
}

.card-header a i
{
	padding:0 5px;
}