i {
    font-style: normal
}

li {
    list-style-type: none;
}

/* left start */

.container {
    width: 100%;
    padding: 0 25px;
}

#left,
#right {
    position: relative;
}

#left #close,
#right #open {
    position: absolute;
    font-size: 25px;
    cursor: pointer;
}

#left #close {
    top: 7px;
    right: -8px;
}

#right #open {
    display: none;
    top: -35px;
    left: -8px;
}

#right {
    margin-top: 42px;
}

#myTab>li {
    border-radius: 4px 4px 0 0;
}

#myTab>li>a {
    margin: 0;
    padding: 10px 15px;
}

.tab-content {
    padding-top: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-group,
.panel,
.panel-heading {
    border-radius: 0 !important;
}

.panel {
    border: 0!important;
}

.panel-heading {
    border-top: 1px solid #ddd;
    cursor: pointer;
}

.panel-title .glyphicon {
    font-size: 10px;
}

.panel-title {
    color: rgb(0, 80, 131);
}

.panel-body {
    padding: 5px 15px;
}

.badge {
    background-color: rgb(91, 81, 81);
    border-radius: 0.25em;
    cursor: pointer;
}

.more {
    margin: -5px 0 0;
    padding: 0px 0.5rem;
    text-align: right;
    color: rgb(107, 98, 98);
    font-size: 1.2rem;
    cursor: pointer;
}

.position_panel_body {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 15px;
}

.reset {
    float: right; 
    margin-top: -3px; 
    color: rgb(107, 98, 98); 
    font-size: 25px; 
    -webkit-text-stroke: 1px #f5f5f5;
}

.seqname,
.pos_start_text,
.pos_end_text {
    position: relative;
    width: 100%;
    height: 34px;
}

.seqname select {
    position: absolute;
    left: 40%;
    top: 0;
    width: 60%;
    padding: 6px 5px;;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 10;
}

.pos_slider {
    margin: 30px 0;
}

.scale span:nth-child(2) ins {
    margin-left: -62px !important;
}

.pos_label,
.pos_start_label,
.pos_end_label{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    background-color: rgb(222, 222, 222);
    color: rgb(61, 61, 61);
    padding: 6px 12px;
    height: 3.4rem;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
    font-weight: 400;
}

.pos_start_label,
.pos_end_label {
    width: 25%;
}

.pos_end_text {
    margin-top: 10px;
}

.start,
.end,
.pos_end_text .go {
    position: absolute;
    left: 25%;
    top: 0;
    width: 75%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    color: rgb(85, 85, 85);
    font-size: 14px;
    height: 3.4rem;
    line-height: 1.42857;
    min-width: 0px;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    border-radius: 0px 4px 4px 0px;
}

.end {
    width: 60%;
    border-radius: 0;
    border-right: 0;
}

.pos_end_text .go {
    position: absolute;
    left: 85%;
    width: 15%;
    padding: 6px 5px;
}

.panel .tooltip-arrow,
#high_table .tooltip-arrow {
    top: 48% !important;
    left: -1px !important;
    border-width: 7px 7px 7px 0 !important;
    border-right-color: #ddd !important;
}

.panel .tooltip::after,
#high_table .tooltip::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 2px;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
}

.panel .tooltip-inner,
#high_table .tooltip-inner {
    background-color: #fff !important;
    color: #000;
    border: 2px solid #ddd;
    white-space: nowrap;
    max-width: 500px;
}

.pos_alert {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 8px 5px;
    text-align: center;
    z-index: 11;
}

/* tree nav */
.treeNav {
    position: relative;
    height: 755px;
    padding: 0 12px;
    overflow-y: auto;
}
.treeNav ul,
.treeNav li {
    padding: 0;
	margin: 0;
}

.treeNav ul {
    padding-left: 5px;
}

.treeNav ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.treeNav ul li:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    content: '';
    background-color: #ddd;
}

.treeNav ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #ddd;
}

.treeNav ul li:last-child:after {
    height: 15px;
}

.menuUl li i {
    margin-right: 5px;
    cursor: pointer;
    color: #161616;
}

.treeNav .radio {
    margin: 0;
}

.treeNav .radio label {
    padding-left: 15px;
}

.treeNav .radio input {
    margin-left: -16px;
}

/* left end */


/* right start */

.current_low_filters {
    /* height: 54px; */
    margin-bottom: 20px;
    background-color: rgb(237, 248, 251);
    border: 1px solid rgb(217, 237, 242);
    padding: 0 15px;
    line-height: 50px;
    font-size: 1.5rem;
    color: black;
}

.current_low_filters a:hover {
    text-decoration: none;
}

.btn {
    padding: 2px 8px;
    border-color: transparent;
}

.filter-name {
    margin-left: 3px;
    background-color: rgb(61, 61, 61);
    transition: all 0.25s ease 0s;
}

.filter-name:hover {
    background-color: rgb(105, 105, 105);
    border-color: transparent;
}

.is,
.and {
    margin-left: 3px;
    background-color: rgb(0, 80, 131);
    pointer-events: none;
}

.bracket,
.filter_value_more {
    margin-left: 3px;
    font-size: 17px;
    vertical-align: middle;
    color: rgb(0, 0, 0);
    cursor: default;
}

.filter_value_more {
    font-size: 14px;
    cursor: pointer;
}

.filter-value {
    margin-left: 3px;
    background-color: rgb(37, 84, 37);
    transition: all 0.25s ease 0s;
}

.filter-value:hover {
    background-color: rgb(64, 145, 64);
    border-color: transparent;
}

.chart {
    width: 100%;
    height: 210px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

.species_pie_high,
.cell_line_pie_high,
.tech_pie_high,
.filter_pie_high {
    float: left;
    width: 25%;
    height: 200px;
}

.species_pie_low,
.cell_line_pie_low {
    float: left;
    width: 50%;
    height: 200px;
}

.species_pie_cell,
.cell_line_pie_cell,
.tech_pie_cell {
    float: left;
    width: 33%;
    height: 200px;
}

.data_table,
.detail_table {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}

#low_table_wrapper .row:nth-child(1),
#condition_table_wrapper .row:nth-child(1) {
    padding: 10px 10px 0;
}

#low_table_wrapper .row:nth-child(2),
#condition_table_wrapper .row:nth-child(2) {
    margin: 0 -16px;
}

#low_table_wrapper .row:nth-child(3),
#condition_table_wrapper .row:nth-child(3) {
    padding: 10px 10px 5px;
}

.table {
    text-align: center;
}

.table>thead:first-child>tr:first-child>th {
    background-color: rgb(236, 243, 246);
    text-align: center;
}

.table thead .tooltip-inner {
    max-width: 1000px;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_processing {
    width: 220px !important;
    margin-left: -120px !important;
    margin-top: -45px !important;
    border: 2px solid #ecf3f6 !important;
    padding: 15px 40px !important;
    font-size: 20px;
}
/* right end */


.highlight {
    background-color: #8ecee5 !important;
}

.data_table p {
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(107, 98, 98); 
    width: 100%; 
    font-size: 2rem; 
    font-weight: bold;
    line-height: 1.4em; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding: 1rem; 
    padding-left: 20px;
}

.detail_table {
    margin-top: 20px;
}

.detail_title {
    color: rgb(107, 98, 98); 
    width: 100%; 
    font-size: 2rem; 
    font-weight: bold;
    line-height: 1.4em; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding: 1rem; 
    padding-left: 20px;
}

#methodTab>li {
    margin-left: 20px;
    border-radius: 4px 4px 0 0;
}

#methodTab>li>a {
    margin: 0;
    color: rgb(0, 0, 0);
}

#methodTabContent {
    padding-top: 0px;
    border: 0px;
}

#low_download {
    float: right;
    margin-top: 0px;
    margin-right: 12px;
    padding: 4px 12px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    outline: none;
    transition: all 0.25s ease 0s;
}

#low_download:hover,
#low_download:active,
#low_download:focus {
    background-color: #ddd;
}

.circle-col {
    width: 20%;
    position: relative;
    float: left;
}

.circle-col .tooltip-inner {
    max-width: 1000px;
    font-size: 14px;
}

.circle {
    background: #A9A9A9;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin: 0 auto;
}

.red {
    background-color: #c0392b;
}

.green {
    background-color: #27ae60;
}

.text-primary {
    color: #337ab7;
    white-space: nowrap;
}

#condition_table_wrapper .dataTables_scrollBody {
    overflow: visible !important;
}