.navbar {
    background-color: #234e72;
    font-family: Arial;
    font-size: 20px;
    color: black;
    font-weight: bold;
    margin-top: -5px;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
    padding-left: 120px;
}

.navbar-ul {
    list-style: none;
    height: 40px;
    width: calc(45em);
    margin: auto auto
}

.navbar-ul>li {
    float: left
}

.navbar-ul a {
    color: white;
    font-weight: bold;
    border-right: 2px solid #f5f5f5;
    display: block;
    height: 40px;
    text-align: center;
    width: 11em;
    text-decoration: none;
    line-height: 40px
}

.navbar-ul a:hover {
    background-color: #abc8e2
}

.navbar-ul a[data-value="Home"] {
    border-left: 2px solid #f5f5f5
}

.navbar-ul a.clicked {
    background-color: #abc8e2
}
.playbutton {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.playbutton:hover {
    color:#1a3a55;
    transform: scale(1.1);
}

.divTab {
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 390px
}

.divbody {
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    width: 100%;
    height: auto;
    max-height: 300px
}

.allData .divbody {
    max-height: 200px
}

table.dataTable {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all
}

table.dataTable thead th,
table.dataTable tbody td {
    padding: 10px 18px;
    width: 100px;
    display: table-cell !important;
    text-align: center
}

table.dataTable thead tr th:first-child,
table.dataTable tbody tr td:first-child {
    width: 160px
}

table.dataTable thead th {
    font-weight: bold;
    border-bottom: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    * {
        cursor: hand;
    }
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable tbody tr.l0 {
    background-color: white
}

table.dataTable tbody tr.extandable:hover {
    background-color: #D7D3D3
}

table.dataTable tbody tr.extandable_fold {
    background: white url('../images/fold.svg') no-repeat scroll;
    background-position: 1px center;
    background-size: 10px
}

table.dataTable tbody tr.extandable_extand {
    background: #D7D3D3 url('../images/extand.svg') no-repeat scroll;
    background-position: 1px center;
    background-size: 16px
}

table.dataTable tbody tr.l1 {
    background-color: #D7D3D3
}

.downloadButtion:active {
    background: #AFC1DC
}

.downloadButtion {
    TEXT-DECORATION: none;
    height: 22px;
    line-height: 22px;
    padding: 0 11px;
    background: #437A8B;
    border: 1px #E5E7EA solid;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    outline: none;
    color: #ffffff;
    margin-left: 1em
}

.treeTableDiv {
    width: calc(100% - 36px);
    margin-left: 36px
}

.toggle {
    width: 100%;
    margin: 1px 0px
}

.toggle dt {
    background: white url('../images/fold.svg') no-repeat scroll 8px 14px;
    background-size: 11px 11px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #437A8B;
    cursor: pointer;
    margin: 0 0;
    padding-left: 25px;
    display: block
}

.toggle dt.current {
    background: white url('../images/extand.svg') no-repeat scroll 8px 14px;
    background-size: 14px 14px
}

.toggle dt:hover {
    background-color: lightblue
}

.toggle dd {
    padding-left: 0px;
    line-height: 24px;
    width: calc(100% - 24px);
    margin-left: 24px
}

.downloadbutton {
    float: left;
    display: block;
    width: 22px;
    margin: 5px 5px;
    height: 22px;
    background: url(../images/download.svg) no-repeat;
    background-size: 22px 22px;
    background-position: 50% 50%;
    border-style: none;
    outline: none
}

.floatdiv {
    z-index: 999;
    width: 140px;
    height: 185px;
    background-color: rgba(241, 241, 241, 1);
    margin-left: 210px;
    margin-top: -5px;
    position: absolute
}

.hidden {
    display: none
}

.floatdiv>.floatdivhead {
    width: 100%;
    height: 30px;
    background-color: rgba(86, 86, 86, 1);
    position: absolute
}

.floatdiv>.floatdivhead>.close {
    width: 25%;
    height: 100%;
    border-style: none;
    background: url(../images/close.svg) no-repeat;
    background-color: rgba(86, 86, 86, 1);
    background-position: 50% 50%;
    background-size: 40% 40%;
    float: right;
    outline: none
}

.floatdiv>.floatdivhead>.close:hover {
    background-color: rgba(152, 152, 152, 1.00)
}

.floatdiv>.floatdivhead>.downloadtitle {
    font-size: 14px;
    line-height: 30px;
    margin-left: 0.5em;
    color: white
}

.floatdiv>.dtypeUl {
    margin-top: 30px;
    list-style: none;
    padding: 0 0.5em;
    font-size: 14px
}

.floatdiv>.dtypeUl>li {
    margin-top: 30px;
    padding: 5px 5px
}

.floatdiv>.dtypeUl .dtypeNameDiv {
    float: left;
    height: 22px;
    width: 40px
}

.floatdiv>.dtypeUl .dtypeActionDiv {
    float: left;
    height: 22px;
    width: 50px;
    border: 1px dashed rgba(200, 200, 200, 1);
    text-align: center
}

.dtypeName,
.dtypeAction {
    line-height: 22px;
    text-decoration: none;
    color: black;
    font-size: 10px
}

#refresh {
    background: url(../images/refresh.gif) no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 400px;
    text-align: center;
    font-size: 18px;
    line-height: 600px;
}

#refresh:before {
    content: "Please Wait a Moment for This Feature Calculation Process ... ...";
    color: #C23147;
    font-size: 22px;
    font-family: Calibri;
    display: block;
    height: 50px
}

#refresh:after {
    content: "(this may take a while depending on the number of uploaded molecules)";
    color: #437A8B;
    font-size: 19.5px;
    font-family: Calibri;
    display: block;
    height: 50px
}

.download {
    float: right;
    display: block;
    height: 18px;
    line-height: 18px;
    width: 35px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    background-color: rgba(127, 127, 127, 1.00);
    color: white;
    margin-left: 1em;
    margin-top: 1em
}

#result_display {
    width: 100%;
    padding-bottom: 2em;
    border-top: 2px solid rgb(191, 191, 191)
}

.ValTd,
.AveTd,
.dataTd {
    text-align: right;
    padding-right: 1em !important
}

.dmIconTd {
    vertical-align: bottom
}

table.textTreeTable td {
    padding: 0.2em;
    min-width: 2em;
    line-height: 24px;
    white-space: nowrap;
    font-family: Calibri
}

.nameTd {
    width: 30em !important
}

table.textTreeTable {
    margin: 0em 0.5em;
    font-size: 19.5px
}

.el-dialog__body p {
    white-space: normal !important;
    word-break: break-word
}

.functionLabel {
    margin-left: 0.5em;
    margin-right: 1em;
    margin-top: 1em;
    font-size: 18px;
    display: block;
    line-height: 35px
}

.select {
    width: 33em;
    margin: 1em 1.4em;
}

.option {
    font-size: 18px
}

.ImaIcon {
    height: 24px
}

.dmIcon {
    height: 24px
}

.el-tabs__item {
    font-size: 18px !important
}

.el-dialog__body {
    padding-top: 0 !important
}

.el-tabs--border-card {
    border: none !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #437A8B !important;
    font-weight: bold !important
}

.el-message-box__title {
    color: #437A8B !important;
    font-weight: bold
}

.el-message-box__btns .el-button {
    background-color: #437A8B !important
}

.el-message-box__btns .el-button:hover {
    background-color: #59B6CB !important
}

.el-popover__reference-wrapper .el-button {
    color: white !important;
    border: none !important;
    margin: 0 0.2em !important;
    padding: 0.4em 0.4em !important
}

.el-popover__reference-wrapper .el-button:hover {
    background-color: lightgray !important;
    color: rgba(127, 127, 127, 1.00) !important
}

.el-popover {
    min-width: 120px !important
}

.popdownload {
    display: block;
    height: 16px;
    line-height: 16px;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    color: rgba(127, 127, 127, 1.00)
}

input[type="checkbox"] {
    margin-right: 0.5em !important
}

tr td:first-child {
    min-width: 0em !important
}

tbody .cell {
    font-weight: bold !important
}

thead .cell {
    font-weight: normal !important
}

.ValTd,
.AveTd {
    color: #437A8B;
    font-size: 22px
}

.mainResultDiv {
    background-color: rgba(242, 242, 242, 0.5);
}

.radioTitleDiv {
    color: #C23147;
    font-weight: bold;
    font-size: 22px;
    padding-top: 0.5em
}

.Level1Td,
.Level2Td {
    font-weight: bold;
    font-size: 22px;
    height: 48.8px
}

.Level1Td {
    color: #C23147;
    padding-bottom: 0em !important;
    padding-top: 1.5em !important
}

.Level2Td {
    color: #437A8B;
    padding-bottom: 0em !important;
    padding-top: 0.5em !important
}

#functionTable.visible {
    width: 100%
}

.unvisible {
    display: none
}

.functionDiv {
    text-align: left
}

#downloaddiv {
    margin-left: -100px;
    margin-bottom: -10px;
}

span > span {
    margin-left: 1em
}

.el-button--medium {
    width: 80px
}

.theme_red {
    background-color: #C23147 !important
}

.theme_blue {
    background-color: #437A8B !important
}

.theme_yellow {
    background-color: #F09150 !important
}

.card-image {
	display: block;
	min-height: 9rem; /* layout hack */
	background: #fff center center no-repeat;
	background-size: cover;
	/* filter: blur(3px); blur the lowres image */
}

.card-image > img {
	display: block;
	width: 100%;
	opacity: 0; /* visually hide the img element */
}

.card-image.is-loaded {
	filter: none; /* remove the blur on fullres image */
	transition: filter 1s;
}

/* Layout Styles */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: sans-serif;
}

.card-list {
	display: flex;
    flex-wrap: wrap;
	margin: 0rem auto;
	padding: 0;
	font-size: 0;
	text-align: center;
	list-style: none;
}

.card {
	display: inline-block;
	width: 290px;
	max-width: 20rem;
	margin: 5px;
	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 0 3rem -1rem rgba(0,0,0,0.5);
	transition: transform 0.1s ease-in-out, box-shadow 0.1s;
    cursor: pointer;
}

.card:hover {
	transform: translateY(-0.5rem) scale(1.0125);
	box-shadow: 0 0.5em 3rem -1rem rgba(0,0,0,0.5);
}

.card-description {
	display: block;
	padding: 10px 8px;
	color: #515151;
	text-decoration: none;
}

.card-description > h2 {
	margin: 0 0 5px;
}

.card-description > p {
	margin: 0;
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #888;
    max-width: 80%;
    text-align: center;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

svg {
    display: block;
    margin: 50px auto;
  }
  
  #loader 
  { fill: #ffe7e9 }
  
  #border 
  { fill: #234e72 }

/* 定义问号图标的样式 */
.question-icon {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #6495bd;
    color: white;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    top: -7px;
    left: 7px;
}

/* 定义提示框的样式 */
.tooltip {
    position: absolute;
    top: 100%;
    left: 100%;
    margin-top: -2px;
    margin-left: -2px;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    white-space: normal;
    width: 250px;
}

/* 鼠标悬停在图标上时显示提示框 */
.question-icon:hover .tooltip {
    opacity: 1;
    visibility: visible;
}