.analysis-container {
    font-size: 16px;
}
.form-horizontal,
.form-horizontal div {
    height: 34px;
    line-height: 34px;
}
#go-analysis{
    font-size: 18px!important;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 1px solid green!important;
    width: 150px!important;
    color: black!important;
}
#go-analysis:hover{
    background-color: lightblue;
}
.demo{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: white;
    text-decoration: underline;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%) translateY(-50%);
    margin-left: 290px;
    z-index: 1222;
    cursor: pointer;
    width: 420px;
    width: 80px;
    text-align: center;
}
.demo:hover{
    color: orange;
}

.form-horizontal label {
    width: 100px;
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
    color: white;
}

.form-horizontal input {
    width: 200px;
    font-size: 18px;
    text-align: center;
    color: black;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 1px solid orange!important;
}

.form-horizontal .button {
    width: 160px;
    color: white;
}

.form-horizontal {
    width: 540px;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1222;
}

.form-horizontal>div:first-child {
    display: flex;
    justify-content: center;
}

.form-horizontal .form-group {
    margin: 0;
    padding: 0;
}

.window-container {
    width: 100%;
    height: 680px;
    display: flex;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
    overflow: hidden;
    display: none;
}

.window-message {
    width: 370px;
    height: 100%;
}

.window-message-item:nth-of-type(1){
    height: 255px;
}
.window-message-item:nth-of-type(2){
    height: 298px;
    border-bottom: 1px solid green;
}
.window-message-item:last-of-type{
    height: 297px;
}

.window-message-item:nth-of-type(1){
    border-bottom: 1px solid green;
}

.viewport-container {
    width: calc(100% - 370px);
    display: flex;
    flex-wrap: wrap;
}

#viewport {
    width: calc(100% - 260px);
    height: 100%;
    border: 1px solid green;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.interactions-list{
    border-bottom: 1px solid green;
}
.viewport-control ul{
    border-bottom: none;
    padding-bottom: 10px;
    border-bottom: 1px solid green;
}
.viewport-control li{
    display: flex;
    justify-content: space-evenly;
}
.viewport-control li:hover{
    background-color: lightblue!important;
}
.viewport-control{
    width: 260px;
    height: 680px;
    margin-top: 0;
    padding-top: 0px;
    overflow: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    border: 1px solid green;
    border-top: none;
    border-bottom: none;
    right: 0;
}
.view-background-control{
    margin-top: 10px;
}
.view-background, .view-label{
    width: 120px!important;
}
.box-viewport-control li {
    margin-top: 14px;
}
select, input{
    padding: 0px!important;
    text-align: center!important;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 1px solid green!important;
    color: black!important;
    font-size: 18px!important;
}
.viewport-bottom {
    width: 100%;
    height: 170px;
    border-top: 1px solid green;
    border-left: 1px solid green;
    display: flex;
}
.representation-control{
    height: 100%;
    width: calc(100% - 360px);
    display: flex;
}
.viewport-item-control-container{
    height: 100%;
    width: 360px;
    border-left: 1px solid green;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.viewport-item-control-container .mini{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-bottom: 1px solid green;
    border-left: 1px solid green;
}
.display{
    position: absolute;
    left: 370px;
    top: 60px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-bottom: 1px solid green;
    border-right: 1px solid green;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}
.viewport-item-control-container .mini img, .display img{
    width: 100%;
    height: 100%;
}
.viewport-item-control-container .advice{
    height: 30px;
    line-height: px;
    font-size: 16px;
    text-indent: 2em;
    padding-left: 20px;
    padding-right: 20px;
    height: 66px;
    word-break: break-all;
}
.viewport-item-control-container .control-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: static;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.conformation-tab-container {
    display: flex;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    width: 100%;
    justify-content: center;
    color: gray;
    margin-top: 0px;
}
.control-object-item{
    height: 50px;
    line-height: 50px;
    margin-top: 0;
    font-size: 18px;
}

.control-object{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    width: 150px;
    margin-left: 20px;
}
.control-object:first-child{
    margin-left: 0;
}
.conformation-tab-container>div {
    margin-right: 10px;
}

.next,
.forward {
    height: 20px;
    width: 20px;
    margin-top: 15px;
    cursor: pointer;
}
.forward{
    margin-left: 10px;
}
.animate {
    height: 24px;
    width: 24px;
    margin-top: 13px;
    cursor: pointer;
}

.next img,
.forward img,
.animate img {
    height: 100%;
    width: 100%;
}
.forward {
    transform: rotateZ(180deg);
}

.tab-to-input {
    height: 30px;
    line-height: 30px;
    width: 60px;
    margin-top: 10px;
    position: relative;
    top: -2px;
    font-size: 18px;
}

.tab-to-input input {
    font-size: 18px;
    text-align: center;
}
.tab-to-button{
    color: gray;
}
.tab-to-button:hover {
    cursor: pointer;
}
.interactions-container{
    margin-top: 10px;
    /* padding-top: 20px; */
    border-top: 1px solid green;
}
.interaction-item{
    width: 100%;
    display: flex!important;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: black;
    padding-left: 20px;
}
.control-title{
    margin-bottom: 10px;
}
.interaction-item label{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.check-box-input{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.interaction-color-line{
    width: 40px;
    height: 0px;
    margin-top: 13px;
    margin-right: 20px;
}
.interaction-item:nth-of-type(1) .interaction-color-line{
    border-bottom: 4px dashed #C0C0C0;
}
.interaction-item:nth-of-type(2) .interaction-color-line{
    border-bottom: 4px dashed #4682B4;
}
.interaction-item:nth-of-type(3) .interaction-color-line{
    border-bottom: 4px dashed pink;
}
.interaction-item:nth-of-type(4) .interaction-color-line{
    border-bottom: 4px dashed purple;
}
.interaction-item:nth-of-type(5) .interaction-color-line{
    border-bottom: 4px dashed green;
}
.interaction-item:nth-of-type(6) .interaction-color-line{
    border-bottom: 4px dashed orange;
}
.interaction-item:nth-of-type(7) .interaction-color-line{
    border-bottom: 4px dashed yellow;
}
.interaction-item:nth-of-type(8) .interaction-color-line{
    border-bottom: 4px dashed red;
}
.screenshot{
    width: 180px!important;
}
.representation-control{
    overflow: hidden;
    width: 100%;
}
.representation-control-item-container{
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    color: black;
    border-right: 1px solid green;
}
.representation-control-item-container:nth-of-type(3) {
    border-right: none;
}
.representation-control-item-container .item-control-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.representation-control-item-container .title{
    font-size: 20px;
    text-align: center;
}
.representation-control-item{
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
}
.representation-control-item select{
    width: 120px;
    text-align: center;
    padding-left: 0px;
    color: black;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
@media only screen and (max-width: 1520px) {
    .representation-control{
        width: 100%;
    }
    .representation-control-item-container{
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media only screen and (max-width: 1450px) {
    .representation-control-item-container{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1260px) {
    .representation-control-item-container{
        padding-left: 20px;
        padding-right: 20px;
    }
}
#conformationDetail{
    padding: 10px 20px;
}
#conformationDetail ul li{
    height: 28px;
    line-height: 28px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#conformationDetail .value{
    text-decoration: underline;
}
#conformationDetail ul li:nth-of-type(1) span:nth-of-type(2n){
    margin-right: 20px;
}
#conformationDetail ul li:nth-of-type(2) span:nth-of-type(2n){
    margin-right: 10px;
}
.download-control{
    display: flex;
    margin-top: 10px;
}
.download-control .button{
    width: 160px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    background-color: white;
    font-size: 14px;
    color: gray;
}
.download-control img{
    width: 30px;
    height: 30px;
}
.introduction{
    z-index: 1122;
    display: flex;
    justify-content: space-evenly;
    width: 96%;
    margin: 30px auto;
}
.introduction .content{
    word-break:break-all;
}
.introduction h2{
    font-size: 20px;
}
.introduction > div{
    color: white;
}
.introduction .molecular-viewer{
    z-index: 1122;
    align-self: center;
}
.introduction .molecular-viewer .picture{
    margin-top: 20px;
}
.introduction .molecular-viewer .picture > div{
    width: 500px;
    height: 380px;
    overflow: hidden;
    background-color: white;
    box-shadow: 5px 5px 1px 1px white;
}
.introduction .chart-show{
    z-index: 1122;
    width: 400px;
}
.introduction .chart-show .picture > div{
    margin-top: 20px;
    box-shadow: 5px 5px 1px 1px white;
}
.introduction .chart-show .picture div {
    width: 320px;
    height: 220px;
    margin: 20px auto;
}
.introduction .data-show{
    text-align: right;
    z-index: 1122;
    align-self: center;
}
.introduction .data-show .picture{
    margin-top: 20px;
}
.introduction .data-show .picture > div{
    height: 240px;
    box-shadow: 5px 5px 1px 1px white;
    width: 300px;
}
.introduction .picture img{
    width: 100%;
    height: 100%;
}
.drag-advice{
    position: absolute;
    top: 340px;
    left: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 18px;
    display: none;
    color: orange;
}