.report {
  z-index: 1031;
}
.report > .reports .panel-heading {
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}
.report > .substrate {
  position: fixed;
  top: -51px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1042;
  background: rgba(0, 0, 0, 0.5);
}
.report > .substrate .panel-config {
  max-height: 90vh;
  overflow-y: auto;
}
.report #modal_background {
  position: fixed;
  top: -51px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.report #modal_background.opened {
  z-index: 1041;
  opacity: 1;
}

/* body > .modal-backdrop.in. {} */
.report > .substrate > .panel {
  margin: 100px 50px 0 50px;
}
.report > .substrate > .panel > .panel-heading {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
}
.report > .substrate > .panel > .panel-heading > .btn {
  border: none;
  box-shadow: none;
  background: transparent;
}
.report > .substrate > .panel > .panel-heading > .modal-close {
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  user-select: none;
  opacity: 0.5;
}
.report > .substrate > .panel > .panel-heading > .modal-close:hover {
  opacity: 0.8;
}
.report > .btn-config {
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 1040;
  /* width: 40px; */
  /* height: 100px; */
  /* border-radius: 20px; */
}

#report_list .progress + a > span.glyphicon {
  font-size: 16pt;
}

#report_list .progress {
  margin-bottom: 0;
}

#report_list .wrap_visible_download {
  height: 100%;
  text-align: center;
}

#report_list .wrap_composition {
  display: table;
  height: 100%;
}

#report_list .wrap_composition > div {
  display: table-cell;
  vertical-align: middle;
}

#report_list .wrap_composition > .wrap_link {
  width: 65%;
}

#report_list .wrap_composition > .wrap_logo > div {
  min-width: 45px;
  width: 45px;
  min-height: 60px;
  height: 60px;

  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#report_list .wrap_composition > .wrap_logo > .logo_excel {
  background-image: url(/webengine/resource/image/icon/xlsx.svg);
}

#report_list .wrap_composition > .wrap_logo > .logo_csv {
  background-image: url(/webengine/resource/image/icon/csv.svg);
}

#accordion .panel-title {
  font-size: 14px;
}

#report_list table.result-table,
#report_list table.result-table th,
#report_list table.result-table td {
  border-collapse: separate;
  border: 0 solid transparent;
}
#report_list table > tbody > tr > td {
  vertical-align: middle;
}
#report_list table.result-table td:first-child {
  padding-right: 5px;
}

#report_list table.result-table td:last-child {
  width: 1%;
  white-space: nowrap;
  padding-left: 5px;
}

#report_list table.result-table td:last-child > .btn {
  padding-top: 0;
  margin-top: -4px;
}

#report_list div[data-toggle="tooltip"] {
  /* min-width: 48px;
  min-height: 48px; */
  /* background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2px 5px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: default; */
}
#report_list table > tbody > tr > td .btn-group {
  display:inline-flex
}
#report_list table > tbody > tr > td .btn-group .btn.disabled {
  text-shadow: none;
  opacity: 1;
  background-color: transparent;
  color: transparent;
  cursor: initial;
}
#report_list table > tbody > tr > td a.btn.disabled .title {
  min-width: 100px;
  display: inline-block;
  background-color: transparent;
}
#report_list table > tbody > tr > td a.btn.disabled .glyphicon{
  padding-right: 8px;
}

#report_list table > tbody > tr > td .finished a.btn.disabled {
  color: #5cb85c;
}
#report_list table > tbody > tr > td .in_progress a.btn.disabled {
  color: #428bca;
}
#report_list table > tbody > tr > td .in_queue a.btn.disabled {
  color: #f0ad4e;
} 
#report_list table > tbody > tr > td .manual_stopped a.btn.disabled {
  color: #333;
} 
#report_list table > tbody > tr > td .error a.btn.disabled {
  color: #c12e2a;
}  
#report_list table > tbody > tr > td .btn.report_rebuild {
  position: absolute;
} 

#token {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-start;
  /* -webkit-align-items: center; */
}
#token label {
  margin: 0;
}

#token > label {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#token,
#reset_token {
  padding-left: 15px;
}

#token #btn-copy {
  background: transparent;
}

#token #warning {
  color: #d9534f;
}
#token #btn-reset {
  background: #d9534f;
  text-shadow: none;
}
#template > div {
  padding-right: 15px;
}
#template .dropdown.templates > .dropdown-menu {
  max-width: 60vw;
}
#template .dropdown.templates > .dropdown-menu span.text > small.text-muted {
  white-space: normal;
}
