/* QRadar css */

.thumbnail {
  border-style: none!important;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumbnail-migration {
  border-style: none!important;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumbnail:hover {
  opacity: .5;
}
.row-images {
  display: flex;
  align-items: flex-end;
}
.row-images-migration {
  display: flex;
  align-items: flex-start;
}
.column-images {
  padding: 1px;
}
.column-images-migration {
  max-width: 50%;
}
.thumbnail-size {
  max-height: 200px;
}

.btn-top {
  display: none;
  font-weight: 400;
  line-height: 1.5;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 99;
  font-size: 18px;
}
.btn-top:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.http-pill {
  border-radius: 3px;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 6px;
  text-align: center;
  text-shadow: 0 1px 0 #0000001a;
}
.pill_post {
  background: #49cc90;
}
.pill_get {
  background: #61affe;
}
.pill_delete {
  background: #f93e3e;
}
.pill_put {
  background: #fca130;
}
.pill_gray {
  background: gray;
}

.req_icon_v2 {
  color: #e56f4a;
  font-size: 10px;
  font-weight: 600;
  vertical-align: text-top;
}
