.query-display-bar td:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}

.query-display-bar td:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
}

.query-results-graph {
  width: 100% !important;
}

.query-results-timeline table td {
  vertical-align: top;
}

.query-results-timeline table .line-col {
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: #333333;
}

.query-results-timeline table .time-col {
  padding-right: 10px;
  padding-top: 11px;
}

.query-results-timeline table .icon-col {
  padding-left: 10px;
  padding-right: 5px;
}

.query-results-timeline table .icon-col-icon {
  margin: 2px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.header {
    margin-left: 25px;
    margin-bottom: 25px;
}

.loading-container {
    margin: 50px;
    text-align: center;
}

.panel-title a {
    cursor: pointer
}

#menu .panel-body {
    padding: 0
}

.logout-button {
    float: right;
    position: absolute;
    top: 10px;
    right: 30px;
}

.user-guide-button {
    float: right;
    position: absolute;
    top: 50px;
    right: 30px;
}

.query-title {
    padding: 10px;
    border-radius: 5px;
}

.edit-query-info-button {}
.edit-query-info-button {}
.cancel-query-info-button {
    color: crimson;
}
.edit-query-info-container {
    float: right;
    width: 50%;
}
.edit-query-info-div {
    padding: 5px;
    text-align: right;
}

.results-area .well {
    min-height: 80px;
}

.query-controls-container {
    padding: 10px;
    text-align: center;
}

.query-filter-group {
    width: 100%;
    margin-top: 15px;
}
.query-filter-group-content {
    width: 100%;
}
.query-filter-group-match-box-any,
.query-filter-group-match-box-all {
    border-radius: 4px;
    padding: 3px 5px;
    cursor: pointer;
}
.query-filter-group-match-box-any {
    border: 1px dashed #498a4e;
    background-color: #e9fae1;
}
.query-filter-group-match-box-all {
    border: 1px dashed #4d538a;
    background-color: #dcd5fa;
}
.query-filter-condition {
    margin: 5px 5px 5px 20px;
}