/**********************************/
/********  HOMEPAGE PANEL *********/
/**********************************/

/* --------- PANEL : BOUNDARY, COMMON FORMATING --------- */
#panel {
    /*border: 1px solid #666666;*/
  margin-top: 10px;
    /*position: relative;*/
}

.panel_detailcontent img {
    margin: 0px;
    border: 0px;
}

#welcome_rcsb_panel img {
    /*border: none;*/
    max-height:610px;
    max-width:700px;
    border: 0px;
    horiz-align: center;
}

#rna_panel img {
    /*border: none;*/
    max-height:600px;
    width:760px;
    border: none;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}


#panel .panel_content ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px;
    padding-left: 0;
}




/* WELCOME PANEL */
#welcome_rcsb_panel div h3 {
    margin-top: 5px;
}



/* Reset the border color */
#panel .col-md-6 {
    border-color: #FFFFFF;
    /*border-color: #e7ebec;*/
}

/*這裏詳細設置每一個content*/
/*用boxshadow添加右下上的黑色外邊框*/
.panel_content {
    display: block;
    float: left;
    /*border: 15px solid #e7ebec ;*/
    height: 600px;
    /*box-shadow: 1px 0 0 #666666,*/
    /*0 1px 0 #666666,*/
    /*0 -1px 0 #666666;*/
    background: #FFFFFF;
}

/*#welcome_rcsb_panel .div{*/
/*    display: block;*/
/*    float: left;*/
/*    border: 1px solid  #666666;*/
/*    height: 500px;*/
/*}*/







/* DOWNLOAD PANEL */
#download_structures_panel .row {
    margin-top: 5px;
    margin-bottom: 0;
}

.panel_detailcontent textarea {
    resize: none;
}

#download_structures_panel .checkbox-inline {
    margin-left: 0;
}

.panel_detailcontent .btn {
    /*margin-right: 20px;*/
}


.download_ligands_panel .form-group .queryEntries {
    visibility: hidden;
}


/* ANALYZE PANELS */
#analyze_sequences_panel form .structure-input {
    height: 120px;
    display: block;
}

#analyze_sequences_panel hr {
    margin: 10px 0;
}

#analyze_sequences_panel .fa-arrows-h {
    margin-top: 20px;
}

#analyze_sequences_panel .panel-single-image {
    width: 30%;
}