body {
	background: #f0f5f7;
}
.loading-nav{
	background-image: url(/webotic/template/default/images/loading-back.gif);
    background-repeat: repeat;
    position: absolute;
    top: -36px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: 0px 0;
    background-size: 72px;
    opacity: 0.6;
}
.blue-loading{
	background-image: url(/webotic/template/default/images/blue_loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px;
    min-height:100px;
	min-width:100px;
}
.loading-wrapper{
	position: absolute;
    width: 100%;
    height: 56px;
    overflow: hidden;
    z-index: 100;
	display: none;
}
.loading-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background:#ccc;
	z-index: 90000;
    opacity: 0.3;
}
.box-shadow-down{
	-webkit-box-shadow: 0px 2px 5px 0px #cccccc;
	-moz-box-shadow: 0px 2px 5px 0px #cccccc;
	box-shadow: 0px 2px 5px 0px #cccccc;
}
.text-white{
	color:#fff !important;
}
.table-wrapper td,
.table-wrapper th{
	white-space: nowrap;
	cursor:pointer;
}
.popover-body{ padding: 0px;}
.hide { display:none; }
.tab-card-1{border-radius: 0 0 .25rem .25rem;border-top:0px;}