/*
html {
	overflow-y: scroll;
}

:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}
*/
/* @group 面版模块overwrite */
.panel-info > .panel-heading {
	padding:7px 15px;
    color: #464646;
    border: 1px solid #F5DEB3;
    background-color: #FFE4B5;
}
.panel li {
	float: left;
	width: 50%;
}

.panel-info {
    /*  border-radius: 5px;
    border: 1px solid #ddd; */
	margin-top: 10px;
    border-color: #F5DEB3;
    background: #f5f5f5;
}
.btn-file {
	background-color: #3CB371!important;
    border-color: #3CB371!important;
}
.btn-primary:hover {
	background-color: #99e725!important;
    border-color: #70c745!important;
}
.btn-primary:active {
	color: #3CB371!important;
	background-color: white!important;
    border-color: #3CB371!important;
}    
textarea {
    width: 100%;
    max-width: 725px;
    border-color: #ddd;
    border-radius: 5px;
    height: 180px;
}
.paste-tip {
    border: 1px #ddd solid;
    border-radius: 5px;
    margin-bottom: 10px;
}
.paste-tip p {
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 0;
}
.draw-structure {
	padding: 0 2px;
	margin: 0.5em 0 0;
}

/*   分析工具   */
.analysis-tool {
    padding:15px 20px 0; 
}
.analysis-tool label:hover {
    cursor: pointer;
}
.btn-run {
    padding: 0 20px;
    margin-bottom: 20px;
}
.btn-run .btn-info {
    background:#0099CC; 
    font-size: 16px;
    margin-right: 20px;
}
.btn-run .btn:hover {
    background:#2ea2dd;
}

.loading {
	display: none;
}

.hiddenTip {
	display: none;
}
.text-tips:hover .hiddenTip {
	display: inline-block;
}

.task-bar {
    text-align: center;
    margin: 10px 0;
    padding: 20px 0;
}

#strucFrame {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.grid {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    color: #FFF;
    margin-bottom: 0;
}

.grid .frame {
    width: 210px;
    height: 210px;
    flex: 0 0 auto;
    margin: 4px;
    list-style: none;
}

.grid .thead-row,
.grid .tcell-info,
.grid .radarDraw {
    display: none;
}

.grid .frame .image {
    background: #f5f5f5;
    position: relative;
    width: 210px;
    height: 210px;
    line-height: 0;
    box-shadow: 1px 2px 3px #ccc;
    border: 1px solid #DCDCDC;
}

.drugsProf-display .grid .frame .drugCanvas {
    position: relative;
    border: 1px solid #DDD;
    width: 220px;
    height: 220px;
}

.grid .frame p {
    margin: 0;
}



.grid .frame .grid-molBtn {
    position: absolute;
    bottom: 2px;
    left: 5px;
    right: 5px;
    z-index: 999;
    color: #3CB371;
    line-height: 19px;
}

.kv-file-upload,
.kv-file-zoom {
    display: none!important;
}
.input-group-btn{
    width: 20%;
}
.search-input-submit{
    -webkit-transition-duration:400ms;
    transition-duration:400ms;
    position:relative;
    z-index:1;
    display: inline-block;
    width:80px;
    height:40px;
    color:#ffffff;
    background-color: #3CB371;
    border:2px solid #3CB371;
    border-radius:2px;
    font-size: 18px;
    transition-duration:400ms;
}
.search-input-submit:hover{
    background-color: #99e725;
}
.search-input-submit:active{
    font-size: 18px;
    color:#3CB371;
    background-color: transparent;
    box-shadow: none;
    outline-color:#3CB371;
    transition-duration:5ms;
}
.search-threshold input {
    width: 80px;
}

.legd {
    padding: 0px 10px 0px 20px;
}


.content {
    padding-top: 10px;
}
