.my-btn{
    background-color: white;
}
.select{
    padding-left: 0.3rem;
}
.book a{
    display: inline-block;
    margin-left: 10px;
}
.book p{
    margin-left: 25px;
    color: #999;
}
.book h6{
    margin-top: 10px;
}
.pagelabel{
    color: #6c757d;
    font-size: 0.9rem;
    vertical-align: middle;
    margin: 10px;
    margin-left: 25px;
}
.mybody{
    background-color:#e9ecef;
    padding:5px;
}
.mybody>div>div>div{
    background-color: #ffffff;
    border:solid 5px #e9ecef;
}
.node circle {
    cursor: pointer;
    fill: #fff;
    stroke-width: 1.5px;
}
.node text {
    font-size: 12px;
    font-family: 微软雅黑;
}
.node .objfre{
    font-size: 10px;
    font-style: italic;
    fill: green
}

.relfre{
    font-size: 10px;
    font-style: italic;
    fill: #245580;
}

path.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}
.btn-secondary:not(:disabled):not(.disabled).active{
    color: #fff;
    background-color: #ced4da;
    border-color: #dae0e5;
}
.des{
    font-size: 0.8rem;
}
.des-padding {
    padding-right: 5px;
    padding-left: 10px;
}
.des label{
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 10px;
}
.myCard{
    min-height:270px;
}
.myTable{
    width: 100%;
    table-layout: fixed;
}
.myTable td{
    width:50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.myTable a{
    line-height: 25px;
}
.lineColor{
    color: #ffd268;
}
.logoImg{
    margin-right: 10px;
    margin-top: -2px;
}
#sub_title{
    color: white;
    font-size: 26px;
    font-family: "Microsoft YaHei UI","宋体","Arial";
    display: inline-block;
    padding: 0px 20px 0px 0px;
}
.card .page-item{
	border-radius:15px;
	margin-left:5px;
}
.card .page-link{
	border-radius:50% !important;
    background-color: #ffffff;
    font-size: 5px !important;
}
.card .page-link:hover{
    border-radius:50% !important;
    background-color: #f8f8f8;
    font-size: 5px !important;
}
a{
    color: #666666;
}
a:hover{
    color: #ff9900;
}
body{
    font-size: 14px;
    min-width: 1349px;
}
#footer{
    line-height: 50px;
    color: white;
    background-color: #464646;
    border-top: 1px solid #ffffff;
    padding-top: 4px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    z-index: 999;
}


#searchTypes{
    border: solid 1px #999;
    height: 45px;
    border-right: none;
    border-radius: 5px;
    border-top-right-radius: initial;
    border-bottom-right-radius: initial;
    padding: 0px 10px;
    font-size: 14px;
}
#searchKey{
    width: 350px;
    height: 45px;
    border-radius: 5px;
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
    border: solid 1px #999;
    padding-left: 20px;
    font-size: 14px;
}
#searchKey:focus, #searchTypes:focus{
   outline: none;
   box-shadow: none;
}
#searchBtn{
    background-color: #f2b636;
    margin: 0px 0px 0px 15px;
    min-width: 100px;
    color: white;
    padding: 9px;
    font-size: 15px;
    /*background-color: #99cc33;*/
}
#viewBtn{
    background-color: #f2b636;
    margin-bottom: 15px;
    min-width: 100px;
    color: white;
    font-size: 15px;
    float: right;
    /*background-color: #99cc33;*/
}
#indexPageBtn{
    background-color: white;
    margin: 0px 0px 0px 15px;
    min-width: 100px;
    color: #f5862d;
    padding: 9px;
    font-size: 15px;
    /*background-color: #99cc33;*/
}
.cardHeader{
  color: white;
  font-size: 15px;
}
.ui-autocomplete {
    position: absolute;
    max-height: 300px;
    overflow: auto;
    cursor: default;
}
#conceptAttribute{
    border:solid 1px rgba(132, 132, 132, 0.47);
    padding:5px;
    border-radius: 5px;
}
.relateList{
    border-top-style: dashed  ;
    border-top-width:3px;
    border-top-color: rgba(214, 214, 214, 0.8);
    margin-top: 50px;
    padding-top: 50px;
}
.conceptTitle{
    white-space: nowrap;
    font-weight: bold;
    vertical-align: text-top;
    padding: 10px;
}
.conceptValue{
    width: 50%;
    vertical-align: text-top;
    padding: 10px;
}
.conceptTable td:nth-child(2){
    border-right: solid 1px rgba(132, 132, 132, 0.47);
}
#selectCount{
    font-size: 9px;
    margin-left: 12px;
    color: blue;
}