/* style2 css */

/* download raw data page */

.region.region-content .download-bulk-form .local-actions a {
  padding-right: 0;
  background: none !important;
}

.download-row-data-page .view-manage-institutions-list .edit-delete>div:first-child {
  padding-left: 0;
  border-left: 0;
}

.download-row-data-page .region.region-content .local-actions {
  position: absolute;
  border-bottom: 0;
  top: -40px;
  right: 0;
}

.download-link-wrap a {
  width: 13px;
  height: 13px;
  font-size: 0;
  display: block;
  background: url(../img/download/download_emptool.png) no-repeat center center transparent;
}

.download-link-wrap a:hover {
  background-image: url(../img/download/download_emptool_hover.png)
}

/* manage-bulk-download-form */

.new-request-page .page-form {
  padding: 20px;
  background: #ffffff;
}

.new-request-page .page-form .panel-default>.panel-heading {
  border-bottom: 1px solid #d6d6d6;
  background: transparent;
  padding: 0;
}

.new-request-page .page-form .panel-default>.panel-heading .panel-title {
  margin: 0;
  padding: 0px 40px 10px 0;
  position: relative;
}

.new-request-page .page-form .panel-default>.panel-body {
  border: 1px solid #dbdbdb;
  border-top: none;
}

.new-request-page .page-form .panel-default>.panel-heading .panel-title:after {
  content: "";
  display: block;
  background: url(../img/Drop_Down-icon.png) no-repeat center center transparent;
  width: 13px;
  height: 8px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}

.new-request-page .region-content .page-form .button-wrapper .button:not(:first-child) {
  margin-left: 20px !important;
}

/* hide survey page */

.hide-survey .manage-institution-survey-form {
  display: flex;
}

.hide-survey .survey-fieldset-wrapper {
  background: #ffffff;
  margin-right: 20px;
  width: calc(50% - 10px);
  padding: 30px 20px 92px 20px;
  margin-bottom: 40px;
  position: relative;
}

.hide-survey .survey-fieldset-wrapper:nth-child(even) {
  margin-right: 0;
}

.hide-survey .survey-fieldset-wrapper legend {
  margin: 0;
}

.hide-survey .survey-fieldset-wrapper .fieldset-legend {
  color: #464646;
  font-family: 'Open Sans';
  line-height: 22px;
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}

.hide-survey .survey-fieldset-wrapper .fieldgroup {
  border: none;
}

.hide-survey .survey-fieldset-wrapper .fieldset-wrapper {
  max-height: 150px;
  overflow: auto;
}

.hide-survey .survey-fieldset-wrapper>.button {
  position: absolute;
  left: 20px;
  bottom: 30px;
}

/* new changes on 11-07-23 */
/* for setting a height fot the dropdown */
.block-assyst-translate-block .contextual {
  top: -20px;
}

.ast-custom-scroll {
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--pale-1) #ccc;
}

.ast-custom-scroll::-webkit-scrollbar {
  width: 5px;
}

.ast-custom-scroll.horizontal::-webkit-scrollbar {
  height: 8px;
}

.ast-custom-scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0
}

.ast-custom-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
  border: 1px solid transparent;
}
