
th.filter > i {
    float: right;
    font-size: 22px;
}
th.filter > i.mdi-filter{
    color: #2776BB;
}

.collapsible-container {
    padding: 5px 5px 5px 10px;
}
.collapsible-header {
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid #ededed;
}
.collapsible-open > .collapsible-header {
    color: #2776BB;
}
.collapsible-header > i{
    float:right;
    font-size: 18px;
}

.graph-row{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex: 1;
}
.graph-row > div{
    flex: 1;
    padding-bottom: 0px;
	     
}

.graph-row > i{
    flex: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
}
.graph-collapse-details{
    padding: 10px;
    background-color: #fafafa;
    border-radius: 0px 0px 15px 15px;
}
.graph-y-select-counter{
    display: flex;
    font-size: 12px !important;
}
.graph-y-select-counter > span {
    padding-right: 5px;
    padding-top: 3px;
}
.graph-y-select-counter > div {
    flex: 0;
    min-width: 140px;
}
.graph-y-select-counter .form-group{
    padding: 0px !important;
    margin: 0px !important;
}
.graph-y-select-counter .selectize-input{
    background-image: none !important;
    border: 0px !important;
    font-size: 12px !important;
}
.graph-y-select-counter .selectize-dropdown-content{
    font-size: 12px !important;
}

.graph {
    min-height: 300px;
    position: relative;
    width: 100%;
}
.graph-overlay{
    background-color: rgba(220,220,220, 0.9);
    position: absolute;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: 5px;
}
	     
    
.graph-filter-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 0px;
}
.graph-filter-index{
    flex: 0;
    padding-right: 5px;
}
.graph-filter-info{
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}
.graph-filter-actions{
    align-items: space-around;
    font-size: 20px;
}

.graph-add-filter{
    padding: 5px 0px;
}
#imagi-alerts > div{
    display: inline-block;
    margin: 15px auto;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 1031;
    top: 20px; left: 20px;
}
