
#left-panel .row .legend-item {
    display: flex;
    align-items: center;
}

#legend-container button {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border: none;
}

#legend-container td {
    vertical-align: middle;
}

#legend-container .row {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#legend-header {
    font-weight: bold;
}

#countyDirectorateButton {
    background-color: rgb(38, 107, 130);
}

#parentInstitutionButton {
    background-color: rgb(195, 52, 77);
}

#memberInstitutionButton {
    background-color: rgb(156, 138, 70);
}

#independentInstitutionButton {
    background-color: rgb(90, 167, 192);
}

#graph {
    max-height: 500px;
    min-height: 500px;
    background-color: rgb(231, 204, 104);
    margin-bottom: 10px;
}

#graph svg {
}

#map {
    width: 100%;
    height: 500px;
}

#map * {
    overflow: visible;
}

svg {
}

#map-container {
    position: relative;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    text-align: center;
    display: flex;
    line-height: 30px;
}

#floating-panel input{
    padding: 10px;
    font-family: "Roboto", "sans-serif";
    background-color: transparent;
    border: none;
    font-size: 1.1em;
    color: rgb(63, 61, 59);
    flex:1;
    cursor: pointer;
}


#floating-panel:hover{
    background-color: rgb(235,235,235);
}


.download-text{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.select2-selection__rendered {
    padding-left: 17px !important;
}

.select2-selection__arrow {
    left: 1px !important;
    right: auto !important;
}

.select2-selection--single, .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

input.filterInput {
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 28px !important;
}

input.filterInput.with-value {
    background-color: #0C4354;
    color: white;
}

#select2-amount-filter-results {
    white-space: nowrap;
    max-height: 300px;
}

.select2-container--default.with-value .select2-selection--single {
    background-color: #0C4354;
}

.select2-container--default.with-value .select2-selection--single .select2-selection__rendered
{
    color: white;
}

.select2-container--default.with-value .select2-selection--single .select2-selection__arrow b
{
    border-top-color: white;
}

.select2-container--default.with-value.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    border-bottom-color: white;
}

.select2-container--default.with-value .select2-selection--multiple .select2-selection__choice
{
    background-color: #0C4354;
    color: white;
}

.select2-container--default.with-value .select2-selection--multiple .select2-selection__choice__remove
{
    color: white;
}

input.filterInput {
    border: 1px solid #aaa;
    border-radius: 0px;
    height: 28px !important;
}

#highlighted-year-details-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 3px solid rgb(12, 67, 84);
    border-bottom: 3px solid rgb(12, 67, 84);
    margin: 15px 0;
    padding: 0 8px;
    font-size: 0.85em;
    color: rgb(12, 67, 84);
}


#highlighted-year-details-bar div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details-bar-label{
    font-weight: bold;
    padding-right: 5px;
    text-transform: capitalize;
}

.details-bar-data{
    background-color: rgb(236, 234, 232);
    background-clip:padding-box;
    padding: 5px 5px;
    width: 30px;
}

#play-button{
    text-transform: uppercase;
    background-color: #0C4354;
    color: white;
    border-radius: 0px;
    border: none;
    cursor: pointer;
}

#play-button > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 1px;
}
#play-button > span > img {
    height:20px;
    margin-left: 20px;
}