#myTab{
    width: 100px;
}
#tableSearch{
    background-color: #4B5461;
    border: none;
    border-radius: 0px !important;
    font: white;
    padding: none !important;
    margin:none !important;
}

.form-control{
    color:#cfd8dc !important;
    padding: none !important;
    margin:none !important;
    height: 40px;
    width: 100%;
    position: absolute;
}

.glyphicon{
    color:#cfd8dc !important;
}

.my-custom-control{
    width: 200px;
    height: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    padding: 3px;
    border-radius: 0px;
    cursor: auto;
    text-align: center;
    background-color: #3E4651;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.filterText{
    font-size: 12px;
    padding-top:0px;
    line-height:24px;
}

.filterText > span{
    font-size: 12px;
}

.filter{
    font-size: 14px;
    margin-bottom: none;
    color: #ff0;
}

.agreggateText{
    font-size:45px;
    text-align:center;
}

#agreggate{
    border-right: solid gray 1px;
    border-right: solid gray 1px;
    min-height: 80px;
    margin-top: 0px;
    text-align: center;
}

#aggregate_counts {
    text-align:center;
}

.glyphicon-repeat{
    background-color: #4B5461;
    color: #fff;
}

.glyphicon-search{
    color: #fff;
    padding-top: 5px;
}

.btn{
    /*background-color: #4B5461;*/
    background-color: transparent;
    color: #fff;
    /*border-left: 1px solid red;*/
/*    padding-top:13px;
*/    border-radius: 4px;
}

.btn:hover{
    background-color: #4B5461;
    color: #fff;
}

p.activeFilter{
/*  color:#ff0 !important; */
    line-height: 100% !important;
    margin-bottom: 0px !important;
}

.red{
    font-color: red !important;
}

p.margin {
    margin: 0px !important;
}

/*images*/
img{
    max-height: 300px;
    /*max-width:292px;*/
}
.item{
    padding-top: 20px;
    padding-bottom: 20px;
}
a.toggle-left.btn{
    background-color: #576170 !important;
    color: #fff;
    border: none;
    padding-top:0px;
}

#dateTime{
    background-color: #2f363f;
}

#chart-map {
    background-color: #3e4651;
    min-height: 47vh;
    max-height: 47vh;
}

#contentTab {
    background-color: #2f363f;
    min-height: 30vh;
    max-height: 30vh;
}

#chartTabs {
    min-height: 30vh;
    max-height: 30vh;
    overflow: auto;
}

/*tabs*/
.tab-content {
}

.infowindow{
/*    padding:none;
    padding-top:15px;
    margin:none;
    margin-bottom: 60px;*/
    background-color:#2f363f;
    min-height: 46vh;
    max-height: 46vh;
    overflow: auto;
}

.popover-content{
    color:black;
}

.highlight{
    color:#ff0 !important;
    /*min-height: 6vh;
    max-height: 6vh;*/
    min-height: 100%;
    max-height: 100%;
    padding:0px;
    margin:none;
}

p.highlightText{
    background-color:#ff0;
}

#darkGrayBar{
    background-color: #2b323a;
    /*background-color: #242423;*/
    margin: none;
    /*min-height: 45px;*/
}
#midGrayBar{
    background-color: #4b5461;
    /*background-color: #757474;*/
    /*height: 60px;*/
    padding: 5px;
    margin: none;
}

#offGrayBar{
    background-color: #3e4651;
    /*background-color: #757474;*/
    height: 45px;
    /*padding: 5px;*/
    margin: none;
}

#button{
    background-color: #4B5461;
    margin: none;
    min-height: 45px;
    text-align:center;
}

#number_total_events{
    padding-top:none;
    /*background-color: #4B5461;*/
    text-align:center;
}
p #number_total_events{
    padding-bottom:none;
}

#lightGrayBar{
    background-color: #a4afbb;
    padding: 5px;
    margin: none;
    min-height: 45px;
}
#info{
    padding: 0px !important;
}
#number-box {
    background: orange;
    width: 200px;
    font-size: 64px;
    text-align: center;
    padding-top: 63px;
    padding-bottom: 63px;
    height: 74px;
}

.transparent {
    background-color: transparent !important;
    color: transparent !important;
}

.glyphicon.glyphicon-info-sign {
    font-size: 25px;
}

.number-display {
    text-align: center !important;
    font-size:40px;
}
