.container h1 {
    text-align: center;
}

.page-title h3 {
    text-align: center;
}

.row.search {
    margin-top: 10px ;
}

.summary {
    margin-top: 20px;
    margin-bottom: 30px;
}

.advanced-search-btn-container {
    margin-top: 20px;
}

.adv-search.btn  {
    float: right;
    margin-right: 10px;
}

.browse-reg.btn {
    float: right;
    margin-right: 10px;
}

.browse-guidelines.btn {
    float: right;
    margin-right: 10px;
}


.view-api.btn {
    float: right ;
    margin-right: 10px;
}


.data-dump.btn-group {
    float: right ;
    margin-right: 10px;
}

.dropdown-menu a:hover{
    cursor: pointer ;
}

.advanced-search.panel {
    margin-top: 30px;
    box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.35);
}

.advanced-search.panel .help-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.advanced-search-form .adv-search-submit {
    float: right;
}

.no-input.basic-search {
    margin-top: 10px ;
}

.row.news {
    margin-top: 50px;
}

.news .news-item {
    margin-bottom: 5px;
}

.news .news-item .type {
    font-weight: bold;
}

.news .news-item .date {
    font-size: 12px;
}

.news .news-item .version {
    color: #e1700a ;
}

.news .more a {
    color: #e1700a ;
}

.guideline-select {
    margin-bottom: 10px ;
}

.heatmap-container {
    max-width: 1070px;
    min-width: 860px;
    /*margin-right: auto;*/
    /*margin-right: 130px;*/
    margin-left: auto;
}

.x-axis-link-out, .y-axis-link-out {
    padding-left: 3px;
}

.x-axis-label, .y-axis-label {
    color: #464646;
    font-weight: 300;
}

.classification-by-text {
    margin-bottom: 10px;
    color: #959595;
    font-weight: 700;
}

.summary .row .panel-body.active {
    box-shadow:  0 0 20px rgba(0,0,0,0.35);
    cursor: default !important;
}

.summary .row .panel-body.gene {
    background-color: #d99ba1;
    text-align: center;
    color: #fff;
}

.summary .row .panel-body.expert-panel {
    background-color: #a1d99b;
    text-align: center;
    color: #fff;
}

.summary .row .panel-body.condition {
    background-color: #9ba1d9;
    text-align: center;
    color: #fff;
}

.summary .row .panel-body:hover {
    cursor: pointer;
    box-shadow:  0 0 20px rgba(0,0,0,0.35);
}

.summary .row .panel-body .type {
    font-weight: 600;
    font-size: 22px;
}

.summary .row .panel-body .browse-text {
    font-style: italic;
}

.y-axis-label .badge, .x-axis-label .badge {
    font-size: 10px;
}

.y-axis-label .badge {
    padding: 2px 4px 1px 4px !important;
    font-size: 10px ;
    line-height: 10px;
}

.y-axis-label{
    display: flex;
}

.y-axis-label-container.post-render {
    max-width: 360px ;
    min-width: 330px ;
    text-align: right ;
    transform: translate(50px) ;
    white-space: normal !important ;
    line-height: 0.9em ;
}

.post-render .y-axis-label .label-text-flex1 {
    flex: 1 ;
    margin-top: 2px ;
}

.heatmap-container .label {
    z-index: 1 !important;
}

.highcharts-tooltip span {
    background-color: white;
    border: 1px solid ;
    opacity: 1;
    z-index: 9999 !important;
    padding: 3px;
}

.tooltip {
    padding: 5px;
}
