.alert-title {
  text-align: center;
  font-size: 5vh;
  line-height: 6vh;
  height: 8vh;
  padding: 1vh;
  color: white;
}

.alert-purple {  
  background-color: #9000c1;
}
.alert-red {  
  background-color: red;
}
.alert-orange {  
  background-color: orange;
}

.alert-content-container {
    display: flex;
    height: 79vh;
}
.alert-traveler {
    flex: 1;
    text-align: center;
    padding: 1vh;
    color: white;
    height: 100%;
}

.alert-detail {
    flex: 3;
    text-align: center;
    padding: 1vh;
    color: white;
    height: 100%;
}
.alert-traveler-image{
    display: inline-block;
    max-width: 20%;
    max-height: 160px;
    border: 1px solid white;
    margin: 2vh;
}

.interpol-section-title {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    flex: 1;
    text-align: left;
    padding-bottom: 10px;
}

.interpol-table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.interpol-table-title {
    text-transform: uppercase;
    background-color: #505050;
    border: 1px solid #505050;
    padding: 8px;
    font-size: 1rem;
    font-weight: bold;
    width: 33%;
}

.interpol-table-value {
    border: 1px solid #505050;
    padding: 8px;
    font-size: 1.3rem;
}

.interpol-tab {
    font-size: 1.3rem;
    font-weight: bold;
}

/*.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover*/
.flex-table-contents-alert {
    overflow-y: auto;
    font-family: Montserrat;
}

.interpol-title{
    text-align: left;
    font-size: 0.8em;
}
  
#interpol-hit-container{
    overflow-y: auto; 
    padding-bottom: 20px;
}

/* tile view */

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: auto;
    width: 90%;
}

    .fill img {
        height: 100%;
        width: 100%;
    }

.fill-img-wl-icon {
    height: 150%;
    width: 150%;
}
.wl-hit-group {
    margin-top: 0.5vh;
    color: white;
    overflow: hidden;
    display: flex;
}

.tile-view {
    overflow-y: auto;
    /*height: 74vh;*/
    font-family: Montserrat;
}

.wl-tile {
    position: relative;
    margin: 0.5%;
    width: 95%;
    height: 40vh;
    border: 2px solid rgb(80,80,80);
    float: left;
    background-color: rgb(36,36,36);
    border-radius: 10px;
}    
.wltile-content {
    position: absolute;
    padding: 0.5vw;
    top: 1;
    right: 0;
    left: 0;
    color: white;
    font-size: 1.3rem;
}

.tile-mode-icon {
    width: 30%;
}

.tile-hit-icon {
    height: 30px;
    width: 30px;
    float: right;
}

.tile-header {
    height: 3vh;
    line-height: 3vh;
    font-size: 1.8rem;
    margin-bottom: 2vh;
}

.wl-tile-row {
   /* margin-bottom: 1vh;*/
}

    .wl-tile-row div {
        margin-top: 0.5vh;
        height: 2.5vh;
        line-height: 2.5vh;
    }
    .wl-tile-row:hover {
        cursor: pointer;
        background: rgba(45,156,219, 0.3);
    }

.tile-header img {
    height: 3vh;
    width: 3vh;
}

.wltile-body-content {
    
    display: flex;
    justify-content: space-between;
}

    .wltile-body-content .left-content {
        flex: 1;
    }

    .wltile-body-content .right-content {
        flex: 1;
    }

.wl-tile-footer {
    padding-left: 30px;
    width: 200%;
}

    .wl-tile-footer .footer-row {
        flex: 1;
    }
.wl-tile-label {
    text-align: left;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    flex: 1;
}
.wl-tile-title {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    color: white;
    flex: 1;
}
.wl-tile-value {
    font-size: 1.3rem;
    color: white;
    flex: 1;
    text-align: left;
}
.wl-observations{
    padding-top:10px;
}
.wl-observations-value{
    font-size: 1.0em;
    text-align:left;
}
.wl-section {
    width:40vw;
    padding:10px;
    border: 3px solid rgb(36,36,36);
    margin: 5px;
}
/*POI Hit*/
.poi-section {
    width: 30vw;
    padding: 10px;
    border: 3px solid rgb(36,36,36);
    margin: 5px;
}
.poi-chart {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 300;
    color: white;
    fill: #242424;
    text-align: center;
    cursor: default;
}
.legend {
    font-family: 'Montserrat';
    fill: #333333;
    color:white;
}

.tooltip {
    fill: #333333;
}
.radarChart{
    height:55vh;
    width:20vw;
}
.chartLegend{
    text-align:left;
}
.legendLabel{
    padding-right:5px;
    padding-top:5px;
}
.profile {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    /*text-overflow: ellipsis;*/
    text-align: left;
    padding: 0 100px 0 5px;
}

.ip-tile {
    position: relative;
    margin: 0.5%;
    width: 60vw;
    height: 95%;
    border: 2px solid rgb(80,80,80);
    float: left;
    background-color: rgb(36,36,36);
    border-radius: 10px;
}

    .ip-tile:before {
        content: "";
        display: inline-block;
        padding-top: 100%;
    }

.iptile-content {
    position: absolute;
    padding: 1vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 1.3rem;
}

.ip-tile-view {
    overflow-y: auto;
    /*height: 74vh;*/
    font-family: Montserrat;
    padding: 10px;
}

    