.triangle {
  display: inline-block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #ccc;
  margin-top: 19px;
  margin-bottom: 19px;
}
.triangle .innerTriangle {
  position: relative;
  top: -27px;
  left: -15px;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #fff;
  margin-top: 15px;
}
.width-100-n15px {
  width: calc(85%);
}
.box-shadow {
  box-shadow: 0 0 0 2px #ccc;
}
.btn-viewider-primary {
  width: 180px;
  border: 0;
  padding: 7px 13px;
  background-color: #49afea;
  border-color: #49afea;
  font-weight: 200;
  color: #FFF;
}
.btn-viewider-primary:hover {
  background-color: #2f76ad;
  color: #FFF !important;
}
.topBar {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  z-index: 500;
}
.img_thumbnail {
  height: 50px;
}
#bulkEditPanel {
  position: fixed;
  z-index: 150;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.5);
}
#bulkEditPanel #detailPanel {
  background: white;
  margin-top: 20vh;
  border-radius: 5px;
  padding-top: 50px;
  max-width: 750px;
}
#multiEdit #dataPanel {
  height: 60vh;
  font-size: medium;
  font-family: Helvetica;
  overflow: hidden;
}
#multiEdit #dataPanel .htCore th {
  padding: 3px;
  background: #4b6c8c !important;
  color: white;
}
#multiEdit #dataPanel .htCheckboxRendererInput {
  zoom: 1.5;
}
#multiEdit #dataPanel .htCheckboxRendererInput input {
  background-color: white;
}
#multiEdit #listingEditPanel {
  height: 60vh;
  font-size: medium;
  font-family: Helvetica;
  overflow: hidden;
}
#multiEdit #listingEditPanel .htCore th {
  padding: 3px;
  background: #4b6c8c !important;
  color: white;
}
#multiEdit #listingEditPanel .htCheckboxRendererInput {
  zoom: 1.5;
}
#multiEdit #listingEditPanel .htCheckboxRendererInput input {
  background-color: white;
}
#multiEdit .labelBox {
  border: #daedf7 solid 1px;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
}
#multiEdit .packageColLabel {
  color: #E1EBE1;
}
#multiEdit .versionColLabel {
  color: #e2e7eb;
}
#multiEdit .emptyCheckbox input[type="checkbox"] {
  opacity: 0;
}
#multiEdit .packageCol {
  background: #E1EBE1;
}
#multiEdit .versionCol {
  background: #e2e7eb;
}
