@-ms-viewport {
  width: auto !important;
}

.user-logged-in .user-form .form-composite legend.form-required:before,
.form-required:after {
  display: none !important;
}

.institution-survey-reports-wrapper > .views-row {
  width: 100%;
  float: left;
  padding-top: 20px;
  background: red;
}

/*click in ifc manager*/

.path-self-assessment-submissions-manager a.approve.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.path-self-assessment-submissions-manager span.make-primary.disabled,
input#make-primary-check.disabled + .checkbox-material {
  opacity: 0.2;
}

.path-self-assessment-submissions-view-listing span.make-primary.disabled,
input#make-primary-check.disabled + .checkbox-material {
  opacity: 0.2;
}

.path-self-assessment-submissions-view-listing a.approve.disabled {
  opacity: 0.2;
}

.path-self-assessment-submissions-manager .sa-chart-right-list {
  width: 100%;
  float: left;
}

.path-open-institution .select2-search {
  display: block;
}

.path-create-institution .select2-search {
  display: block;
}

.path-open-institution .select2-results,
.path-manage-institutions .select2-results,
.path-access-institution-dashboard .select2-results {
  padding: 10px;
}

.path-create-institution .select2-results,
.path-manage-institutions .select2-results,
.path-access-institution-dashboard .select2-results {
  padding: 10px;
}

.path-open-institution .select2-selection__clear,
.path-manage-institutions .select2-selection__arrow,
.path-manage-institutions .select2-selection__clear,
.path-access-institution-dashboard .select2-selection__arrow,
.path-access-institution-dashboard .select2-selection__clear {
  display: none;
}

.path-create-institution .select2-selection__clear,
.path-manage-institutions .select2-selection__arrow,
.path-manage-institutions .select2-selection__clear,
.path-access-institution-dashboard .select2-selection__arrow,
.path-access-institution-dashboard .select2-selection__clear {
  display: none;
}

.path-open-institution .select2-results .select2-results__options,
.path-manage-institutions .select2-results .select2-results__options,
.path-access-institution-dashboard .select2-results__options {
  border: 0;
}

.path-create-institution .select2-results .select2-results__options,
.path-manage-institutions .select2-results .select2-results__options,
.path-access-institution-dashboard .select2-results__options {
  border: 0;
}

/*.role-manager .chart-download .item-label {
    display: none;
}*/

/**/

.institution-survey-reports-wrapper .views-field-field-institutions a {
  float: left;
  padding-bottom: 10px;
  width: 100%;
  text-decoration: none;
  color: #002345;
  font-size: 21px;
  font-weight: 500;
  font-family: 'Open Sans';
  line-height: 22px;
  text-transform: uppercase;
}

.institution-survey-reports-wrapper .report-chart-wrapper {
  padding-top: 30px;
}

.institution-survey-reports-wrapper .report-display-data-wrapper > span {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans';
  line-height: 22px;
}

.institution-survey-reports-wrapper .report-name-result a {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 16px;
  color: #00ADE4 !important;
  line-height: 20px !important;
}

.institution-survey-reports-wrapper .report-name-wrapper {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

.path-manage-institutions-and-reports .form-group {
  padding-bottom: 0;
  margin-top: 30px;
}

.institution-survey-reports-wrapper span.report-result.report-category-result {
  font-weight: 700;
}

.institution-survey-reports-wrapper span.report-result.report-scount-result {
  font-weight: 700;
}

.institution-survey-reports-wrapper span.report-result.report-dcount-result {
  font-weight: 700;
}

.institution-survey-reports-wrapper .report-detail-wrapper:nth-child(3n) a {
  width: 26px;
  height: 26px;
  left: 0;
  text-decoration: none;
  top: -2px;
  background-image: url(../img/dashboard/View_Submissions_Hover.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 3px;
}

.institution-survey-reports-wrapper .report-detail-wrapper:nth-child(1) a {
  width: 26px;
  height: 26px;
  left: 0;
  text-decoration: none;
  top: -2px;
  background-image: url(../img/dashboard/Reportnew.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 3px;
}

.institution-survey-reports-wrapper .report-detail-wrapper:nth-child(1) a:hover {
  width: 26px;
  height: 26px;
  left: 0;
  text-decoration: none;
  top: -2px;
  background-image: url(../img/dashboard/Report_Hovernew.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 3px;
}

.institution-survey-reports-wrapper .report-detail-wrapper a:hover {
  background-image: url(../img/dashboard/View_Submissions.png);
  background-repeat: no-repeat;
}

/*.institution-survey-reports-wrapper .report-detail-wrapper a:after {
    position: absolute;
    content:"";
    width:26px;
    height:26px;
    left: 0;
    top:-2px;
    background-image:url("../img/dashboard/View_Submissions.png");
}*/

.institution-survey-reports-wrapper .report-detail-wrapper {
  padding-bottom: 10px;
  padding-top: 8px;
  float: left;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}

.institution-survey-reports-wrapper .views-row:nth-child(5n) {
  margin-right: 0 !important;
}

.institution-survey-reports-wrapper .views-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.institution-survey-reports-wrapper .view-survey-card.views-row {
  background: #fff;
  padding: 18px;
  width: calc(20% - 12px);
  float: left;
  margin-right: 15px;
  border-radius: 6px;
  position: relative;
}

.report-custom-links-wrapper {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.institution-survey-reports-wrapper .report-display-data-wrapper {
  padding-bottom: 0;
  position: relative;
}

.institution-survey-reports-wrapper .report-name-result a:hover {
  color: #00ADE4;
}

.institution-survey-reports-wrapper .report-detail-wrapper a:hover {
  color: #00ADE4;
}

.institution-survey-reports-wrapper .view-filters .views-exposed-form .form--inline.form-inline.clearfix {
  background: #fff;
  border-radius: 6px;
  margin-top: 0px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.institution-survey-reports-wrapper .form-inline .form-group {
  margin: 0 0 0 0;
  padding-left: 15px;
  padding-right: 18px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.institution-survey-reports-wrapper #edit-actions {
  margin-top: 7px;
  float: left;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 2px;
  margin-bottom: 7px;
  margin-top: 13px;
}

.institution-survey-reports-wrapper .form-group .form-control {
  width: 250px;
  margin-left: 15px;
  padding-left: 10px;
  padding-bottom: 0;
}

.institution-survey-reports-wrapper .report-category-wrapper {
  padding-top: 11px;
}

.institution-survey-reports-wrapper .view-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding-top: 10px;
  flex-wrap: wrap;
}

.institution-survey-reports-wrapper .form-inline .control-label {
  padding-top: 3px;
}

.institution-survey-reports-wrapper span.report-result.report-chart-link a {
  text-decoration: none;
  position: relative;
  padding-left: 34px;
  left: -35px;
  top: -2px;
  background-image: url(../img/dashboard/View_Chart_Report_hover.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
  padding-left: 34px;
  padding-top: 4px;
}

.institution-survey-reports-wrapper span.report-result.report-chart-link a:hover {
  text-decoration: none;
  position: relative;
  left: -35px;
  top: -2px;
  background-image: url(../img/dashboard/View_Chart_Report.png);
  background-repeat: no-repeat;
  padding-bottom: 10px;
  padding-left: 34px;
}

/*.institution-survey-reports-wrapper span.report-result.report-chart-link a:after {
    position: absolute;
    content:"";
    width:26px;
    height:26px;
    left:-35px;
    top:-2px;
    background-image:url("../img/dashboard/View_Chart_Report.png");

}*/

span.report-result.report-chart-link {
  padding-left: 35px;
  float: left;
  width: 100%;
}

.institution-survey-reports-wrapper span.report-result.report-chart-link a:hover {
  color: #00ADE4;
}

.institution-survey-reports-wrapper .report-name-result a:hover {
  color: #7c7c7c !important;
}

.role-administrator.path-report-details .main-container .region-content {
  margin-top: 66px;
}

.path-report-details .survey-ref-form-wrapper:after {
  position: fixed;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.44);
  height: 100%;
  width: 100%;
  display: none;
  z-index: 10;
}

.path-report-details .expanded.survey-ref-form-wrapper:after {
  display: block;
}

.path-report-details .survey-ref-form-wrapper {
  position: relative;
}

.path-report-details .survey-ref-details-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 1000px;
  z-index: 11;
  margin: 0 auto;
  display: none !important;
  background: #fff;
  top: 20%;
}

.path-report-details .expanded .survey-ref-details-wrapper {
  display: block !important;
}

.path-report-details .close {
  position: relative;
}

.path-report-details .close {
  position: absolute;
  background-image: url(../img/dashboard/close-new.png);
  width: 16px;
  height: 16px;
  right: 12px;
  top: 9px;
  opacity: 1;
  z-index: 2;
}

.path-report-details .survey-ref-details-description .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.path-report-details .survey-ref-details-description .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding-top: 30px;
}

.path-manage-institutions-and-reports .select-wrapper:after {
  z-index: 0 !important;
}

.webform-analysis-report-form .webform-analysis-form {
  background-color: #fff;
  padding: 20px 15px 15px 15px;
}

.webform-analysis-report-form .panel-title {
  padding: 0;
}

.webform-analysis-report-form .composite-detail-data li {
  list-style-type: none;
  color: #002345;
  font-size: 14px;
}

.webform-analysis-report-form .composite-detail-data {
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease;
  background: #fff;
  top: 0;
  z-index: 13;
  padding: 25px;
  width: 100%;
  height: 100%;
  border: 1px solid #d6d6d6;
}

.webform-analysis-report-form .composite-detail-data.expanded {
  right: 0;
  transition: all 0.5s ease;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 4px 4px 46px -4px #ccc;
}

.custom-comp-detail-wrapper-main,
.webform-analysis-report-form .composite-detail-data .mCustomScrollBox,
.webform-analysis-report-form .composite-detail-data .custom-comp-detail-wrapper {
  height: 100% !important;
}

.webform-analysis-report-form span.webform-compo-detail-icon {
  display: none;
}

.webform-analysis-report-form .composite-detail-data span.close {
  position: absolute;
  background-image: url(../img/dashboard/close-new.png);
  width: 16px;
  height: 16px;
  right: 5px;
  top: 5px;
  opacity: 1;
}

.webform-analysis-report-form span.composite-data-icon {
  position: absolute;
  background-image: url(../img/dashboard/Info_Iconsss.png);
  width: 25px;
  height: 25px;
  right: 5px;
  top: 0;
  opacity: 1;
  cursor: pointer;
}

.webform-analysis-report-form span.composite-data-icon:hover {
  background-image: url(../img/dashboard/Info_Icon_Hoverss.png);
}

.webform-analysis-survey-compo-results .table-responsive + span.composite-data-icon {}

.webform-analysis-survey-compo-results .table-responsive {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.webform-analysis-report-form li.composite-option-ques {
  font-weight: 600;
}

.webform-analysis-report-form .custom-comp-detail-wrapper ul {
  padding: 0;
}

.webform-analysis-report-form .webform-analysis-component-inner {
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.webform-analysis-report-form .webform-analysis-component-inner:nth-child(3n) {
  border-right: none;
}

.webform-analysis-report-form {
  position: relative;
}

.webform-analysis-report-form .webform-analysis-data {
  margin-top: 45px;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.webform-analysis-report-form .form-item-analysis-chart-type {
  padding-bottom: 7px;
  margin: 0;
  position: absolute;
  right: 15px;
  float: left;
  display: flex;
  align-items: center;
  top: 15px;
}

.form-item-analysis-chart-type select {
  font-size: 14px;
  margin: 0;
  height: 26px;
  padding-bottom: 0;
  padding-top: 0;
}

.webform-analysis-report-form .form-item-analysis-chart-type .control-label {
  width: 150px;
  font-weight: 600;
}

.webform-analysis-report-form .form-item-analysis-chart-type .control-label:after {
  content: ":";
  padding-left: 5px;
}

.webform-analysis-report-form .webform-analysis-component-inner h3 {
  font-size: 14px;
  font-weight: 600;
  padding-right: 25px;
  margin-top: 0;
  line-height: 20px;
}

.webform-analysis-report-form li.composite-options-answ span {
  color: #7b7b7b;
}

.webform-analysis-report-form .webform-analysis-component {
  border-right: 1px solid #dbdbdb;
}

.webform-analysis-report-form .webform-analysis-component:nth-child(3n) {
  border-right: none;
}

.webform-analysis-survey-compo-results {
  position: relative;
}

.webform-analysis-report-form form .form-submit {
  display: none;
}

.webform-analysis-report-form #edit-components-settings a {
  font-weight: 600;
}

.webform-analysis-report-form .select-wrapper:after {
  z-index: 0;
}

.institution-survey-reports-wrapper span.report-result.report-chart-link {
  padding-left: 34px;
  float: left;
  padding-bottom: 18px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}

.institution-survey-reports-wrapper .report-custom-links-wrapper {
  width: 100%;
}

.institution-survey-reports-wrapper .view-survey-card.views-row {
  padding-bottom: 105px;
}

.institution-survey-reports-wrapper .report-chart-wrapper {
  padding-top: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}

/***2-12-19***/

.institution-survey-reports-wrapper .view-filters .views-exposed-form .form--inline.form-inline.clearfix {
  width: 100%;
}

.views-row .view-filters.form-group {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 0;
  width: 50%;
  overflow: hidden;
}

.institution-survey-reports-wrapper .view-filters.form-group {
  width: calc(50% - 20px);
  padding-right: 0;
  float: left;
  border-radius: 6px;
  background: #fff;
}

.institution-survey-reports-wrapper .view-filters .views-exposed-form .form--inline.form-inline.clearfix {
  background: transparent;
  margin-bottom: 0;
}

.institution-survey-reports-wrapper .form-inline .select-wrapper {
  width: auto;
  padding-left: 0;
}

/*.institution-survey-reports-wrapper  label.control-label:after*/

.institution-survey-reports-wrapper label.control-label:before {
  position: absolute;
  content: ":";
  right: -4px;
  /*right: 0;*/
  top: 3px;
}

.institution-survey-reports-wrapper label.control-label.form-required:after {
  position: absolute;
  content: "";
  /*right: -4px;*/
  right: -10px;
  top: -2px;
}

.institution-survey-reports-wrapper .form-inline .control-label {
  padding-top: 3px;
  position: relative;
}

.institution-survey-reports-wrapper .institution-name {
  font-size: 16px;
  padding-left: 4px;
  color: #00ADE4;
}

.institution-survey-reports-wrapper .views-exposed-form #edit-actions {
  justify-content: flex-start;
  margin-top: 10px !important;
}

.institution-survey-reports-wrapper .report-detail-wrapper a:hover,
a:focus {
  outline: none;
}

.institution-survey-reports-wrapper .report-submission-wrapper .report-scount-label {
  width: 26px;
  height: 26px;
  left: 0;
  text-decoration: none;
  top: -2px;
  background-image: url(../img/dashboard/View_Submissions_Hover.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 3px;
  color: #337ab7;
}

.institution-survey-reports-wrapper .report-submission-wrapper .report-scount-label:hover {
  background-image: url(../img/dashboard/View_Submissions.png);
  background-repeat: no-repeat;
}

.institution-survey-reports-wrapper .report-submission-wrapper a {
  width: 26px;
  height: 26px;
  left: 0;
  text-decoration: none;
  top: -2px;
  background-image: url(/themes/custom/emp_tool/img/dashboard/View_Submissions_Hover.png);
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 3px;
}

.institution-survey-reports-wrapper .report-submission-wrapper a:hover {
  background-image: url(/themes/custom/emp_tool/img/dashboard/View_Submissions.png);
  background-repeat: no-repeat;
}

.institution-survey-reports-wrapper .report-submission-wrapper {
  position: absolute;
  top: 102px;
  left: 0;
}

.institution-survey-reports-wrapper span.report-result.report-scount-result {
  color: #337ab7;
}

/***report-page***/

.table.survey-report-table {
  margin-top: 20px;
}

caption {
  padding-bottom: 25px;
  font-size: 16px;
}

.table.survey-report-table tr {
  border-bottom: 1px solid #ccc;
}

/***institution-report***/

.webform-analysis-report-form #edit-selection {
  float: left;
  display: flex;
  width: 100%;
}

.webform-analysis-report-form #edit-selection .checkbox {
  background: transparent;
  border: 1px solid #dbdbdb;
  width: 100px;
  height: 40px;
  margin-right: 10px;
}

.webform-analysis-report-form #edit-selection .form-item .form-checkbox + .checkbox-material {
  left: 8px;
  top: 12px;
}

.webform-analysis-report-form .form-item .form-checkbox + .checkbox-material {
  top: auto !important;
}

/***institution-report****/

/*************language page****************/

.config-translation-form .form-textarea-wrapper textarea,
.config-translation-form input.form-control {
  border: 1px solid #d6d6d6 !important;
  background: transparent !important;
  padding: 10px !important;
}

.config-translation-form .form-textarea-wrapper textarea {
  min-height: 200px;
}

.institution-survey-non-mandatory-fields label.control-label.form-required:after {
  display: none
}

/*------------------------------------


report page one column styles


-------------------------------------*/

.webform-institution-analysis-report-analysis-form .webform-analysis-component {
  width: 100% !important;
  margin-right: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/************** survey menu *************/

.survey-menu-wrap {
  background: #1b75ba;
  transition: all 0.5s ease 0s;
  width: 324px;
  height: 100%;
}

.survey-menu-wrap .block-title {
  display: none;
}

.survey-menu-wrap ul {
  padding: 0;
  overflow: hidden;
  float: left;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.survey-menu-wrap ul li {
  width: 100%;
  overflow: hidden;
}

.survey-menu-wrap .main-title a,
.survey-menu-wrap .main-title {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  white-space: normal;
  line-height: 30px;
}

.survey-menu-wrap .main-title {
  width: 100%;
  white-space: nowrap;
  padding: 15px 50px 15px 0;
  width: 100%;
}

.survey-menu-wrap .manage-survey {
  display: none;
}

.survey-menu-wrap .main-title .title {
  padding: 0 15px;
  width: calc(100% - 60px);
  border-left: 1px solid #009fdd;
}

.survey-menu-wrap .main-title:hover {
  background: #1a7ac3;
}

.survey-menu-wrap .active-menu > .main-title {
  background: #164a83 !important;
}

.survey-menu-wrap .main-title .icon {
  padding: 0 15px;
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey-menu-wrap ul.parent > li > .main-title {
  border-bottom: 1px solid #009fdd;
}

.survey-menu-wrap .child {
  /*display:none;*/
  /*background: #0260a0;*/
  padding: 0;
}

.survey-menu-wrap .child > li {
  padding: 15px 20px;
  border-bottom: 1px solid #009fdd;
}

.survey-menu-wrap .child li:last-child {
  border: none;
}

.survey-menu-wrap .sub-title a {
  color: #ccd9e2;
  font-size: 18px;
  /*white-space: nowrap;*/
  display: block;
}

.survey-menu-wrap li a.download {
  display: none;
}

.admin-menu-survey .copy-clipboard {
  font-size: 0;
  display: none !important;
}

.admin-menu-survey .btn-clipboard {
  display: none !important;
}

.copy-to-clipboard {
  /* position: absolute;
  opacity: 0;
  z-index: -2000;
  padding: 0;
  border: none;
  display: block!important;*/
}

.survey-menu-wrap ul.tabs {
  margin-top: 0;
  display: flex;
  width: 100%;
  background: #1b75ba;
  padding: 0 0 2px 0;
}

.survey-menu-wrap ul.tabs li {
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding: 5px 10px;
  font-weight: 700;
  cursor: pointer;
  background: #1b75ba;
  /*border-top-left-radius: 5px;*/
  /*border-top-right-radius: 5px;*/
  border-bottom: 1px solid transparent;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.4);
}

.survey-menu-wrap ul.tabs li:first-child {
  /*border-right:1px solid #fff;*/
}

.survey-menu-wrap ul.tabs li:last-child:not(:first-child) {
  border-left: 1px solid #fff;
}

.survey-menu-wrap ul.tabs li.is-active {
  background: #1b75ba;
  border-bottom: 1px solid transparent;
}

.survey-tab-content {
  background: #1b75ba;
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -10;
  transition: left 0.5s ease 0s;
}

.survey-tab-content.is-active {
  left: 0;
  z-index: 10;
  /*display:none;*/
}

.survey-menu-wrap .main-title.has-child {
  cursor: pointer;
}

.survey-menu-wrap .main-title.has-child:after {
  content: "";
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  background: url(../img/menu/down.png) no-repeat center center transparent;
}

.is-active > .main-title.has-child:after {
  background: url(../img/menu/up.png) no-repeat center center transparent;
}

.survey-menu-wrap .inner-child-items,
.survey-menu-wrap .child-wrapper {
  display: none;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #0260A0;
}

.survey-menu-wrap .child-wrapper {
  background: #0260A0;
}

.survey-menu-wrap .child.term > li {
  padding: 0;
  border: none;
}

.survey-menu-wrap .title.parent-active {
  background: #164a83;
}

.survey-menu-wrap .child.term > li > .inner-child {
  padding: 8px 0;
  margin: 0 20px 0 75px;
  border-bottom: 1px solid #1d80c3;
  width: calc(100% - 95px);
  cursor: pointer;
  font-size: 16px;
  color: #CCD9E2;
  line-height: 22px;
  padding-right: 30px;
  position: relative;
}

.inner-child > .survey-title {
  position: relative;
  z-index: 1;
}

.has-child.is-active {
  border-bottom-color: transparent !important;
}

.sub-child > .active-menu > .sub-title,
.sub-child.webform .sub-title:hover {
  background: #055a94;
}

.survey-menu-wrap .child.term > li .inner-child:before {
  content: "";
  position: absolute;
  left: -75px;
  width: calc(100% + 95px);
  top: 0;
  height: 100%;
  background: transparent;
}

.survey-menu-wrap .child.term > li .inner-child span {
  position: relative;
}

/*.inner-child-items > .sub-child > .active-menu ,*/

.survey-menu-wrap .child.term > li .inner-child.active:before {
  background: #164a83 !important;
}

.survey-menu-wrap .child.term > li .inner-child:hover:before {
  background: #055a94;
}

.survey-menu-wrap .inner-child.has-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: block;
  background: url(../img/menu/plus.png) no-repeat center center transparent;
}

.survey-menu-wrap .inner-child.has-child.is-active:after {
  background: url(../img/menu/minus.png) no-repeat center center transparent;
}

.survey-menu-wrap .child.term > li > .inner-child a {
  font-size: 16px;
  color: #CCD9E2 !important;
  line-height: 22px;
  position: relative;
}

.sub-child.webform .sub-title {
  padding: 0 12px 0 75px;
}

.sub-child.webform .sub-title > a {
  padding: 8px 0;
  color: #CCD9E2;
  /*padding-left: 20px;*/
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #1d80c3;
  display: flex;
}

.sub-title > a > .icon {
  margin-right: 10px;
  width: 28px;
  text-align: center;
}

.main-menu-close {
  display: block;
  width: 8px;
  height: 60px;
  background: url(../img/Collapse_icon.png) no-repeat center center #656565;
  position: absolute;
  top: calc(50% - 30px);
  right: -8px;
  z-index: 100;
  cursor: pointer;
}

body:not(.role-anonymous) .main-container.js-quickedit-main-content {
  margin-top: 47px;
}

/*body.path-manage-institutions .main-container.js-quickedit-main-content {
    margin-top: 85px;
}
*/

body:not(.role-anonymous) .main-wrap-content {
  display: flex;
  float: left;
  width: 100%;
  min-height: calc(100vh - 104px);
  /*padding-left:324px;*/
  padding-left: 0;
  position: relative;
  /*transition: padding 0.5s ease 0s;*/
}

body.role-administrator:not(.role-anonymous) .main-wrap-content {
  /*padding-left:324px;*/
}

.webform-institutions-form-page :not(.role-anonymous) .main-wrap-content {
  transition: padding 0.5s ease 0s;
}

body:not(.role-anonymous) .main-wrap-content aside {
  padding: 0;
  width: 324px;
  background: #1b75ba;
  /*position: absolute;*/
  position: fixed;
  left: 0;
  height: calc(100vh - 47px);
  top: 47px;
  z-index: 1;
  transition: all 0.5s ease 0s;
}

.admin-menu-survey,
.main-wrap-content aside .region-region-left {
  height: 100%;
}

.main-wrap-content aside .region-region-left {
  width: 100%;
  overflow: hidden;
}

.main-menu-parent {
  display: block;
  float: left;
  width: 100%;
  transition: opacity 0.5s ease 0s;
}

.survey-menu-wrap .main-menu-child {
  height: calc(100% - 36px);
  float: left;
  background: #E6EDF4;
  width: 100%;
  position: relative;
}

.main-wrap-content aside.overlaped-menu {
  z-index: 10 !important;
}

.main-wrap-content aside:not(.overlaped-menu) .left-menu-close {
  display: none !important;
}

body.footer-inview .main-wrap-content aside {
  height: calc(100vh - 102px);
}

body:not(.role-anonymous) .main-wrap-content > section {
  width: 100%;
  padding: 0 40px !important;
}

body:not(.role-anonymous) .main-wrap-content > section .content-top {
  /*display:none;*/
}

body:not(.role-anonymous) .main-wrap-content > section .content-top .page-header {
  margin: 0;
  color: #1b75ba;
  /*font-size: 30px;*/
  font-size: 24px;
  width: 100%;
  padding: 20px 0;
  padding: 0;
  margin-bottom: 0px;
}

body:not(.role-anonymous):not(.webform-survey-form) .main-wrap-content .content-top {
  position: static;
  width: 100%;
  /*overflow: hidden;*/
  background: transparent;
  float: left;
  margin: 10px 0 10px 0;
}

body:not(.role-anonymous) .main-wrap-content.menu-collapsed aside {
  width: 60px;
}

body:not(.role-anonymous) .main-wrap-content.menu-collapsed {
  padding-left: 60px;
}

body:not(.role-anonymous) .main-wrap-content.menu-collapsed .main-menu-parent {
  opacity: 0;
}

/*---------------------------

reports top section

----------------------------*/

.report-top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #A8BECC;
  padding-bottom: 5px;
}

.webform-nstitution-score span:first-child {
  font-size: 33px;
  color: #002345;
  font-weight: 400;
  line-height: 39px;
}

.webform-institution-score {
  font-size: 28px;
  line-height: 34px;
  color: #1B75BA;
  font-weight: 400;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d6d6d6;
}

.webform-report-download a {
  font-size: 12px;
  font-weight: 700;
  color: #1B75BA;
  min-height: 17px;
  padding-right: 25px;
  background: url(../img/pdf.png) no-repeat right center transparent;
  display: block;
  float: left;
}

.webform-analysis-institution-score-wrapper + .page-header {
  color: #002345;
  font-weight: 700;
  font-size: 23px !important;
  padding: 0;
  float: left;
}

.reports-top-second {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.webform-institution-analysis-report-analysis-form .webform-institutions-form {
  float: left;
  width: 100%;
  margin: 0;
}

.webform-institutions-form-page .content-top {
  margin-bottom: 9px !important;
}

.reports-top-second .page-header {
  font-size: 21px !important;
  color: #002345 !important;
  font-weight: 700;
  padding: 0;
  line-height: 29px;
  padding-top: 6px !important;
}

.webform-report-cross-comparision-tab > span {
  padding: 5px 15px;
  border-bottom: 3px solid transparent;
  position: relative;
}

.webform-report-cross-comparision-tab > span:not(:last-child):before {
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  right: -1px;
  top: calc(50% - 10px);
  display: block;
  background: #d6d6d6;
}

.webform-report-cross-comparision-tab > span:not(:last-child) {
  margin-right: 1px;
}

.webform-report-cross-comparision-tab > span,
.webform-report-cross-comparision-tab a {
  font-size: 14px;
  color: #798589;
}

.webform-report-cross-comparision-tab > span.active {
  border-bottom-color: #002345;
  color: #002345;
}

.reports-top-filter {
  display: flex;
  align-items: flex-end;
}

.reports-top-second .reports-top-filter .webform-select-question {
  width: 300px;
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
  border-left: 1px solid #A8BECC;
}

.reports-top-second .reports-top-filter .webform-select-question.no-border-style {
  border: none;
}

.reports-top-second .reports-top-filter .webform-select-question > .js-form-wrapper {
  width: 100% !important;
  background: transparent;
  margin: 0 !important;
}

.reports-top-second .reports-top-filter .webform-select-question .panel-heading {
  margin: 0;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 50px;
}

.reports-top-second .reports-top-filter .webform-select-question .panel-title {
  padding: 0;
  margin: 0;
  position: relative;
}

.reports-top-second .reports-top-filter .webform-select-question .panel-title:after {
  top: calc(50% - 4px);
  right: 0 !important;
}

.reports-top-filter .webform-report-cross-comparision-tab {
  display: flex;
  border-bottom: 1px solid #A8BECC;
  padding: 0;
}

.reports-top-second .reports-top-filter .webform-select-question .panel-body {
  position: absolute;
  top: 100%;
  transform: none;
  width: calc(100% - 20px) !important;
  right: 0;
  margin: 0;
  left: auto;
  margin-top: 2px;
  z-index: 2;
}

.reports-top-second .reports-top-filter .webform-select-question #edit-selection {
  display: none !important;
}

.webform-institutions-form .reports-top-second div#edit-analysis-components {
  max-height: 400px;
  padding: 20px;
}

/*.webform-institutions-form #edit-submit,*/

.user-logged-in .webform-institution-analysis-report-analysis-form .collapse.in:before,
.webform-institutions-form .danger-warning,
.close-popup-all {
  display: none !important;
}

.reports-top-second .reports-top-filter .webform-select-question .panel-body {
  padding: 0;
}

.reports-top-second .checkbox > .control-label {
  color: #333;
  font-size: 12px;
  line-height: 14px;
}

.apply-wrapper {
  display: flex;
  padding: 10px;
  background: #f2f2f2;
  justify-content: center;
}

.apply-wrapper span {
  background: #00ade4;
  /* height: 25px !important; */
  width: auto !important;
  padding: 5px 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00ade4;
  line-height: normal;
  border-radius: 0;
  margin: 0 !important;
  cursor: pointer;
}

.apply-wrapper span:hover {
  background: #fff;
  color: #00ade4;
}

/*---------------------------


report charts


-----------------------------*/

.chart-top {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.chart-top .btn {
  border: 1px solid #00ade4;
  background: #fff;
  color: #00ade4;
  font-size: 14px;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: 400;
}

.unstack-normalize-chart,
.showcount-cross-btn,
.benchmark-showcount-btn,
.showcount-btn {
  font-size: 14px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #00ade4;
  color: #00ade4;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: 400;
  display: block;
  cursor: pointer;
}

.unstack-normalize-chart:hover,
.showcount-cross-btn:hover,
.benchmark-showcount-btn:hover,
.chart-top .btn:hover,
.showcount-btn:hover {
  background: #00ade4;
  color: #fff;
}

.chart-top-right-cross,
.chart-top-right {
  display: flex;
}

.chart-right-list-cross,
.chart-right-list {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  list-style-type: none;
}

.chart-right-list-cross > li,
.benchmark-chart-right-list > li,
.chart-right-list > li {
  padding: 0 20px;
  border-right: 1px solid #E6E6E6;
}

.chart-right-list-cross > li:last-child,
.benchmark-chart-right-list > li:last-child,
.chart-right-list > li:last-child {
  padding-right: 0;
  border: none;
}

.chart-top .item-label {
  font-size: 12px;
  color: #4D4D4D;
  position: relative;
}

.chart-type-section-cross li,
.chart-type-section li {
  margin-right: 8px;
}

.chart-type-section-cross li:last-child,
.chart-type-section li:last-child {
  margin-right: 0;
}

.chart-types {
  position: relative;
}

.chart-types:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #00ade4;
  display: none;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
  z-index: 0;
}

.chart-types.active:after {
  display: block;
}

.chart-types span {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 1;
  position: relative;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  background: url(../img/reports/pie.png) no-repeat center center transparent;
  background-color: #fff !important;
}

.chart-types.active span {
  border: 1px solid #00ade4;
  background-color: #00ade4 !important;
}

.pie-chart-cross-btn.active span,
.chart-types.pie-chart-btn.active span {
  background: url(../img/reports/pie_act.png) no-repeat center center transparent;
}

.column-chart-cross-btn span,
.chart-types.column-chart-btn span {
  background: url(../img/reports/col.png) no-repeat center center transparent;
}

.column-chart-cross-btn.active span,
.chart-types.column-chart-btn.active span {
  background: url(../img/reports/col_act.png) no-repeat center center transparent;
}

.bar-chart-cross-btn span,
.chart-types.bar-chart-btn span {
  background: url(../img/reports/bar.png) no-repeat center center transparent;
}

.bar-chart-cross-btn.active span,
.chart-types.bar-chart-btn.active span {
  background: url(../img/reports/bar_act.png) no-repeat center center transparent;
}

.chart-type-section-cross,
.chart-type-section {
  display: flex;
  align-items: center;
  align-content: center;
}

.chart-type-section-cross > ul,
.chart-type-section > ul {
  display: flex;
  padding: 0px;
  list-style-type: none;
}

.chart-type-section-cross .item-label-cross,
.chart-type-section .item-label {
  display: none !important;
}

.chart-copy,
.benchmark-table-download,
.table-download,
.benchmark-chart-download,
.chart-download {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
}

.chart-copy,
.chart-download {
  padding-right: 0 !important;
  border: none !important;
}

.chart-copy-options,
.benchmark-chart-download-options,
.chart-download-options,
.sa-chart-copy-options {
  position: absolute;
  /* background: #fff; */
  /* box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.3); */
  /* width: 120px; */
  right: 0;
  top: 23px;
  /* margin-top: 15px; */
  z-index: 1;
  display: none;
  padding-top: 13px;
}

.chart-copy:hover .chart-copy-options,
.table-download:hover .chart-download-options,
li.benchmark-chart-download:hover .benchmark-chart-download-options,
li.benchmark-table-download:hover .benchmark-chart-download-options,
li.chart-download:hover .chart-download-options {
  display: block;
}

.instituiton-suvey-filter .chart-copy:hover .chart-copy-options {
  display: none !important;
}

.sa-chart-copy-style:hover .sa-chart-copy-options {
  display: block;
}

.chart-copy-options:before,
.chart-download-options:before {
  width: 12px;
  height: 12px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 10px;
  /*transform: rotate(135deg);*/
  z-index: 0;
  /*border: 1px solid #dadada;*/
  border-right: none;
  border-top: none;
  background: url(../img/reports/arrow_head_shadow.png) no-repeat center center transparent;
}

.chart-copy-options ul,
.benchmark-chart-download-options ul,
.chart-download-options ul {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  width: 120px;
  list-style-type: none;
}

.chart-copy-options li,
.benchmark-chart-download-options li,
.chart-download-options li,
.sa-chart-copy-options ul li {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0;
}

.chart-copy-options li:last-child,
.benchmark-chart-download-options li:last-child,
.chart-download-options li:last-child,
.sa-chart-copy-options li:last-child {
  padding-bottom: 0;
  border: none;
}

.chart-copy .item-label,
.table-download .item-label,
.benchmark-chart-download .benchmark-item-label,
.benchmark-table-download .benchmark-item-label,
.chart-download .item-label,
.sa-chart-copy-style .item-label {
  padding-right: 40px;
  cursor: pointer;
  position: static;
}

.chart-copy .item-label:after,
.table-download .item-label:after,
.benchmark-chart-download > .benchmark-item-label:after,
.chart-download > .item-label:after,
.benchmark-table-download .benchmark-item-label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/reports/download_30_30.png) no-repeat center center transparent;
  position: absolute;
  right: 0;
  border: 1px solid #00ade4;
  border-radius: 50%;
  top: calc(50% - 15px);
}

.benchmark-table-download:hover .benchmark-item-label:after,
.table-download:hover .item-label:after,
.benchmark-chart-download:hover .benchmark-item-label:after,
.benchmark-chart-download:active .benchmark-item-label:after,
.chart-download:hover .item-label:after,
.chart-download:active .item-label:after {
  background: url(../img/reports/download_hov_30_30.png) no-repeat center center #00ade4;
}

.chart-copy .item-label {
  text-transform: uppercase;
}

.sa-chart-copy-style .item-label {
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  color: #4D4D4D;
}

.sa-chart-copy-style:hover .sa-chart-copy-options {
  display: block;
}

.sa-chart-copy-style:hover .item-label:after {
  background: url(../img/reports/COPY_hover.png) no-repeat center center #00ade4;
}

.sa-chart-copy-style {
  list-style-type: none;
  position: relative;
  display: block;
  max-width: 75px;
  float: right;
  min-height: 30px;
}

.sa-chart-copy-options {
  left: 0;
  right: auto;
}

.sa-chart-copy-style .sa-chart-copy-options ul {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  width: 120px;
  list-style-type: none;
}

.chart-copy .item-label:after {
  background: url(../img/reports/COPY.png) no-repeat center center transparent;
}

.sa-chart-copy-style .item-label:after {
  background: url(../img/reports/COPY.png) no-repeat center center transparent;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  border: 1px solid #00ade4;
  border-radius: 50%;
  top: calc(50% - 15px);
}

.chart-copy:hover .item-label:after {
  background: url(../img/reports/COPY_hover.png) no-repeat center center #00ade4;
}

.chartcopy-info-txt {
  padding-left: 20px;
}

.chart-title-wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0px 20px 0 0;
}

body.user-logged-in .webform-institution-analysis-report-analysis-form .webform-analysis-component-inner-child {
  padding: 10px 30px 10px 30px !important;
}

.chart-title-wrapper h3 {
  margin: 0;
  font-size: 20px !important;
  line-height: 26px;
  font-weight: 400;
  display: flex;
}

.chart-title-wrapper h3 strong {
  color: #999999;
  padding-right: 10px;
}

.download-wrapper.inner,
.block-goback-block,
.webform-analysis-data .download-page-wrapper,
.webform-analysis-data .chart-type {
  display: none !important;
}

.cobined-graph-lgnd {
  display: flex;
  justify-content: center;
  width: 100%;
  float: left;
  margin: 10px 0 40px 0;
}

.lgnd-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  margin-right: 10px;
}

.lgnd-item-blck {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}

.lgnd-item-lbl {
  padding-left: 5px;
  color: #333;
  font-size: 12px;
}

.institution-count {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.institution-count ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.institution-count ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E6E6E6;
}

.institution-count .institution-name span {
  font-size: 15px;
  font-weight: 700;
  color: #4D4D4D;
}

.institution-coun .total-count {
  font-size: 14px;
  color: #4D4D4D;
}

.institution-coun .total-count strong {
  font-weight: 700;
}

/*----------------------------------

reports table


------------------------------------*/

.webform-compo-detail-icon {
  display: none !important;
}

.datatable-detail-data {
  margin: 0 0;
  width: 100%;
  overflow: hidden;
}

.datatable-reports-wrapper {
  min-width: 100%;
  width: auto;
  overflow: auto;
}

.datatable-detail-data table,
.datatable-detail-data tr,
.datatable-detail-data td,
.datatable-detail-data th {
  border-bottom: 1px solid #E6E6E6;
}

.datatable-detail-data th {
  text-align: center;
}

.datatable-detail-data th[colspan] {
  text-align: center;
}

.datatable-detail-data th,
.datatable-detail-data td {
  /*
    padding: 10px 10px;
*/
  padding: 6px 10px;
  border-right: 1px solid #E6E6E6;
  font-size: 13px;
}

.datatable-detail-data th:last-child,
.datatable-detail-data td:last-child {
  border-right: none !important;
}

.datatable-detail-data tr:first-child,
.datatable-detail-data .webform-datatable-table tr:last-child,
.webform-composite-datatable-table tr th,
.webform-composite-datatable-table tr td:last-child,
.webform-composite-datatable-table tr td:nth-last-child(1) {
  background: #f2f2f2;
}

.datatable-detail-data td:not(:first-child) {
  text-align: right;
}

.webform-composite-datatable-table tr td:last-child,
.webform-composite-datatable-table tr td:nth-last-child(2),
.datatable-detail-data .webform-datatable-table tr:last-child td,
.datatable-detail-data th {
  /*
    font-size: 16px;
*/
  font-size: 13px;
  font-weight: 700;
}

.table-download {
  float: right;
  margin-bottom: 5px;
}

.table-download .item-label {
  font-size: 12px;
  color: #4D4D4D;
  position: relative;
}

/*------------------------------

benchmark popup

------------------------------*/

#institutionslist .modal-dialog {
  height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 300px);
  margin: 0 auto;
}

.benchmark-slct-all-wrpr input,
.institution-list input {
  -webkit-appearance: checkbox;
}

#institutionslist .modal-header {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  /* display: flex;
    justify-content: center;*/
  padding: 0 150px;
}

#institutionslist .modal-header h4 {
  display: flex;
  justify-content: center;
}

#institutionslist .modal-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

#institutionslist .modal-body {
  padding: 20px 20px 75px 20px;
  width: 100%;
  flex: 1;
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.benchmark-top-section {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  /* align-items: baseline; */
  flex-wrap: wrap;
  align-content: center;
}

#institutionslist .modal-title {
  font-size: 18px;
  color: #666;
  margin: 0;
  padding: 9px 0;
  width: 100%;
  line-height: 24px;
  text-align: center;
}

.benchmark-top-section .benchmark-show-inst {
  font-size: 22px;
  padding: 0 0 35px 0;
  color: #4d4d4d;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
}

.benchmark-top-section .benchmark-show-inst .uni-name {
  font-weight: 700;
  color: #009fdd;
  padding: 0 10px;
}

.institution-list-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/*
.institution-list, .benchmark-slct-all-wrpr {
    width: 100%;
    display: flex;
    justify-content: center;
}
*/

.institution-list {
  width: 100%;
  display: flex;
}

.benchmark-slct-all-wrpr {
  width: 100%;
  display: flex;
  justify-content: center;
}

.benchmark-slct-all-wrpr {
  padding-bottom: 30px;
}

/*
.institution-list {
    max-width: 800px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
}
*/

.institution-list {
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 10px;
  overflow: auto;
  /*max-height: 150px;*/
  max-height: 320px;
}

.benchmark-slct-all-wrpr {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 529px;
  padding-bottom: 20px !important;
}

.institution-list-wrapper.institution-list {
  max-width: 550px;
}

.institution-list-wrapper.institution-list .insr-list-li {
  padding-bottom: 5px;
}

.benchmark-slct-all-wrpr label {
  font-size: 14px;
  color: #000;
}

.custom-checkbox {
  margin: 0;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox span {
  padding-left: 25px;
  cursor: pointer;
  background: url(../img/un_box.png) no-repeat left center transparent;
}

.selecting-avg-wrapper span {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  background: url(../img/un_box.png) no-repeat left center transparent;
}

.show-regional-avg-wrapper i {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  background: url(../img/un_box.png) no-repeat left center transparent;
}

.show-regional-avg-wrapper input:checked + span {
  background: url(../img/tick_box.png) no-repeat left center transparent;
}

.selecting-avg-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}

.selecting-avg-wrapper input:checked + span {
  background: url(../img/tick_box.png) no-repeat left center transparent;
}

.show-regional-avg-wrapper input {
  display: none;
}

.selecting-avg-wrapper input {
  display: none;
}

.custom-checkbox input:checked + span {
  background: url(../img/tick_box.png) no-repeat left center transparent;
}

.insr-list-li {
  padding-right: 25px;
  padding-bottom: 15px;
  list-style-type: none
}

.insr-list-li .custom-checkbox span {
  color: #666666;
  font-size: 18px;
  line-height: 24px;
}

.benchmark-top-section.inactive,
.benchmark-bottom-section {
  display: none;
  width: 100%;
}

.benchmark-bottom-section {
  height: 100%;
  flex-wrap: wrap;
}

.benchmark-bottom-section.active {
  display: flex;
}

.benchmark-bottom-section .institution-chart-wrapper,
.benchmark-bottom-section .institution-table-wrapper {
  width: 100%;
}

.benchmark-top-section > div:last-child {
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.benchmark-sbmt-clr-btn-wrpr {
  left: 15px !important;
  width: calc(100% - 30px) !important;
}

.benchmark-sbmt-clr-btn-wrpr {
  flex-wrap: wrap;
}

.errorMsgs {
  width: 100%;
  text-align: center;
  color: #ff2d2d;
  margin-bottom: 10px;
}

.benchmark-sbmt-clr-btn-wrpr .btn {
  margin-right: 10px;
  background-color: #00ade4;
  border: 1px solid #00ade4;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
}

.instituiton-suvey-filter .benchmark-sbmt-clr-btn-wrpr {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  bottom: 18px;
  display: flex;
  justify-content: center;
}

.benchmark-sbmt-clr-btn-wrpr .btn:hover {
  color: #00ade4;
  background: #fff;
}

.benchmark-sbmt-clr-btn-wrpr .btn:last-child {
  margin-right: 0;
}

.modal-bak-cls-wrpr {
  position: absolute;
  right: 20px;
  display: flex;
  top: 10px;
  width: auto;
}

.modal-bak-cls-wrpr span {
  margin: 0 15px;
  cursor: pointer;
  height: 22px;
  display: block;
  float: left;
  position: relative;
}

.modal-bak-cls-wrpr span:not(:last-child):after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}

.modal-bak-cls-wrpr span:last-child {
  margin-right: 0;
}

.comparison-close {
  display: block;
  width: 19px;
  font-size: 0;
  background: url(../img/close_popup.png) no-repeat center center transparent;
}

.comparison-back {
  width: 26px;
  display: none !important;
  background: url(../img/back.png) no-repeat center center transparent;
}

.comparison-back.chart-active {
  display: block !important;
}

.comparison-back:hover {
  background: url(../img/back_hover.png) no-repeat center center transparent;
}

.benchmark-showcount-btn {
  float: left;
}

.benchmark-table-list,
.benchmark-chart-right-list {
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.benchmark-table-list,
.benchmark-chart-right-list > li,
.benchmark-chart-download {
  float: left;
}

.institution-chart-wrapper {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 50px;
}

.benchmark-table-dwnlds,
.benchmark-chart-top-right {
  display: flex;
  justify-content: center;
  justify-content: center;
  position: static;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 40px 0 20px 0;
}

.benchmark-table-dwnlds {
  margin-bottom: 100px;
}

.modal-class-show-chart {
  width: 100%;
}

/*--------------------------------

Self assessment submission

---------------------------------*/

.path-manage:not(.normal-page):not(.webform-institutions-form-page) .content-top,
.path-self-assessment-submissions .content-top {
  border-bottom: 1px solid #009FDD;
  padding-bottom: 15px;
}

.table-row-hover tbody tr:hover {
  background: #f2f2f2 !important;
}

.view-institution-survey-reports tbody tr {
  cursor: pointer;
}

.self-assessment-submission-results {
  padding: 0;
}

.self-assessment-submission-results .modal-header {
  padding: 20px 50px;
}

.self-assessment-submission-results .modal-body {
  padding: 0 50px 20px 50px;
}

.self-assessment-submission-results .modal-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.self-assessment-submission-results .modal-footer {
  padding: 15px 50px;
  border: none !important;
  background: #f2f2f2;
  /*display: flex;*/
  display: block;
  width: 100%;
  justify-content: center;
}

.self-assessment-submission-results .modal-footer .modal-buttons {
  justify-content: center;
}

.self-assessment-submission-results .score {
  color: #00ade4;
  font-weight: 400;
  line-height: 26px;
  font-size: 22px;
}

.self-assessment-submission-results .dashboard-wrapper .view-manage-institutions-list {
  padding: 0;
  box-shadow: none;
}

.self-assessment-submission-results td {
  font-size: 14px;
  color: #4d4d4d;
}

.view-institution-survey-reports {
  margin-bottom: 50px;
}

.self-assessment-submission-results .row {
  margin: 0;
}

.self-assessment-submission-results .modal-buttons button {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

.self-assessment-submission-results .modal-buttons button a {
  background: #00ade4;
  /* height: 25px !important; */
  width: auto !important;
  padding: 5px 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #00ade4;
  line-height: normal;
  border-radius: 0;
  margin: 0 !important;
}

.self-assessment-submission-results .modal-buttons button a:hover {
  background: #fff;
  color: #00ade4;
}

.self-assessment-submission-results .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}

/*----------------------------------

cross comparison

-----------------------------------*/

.crosscomparision-manage {
  padding: 20px 40px;
}

.webform-crosscomparision-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cross-comparision-chart-wrapper {
  width: 100%;
}

.webform-crosscomparision-form .form-group {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 33%;
  padding-right: 35px !important;
  margin: 0 !important;
  padding: 0;
}

.webform-crosscomparision-form .form-group .control-label {
  font-size: 22px !important;
  color: #002345 !important;
  margin: 0 12px 0 0 !important;
  font-weight: 400;
}

.webform-crosscomparision-form .form-group .form-control {
  margin: 0;
}

.webform-crosscomparision-form .form-group .control-label:after {
  display: none !important;
}

.comparison-filter {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.comparison-bottom-filter {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}

.comparison-bottom-filter .form-item-component-title {
  padding-right: 12px !important;
}

.comparison-filter .button {
  /*  font-size: 14px;
  background: #00ade4;
  border:1px solid #00ade4;
  color: #fff;*/
  border-radius: 0;
}

.comparison-filter .button:hover {
  background: #fff;
  color: #00ade4;
}

.comparison-filter .button .glyphicon {
  display: none;
}

.custom-label-floating.label-floating label.control-label,
.custom-label-floating.label-placeholder label.control-label {
  top: 0;
  left: 0;
}

.custom-form-floating .custom-label-floating.is-focused label.control-label,
.custom-form-floating .custom-label-floating:not(.is-empty) label.control-label {
  top: -10px !important;
  font-size: 16px !important;
  padding-left: 0 !important;
}

.comparison-bottom-filter input {
  font-size: 14px;
  color: #666666;
}

.chart-top-right-cross {
  width: 100%;
  padding-right: 30px;
  justify-content: flex-end;
}

/*------------------------------------

manage survey page

-------------------------------------*/

.path-manage .main-wrap-content {
  overflow: hidden;
}

.path-manage .main-wrap-content .region-content .container-elem {
  background: #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 50px 50px !important;
  /*margin-bottom: 50px;*/
  margin-bottom: 150px;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.path-manage .region-content {
  float: left;
  width: 100%;
  /*overflow:hidden;*/
}

.path-manage .manage-survey-form {
  padding: 0 !important;
}

.path-manage .manage-survey-form .form-group {
  /*margin-bottom: 20px !important;*/
  float: left;
  width: 100%;
}

.path-update-institution-details .manage-survey-form {
  margin-top: 20px !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.manage-survey-form > .container {
  width: 100%;
  float: left;
  padding: 0;
}

.manage-survey-form > .container > .row > .col-sm-6 {
  width: 100%;
}

/*---------.----------------------------------


institutions description page


-------------------------------------------*/

.view-page-description {
  background: #fff !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 80px 175px !important;
  margin-bottom: 50px;
}

.view-page-description .view-header h2 {
  font-size: 34px;
  color: #1b75ba;
  margin: 0;
  padding-bottom: 37px;
}

.view-page-description .field {
  padding-bottom: 18px;
  display: flex;
  margin-bottom: 18px;
  border-bottom: 1px solid #E6E6E6;
}

body.page-user-profile .view-page-description .field {
  display: block;
}

.view-page-description .field .field--label {
  /*padding-bottom:10px;*/
  font-size: 16px;
  color: #808080;
  margin-right: 10px;
  width: 300px !important;
  font-weight: 400;
  position: relative;
}

/*.view-page-description .field .field--label:after{
  content:":";
  color: #1b75ba;
  font-size: 16px;
  padding-left: 5px;
  position: absolute;
    right: 0;
    top: 2px;
}*/

.view-page-description .field > .field--items,
.view-page-description .field > .field--item {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  width: calc(100% - 310px) !important;
}

.page-user-profile .view-page-description .field > .field--items,
.view-page-description .field > .field--item {
  width: 100% !important;
}

/*------------------------------

copy to clipboard

-------------------------------*/

.copy-to-component {
  position: fixed;
  top: -100vh;
  opacity: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}

.copy-to-component.active {
  top: 0;
  opacity: 1;
}

.copy-to-component .copy-to-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  /*  z-index: 20;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy-clipboard-inner {
  width: 100%;
  height: auto;
  background: #fff;
  max-width: 1000px;
  border-radius: 5px;
  position: relative;
  /*left: 0;*/
  /*right: 0;*/
  margin: 0 0;
  z-index: 20;
  /*display: none;*/
  /*top: calc( 50% - 200px );*/
  /*top:50%;*/
  /*transform: translateY(-50%);*/
  padding: 0;
}

.copyto-data {
  padding: 20px;
}

.copyto-data {
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.copyto-title {
  width: 100% !important;
  background: #00ade4;
  color: #fff;
  padding: 10px 20px;
}

.copyto-title h4 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.copy-to-component.active .copy-clipboard-inner {
  display: block;
}

.custom-editor,
.copy-to-textarea {
  width: 100% !important;
  /*height: 180px !important;*/
  border: 1px solid #e6e6e6;
  padding: 10px;
  /*max-height: 200px;*/
  max-width: 100% !important;
  overflow: auto;
}

.copy-button-wrap {
  padding: 10px 40px;
  width: 100%;
  background: #f2f2f2;
  overflow: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.copy-clipboard-inner .copy-button-wrap {
  display: flex !important
}

.copy-button-wrap .button {
  /* color: #fff !important; */
  background: #fff !important;
  border: 1px solid #00ade4;
  color: #00ade4;
  height: 28px;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 0 10px;
  cursor: pointer;
  float: right;
}

.inactive.copy-button-wrap {
  display: none !important;
}

.copy-to-component span.copy-to-overlay {
  pointer-events: none;
}

.copy-btn.copy-button-wrap.hidden {
  display: none !important;
}

.copy-to-close-btn {
  display: block;
  width: 19px;
  height: 19px;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(../img/close_popup_white.png) no-repeat center center transparent;
}

.copy-to-message-block,
.copy-instructions.inactive,
.copy-button-wrap.inactive,
.copy-clipboard-inputs.inactive {
  display: none;
}

.copy-to-message-block.active {
  display: block;
}

.copy-to-message-block.active + .copy-button-wrap {
  display: none;
}

.copy-message-inner {
  /*    max-height: 400px;
    overflow: auto;*/
}

.copied-text {
  width: 100%;
  padding: 20px;
  display: block;
}

.message-note {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 700;
}

/*-----------------------------

reset pass

-----------------------------*/

.user-actions-page .main-container.js-quickedit-main-content {
  margin-top: 50px;
}

.user-pass-reset-page .content-top {
  position: static;
  width: 100%;
  padding: 10px 0px;
}

.user-actions-page.user-pass-reset-page .user-pass-reset {
  max-width: 600px;
  margin: 60px auto;
  overflow: hidden;
  padding: 50px;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.user-actions-page .main-container .region-content {
  background: transparent !important;
}

/*---------------------------

login page

---------------------------*/

.login-page .content-top {
  display: none;
}

.login-page .main-container.js-quickedit-main-content {
  margin-top: 50px;
}

.login-page .main-container.js-quickedit-main-content .region-content {
  max-width: 700px;
  margin: 40px auto;
  width: 100%;
  background: #fff !important;
  float: none;
  padding: 10px 30px 30px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.login-page .user-pass,
.login-page .user-login-form {
  max-width: none;
  width: 100%;
  margin: 20px 0 !important;
}

/*------------------------------------

survey confirmation

-------------------------------------*/

.survey-confirmation-page.webform-survey-form.no-admin-menu .main-wrap-content {
  padding-left: 0 !important;
}

.survey-confirmation-page.no-admin-menu .main-wrap-content,
.survey-confirmation-page.role-anonymous .main-wrap-content {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  float: left;
  overflow: hidden;
  width: 100%;
}

.survey-confirmation-page.no-admin-menu .content-top,
.survey-confirmation-page.role-anonymous .content-top {
  position: static !important;
  width: 100% !important;
  ;
}

.survey-confirmation-page.no-admin-menu .main-wrap-content > section,
.survey-confirmation-page.role-anonymous .main-wrap-content > section {
  max-width: 600px;
  margin: 100px auto;
  float: none;
}

.survey-confirmation-page.no-admin-menu .region-content,
.survey-confirmation-page.role-anonymous .region-content {
  background: transparent !important;
}

.survey-confirmation-page.no-admin-menu .main-wrap-content .webform-submission-form,
.survey-confirmation-page.role-anonymous .main-wrap-content .webform-submission-form {
  background: #fff;
  padding: 50px 0;
}

.survey-confirmation-page .webform-confirmation .webform-confirmation__back {
  display: none;
}

.survey-confirmation-page:not(.role-anonymous) .confirmation-blocks,
.survey-confirmation-page.no-admin-menu .confirmation-blocks {
  max-width: 600px;
  width: 100%;
  background: transparent;
  margin: 0 auto;
  align-self: center;
}

.survey-confirmation-page:not(.role-anonymous) .confirmation-blocks .content-top,
.survey-confirmation-page.no-admin-menu.webform-survey-form .confirmation-blocks .content-top {
  position: static;
  background: #00ade4;
  width: 100%;
  height: 40px !important;
}

.survey-confirmation-page:not(.role-anonymous) .main-wrap-content {
  padding-left: 324px !important;
}

.survey-confirmation-page:not(.role-anonymous) .main-wrap-content .page-header {
  color: #fff;
  padding-left: 20px;
  margin-left: 0;
  font-size: 20px;
  border: none;
}

.survey-confirmation-page:not(.role-anonymous) .main-wrap-content .webform-submission-form {}

.survey-confirmation-page:not(.role-anonymous) .main-wrap-content .region-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto !important;
  background: #fff !important;
}

.survey-confirmation-page:not(.role-anonymous) .main-wrap-content .confirmation-blocks > section {
  padding: 0;
  width: 100%;
  background: transparent;
}

.survey-confirmation-page.no-admin-menu .webform-confirmation {
  text-align: center;
  margin-top: 0;
}

.survey-confirmation-page.no-admin-menu .main-wrap-content {
  align-items: center;
}

.survey-confirmation-page.webform-survey-form.no-admin-menu .main-container.js-quickedit-main-content {
  margin-top: 48px !important;
}

body.survey-confirmation-page.webform-survey-form .main-wrap-content {
  min-height: calc(100vh - 104px);
}

/*-------------------------------

help block

------------------------------*/

.help-button-block .help {
  background: url(../img/guide/navigation_Guide.png) no-repeat center center transparent;
  width: 39px;
  height: 236px;
  display: block;
  font-size: 0;
  cursor: pointer;
  box-shadow: 4px 2px 5px 1px rgba(0, 0, 0, 0.4);
  /*  padding: 2px 10px;
  color: #00ade4;
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #00ade4;*/
}

.help-button-block .help:hover {
  background: url(../img/guide/navigation_Guide_hover.png) no-repeat center center transparent;
}

#block-helpbutton {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  width: 39px;
  height: 236px;
  display: none !important;
}

.webtour-btn {
  color: #fff;
  /* background: #fff; */
  border: 1px solid #fff !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 14px;
  outline: 0 !important;
}

.webtour-btn:active,
.webtour-btn:hover {
  background: #00ade4;
  border: 1px solid #00ade4 !important;
  color: #fff;
}

.enjoyhint_close_btn {
  border: 1px solid #00ade4;
}

.enjoyhint_close_btn:hover {
  background: #00ade4;
}

/*--------------------------------

blocked,expired,notstart pages

--------------------------------*/

.page-error {
  height: calc(100vh - 138px);
}

.page-error > .row > section {
  max-width: 600px;
  margin: 100px auto;
  float: none;
}

.page-error > .row > section > .content-top {
  position: static !important;
  width: 100% !important;
  background: #00ade4;
}

.page-error > .row > section > .region-content {
  background: #fff;
  padding: 50px 0;
  height: auto;
  min-height: auto !important;
}

.page-error > .row > section > .content-top .page-header {
  padding: 5px 20px;
}

/*------------------------------------

cancel user

-------------------------------------*/

.user-cancel-page .region-content {
  overflow: visible;
}

.cancel-forms,
.user-cancel-form {
  padding: 20px 50px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  margin-top: 0 !important;
}

.user-cancel-form .form-type-radio .control-label {
  margin: 0 0 10px 0;
  color: #464646;
  font-size: 13px;
  padding-left: 25px;
}

.user-cancel-form .form-type-checkbox .control-label {
  color: #464646;
  font-size: 13px;
}

.user-cancel-form .button {
  font-size: 16px;
  color: #00ade4 !important;
  background: transparent !important;
  border: 1px solid #00ade4 !important;
  border-radius: 0 !important;
  line-height: normal;
  margin-right: 0 !important;
}

.user-cancel-form .button:hover {
  color: #fff !important;
  background: #00ade4 !important;
}

.user-cancel-form .button .glyphicon {
  display: none !important;
}

.user-cancel-form fieldset .fieldset-legend {
  padding-top: 0;
}

.user-cancel-form .form-actions {
  width: auto;
  !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
}

.user-cancel-form-page .confirmation-blocks {
  max-width: 600px;
  width: 100%;
  background: transparent;
  margin: 50px auto;
  align-self: center;
  overflow: hidden;
}

.user-cancel-form-page .confirmation-blocks .content-top {
  margin: 0 !important;
  background: #00ade4 !important;
  padding: 10px 20px;
}

.user-cancel-form-page .confirmation-blocks .content-top .page-header {
  color: #fff !important;
  margin-left: 0;
  font-size: 20px !important;
  border: none;
  display: block !important;
}

.user-cancel-form-page .confirmation-blocks .content-top .page-header em {
  padding-left: 5px;
}

.user-cancel-form-page .confirmation-blocks .region-content {
  margin: 0;
  min-height: auto !important;
}

.user-cancel-form .form-actions > .button {
  height: 32px;
  line-height: 16px;
  padding: 0 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel-forms #edit-actions {
  width: auto;
  margin-top: 20px !important;
}

.cancel-forms > ul {
  width: 100%;
}

.logo.navbar-btn {
  /*pointer-events: none;*/
}

/*-------------------------

dashboard top

---------------------------*/

.path-welcome-manager,
.path-welcome-institution {
  opacity: 0;
}

.path-welcome-manager.page-loaded,
.path-welcome-institution.page-loaded {
  opacity: 1;
}

.path-welcome-manager .content-top,
.path-welcome-institution .content-top {
  display: none !important;
}

.welcome-message {
  max-width: 600px;
  text-align: center;
}

body.dashboard-welcome-page:not(.role-anonymous) .main-wrap-content {
  min-height: calc(100vh - 103px);
  /*min-height: auto;*/
  align-items: center;
  /*overflow: auto;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

body.dashboard-welcome-page:not(.role-anonymous) .main-wrap-content .region-content {
  min-height: auto !important;
}

.no-admin-menu .welcome-message {
  margin: 0px auto 0 auto;
}

.welcome h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 3px;
  font-weight: 300;
  color: #1B75BA;
  margin-top: 8px;
}

.submission-counts {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submission-counts strong {
  color: #1B75BA;
  font-size: 18px;
  font-weight: 400;
  padding-left: 5px;
}

.submission-counts .pipe {
  font-size: 0;
  width: 1px;
  height: 15px;
  display: inline-block;
  background: #b3b3b3;
  margin: 0 15px;
}

/*--------------------------

dashboard cards

---------------------------*/

.block-survey-admin-card-block {
  padding: 0 0px;
  margin: 50px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}

.block-survey-admin-card-block:before,
.block-survey-admin-card-block:after {
  display: none !important;
}

.dashboard-card {
  width: calc(25% - 15px);
  background: #fff;
  /*
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
*/
  margin-right: 20px;
  /*padding: 45px 15px 20px 15px;*/
  padding: 45px 25px 40px 25px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column;*/
}

.dashboard-card-image {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  width: 60px;
  height: 60px;
  top: -30px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #E6EDF4;
  /*
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-card-info-section {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.dashboard-card-info {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 45px 25px 25px 25px;
  background: #fff;
  z-index: 10;
  transition: all 0.5s ease 0s;
  z-index: 10;
  transition: all 0.5s ease 0s;
}

.dashboard-card-info-section.is-active .dashboard-card-info {
  left: 0;
}

.dashboard-card-info-section .card-info-btn {
  width: 23px;
  height: 23px;
  display: block;
  background-image: url(../img/question-mark-new.png);
  background-repeat: no-repeat;
  background-color: #00ade4;
  border-radius: 50%;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}

.dashboard-card-top-section {
  /*flex: 1;*/
  position: relative;
  z-index: 1;
}

.dashboard-card-title {
  margin: 0;
  color: #1B75BA;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.dashboard-card:last-child,
.dashboard-card:nth-child(4n) {
  margin-right: 0;
}

.dashboard-card-description {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.dashboard-card-links {
  z-index: 2;
  position: relative;
  margin-top: 20px;
  width: 100%;
  align-self: flex-end;
  overflow: hidden;
}

.dashboard-card-links ul {
  margin: 0;
}

.dashboard-card-link:first-child {
  border-top: 1px solid #00aeef;
}

.dashboard-card-link {
  border-bottom: 1px solid #00aeef;
}

.dashboard-card-link a {
  color: #337ab7;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 5px 0;
}

.dashboard-card-link a:hover {
  background: #00ade4;
  color: #fff;
}

.dashboard-card-institution-report-section,
.dashboard-card-goto-survey-section {
  display: none;
}

.custom-popup-message-inner .dashboard-card-institution-report-section,
.custom-popup-message-inner .dashboard-card-goto-survey-section {
  display: block !important;
}

/*.dashboard-welcome-page .select2-results{
    max-height: 200px;
}*/

.copy-survey-lang:not(.active) {
  display: none;
}

.view-manage-institutions-list .select-wrapper .select2-container {
  margin-top: 15px;
}

.path-manage-institutions .view-manage-institutions-list .form-item-field-country-target-id label {
  display: block;
}

.path-manage-institutions .view-manage-institutions-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

------------------------- goto-survey popup ----------------------------*/ .institution-report-inner-wrapper p,
.goto-survey-inner-wrapper p {
  text-align: center;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
}

.institution-report-inner-wrapper .note,
.goto-survey-inner-wrapper .note {
  color: #f70e0e;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}

.goto-survey-continue {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}

.custom-popup-message .institution-report-select select,
.custom-popup-message .goto-survey-select select {
  width: 100%;
}

.custom-popup-message .institution-report-select .select2,
.custom-popup-message .goto-survey-select .select2 {
  margin-bottom: 20px;
}

.select2-dropdown {
  border: none !important;
}

.select2-results {
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-results__options {
  border: 1px solid #d6d6d6;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
}

.dashboard-welcome-page .select2-results__option {
  border-bottom: 1px solid #d6d6d6;
}

.dashboard-welcome-page .select2-results__option:last-child {
  border: none !important;
}

/*---------------------------

select2

----------------------------*/

.select2-search {
  display: none;
}

.path-access-institution-data .select2-search {
  display: block;
}

/*---------------------------------

close survey popup

----------------------------------*/

.close-survey {
  padding: 0px !important;
  height: auto !important;
  width: 100%;
  max-width: 600px;
  border-radius: 0;
}

.dashboard-welcome-page .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.path-manage .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dashboard-welcome-page .modal-dialog .modal-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  font-size: 18px;
}

.path-manage .modal-dialog .modal-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 18px;
  font-size: 18px;
}

.close-survey .close-message {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 19px;
}

.close-survey .modal-header {
  width: 100% !important;
  background: #00ade4;
  color: #fff;
  padding: 10px 20px;
}

.close-survey .ui-dialog-titlebar-close {
  opacity: 1 !important;
}

.close-survey .ui-dialog-titlebar-close span {
  background: url(../img/close_popup_white.png) no-repeat center center transparent;
}

.close-survey .close {
  top: 11px;
  right: 10px;
}

/*---------------------------

browser back


---------------------------*/

.with-back-btn {
  padding-right: 100px !important;
  position: relative;
}

.page-backbtn {
  float: right;
  align-self: flex-end;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #00ade4;
  color: #00ade4;
  cursor: pointer;
  line-height: normal;
}

.page-backbtn:hover {
  background: #00ade4;
  color: #fff;
}

span.page-backbtn:before {
  border: 1px solid #00ade4;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  border-top-color: transparent;
  border-right-color: transparent;
  margin-right: 3px;
}

.page-backbtn:hover:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.region-header-right .page-backbtn {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 10px;
  background: url(../img/Back_line.png) no-repeat left center transparent !important;
  border: none;
  height: 25px;
  width: 55px;
  align-items: center;
  padding-left: 17px;
}

.region-header-right .page-backbtn:hover {
  color: #fff !important;
  background: url(../img/Back_filled.png) no-repeat left center transparent !important;
}

.region-header-right span.page-backbtn:before {
  display: none;
}

.region-header-right .page-backbtn:after {
  right: -10px !important;
}

/*Hide Other from How did you pay the fees for the program? */

.field--name-field-allow-user-to-submit-self-,
.form-item-_-how-did-you-pay-the-fees-for-the-program--checkboxes--other-,
.field--name-field-allow-user-to-share-survey {
  display: none;
}

.form-item-how-are-you-paying-for-your-courses-at-this-institution-mark-all-checkboxes--other- {
  display: none;
}

.form-item-how-many-job-and-recruitment-fairs-have-you-attended-at-this-ins:nth-child(5) {
  display: none;
}

/*Hide Other from How did you pay the fees for the program? */

.self-assessment-submission-results .modal-footer .modal-buttons {
  align-items: center;
}

.make-primary {
  position: relative;
  margin-right: 20px;
  display: none;
}

.modal-buttons .make-primary {
  display: block;
}

.make-primary > label {
  color: #464646;
  cursor: pointer;
  padding-left: 25px;
  font-size: 13px;
}

.view-manage-institutions-list button #edit-submit {
  display: none;
}

/*--------------------------

self assessment table

--------------------------*/

/*-----------new style----------------*/

.path-self-assessment-table table th:first-child {
  width: 236px;
}

.path-self-assessment-table .scored-coversheet-chart {
  width: 100%;
}

/*-----------------------------------*/

body.path-self-assessment-table .main-container.js-quickedit-main-content {
  margin-top: 65px !important;
}

.path-self-assessment-table .content-top {
  background: transparent !important;
  position: relative !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  margin-top: 6pxpx !important;
}

.path-self-assessment-table.webform-survey-form .chart-copy,
.benchmark-table-download,
.table-download,
.benchmark-chart-download,
.chart-download {
  padding-top: 16px;
}

.path-self-assessment-table.webform-survey-form .main-container .content-top .region-content-top {
  /*border-bottom: 1px solid #A8BECC;*/
  padding-bottom: 5px;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.path-self-assessment-table.webform-survey-form .main-container .content-top .page-header {
  font-size: 23px !important;
  color: #002345 !important;
  font-weight: 600 !important;
  line-height: 29px !important;
  padding-left: 0 !important;
  width: calc(100% - 191px);
}

.path-self-assessment-table .reports-survey-title {
  font-size: 23px !important;
  color: #002345 !important;
  font-weight: 700;
  padding: 0;
  line-height: 29px;
  padding-top: 10px !important;
  width: 100%;
  float: left;
  position: relative;
}

.path-self-assessment-table .reports-survey-title .page-backbtn {
  margin-top: 8px;
}

.webform-survey-form.path-self-assessment-table .region-content .container-progress {
  top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  margin: 0 !important;
}

.webform-survey-form.path-self-assessment-table .container-progress.fixed {
  position: fixed !important;
  left: 15px !important;
  top: 70px !important;
}

.path-self-assessment-table .region-content {
  min-height: 100vh !important;
  margin-top: 10px;
  background: #fff !important;
}

.path-self-assessment-table .region-content > .panel {
  background: transparent;
  width: 100%;
  padding: 0 0 0 330px;
  transition: padding 0.5s ease;
}

.path-self-assessment-table .panel-heading {
  display: none;
}

.webform-institution-analysis-report-analysis-form .webform-analysis-component-inner .multiselect-msg {
  padding-left: 15px;
  float: left;
}

.path-self-assessment-table .panel-body {
  padding: 0;
  height: 100%;
  background: #fff;
}

.path-self-assessment-table .table-wrapper-right {
  background: #fff;
  padding: 10px 20px;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}

.table-wrapper-right .table-wrapper {
  display: none;
}

.table-wrapper-right .table-wrapper.active {
  display: block;
  max-width: 954px;
}

.table-wrapper-right .emp-score {
  display: flex;
  margin-bottom: 15px;
}

.table-wrapper-right .emp-score .label-score {
  font-size: 23px !important;
  color: #002345 !important;
}

.table-wrapper-right .emp-score .label-score:after {
  content: ":";
  /* margin: 0 15px;*/
  margin: 0 15px 0 0;
}

.table-wrapper-right .emp-score .score {
  font-size: 23px !important;
  color: #002345 !important;
  padding: 0;
}

.table-wrapper .table-download + h3 {
  padding-right: 150px;
}

.table-wrapper .table-download {
  position: absolute;
  right: 20px;
  top: 10px;
}

/*---- table field styles ----*/

.table-wrapper-right .table-wrapper table,
.table-wrapper-right .table-wrapper tr,
.table-wrapper-right .table-wrapper td,
.table-wrapper-right .table-wrapper th {
  border: 1px solid #e6e6e6;
}

.table-wrapper thead tr,
.table-wrapper-right .table-wrapper .sub-heading {
  background: #f2f2f2;
}

.table-wrapper-right .table-wrapper th,
.table-wrapper-right .table-wrapper td {
  padding: 15px !important;
}

.table-wrapper-right .table-wrapper td {
  /*vertical-align: middle;*/
}

.table-wrapper th,
.table-wrapper .sub-heading td {
  /*color: #fff;*/
  font-size: 16px;
  font-weight: 700;
}

.table-wrapper-right .table-wrapper h3 {
  font-size: 24px;
  color: #002345;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.section-score td:first-child {
  width: 200px;
  font-weight: 700;
  /*color:#fff;*/
  background: #f2f2f2;
}

.table-wrapper .tick {
  width: 16px;
  height: 11px;
  margin: 0 auto;
  background: url(../img/response-tick.png) no-repeat center center transparent;
}

.table-wrapper .number {
  text-align: right;
}

td.has-value {
  background: #e2e7e8;
  border-color: #d8ddde !important;
}

.table-wrapper-right .compare-btn .btn {
  background-color: #fff;
  border: 1px solid #00ade4;
  color: #00ade4;
  height: 28px;
  min-width: 60px;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 0;
}

.table-wrapper-right .compare-btn .btn:hover {
  color: #ffffff;
  background: #00ade4;
}

/*--------------------------

reports filter new

---------------------------*/

.filter-question-outter-wrapper .questions .input-group {
  display: flex;
  width: 100%;
}

.filter-question-outter-wrapper .questions .input-group .select-wrapper,
.filter-question-outter-wrapper .questions .input-group .input-group-addon {
  display: block;
}

.filter-question-outter-wrapper .questions select {
  margin: 0;
}

.filter-question-outter-wrapper .questions .control-label {
  width: 100%;
}

.filter-question-outter-wrapper .questions .input-group .select-wrapper {
  width: 100%;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon {
  height: 37px;
  padding: 0;
  /*width: 50px;*/
  width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #fff;
  color: #fff;
  /*border: 1px solid #00aeef;*/
  border: none;
  border-radius: 0;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon *:not(.ajax-progress-throbber) {
  display: none !important;
}

.filter-question-outter-wrapper .input-group-addon .glyphicon {
  color: #00aeef !important;
}

/*.filter-question-outter-wrapper .response{
  float: left;
  background: #f8f8f8;
  padding: 40px 100px;
  width: 100%;
}*/

.filter-question-outter-wrapper .response .control-label,
.filter-question-outter-wrapper .response .form-item {
  margin: 0 !important;
  padding: 0;
}

.filter-question-outter-wrapper .response .control-label,
.filter-question-outter-wrapper .questions .control-label {
  display: none !important;
}

.filter-question-outter-wrapper .response .form-control {
  margin: 0;
}

/*.filter-question-outter-wrapper  .response + .response{
    margin-top:-40px;
}*/

.edit-institution-reset-button {
  width: 100%;
  /* overflow: hidden; */
  margin-bottom: 10px;
  float: left;
  /* clear: both; */
}

.edit-institution-reset-button .button {
  float: left;
  margin-left: 0 !important;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  animation: none !important;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber *,
.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber:after {
  display: none !important;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber:before {
  width: 100px;
  height: 100px;
  background: url(../img/loading.gif) no-repeat center center transparent;
  background-size: 100px;
  content: "";
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber .sr-only-message {
  display: none !important;
}

.filter-question-outter-wrapper .questions .input-group .input-group-addon .ajax-progress-throbber.glyphicon-spin {
  display: flex;
}

.filter-wrapper .sub-question-wrapper {
  background: #f8f8f8;
  float: left;
  overflow: hidden;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-wrapper .sub-question-wrapper .response {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.filter-wrapper .sub-question-wrapper .response:nth-child(2n) {
  margin-right: 0;
}

/*** filter new styles*********/

.filter-selected,
.add-filter-hide,
.hide-filter {
  display: none;
}

.filter-tags-items-inner {
  border: 1px solid #00ade4;
  padding: 5px 10px 5px 30px;
  float: left;
  border-radius: 4px;
  position: relative;
}

.filter-tags-items {
  width: auto;
  float: left;
  margin-right: 10px;
  width: 100%;
}

.filter-tags-items:not(:last-child) {
  margin-bottom: 5px;
}

.selected-tags {
  position: relative;
}

.selected-tags:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}

.filter-tags ul {
  float: left;
  width: 100%;
  padding: 0;
}

.tags-close {
  background: url(../img/reports/close_light_blue_0.png) no-repeat center center transparent;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
  cursor: pointer;
}

.tags-tooltip-block {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 10px;
  background: #00aeef;
  z-index: 100;
  margin-top: 7px;
  border-radius: 5px;
  display: none;
}

.filter-tags-items-inner:hover .tags-tooltip-block {
  display: block;
}

.tooltip-tags-item {
  color: #fff;
  font-size: 14px;
}

.tags-tooltip-block:before {
  content: "";
  width: 14px;
  height: 7px;
  background: url(../img/reports/up_arrow_blue.png) no-repeat center center transparent;
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  right: 0;
  margin: 0 auto;
}

.instituiton-suvey-filter:not(.page-loaded) {
  opacity: 0;
}

/*--------------------------

reports two column

---------------------------*/

.webform-analysis-survey-reports .webform-analysis-survey-compo-results-wrapper {
  width: 60%;
  margin-right: 30px;
  float: left;
}

.webform-analysis-component .datatable-detail-data {
  /*width: 340px !important;
  min-width: 400px;
  max-width: 485px;*/
  width: 450px !important;
  border: 1px solid #e6e6e6;
  padding: 10px;
  float: left
}

.webform-analysis-component.webform-analysis-component--2_while_you_were_a_student_did_you.webform-analysis-survey-reports .datatable-detail-data {
  /*width: 463px !important;*/
}

.instituiton-suvey-filter .webform-analysis-survey-reports .webform-analysis-component-inner > div > div > div {
  overflow: unset !important;
}

.webform-analysis-survey-compo-results,
.webform-institution-analysis-report-analysis-form .webform-analysis-survey-compo-results {
  min-height: 305px !important;
}

.webform-analysis-survey-compo-results,
.webform-institution-analysis-report-analysis-form .webform-analysis-survey-compo-results.webform-stacked-chart {
  min-height: 450px !important;
}

.webform-stacked-chart .webform-analysis-survey-compo-results-wrapper {
  width: 100%;
}

.webform-stacked-chart .datatable-detail-data {
  width: 100% !important;
}

.webform-analysis-survey-reports .webform-analysis-component-inner {
  width: 100%;
}

.webform-analysis-survey-reports.two-column .webform-analysis-survey-compo-results-wrapper {
  width: 710px !important;
  float: left;
}

:not(.webform-stacked-chart).webform-analysis-survey-reports .webform-analysis-survey-compo-results-wrapper {
  width: 710px !important;
  float: left;
}

.webform-analysis-survey-reports.two-column .datatable-detail-data {
  /*width: 40%;*/
  padding: 20px;
  margin: 0;
  border: 1px solid #e6e6e6;
  float: left;
}

.webform-analysis-survey-reports.two-column .datatable-detail-data .institution-count {
  margin-bottom: 5px;
}

.webform-analysis-survey-reports.two-column .institution-count ul li {
  /*width: 100%;*/
}

.webform-analysis-survey-reports.two-column .institution-count ul {
  flex-wrap: wrap;
}

.webform-analysis-chart-table .institution-count li.count {
  width: 100%;
}

.webform-analysis-survey-reports.webform-analysis-chart-table .institution-count ul {
  flex-wrap: wrap;
}

.filter-question-outter-wrapper .filter-wrapper {
  margin-top: 15px;
}

.institution-count .count .total-count:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E6E6E6;
}

.webform-analysis-survey-reports.two-column .chart-top {
  justify-content: flex-start;
}

.webform-analysis-survey-reports.two-column .chart-right-list li:not(.hidden):first-child {
  padding-left: 0;
}

.webform-analysis-survey-reports.two-column .institution-name {
  /*border: none !important;*/
}

.page-backbtn.report {
  display: none !important;
}

/*Hide portugehese language*/

/*
.block-language .pt-br {
    display: none;
}
*/

.path-welcome-institution .copy-clipboard-inner .copy-instructions .language-selector-wrapper {
  float: right;
  display: flex;
  padding: 0 20px;
  padding-right: 0;
}

.path-welcome-institution .copy-clipboard-inner .copy-instructions .language-selector-wrapper select.language-selector {
  background: transparent;
  border: 1px solid #ccc;
  background-image: url(../img/language_arrow-pop.png);
  background-repeat: no-repeat;
  background-position: 90%;
  width: 105px;
  padding: 0 5px;
  -webkit-appearance: none;
}

.path-welcome-institution .copy-clipboard-inner .copy-instructions .language-selector-wrapper .select-lang {
  margin-right: 8px;
}

/***for-manager-user***/

.path-manage .copy-clipboard-inner .copy-instructions .language-selector-wrapper {
  float: right;
  display: flex;
  padding: 0 20px;
  padding-right: 0;
}

.path-manage .copy-clipboard-inner .copy-instructions .language-selector-wrapper select.language-selector {
  background: transparent;
  border: 1px solid #ccc;
  background-image: url(../img/language_arrow-pop.png);
  background-repeat: no-repeat;
  background-position: 90%;
  width: 105px;
  padding: 0 5px;
  -webkit-appearance: none;
}

.path-manage .copy-clipboard-inner .copy-instructions .language-selector-wrapper .select-lang {
  margin-right: 8px;
}

/***for-manager***/

.path-self-assessment-table .table-wrapper-right .scored_coversheet .emp-score {
  display: inline-block;
  background: #002345;
  padding: 5px 15px;
}

.path-self-assessment-table .table-wrapper-right .emp-score .label-score {
  display: inline-block;
}

.path-self-assessment-table .table-wrapper-right .emp-score .score {
  display: inline-block;
  color: #fff !important;
  padding-left: 70px;
}

.path-self-assessment-table .table-wrapper thead tr {
  background: #002345;
  color: #fff;
}

.path-self-assessment-table .table-wrapper thead tr,
.table-wrapper-right .table-wrapper .sub-heading {
  background: #002345;
  color: #fff;
}

.path-self-assessment-table .table-wrapper-right .emp-score .score {
  font-size: 18px !important;
}

.path-self-assessment-table .table-wrapper-right .emp-score .label-score {
  font-size: 16px !important;
  font-weight: 500;
}

.path-self-assessment-table ..table-wrapper-right .table-wrapper th {
  border: 0 solid #e6e6e6;
  padding: 9px !important;
}

/*.path-self-assessment-table .table-wrapper  tbody tr:last-child{
  border-bottom: 20px solid #002345;
}*/

*.path-self-assessment-table .table-wrapper tbody {
  border-bottom: 20px solid #002345;
}

.path-self-assessment-table .scored_coversheet table.table.table-hover {
  width: auto;
  max-width: 954px;
  table-layout: fixed;
  width: 100%;
}

.path-self-assessment-table .table-wrapper .section-score tbody {
  border-bottom: 0 solid #002345;
}

.table-wrapper .tick {
  width: 13px;
  height: 13px;
  margin: 0 auto;
  background: url(../img/check_tick_box.png) no-repeat center center transparent;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.table-wrapper .untick {
  width: 13px;
  height: 13px;
  margin: 0 auto;
  background: url(../img/check_box.png) no-repeat center center transparent;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper th,
.table-wrapper-right .table-wrapper td {
  padding: 9px !important;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper td {
  padding: 9px !important;
}

.path-self-assessment-table .table-wrapper-right .section-score tr.odd td:nth-child(3n) {
  background: #f2f2f2;
  font-weight: 700;
}

.path-self-assessment-table .table-wrapper-right .scored_coversheet.table-wrapper td.number1 {
  text-align: center;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper td:first-child {
  width: 520px;
  text-align: left;
}

.path-self-assessment-table .table-wrapper-right .scored_coversheet.table-wrapper td:first-child {
  width: 365px;
}

.path-self-assessment-table .table-wrapper-right .sub-heading td {
  text-align: center !important;
}

.path-self-assessment-table .scored_coversheet .table-wrapper-right .table-wrapper td:first-child {
  width: 420px;
}

.path-self-assessment-table .table-wrapper-right .emp-score .label-score {
  color: #fff !important;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper th {
  text-align: center;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper th {
  text-align: center;
}

.path-self-assessment-table .table-wrapper-right .table-wrapper th:last-child {
  width: 70px;
}

.path-self-assessment-table .table-wrapper-right .scored_coversheet.table-wrapper th:last-child {
  width: 200px;
}

.path-self-assessment-table .sub-title {
  font-size: 18px;
  color: #002345;
  font-weight: 600;
}

.path-self-assessment-table .scored_coversheet .table > thead > tr > th {
  vertical-align: middle;
}

.path-self-assessment-table .scored_coversheet .table-wrapper-right .table-wrapper th,
.scored_coversheet .table-wrapper-right .table-wrapper td {
  padding: 10px 15px !important;
}

/*institution changes 28*11-2019*/

.path-access-institution-data .select2-results,
.path-manage-institutions .select2-results,
.path-access-institution-dashboard .select2-results {
  padding: 10px;
}

.path-access-institution-data .select2-results .select2-results__options,
.path-manage-institutions .select2-results .select2-results__options,
.path-access-institution-dashboard .select2-results__options {
  border: 0;
}

.path-access-institution-data .select2-selection__arrow,
.path-access-institution-data .select2-selection__clear,
.path-manage-institutions .select2-selection__arrow,
.path-manage-institutions .select2-selection__clear,
.path-access-institution-dashboard .select2-selection__arrow,
.path-access-institution-dashboard .select2-selection__clear {
  display: none;
}

.role-institution_manager .select2-selection__arrow,
.path-access-institution-data .select2-selection__clear,
.path-manage-institutions .select2-selection__arrow,
.path-manage-institutions .select2-selection__clear,
.path-access-institution-dashboard .select2-selection__arrow,
.path-access-institution-dashboard .select2-selection__clear {
  display: none;
}

.role-institution_manager .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.role-institution_manager .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00ade4;
}

.path-access-institution-data .select2-search,
.path-manage-institutions .select2-search,
.path-access-institution-dashboard .select2-search {
  padding-left: 0;
  padding-right: 0;
}

.path-manage-institutions .form-item-field-country-target-id .control-label,
.path-access-institution-dashboard .form-item-field-country-target-id .control-label {
  display: none !important;
}

.role-institution_manager .form-item-field-country-target-id .control-label,
.path-access-institution-dashboard .form-item-field-country-target-id .control-label {
  display: none !important;
}

.path-manage-institutions .select2-search,
.path-access-institution-dashboard .select2-search {
  display: block;
}

/********************************/

.region-header-right .dropdown-menu {
  display: none;
}

.region-header-right .is-open > .dropdown-menu {
  display: block;
}

.reports-top-second .filter-date-label {
  font-size: 0;
}

.reports-top-second .filter-date-label {
  border: 0;
  background: #fff;
  color: #00ade4;
  font-size: 14px;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  position: static;
  right: 133px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .filter-date-label {
  display: none;
}

.webform-institution-analysis-report-analysis-form .reports-top-filter .filter-date-outter-wrapper {
  width: 300px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .filter-date-outter-wrapper .select-wrapper {
  width: 95px;
  margin-right: 0;
  margin-top: 5px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .select-wrapper select#edit-date-filter {
  padding-right: 0 !important;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .form-group .form-control {
  padding-bottom: 0;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .filter-date-outter-wrapper label.control-label {
  width: 110px;
  float: left;
  margin-right: 0;
  margin-top: 20px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .filter-date-outter-wrapper {
  position: absolute;
  right: 145px;
  top: -30px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second select#edit-date-filter {
  padding-top: 14px;
}

.webform-institution-analysis-report-analysis-form .reports-top-second .filter-date-outter-wrapper label.control-label:after {
  content: ":";
  margin-left: 2px;
}

.webform-survey-form .messages__wrapper {
  position: fixed;
  top: 90px;
  z-index: 21;
  width: calc(100% - 98px);
  left: 84px;
}

.survey-confirmation-page .messages__wrapper {
  display: none;
}

.cross-comparison-page .view-manage-institutions-list .form-group {
  margin: 10px 0 0 0 !important;
}

.role-manager.path-manage.instituiton-suvey-filter .region.region-content {
  padding-top: 0;
}

body:not(.role-anonymous):not(.webform-survey-form).instituiton-suvey-filter .main-wrap-content .content-top {
  margin: 0 0 10px 0;
}

body.path-self-assessment-table.webform-survey-form:not(.isIntroduction) .main-container .region-content {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/***15-1-19***/

.benchmark-bottom-section .benchmark-chart-copy-options ul {
  position: absolute;
  right: -64px;
  top: 29px;
  z-index: 1;
  display: none;
  padding-top: 13px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  width: 120px;
  list-style-type: none;
  font-size: 12px;
  color: #4D4D4D;
}

.benchmark-chart-top-right li.benchmark-chart-download {
  border-right: 0;
}

.benchmark-chart-top-right .benchmark-chart-right-list .benchmark-chart-copy-options li:last-child {
  padding-bottom: 0;
  border: none;
}

.benchmark-chart-top-right li.benchmark-chart-copy {
  margin-top: 0;
}

.benchmark-chart-right-list li.benchmark-chart-copy {
  border-left: 1px solid #ccc !important;
  padding: 6px 15px;
  margin-left: 20px;
  cursor: pointer;
}

.benchmark-chart-top-right .benchmark-chart-right-list .benchmark-chart-copy-options li {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0;
}

.benchmark-chart-top-right .benchmark-item-label-copy:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -27px;
  border: 1px solid #00ade4;
  border-radius: 50%;
  top: -1px;
  background: url(/themes/custom/emp_tool/img/reports/COPY.png) no-repeat center center transparent;
}

.institution-table-wrapper .benchmark-table-list li.benchmark-table-download {
  padding-top: 1px;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .institution-list .insr-list-li span {
  float: left;
}

.benchmark-chart-copy:hover .benchmark-item-label-copy:after {
  background: url(../img/reports/COPY_hover.png) no-repeat center center #00ade4;
}

.benchmark-chart-top-right .benchmark-chart-right-list {
  display: block;
}

.webform-institution-analysis-report-analysis-form .modal-dialog li {
  width: auto ! important;
  position: relative;
}

.webform-institution-analysis-report-analysis-form .institution-list-wrapper .insr-list-li {
  width: 100% ! important;
}

.benchmark-chart-top-right ul.benchmark-chart-right-list {
  display: block;
}

.benchmark-chart-copy:hover .benchmark-chart-copy-options ul {
  display: block;
}

.institution-chart-wrapper span.benchmark-item-label {
  padding-right: 21px !important;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table td {
  text-align: right;
  padding-right: 25px !important;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table td:first-child {
  text-align: left;
}

.webform-institution-analysis-report-analysis-form #copybenchmarkchart-poup .modal-content {
  overflow: auto ! important;
}

.webform-institution-analysis-report-analysis-form .benchmarkchartcopy-wrpr .benchmarkchartcopy-img img {
  display: flex;
  margin: 0 auto;
}

.webform-institution-analysis-report-analysis-form .benchmarkchartcopy-wrpr .benchmarkchartcopy-img {
  overflow-x: auto;
}

/***15-1-19***/

/***16-1-19***/

.benchmark-top-section .institution-list-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dbdbdb;
  max-width: 584px;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table td {
  border: 1px solid #ddd ! important;
  padding: 15px !important;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .benchmark-table-dwnlds ul.benchmark-table-list {
  display: flex;
  justify-content: flex-end;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table th {
  border: 1px solid #ddd ! important;
  padding: 15px !important;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .benchmark-table-dwnlds,
.benchmark-chart-top-right {
  padding: 0 0 20px 0;
}

/***add-ifc***user***/

.user-register-form .personal-details-wrapper .form-item.js-form-item.form-type-email.js-form-type-email.form-item-mail.js-form-item-mail.form-group.is-empty.label-floating {
  width: 100%;
}

.user-register-form .personal-details-wrapper .form-item.js-form-item.form-type-password.js-form-type-password.form-item-pass-pass1.js-form-item-pass-pass1.form-group.password-parent.is-empty.label-floating {
  width: calc(50% - 10px);
  margin-top: 0 !important;
}

.user-register-form .personal-details-wrapper .form-item.js-form-item.form-type-password-confirm.js-form-type-password-confirm.form-item-pass.js-form-item-pass.form-no-label.form-group {
  width: 100%;
  float: left;
}

.user-register-form .personal-details-wrapper .pass-instruction.item-list {
  top: 91px;
}

.user-register-form .personal-details-wrapper .password-suggestions.description {
  margin-top: 66px;
}

.user-register-form .fieldgroup[data-drupal-selector='edit-status'] {
  margin-top: 56px !important;
}

.user-register-form .personal-details-wrapper .js-form-type-password {
  margin-top: 0 !important;
}

.user-logged-in .user-register-form .password-strength {
  margin-top: 7px;
}

/***add-ifc***user***/

/***16-1-19***/

/***17-1-20***/

.webform-institution-analysis-report-analysis-form .modal-dialog li.benchmark-table-download {
  display: none;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table th {
  text-align: center;
}

.webform-institution-analysis-report-analysis-form .modal-dialog .benchmark-bottom-section .institution-cmp-table th:first-child {
  text-align: center;
}

/***11-2-20***/

.path-compare .compare-self-assessement-form fieldset.form-wrapper {
  width: calc(33.33% - 60px);
  background: #fff;
  float: left;
  margin-right: 20px;
  /* padding: 20px;*/
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
  border: 0;
  padding-left: 20px;
}

.path-compare .compare-self-assessement-form span.icon.glyphicon.glyphicon-refresh.ajax-progress.ajax-progress-throbber {
  display: none;
}

.path-compare .compare-self-assessement-form .and_other_wrapper.condition-2 {
  position: absolute;
  top: 18px;
  transform: translate(-50%);
  right: calc(50% - 23px);
}

.path-compare .compare-self-assessement-form .filter-question-wratter.sub-question-wrapper-1 {
  width: 100%;
}

.path-compare .compare-self-assessement-form .students-and-questions.condition-5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.path-compare .compare-self-assessement-form .region-or-country.condition-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

.path-compare .compare-self-assessement-form .country-region-wrapper.sub-wrapper-1 {
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.path-compare .compare-self-assessement-form .other-filter-wrapper.sub-wrapper-2 {
  max-width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
  position: relative;
}

.path-compare .compare-self-assessement-form .department-and-students.condition-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.path-compare .compare-self-assessement-form .type-and-department.condition-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.path-compare .compare-self-assessement-form .apply-clear-btn.button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.path-compare .compare-self-assessement-form .questions.filter {
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
}

.path-compare .compare-self-assessement-form .sub-question-wrapper.sub-question-wrapper-1 {
  width: calc(50% - 10px);
  float: left;
}

/***30-3-20***/

.path-compare .compare-self-assessement-form .region.filter {
  background: #ffffff;
  margin-right: 20px;
  width: calc(33.33% - 20px);
  padding: 20px;
  padding-top: 15px;
}

.path-compare .compare-self-assessement-form #select-institution {
  background: #ffffff;
  width: calc(33.33% - 20px);
  padding: 20px;
  padding-top: 15px;
}

.path-compare .compare-self-assessement-form div#select-country {
  background: #ffffff;
  margin-right: 20px;
  width: calc(33.33% - 20px);
  padding: 20px;
  padding-top: 15px;
}

/***30-3-20***/

.path-create-institution .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: transparent;
}

.path-open-institution .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  background: transparent;
}

.path-create-institution .view-access-institution-data .table-responsive .views-field-tid a {
  height: 35px;
  /*min-width: 67px;*/
  /*padding: 10px 12px;*/
  min-width: 92px;
  padding: 8px 8px;
  line-height: 12px;
}

.path-open-institution .view-access-institution-data .table-responsive .views-field-tid a {
  height: 35px;
  /*min-width: 67px;*/
  min-width: 82px;
  padding: 10px 12px;
  line-height: 12px;
}

.path-compare.disable-country #edit-country label.control-label.option {
  opacity: 0.5;
}

.path-compare.disable-region #edit-region label.control-label.option {
  opacity: 0.5;
}

.path-compare.disable-country .compare-self-assessement-form #edit-country .form-type-checkbox {
  pointer-events: none;
}

.path-compare.disable-region .compare-self-assessement-form #edit-region .form-type-checkbox {
  pointer-events: none;
}

/*.popUpInner .errorLists.mCustomScrollbar._mCS_1 {
    height: 100px;
}*/

.path-compare .compare-self-assessement-form .select-wrapper:after {
  padding-left: 15px;
}

.path-compare .compare-self-assessement-form .input-group-addon:last-child {
  padding-left: 11px;
}

.path-compare .compare-self-assessement-form .input-group-addon {
  background-color: transparent;
  border: 0px solid #ccc
}

.path-compare .compare-self-assessement-form .questions.filter .form-item {
  background: #fff;
  padding: 10px 20px;
  padding-bottom: 20px;
}

.path-compare .compare-self-assessement-form .sub-question-wrapper.sub-question-wrapper-1 .form-item {
  background: #fff;
  padding: 10px 20px;
  padding-bottom: 20px;
}

.path-compare .compare-self-assessement-form .fieldset-wrapper {
  height: 171px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.path-compare .compare-self-assessement-form .form-wrapper#edit-students-size--wrapper {
  margin-right: 0 !important;
}

.path-compare .compare-self-assessement-form .self-score-chart {
  width: 100%;
}

.path-compare .compare-self-assessement-form .self-score-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
  margin-right: 20px;
}

.path-compare .compare-self-assessement-form .department-values-chart {
  width: calc(50% - 10px);
  height: 100%;
  margin-top: 24px;
  position: relative;
  margin-right: 20px;
}

.path-compare .compare-self-assessement-form .type-values-chart {
  width: 100%;
}

/*.path-compare .compare-self-assessement-form .type-score-chart {
    width: calc(50% - 10px);
    height: 100%;
    float: left;
    position: relative;
    margin-right: 20px;
}*/

.path-compare .compare-self-assessement-form .type-score-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  position: relative;
  margin-right: 20px;
}

.path-compare .compare-self-assessement-form .department-values-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
  margin-right: 0;
}

.path-compare .compare-self-assessement-form .department-values-chart {
  width: 100%;
}

.path-compare .compare-self-assessement-for .department-values-chart-copy-wrapper {
  width: 100%;
  position: relative;
}

.path-compare .compare-self-assessement-form .type-values-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  position: relative;
}

.path-compare .compare-self-assessement-form .department-score-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 40px;
}

.path-compare .compare-self-assessement-form .self-score-chart {
  overflow: visible !important;
}

.path-compare .compare-self-assessement-form .self-values-chart {
  overflow: visible !important;
}

.path-compare .compare-self-assessement-form .type-score-chart {
  overflow: visible !important;
}

.path-compare .compare-self-assessement-form .type-values-chart {
  overflow: visible !important;
}

.path-compare .compare-self-assessement-form .department-values-chart {
  overflow: visible !important;
}

.path-compare .compare-self-assessement-form .highcharts-container {
  margin-top: 15px;
  margin-bottom: 0;
  width: 100% !important;
  height: auto !important;
}

.path-compare .compare-self-assessement-form .form-wrapper.form-item .option input.form-radio + .circle {
  top: 0;
}

.path-compare .compare-self-assessement-form .sa-chart-copy {
  top: -20px;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.path-compare .compare-self-assessement-form .department-score-chart-copy-wrapper .sa-chart-copy {
  top: -8px;
}

.path-compare .compare-self-assessement-form .self-values-chart-copy-wrapper .sa-chart-copy {
  right: 12px;
  left: auto;
}

.path-compare .compare-self-assessement-form .type-values-chart-copy-wrapper .sa-chart-copy {
  right: 12px;
  left: auto;
  top: -18px;
}

.path-compare .compare-self-assessement-form .type-score-chart-copy-wrapper .sa-chart-copy {
  top: -19px;
}

.path-compare .compare-self-assessement-form .department-values-chart-copy-wrapper .sa-chart-copy {
  top: -8px;
  left: auto;
  right: 11px;
}

.path-compare .compare-self-assessement-form .self-values-chart-copy-wrapper {
  width: calc(50% - 10px);
  height: 100%;
  position: relative;
  float: left;
  margin-bottom: 30px;
}

/*.path-compare .compare-self-assessement-form  .self-values-chart {
    width:100%;
}*/

.path-compare .compare-self-assessement-form .form-wrapper .radio label,
.checkbox label {
  padding-left: 30px;
}

.path-compare .compare-self-assessement-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.modal .taxonomy-term-institutions-form .form-item {
  overflow: hidden;
}

.path-compare .compare-self-assessement-form #edit-submit {
  margin-right: 10px !important;
}

.path-compare .compare-self-assessement-form .button {
  margin-top: 20px;
}

.path-compare .compare-self-assessement-form .radios--wrapper .radio label,
.checkbox label {
  min-height: 15px;
  margin: 10px 0 0 0;
}

.path-compare .compare-self-assessement-form .region label.control-label {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.path-compare .compare-self-assessement-form #select-country label.control-label {
  margin: 10px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.path-compare .compare-self-assessement-form #select-institution label.control-label {
  margin: 10px 0 0 0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

.path-compare .compare-self-assessement-form #edit-type-of-institution label.control-label.option {
  font-size: 16px;
}

.path-compare .compare-self-assessement-form #edit-department--wrapper label.control-label.option {
  font-size: 16px;
}

.path-compare .compare-self-assessement-form #edit-students-size--wrapper label.control-label.option {
  font-size: 16px;
}

.path-compare .compare-self-assessement-form .region .form-item {
  margin-top: 0 !important;
}

.path-compare .compare-self-assessement-form .region .control-label {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.path-compare .compare-self-assessement-form #select-country .control-label {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.path-compare .compare-self-assessement-form #select-institution .control-label {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.path-compare .compare-self-assessement-form #select-country .form-item {
  margin-top: 0 !important;
}

.path-compare .compare-self-assessement-form #select-institution .form-item {
  margin-top: 0 !important;
}

.path-compare .compare-self-assessement-form .form-item:first-child label.control-label.option {
  margin-top: 0;
}

.path-compare .compare-self-assessement-form .radio,
.checkbox {
  margin-bottom: 4px;
}

.cross-comparison-page.path-open-institution,
.modal-dialog {
  justify-content: center;
}

.cross-comparison-page.path-create-institution .modal-dialog {
  justify-content: center;
}

.path-compare .compare-self-assessement-form .fieldset-legend {
  word-break: break-word;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 66px;
}

.path-compare .compare-self-assessement-form .item-label {
  font-size: 12px;
  color: #4D4D4D;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}

.path-compare .compare-self-assessement-form ul.sa-chart-right-list {
  list-style-type: none;
}

.path-compare .compare-self-assessement-form .sa-chart-copy:hover .item-label:after {
  background: url(../img/reports/COPY_hover.png) no-repeat center center #00ade4;
}

.path-compare .compare-self-assessement-form .item-label:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/reports/COPY.png) no-repeat center center transparent;
  position: absolute;
  right: 0;
  border: 1px solid #00ade4;
  border-radius: 50%;
  top: calc(50% - 15px);
}

.path-compare .compare-self-assessement-form .compare-no-result-found {
  background: #fff !important;
  height: auto;
  overflow: hidden;
  width: 100%;
  padding: 10px 30px 12px 30px !important;
  margin: 0;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.path-compare .main-container .compare-self-assessement-form legend {
  margin-bottom: 0;
}

.webform-survey-form .webform-submission-information {
  display: none;
}

.path-active-self-assessment-submissions.role-ifc_user table th:last-child,
.path-active-self-assessment-submissions.role-ifc_user table td:last-child {
  display: none;
}

.path-active-self-assessment-submissions .view-manage-institutions-list a.edit-self-assessment {
  background: url(../img/institutions/edit.png) no-repeat center center transparent;
  width: 12px;
  height: 12px;
  font-size: 0;
  display: block;
}

.path-active-self-assessment-submissions .view-manage-institutions-list a.view-report {
  background: url(../img/institutions/view-report.png) no-repeat center center transparent;
  width: 20px;
  height: 17px;
  font-size: 0;
  display: block;
}

/***11-2-20***/

/***17-1-20***/

/***6-3-20***/

.path-manage-institutions .modal .taxonomy-term-institutions-form .form-item {
  overflow: unset !important;
  float: left;
  width: 100%;
  display: block;
}

.path-manage-institutions .taxonomy-term-institutions-form input#edit-field-institution-contact-number-0-value--Ceh5mPjlQi4 {
  width: 100%;
}

.path-manage-institutions input#edit-field-institution-contact-number-0-value--nIM1jMI41wI {
  width: 100%;
}

.path-manage-institutions input#edit-field-institution-contact-number-0-value--EprR7tzaPOo {
  width: 100%;
}

.path-manage-institutions .taxonomy-term-institutions-form.floating-wrapper .label-floating.form-group .form-control:not(textarea) {
  height: 45px !important;
  width: 100%;
}

.path-manage-institutions .taxonomy-term-institutions-form .form-item-field-ifc-assessment-lead.js-form-item-field-ifc-assessment-lead {
  width: 50%;
}

.path-manage-institutions .taxonomy-term-institutions-form.taxonomy-term-form.floating-wrapper .form-group label.control-label {
  position: absolute;
}

.path-manage-institutions .taxonomy-term-institutions-form.taxonomy-term-form .js-form-item-field-show-email-in-survey-value label.control-label.option {
  position: relative !important;
}

body.path-manage-institutions .taxonomy-term-institutions-form.taxonomy-term-form.floating-wrapper .js-form-item-field-mode-of-institution .form-select.form-control {
  height: 79px !important;
}

/***edit***/

.taxonomy-term-form.edit-form .form-item-field-ifc-assessment-lead.js-form-item-field-ifc-assessment-lead.form-group.label-floating {
  margin-top: 20px !important;
  /*    float: left;
    width: 100%;
    display: block;*/
  /*
    width: 50%;
  */
  width: 100%;
}

.taxonomy-term-form.edit-form .form-item-field-institution-language.js-form-item-field-institution-language.form-group.label-floating {
  margin-top: 20px !important;
  width: 100%;
}

.taxonomy-term-institutions-form.taxonomy-term-form.floating-wrapper .form-group label.control-label {
  position: absolute;
}

.taxonomy-term-institutions-form.taxonomy-term-form.edit-form .form-item {
  display: block;
  width: 100%;
  float: left;
}

.taxonomy-term-form.edit-form .form-item.js-form-item.form-type-checkbox.js-form-type-checkbox.form-item-field-show-email-in-survey-value.js-form-item-field-show-email-in-survey-value.checkbox.label-floating {
  display: block;
  width: 100%;
  float: left;
}

.taxonomy-term-form.edit-form #edit-field-ifc-assessment-lead-wrapper .form-item-field-ifc-assessment-lead.js-form-item-field-ifc-assessment-lead .select-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.path-taxonomy .taxonomy-term-institutions-form.taxonomy-term-form.floating-wrapper .form-group label.control-label {
  position: absolute;
}

/***edit***/

/***path-standerd-reccomentaion***/

.path-standard-recommendation .region.region-content {
  padding: 20px;
  background: #fff;
}

.path-standard-recommendation .manage-standard-recommendation-form .label-header label.control-label {
  font-size: 16px;
  line-height: 22px;
}

.path-standard-recommendation .manage-standard-recommendation-form label.control-label {
  font-size: 14px;
}

.path-standard-recommendation .manage-standard-recommendation-form .label-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.path-standard-recommendation .manage-standard-recommendation-form .form-item.js-form-item.form-type-textfield.js-form-type-textfield {
  margin-top: 0 !important;
}

.path-standard-recommendation .manage-standard-recommendation-form .submit-button-standard-recommendation {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.path-standard-recommendation .manage-standard-recommendation-form .form-group .form-control {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/***path-standerd-reccomentaion***/

/***6-3-20***/

/***9-3-20***/

.webform-analysis-component.webform-analysis-component--13_please_indicate_the_importance_of_each_of_the_following {}

.webform-analysis-component .table-view {
  font-size: 14px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #00ade4;
  color: #00ade4;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: 400;
  display: block;
  cursor: pointer;
}

.webform-analysis-component .table-view:hover {
  background: #00ade4;
  color: #fff;
}

.webform-analysis-component .chart-view:hover {
  background: #00ade4;
  color: #fff;
}

.webform-analysis-component .chart-view {
  font-size: 14px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #00ade4;
  color: #00ade4;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: 400;
  display: block;
  cursor: pointer;
}

.show-chart .chart-view {
  display: none;
}

.webform-stacked-chart .datatable-detail-data {
  display: none;
}

.show-table.webform-stacked-chart .datatable-detail-data {
  display: block;
  width: 100% !important;
}

.show-table.webform-stacked-chart .webform-analysis-survey-compo-results-wrapper {
  display: none;
}

.webform-stacked-chart.disable-stacked .unstack-normalize-chart {
  pointer-events: none;
  opacity: 0.5;
}

.webform-stacked-chart.disable-stacked .show-count-section {
  pointer-events: none;
  opacity: 0.5;
}

.webform-analysis-component:not(.webform-stacked-chart) .chart-top-right {
  width: 100%;
}

.chart-download-options .png.large {
  display: none;
}

.chart-download-options .png.small {
  display: none;
}

.chart-download-options .png.medium {
  display: none;
}

/***9-3-20***/

.reports-top-second .download-report-data-scv-xls {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/reports/download_30_30.png) no-repeat center center transparent;
  border: 1px solid #00ade4;
  border-radius: 50%;
  top: 4px;
  position: absolute;
  right: 365px;
  z-index: 9;
}

.reports-top-second .download-report-data-scv-xls:hover {
  background: url(../img/reports/download_hov_30_30.png) no-repeat center center #00ade4;
}

ul.download-data-report {
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.3);
  width: 137px;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  top: 29px;
  right: -50px;
  display: none;
}

.reports-top-second .download-report-data-scv-xls:hover ul.download-data-report {
  display: block;
}

ul.download-data-report .csv a {
  color: #808080;
  display: block;
}

ul.download-data-report li {
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 0;
}

.reports-top-second .download-label {
  float: left;
  right: 38px;
  color: #002345 !important;
  position: absolute;
  top: 3px;
}

.benchmark-chart-copy-options {
  display: none;
}

.benchmark-chart-download-options ul {
  display: none;
}

.path-self-assessment-table .table-wrapper-right .scored_coversheet.table-wrapper td {
  color: #000000;
}

.disable label.custom-checkbox {
  opacity: 0.5;
  pointer-events: none;
}

label.show-regional-avg-wrapper.custom-checkbox {
  pointer-events: unset;
  opacity: 1;
}

.disable-reg label.show-regional-avg-wrapper.custom-checkbox {
  opacity: 0.5;
  pointer-events: none;
}

.disable-all label.custom-checkbox.show-regional-avg-wrapper {
  opacity: 0.5;
  pointer-events: none;
}

.disable-val .errorMsgs {
  display: none;
}

.disable-dept #edit-department--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.disable-size #edit-department--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.disable-dept #edit-students-size--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.disable-inst #edit-type-of-institution--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.disable-size #edit-type-of-institution--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.disable-inst #edit-students-size--wrapper label.control-label.option {
  pointer-events: none;
  opacity: 0.5;
}

.validation-compare-inst #edit-type-of-institution .option {
  opacity: 0.5;
  pointer-events: none;
}

.validation-compare-inst.remove-validation-compare-inst #edit-type-of-institution .option {
  opacity: 1;
  pointer-events: unset;
}

.validation-compare-inst.remove-validation-compare-inst #edit-department--wrapper .option {
  opacity: 1;
  pointer-events: unset;
}

.validation-compare-inst.remove-validation-compare-inst #edit-students-size--wrapper .fieldset-wrapper {
  opacity: 1;
  pointer-events: unset;
}

.validation-compare-inst #edit-department--wrapper .option {
  opacity: 0.5;
  pointer-events: none;
}

.validation-compare-inst #edit-students-size--wrapper .fieldset-wrapper {
  opacity: 0.5;
  pointer-events: none;
}

.path-manage-institutions.modal-open .modal-dialog div#mCSB_2_scrollbar_vertical {
  visibility: visible !important;
}

.path-manage-institutions.modal-open .modal-dialog .mCSB_scrollTools {
  visibility: visible !important;
}

.taxonomy-term-form.edit-form .form-type-checkbox label.control-label.option {
  pointer-events: unset !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .form-checkbox {
  position: relative;
  -webkit-appearance: checkbox !important;
  width: auto !important;
  height: 23px !important;
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  z-index: 0 !important;
  margin-right: 10px !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper {
  margin-bottom: 0;
  margin-top: 0;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .paragraph-type-title {
  margin-bottom: 0 !important;
  padding-bottom: 1px !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper .button {
  margin-bottom: 0 !important;
}

.taxonomy-term-institutions-form .paragraphs-dropbutton-wrapper {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper .button {
  height: 28px;
}

.taxonomy-term-institutions-form.edit-form .icon.glyphicon.glyphicon-move {
  display: none;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .form-item {
  padding-bottom: 15px !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .field--name-field-programes-offered .form-control {
  margin-bottom: 0 !important;
}

.path-manage-institutions .taxonomy-term-institutions-form.edit-form .field--name-field-programes-offered .field--widget-string-textfield.grand-parent {
  padding-top: 7px;
  padding-bottom: 0;
}

.taxonomy-term-institutions-form.edit-form #field-programes-offered-values .form-item {
  padding-bottom: 9px !important;
}

/*
.taxonomy-term-institutions-form.edit-form   #field-programes-offered-values .form-wrapper {
    padding-bottom: 0!important;
}
*/

.taxonomy-term-institutions-form.edit-form td.display_none {
  border: 0 !important;
}

.hide-drag td.field-multiple-drag {
  display: none;
}

.taxonomy-term-institutions-form.edit-form #edit-field-programes-offered {
  display: block;
  width: 100%;
  clear: both;
}

.taxonomy-term-institutions-form.edit-form div#edit-field-programes-offered-wrapper {
  display: block;
  clear: both;
}

/***composite-chart-start***/

.hide-region-selct .webform-institutions-form .selecting-avg-wrapper {
  display: none;
}

.hide-region-selct .webform-institutions-form .selecting-avg-wrapper > span {
  display: none;
}

.hide-region-selct .webform-institutions-form .show-regional-avg-wrapper {
  display: none;
}

.hide-region-selct .webform-institutions-form .show-regional-avg-wrapper > span {
  display: none;
}

/*
.hide-region-selct.modal-open:after {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1032!important;
    background-color: #000;
    pointer-events: none;
    z-index: 369;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.7;
}
*/

.chart-wrapper {
  width: calc(50% - 10px) !important;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  padding: 30px 0;
  padding-right: 10px;
}

#institutionslist .modal-body {
  padding-right: 10px
}

.highcharts-data-labels tspan {
  width: 100px;
  word-break: break-word !important;
  white-space: normal !important;
}

.chart-wrapper:nth-child(2) {
  margin-right: 0;
}

.chart-div {
  height: 400px !important;
  width: 100% !important;
}

.chart-header_default {
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.chart-title-head {
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.hide-region-selct .benchmark-chart-copy {
  display: none;
  border-left: 0;
}

.hide-region-selct .modal-backdrop.in {
  pointer-events: none;
}

.hide-region-selct #institutionslist .modal-dialog {
  height: 618px;
  top: calc(50% - 320px);
}

.hide-region-selct .benchmark-show-count-section {
  display: none;
}

/***compare-chart-end***/

.taxonomy-term-institutions-form.taxonomy-term-form #salary-range .form-item label.control-label {
  display: none;
}

.taxonomy-term-institutions-form.taxonomy-term-form #edit-field-exclude-test-institutions-wrapper {
  display: block;
  width: 100%;
  clear: both;
  float: left;
  padding-top: 15px;
}

.taxonomy-term-institutions-form.taxonomy-term-form #edit-field-exclude-test-institutions-wrapper .form-item-field-exclude-test-institutions-value .control-label {
  padding-top: 0;
}

.taxonomy-term-institutions-form.taxonomy-term-form .form-item-field-exclude-test-institutions-value .control-label {
  padding-top: 30px;
}

.taxonomy-term-institutions-form.taxonomy-term-form .name-address div#edit-name-wrapper {
  width: 100%;
  display: block;
  float: left;
}

.taxonomy-term-institutions-form.taxonomy-term-form .form-item-field-country {
  margin-top: 0 !important;
}

.taxonomy-term-institutions-form.taxonomy-term-form .name-address .form-wrapper {
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.taxonomy-term-institutions-form.taxonomy-term-form .region-country-wrapper .form-wrapper {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

.taxonomy-term-institutions-form.taxonomy-term-form .form-item-field-show-email-in-survey-value {
  position: absolute;
  top: 17px;
  left: 0;
}

.taxonomy-term-institutions-form.taxonomy-term-form #edit-field-country-wrapper .form-item-field-country {
  margin-top: 0 !important;
}

.taxonomy-term-institutions-form.taxonomy-term-form.floating-wrapper .form-group:not(.form-actions) {
  padding-bottom: 5px;
}

.taxonomy-term-institutions-form.taxonomy-term-form .form-item.js-form-item.form-type-textfield.js-form-type-textfield {
  padding-bottom: 0;
}

.taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper .button.btn-danger {
  background: url(../img/icn_closenew-inst.png)no-repeat center !important;
}

/*
.taxonomy-term-institutions-form.taxonomy-term-form .programs-offered-wrapper .form-item-field-programes-offered-0-subform-field-short-title-0-value{
    display: none!important;
}
*/

/*
.taxonomy-term-institutions-form.taxonomy-term-form .programs-offered-wrapper .field--name-field-short-title{
    display: none!important;
}
*/

/*
.taxonomy-term-institutions-form.taxonomy-term-form .salary-range-wrapper {
    width: calc(50% - 20px);
    float: left;
}
body .taxonomy-term-institutions-form.taxonomy-term-form .programs-offered-wrapper {
    width: 50%;
    float: left;
}
*/

/*
body .taxonomy-term-institutions-form .field--name-field-programes-offered .field--widget-string-textfield.grand-parent {
    width: 100%;
    }
*/

body .taxonomy-term-institutions-form.taxonomy-term-form .programs-offered-wrapper {
  width: 70%;
  float: left;
}

.taxonomy-term-institutions-form.taxonomy-term-form .salary-range-wrapper {
  width: calc(30% - 20px);
  float: left;
}

.floating-wrapper .label-floating.form-group.js-form-item-field-programes-offered-0-subform-field-programe-group-0-value .form-control:not(textarea) {
  height: 45px !important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .field--name-field-programe-group {
  display: block;
}

.taxonomy-term-institutions-form.edit-form .programs-offered-wrapper .grand-parent .js-form-item-field-programes-offered-0-subform-field-programe-group-0-value label.control-label {
  display: block !important;
}

.taxonomy-term-institutions-form.edit-form .programs-offered-wrapper .grand-parent .js-form-item-field-programes-offered-0-subform-field-programe-group-0-value .form-group .form-control:not(textarea) {
  height: 90px !important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form div#country-wrapper {
  margin-top: 0;
}

.taxonomy-term-institutions-form .field--name-field-programes-offered .field--widget-string-textfield.grand-parent {
  width: calc(33.33% - 20px);
  float: left;
  margin-right: 20px !important;
}

.taxonomy-term-institutions-form.edit-form .programs-offered-wrapper .draggable:first-child td {
  padding-top: 0 !important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .description-icon {
  background-image: url(../img/question-mark-new.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00ade4;
  border-radius: 50%;
  background-size: unset;
  cursor: pointer;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 92px;
  top: -20px;
  font-size: 0;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .short-title.description-icon {
  left: 64px;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .programe-group.description-icon {
  left: 80px;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .custom-popup-content {
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 11px;
  width: 100%;
  background: #fff;
  z-index: 33;
  max-width: 223px;
  line-height: 20px;
  box-shadow: 0px 0px 10px 0px rgba(9, 6, 6, 0.48);
  padding: 6px;
  display: none;
  color: #4d4d4d;
  max-width: 232px;
  width: 250px;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .start-info.short-title.custom-popup-content {
  display: block;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .start-info.program-name.custom-popup-content {
  display: block;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .start-info.programe-group.custom-popup-content {
  display: block;
}

/*
body .taxonomy-term-institutions-form.taxonomy-term-form .ajax-new-content span.description-icon.description-icon {
    display: none;
}
*/

body .taxonomy-term-institutions-form.taxonomy-term-form .label-floating tr.draggable:first-child .description-icon {
  display: block;
}

.webform-submission-import-form {
  float: left;
}

.path-import-survey-submission .webform-submission-import-form .form-item.js-form-item.form-type-select.js-form-type-select {
  width: 100%;
}

/* csv download */

.benchmark-table-multiple-downloads .benchmark-chart-download-options ul,
.benchmark-table-multiple-downloads .benchmark-table-download:hover .benchmark-chart-download-options {
  display: block;
}

.table-hidden-title + tr th {
  border-top: none !important;
}

/* xls download */

.self-compare-chart-wrapper .excel-download a {
  color: #808080;
}

.self-compare-chart-wrapper.self-compare-option-three .sa-chart-copy,
.self-compare-chart-wrapper.self-compare-option-two .sa-chart-copy {
  position: static;
}

.self-compare-chart-wrapper.self-compare-option-three .chart-download-option,
.self-compare-chart-wrapper.self-compare-option-two .chart-download-option {
  margin-right: 20px;
  position: relative;
}

.self-compare-chart-wrapper.self-compare-option-three .sa-chart-right-list,
.self-compare-chart-wrapper.self-compare-option-two .sa-chart-right-list {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.self-compare-chart-wrapper.self-compare-option-three {
  padding: 30px 0;
}

@media only screen and (min-device-width: 2000px) and (max-device-width: 3840px) {
  .webform-analysis-survey-reports.two-column .webform-analysis-survey-compo-results-wrapper {
    width: 710px !important;
    float: left;
  }
  :not(.webform-stacked-chart).webform-analysis-survey-reports .webform-analysis-survey-compo-results-wrapper {
    width: 710px !important;
    float: left;
  }
  .webform-analysis-component .datatable-detail-data {
    width: 500px !important;
    border: 1px solid #e6e6e6;
    padding: 10px;
    float: left
  }
}

@media only screen and (max-width: 991px) {
  .dashboard-card {
    width: calc(33.33% - 21px);
    margin-bottom: 50px;
  }
  .footer-logo {
    margin-top: 0;
  }
  .footer-privacy-section {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .topSectionSubTitless {
    left: 0;
  }
  .dashboard-card-top-section {
    width: 100%;
  }
  .header-wrapper-emptool .region-header-right a {
    color: #fff !important;
    background: transparent !important;
    padding-left: 0;
    font-size: 14px;
  }
  .swich-btn-block .absolute-no {
    line-height: 12px;
  }
  .path-manage .main-wrap-content .region-content .container-elem {
    margin-bottom: 0;
  }
  .manage-table,
  .view-manage-institutions-list {
    padding: 20px 20px 15px 20px;
  }
  .view-access-institution-data {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .form-group {
    margin: 0px 0 0 0 !important;
  }
  body:not(.role-anonymous) .main-wrap-content > section .content-top .page-header {
    font-size: 21px;
    margin-top: 2px !important;
    margin-bottom: 2px;
  }
  .header-wrapper-emptool {
    padding: 0 15px;
  }
  .dashboard-card {
    margin-right: 0;
  }
  body:not(.role-anonymous) .main-wrap-content > section {
    padding: 0px 0 !important;
  }
  .submission-counts {
    display: block;
  }
  .welcome h2 {
    font-size: 18px;
    line-height: 23px;
  }
  .welcome-message strong {
    font-size: 18px;
  }
  .dashboard-card {
    width: 100%;
  }
  .dashboard-welcome-page .dashboard-card {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /*media edited*/
  .view-page-description .field .field--label {
    width: 100%;
  }
  body .view-page-description {
    width: 100% !important;
    padding: 15px !important;
  }
  .view-page-description .field > .field--items,
  .view-page-description .field > .field--item {
    width: 100% !important;
    font-size: 16px;
  }
  .dashboard-card-image {
    z-index: 6;
  }
  .dashboard-card-info-section .card-info-btn {
    z-index: 6;
  }
  .path-manage .main-wrap-content .region-content .container-elem {
    padding: 20px 20px !important;
  }
  .webform-nstitution-score span:first-child {
    font-size: 18px !important;
  }
  .chart-title-wrapper h3 {
    font-size: 21px !important;
  }
  .reports-top-second .page-header {
    font-size: 16px !important;
  }
  .submission-counts .pipe {
    display: none;
  }
  .block-survey-admin-card-block {
    margin: 20px auto 0px auto;
  }
  body.dashboard-welcome-page:not(.role-anonymous) .main-wrap-content {
    padding-top: 25px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .view-page-description {
    padding: 20px 20px !important;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 767px) {
  .dashboard-card {
    width: calc(48.33% - 21px) ! important;
    margin-left: 20px;
  }
  .block-survey-admin-card-block {
    justify-content: left;
  }
  .welcome h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1367px) and (max-width: 1536px) {
  .webform-analysis-component .datatable-detail-data {
    width: 550px !important;
  }
}

@media only screen and (min-width: 1537px) and (max-width: 1920px) {
  .webform-analysis-component .datatable-detail-data {
    width: 650px !important;
  }
}

@media only screen and (min-width: 1921px) {
  .webform-analysis-component .datatable-detail-data {
    width: 750px !important;
  }
}
