/* used by report pages */

.reportTableHeader {
    color: #2865a3;
    font-weight: 700;
}
.pmore { /* link to page with chebiterm-gene interaction from Original References column */
}
.imore { /* link to page with chebiterm-gene annotations */
    background-image: url('/common/images/icons/arrow_refresh.png');
    padding-left:2px;
    padding-right:2px;
    font-weight: 700;
}
a.imore, a:hover.imore, a:focus.imore, a:active.imore {
    text-decoration: none; /* remove underline from anchor class */
}

.vert {
    -moz-transform:rotate(-270deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin:  bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    background: #eeeeee;
    display: block;
}


/* gene report pages - info.jsp - orthologs - show or hide extended info */
.orthoExtInfo {
    font-size:11px;
    font-weight:bold;
    color:#2865A3;
    background-color:#b6baba;
    border: solid 1px #0000aa;
    padding:6px;"
}

.orthoExtBar {
    font-size:13px;
    background-color:#e0e2e1;
    text-align: left;
    color:#2865A3;
    padding-left:12px;
}

.seqExtInfo {
    font-size:11px;
    font-weight:bold;
    color:#2865A3;
    /*
    background-color:#b6baba;
    border: solid 1px #0000aa;
    */
    padding:6px;
}



/*------- Style for sidebar and report content----------------*/

body{

    /*overflow-x: hidden;*/
}


#content-wrap {
    margin-left: 20rem;
    position: relative;
    max-width: 75vw;
    /*overflow-x: visible;*/
}


#info-table {
    background-color: rgb(249, 249, 249);
}


#footer{
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    /*height: 25vh;            !* Footer height *!*/
}


.report-page-grey{
    background-color: #f1f1f1;
}

/* The side navigation menu */
#reportMainSidebar {
    width: 200px;
    height: 90vh;
    overflow-y: hidden;
    margin-bottom: 0px;
    padding-bottom: 2.5rem;
    overflow-x: hidden;
}

@media (max-width: 820px) {
    #reportMainSidebar{
        overflow-y: auto;
        height: 150vh;
    }
}

#left-side-wrap{
    width: 200px;
    float: left;
}

#reportMainSidebar ul {
    padding-top: 5px;
}

#reportMainSidebar a {
    display: block;
    color: black;
    padding: 10px;
    text-decoration: none;
}

#reportMainSidebar a.active {
    background-color: #2865A3;
    color: white;
}

ul li {
    margin: 1px 0;
    padding: 0;
}

li a {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 90%;
    padding-top: 1px;
}

.sub-nav-item > a {
    font-size: 8pt;
    margin-left: 15px;
    margin-top: -10px;
}
.sectionHeading {
    color: #2865A3;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;

}

.light-table-border{
    border: 3px solid #f1f1f1;
    padding: 20px;
    margin: 10px;
    max-width: 80vw;
    overflow-x: auto;
}


.ref-seq-flex-order{
    display: flex;
    overflow-x: auto;
    flex-flow: column;
}

.ref-seq-flex-order :nth-child(1){order: 1;}
.ref-seq-flex-order :nth-child(2){order: 2;}
.ref-seq-flex-order :nth-child(3){order: 4;}
.ref-seq-flex-order :nth-child(4){order: 3;}

.reportTable{
    display: flex;
    overflow-x: auto;
    flex-flow: column wrap;
}

.search-and-pager{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;

}


.search-and-pager .modelsViewContent{
    padding-top: 11px;
}


.table-search{
    width: 12vw;
    margin: 5px;
}

.registrationLink{
    display: flex;
    justify-content: flex-end;
}

.registrationLink a{
    margin-right: 4.5vw;
    font-size: 12pt;

}
.first{
    cursor: pointer;
}
.last{
    cursor: pointer;
}
.next{
    cursor: pointer;
}
.prev{
    cursor: pointer;
}
