/* Allow full window height modal windows */
.fullHeight.modal .modal-content{
    height: 90vh;
    max-height: 90vh;
}

.fullHeight.modal .modal-body {
    height: calc(100% - 48px);
}

/*
 * Advance Filter Sidebar.
 */

/*Remove the underlines for panel titles*/
.panel-title a{
    text-decoration: none;
}

/*Remove the underlines for select all unselect all option*/
.filterCheck a{
    color: #333;
    text-decoration: none !important;
}

.input-inline {
    display: inline;
}