html { overflow-x:hidden; }
.content-header {
	position: relative;
	padding: 0 0 3px 8px
}

.content-header>.breadcrumb {
    position: relative;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0px;
    padding-left: 10px;
    background: #ecf0f5;
}

.main-footer {
    padding: 7px;
    color: #444;
    border-top: 1px solid #eee;
}

.site-shell-footer .site-shell-footer-line,
.site-shell-footer .site-portal-footer-content {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: inherit;
}
.site-shell-footer .site-portal-footer-filings,
.site-shell-footer .site-portal-footer-legal {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 4px;
}
.site-shell-footer .site-footer-item {
    display: inline-flex;
    align-items: center;
}
.site-shell-footer .site-footer-sep {
    margin: 0 4px;
    color: #999;
    user-select: none;
}
.site-shell-footer .site-filing-link,
.site-shell-footer .site-legal-link {
    color: #3c8dbc;
    text-decoration: none;
}
.site-shell-footer .site-filing-link:hover,
.site-shell-footer .site-legal-link:hover {
    text-decoration: underline;
}
.site-shell-footer .site-psb-icon {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    object-fit: contain;
}
.site-shell-footer .site-shell-version {
    font-size: 12px;
    color: #777;
}
.layui-footer.site-shell-footer,
body .layui-layout-admin .layui-larry-foot.site-shell-footer {
    height: auto;
    min-height: 30px;
    line-height: 1.5;
    padding: 8px 10px;
    overflow: visible;
    text-align: center;
    box-sizing: border-box;
}
.layui-footer.site-shell-footer .site-shell-footer-line {
    justify-content: center;
    width: 100%;
}

[v-cloak] {
  display: none;
}

.grid-btn{
	margin-bottom:12px;
}
.grid-btn .btn{
	margin-right:10px;
}
.pointer{cursor: pointer;}

.ml-10 { margin-left:0 !important; }
@media (min-width: 768px) {
	.ml-10 { margin-left:10px !important; }
	.col-sm-10 {width: 70%;padding-left: 0px;}
	.col-sm-2 {width: 24%;}
}
tbody > tr > th {font-weight: normal; }
.panel .table { margin:0 0; }
.panel .pagination { margin:0; }
.panel-default>.panel-heading {background-color: #f5f5f5;}
.row{
	border-top: 1px solid #ddd;
	margin:0;
	padding:20px 2px 0px 2px;
}
.col-xs-6{padding-left: 0px;padding-right: 0px;}
.form-horizontal .form-group {margin-left:0px;margin-right:0px;}
.form-horizontal{
	width:550px;padding-top:20px;
}