
.navbar-inverse .navbar-inner .navbar .navbar-inner .nav-collapse {
    background-color: #000000;
    /*border-color: #0072CE;*/
}


/*.nav{*/
    /*background-color: #0072CE;*/
    /*border-color: #0072CE;*/
/*}*/

.navbar-brand {
    background-color: #0072CE;
    float: left;
    padding: 12px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 82px;
    max-width: 100%;
    display: table;

}

.academic-header {
    align-items: center;
    background: linear-gradient(120deg, #0b3768, #1769a8);
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    min-height: 84px;
    padding: 14px 30px;
}

.academic-header__identity {
    align-items: center;
    display: flex;
    gap: 16px;
}

.academic-header__mark {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: flex;
    font-size: 26px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.academic-header h1 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 5px;
}

.academic-header p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    margin: 0;
}

.academic-header__info {
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 42px;
    line-height: 1;
    padding: 4px;
}

.academic-header__info:focus,
.academic-header__info:hover {
    color: #dceeff;
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .academic-header {
        min-height: 72px;
        padding: 12px 16px;
    }

    .academic-header__mark {
        display: none;
    }

    .academic-header h1 {
        font-size: 23px;
    }

    .academic-header p {
        font-size: 12px;
    }

    .academic-header__info {
        font-size: 34px;
    }
}

/*
Convex hull
 */
.hull {
    fill: lightgreen;
    stroke: steelblue;
    stroke-width: 2px;
    stroke-linejoin: round;
}

/*
D3 tip
 */
.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    /*background: rgba(0, 0, 0, 0.8);*/
    color: #000000;
    border-radius: 8px;
    pointer-events: none;

    width:11em;
    background-color:#F5F5F5;
    border: solid 1px #aaa;
    font-family: Arial, Helvetica, sans-serif;
    margin:5px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #aaa;
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

/*
Legend related
 */
/*.legendSymbolsContainer{*/
    /*max-height: 300px;*/
    /*overflow: hidden;*/
/*}*/

/*#legG #legF #legD #legC{*/
.legendSymbolsContainer{
    /*overflow: auto;*/
    max-height:280px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 0px;
    padding-right: 0px;

}

.legendTitle{
    /*padding-top:15px;*/
    text-decoration: underline;
    /*padding-left: 15px;*/
    margin-top: 1px;
}

.panel-heading {
    padding: 0px;
    padding-top: 8px;
}

/*
Info box
 */

.info-div {
    width:11em;
    background-color:#eef;
    font-family: Arial, Helvetica, sans-serif;
    margin:5px;
    border:1px solid #aaa;
}
.info-h4 {
    text-align: center;
    font-size: 0.9em;
    margin:0;
    padding:0;
}
.info-table {
    border-spacing: 0 0.2em;
    margin:1em;
    width: 80%;
}
.info-tr:nth-child(even) {background-color: #ddf;}


.info-label {
    font-size:0.7em;
    font-weight:bold;
    text-align:left
}
.info-data {
    font-size:0.7em;
    text-align: right
}
.info-head {
    font-size:0.8em;
    border-bottom: 1px solid black;
}

#visual{
    width:100%;
    margin-bottom: 0px;
}

.align-baseline{
    vertical-align: baseline;
}

.clickable{
    cursor:pointer;
}


#ressaltarInput{
    width:150px;
    color: #000000;
}


input, select, textarea{
    color: #000000;
}

textarea:focus, input:focus {
    color: #000000;
}

.selectedText{
    font-weight: bold;
    color: #000;
}
