/* 
当页面小于浏览器界面时，自动延伸界面，将页脚放在浏览器底部
*/
.base-style {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.row {
    margin-bottom: 10px;
}

/*
全局背景颜色和字体颜色
*/
body {
    color: #515151;
    background-color: #f2f7f8;
}

.fa {
    margin-left: 5px;
    margin-right: 5px;
}

.container-yscroll {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    overflow-x: none;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb label {
    font-weight: normal;
    margin-right: 5px;
}

/*
设置导航栏
*/
.navbar-container {
    position: relative;
	left: 0;
	background: linear-gradient(to right, rgb(0, 213, 230) 10%, rgb(31, 114, 162) 100%);
    padding: 0 8px;
}
.navbar-container>div {
    background-color: transparent;
}
#nav>li>a {
    color: white !important;
    font-weight: bold;
}
#nav>li>a:hover{
    background-color:rgba(255,255,255,0.1) !important;
}
#brand {
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    color: #ffffff !important;
}

p {
    text-align: justify;
}


.btn {
    width: auto;
    min-width: 100px;
    /* background-color: rgb(0, 153, 255);
    color: rgb(255, 255, 255); */
}
/* .btn:hover {
    background-color: rgb(4, 119, 155);
} */

.btn-icon {
    width: auto;
    min-width: 40px;
}

.btn-text {
    width: auto;
    min-width: 100px;
}

.btn-search-icon {
    min-width: 40px;
}


.btn_page {
    min-width: 60px;
}

.btn-square {
    min-width: 40px;
}

.input_page {
    width: 40px !important;
}


.table_default {
    width: 10px;
}

td {
    vertical-align: middle !important;
}

/* .navbar-brand {
    font-size: xx-large;
    font-weight: bold;
    font-style: italic;
    color: #ffffff !important;
} */


/*
设置页脚
*/

.footer-container {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
}


/*
HOME 界面
*/
#aser-title {
    text-align: center;
    font-weight: bold;
}
#homeSlide {
    margin-top: 15px;
}

/*
PPI network
*/

#ppi {
    width: 100%;
    height: 700px;
    border: 1px solid rgb(207, 207, 207);
    border-radius: 3px;
}

.table-ppi-edge-information th {
    width: 30%;
}

.table-ppi-edge-information td {
    width: 70%;
}