@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
/*-------------------------------

new styles



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

/*------Manage IFC Users add ifc user------*/

.modal-open fieldset[data-drupal-selector="edit-roles"] .form-required {
  display: block !important;
  border-bottom: none;
}

.modal-open fieldset[data-drupal-selector="edit-roles"] .fieldset-legend {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.modal-open .user-register-form.user-form .form-wrapper[data-drupal-selector="edit-roles"] .fieldset-wrapper {
  padding-top: 0px;
}

.modal-open .user-register-form input.form-radio + .circle {
  top: 50% !important;
  transform: translateY(-50%);
  /*top: 0 !important;*/
}

.make-primary:first-child {
  margin-right: 0;
}

.floating-wrapper .radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: rgba(0, 0, 0, .54) ! important;
}

.adduser-page .user-register-form input.form-radio + .circle {
  top: 50% !important;
  transform: translateY(-50%);
}

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

.close-survey .btn.btn-default.button {
  background: #fff !important;
  width: 60px!important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00ade4 !important;
  border: 1px solid #00ade4 !important;
  line-height: 0;
  height: 32px;
  border-radius: 0;
  margin: 0 0 0 10px!important;
  float: left;
}

.close-survey .confirmation-buttons {
  float: right;
  margin-right: 20px;
  margin-bottom: 15px;
}

.close-survey .btn.button:hover {
  color: #fff !important;
  background: #00ade4 !important;
}

.button {
  cursor: pointer !important;
}

.disable-btn {
  pointer-events: none !important;
  opacity: 0.5;
}

body.modal-open {
  overflow: hidden;
}

#drupal-modal {
  overflow: hidden;
}

.modal-dialog {
  height: 100%;
  width: 100%;
  /*max-width: 1000px;*/
  max-width: 1100px;
  margin: 20px auto;
  height: calc( 100vh - 40px);
  display: flex;
  align-items: center;
}

.modal-dialog .modal-body {
  overflow: auto !important;
  padding: 0;
}

.modal-content {
  /*padding:50px 100px 60px 100px;*/
  /*padding: 20px 100px 30px 100px;*/
  padding: 30px 20px 30px 20px;
  height: 100%!important;
  /*height: auto!important;*/
  max-height: 100%!important;
  width: 100%;
}

#copychart-poup .modal-content {
  overflow: auto;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0!important;
  opacity: 1;
}

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

.modal-header {
  padding: 0;
  border-bottom: none;
}

.modal-title {
  margin: 0;
  color: #002345;
  font-size: 30px;
}

.modal-buttons {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.user-logged-in a#edit-delete,
#taxonomy-term-institutions-form #edit-delete,
.floating-wrapper .button,
.modal-buttons .button {
  background: #fff !important;
  /*height: 25px !important;*/
  width: auto!important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00ade4 !important;
  border: 1px solid #00ade4 !important;
  line-height: 0;
  height: 32px;
  border-radius: 0;
  margin: 0 0 0 10px!important;
}

.comparison-filter .button:hover,
.user-logged-in a#edit-delete,
#taxonomy-term-institutions-form #edit-delete:hover,
.floating-wrapper .button:hover,
.modal-buttons .button:hover {
  color: #fff !important;
  background: #00ade4 !important;
}

.floating-wrapper .button:before {
  display: none !important;
}

.floating-wrapper .button {
  float: right;
}

.floating-wrapper .button span,
.modal-buttons .button span {
  display: none!important;
}

.modal-footer {
  padding: 30px 0 0 0;
  border: none!important;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

form .two-column {
  display: flex;
}

form .two-column > .form-group {
  width: calc( 50% - 20px);
  margin-top: 0!important;
}

form .two-column > .form-group:nth-child(odd) {
  margin-right: 20px !important;
}

form .two-column > .form-group:nth-child(even) {
  margin-left: 20px !important;
}

.modal .form-type-checkbox .control-label {
  color: #464646 !important;
}

.modal .checkbox-material .check {
  display: none !important;
}

.chartcopy-img {
  text-align: center;
}

.region-content form.edit-form {
  padding: 50px 100px !important;
  margin: 0 0 20px 0;
  background: #fff;
  overflow: hidden;
}

.region-content .tabs + form.edit-form {
  margin-top: 20px;
}

.form-page #taxonomy-term-institutions-form:not(form) {
  background: transparent!important;
  padding: 0;
  float: left;
  width: 100%;
}

form.edit-form .two-column {
  margin-top: 20px;
  /* margin-bottom: 20px; */
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

form.edit-form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
}

form.edit-form .form-checkboxes .form-type-checkbox {
  width: 25%;
}

form.edit-form .form-checkboxes .form-type-checkbox .control-label {
  margin: 0;
  line-height: 20px;
  font-size: 14px !important;
  color: #464646 !important;
  padding-right: 10px;
}

form.edit-form .form-checkboxes .form-type-checkbox .control-label .check {
  display: none!important;
}

form.edit-form .fieldset-legend {
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 5px;
  margin: 0;
}

form.edit-form legend {
  margin-bottom: 10px;
}

.select-wrapper:after {
  background: url(../img/Drop_Down-icon.png) no-repeat center center transparent;
  width: 13px;
  height: 8px;
  font-size: 0;
}

.main-container form.edit-form fieldset {
  border-bottom: none;
}

form.edit-form .two-column .region-country-wrapper {
  width: calc( 50% - 20px);
}

.chosen-container-multi .chosen-choices {
  border: none;
  box-shadow: none;
  background: transparent;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 33px;
}

.taxonomy-term-institutions-form .form-group {
  margin-top: 0 !important;
}

.modal-content .taxonomy-term-institutions-form {
  padding-top: 20px;
}

.taxonomy-term-institutions-form .form-item-field-country {
  margin-top: 20px !important;
}

.region-country-wrapper .label-floating.form-group.form-item-field-country select[multiple].form-control {
  height: 70px !important;
}

.region-country .form-textarea-wrapper textarea {
  min-height: 125px;
}

.modal-content .modal-footer {
  padding: 20px 0 0 0;
}

/********header**********/

.main-container > .row {
  margin: 0;
}

.region.region-header {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  left: 0;
  padding: 0 50px;
}

.role-administrator.toolbar-horizontal .header-wrapper-emptool {
  top: 80px;
}

.header-wrapper-emptool {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 11;
  background: #fff;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 1px solid #ecebeb;
}

.header-wrapper-emptool .block-welcomeuser-block {
  margin-top: 0;
}

.welcome-block {
  display: flex;
}

.welcome-block .welcome-user {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #eaeaea;
}

.header-wrapper-emptool .region-header-right {
  display: flex;
  align-items: center;
  align-content: center;
  margin-right: 22px;
}

.header-wrapper-emptool .region-header-right a {
  margin: 0;
  /*color:#337AB7;*/
  color: #00aeef !important;
  font-size: 13px;
}

.header-wrapper-emptool a.home {
  font-size: 0!important;
  background: url(../img/home-icon-new.png) no-repeat center center transparent !important;
}

.header-wrapper-emptool #block-useraccountmenu,
.header-wrapper-emptool h2 {
  display: none;
}

.header-wrapper-emptool .region-header-right > * {
  padding: 0 10px;
  position: relative;
  /*border-right: 1px solid #eaeaea;*/
}

.header-wrapper-emptool .region-header-right > *:last-child {
  padding-right: 0;
}

.header-wrapper-emptool .region-header-right > *:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #eaeaea;
  transform: translateY(-50%);
  height: 20px;
  display: block;
  width: 1px;
}

.language-switcher-language-url {
  display: block;
  position: static !important;
}

.language-switcher-language-url:after,
.language-switcher-language-url:before {
  display: none;
}

.language-switcher-language-url ul.links {
  padding: 0;
  margin: 0;
}

.language-switcher-language-url ul.links li a {
  color: #337AB7;
}

.welcome-block span.welcome-user {
  padding-right: 20px;
  position: relative;
  font-size: 13px;
}

.welcome-block .user-pic {
  padding-left: 10px;
}

.usermenu-btn {
  background: url(../img/down_arrow.png) no-repeat center center transparent !important;
  width: 11px;
  height: 6px;
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: calc( 50% - 3px);
}

.usermenues {
  margin-top: 10px;
  display: none!important;
  position: absolute;
  right: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  top: 100%;
}

.usermenues.is-active {
  display: block!important;
}

.goto-home-button a {
  background: url(../img/dashboard-icon.png) no-repeat left center transparent !important;
  padding-left: 24px;
  line-height: normal;
  display: flex;
  height: 20px;
  align-items: center;
}

/********** welcome page *************/

body {
  background: #BAB5C3 !important;
}

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

.path-welcome .welcome-message-wrapper {
  /*height:600px!important;*/
  height: calc( 100vh - 103px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.welcome-message strong {
  color: #002345;
  font-weight: 400;
  padding-bottom: 8px;
  position: relative;
  font-size: 24px;
  display: block;
}

.welcome-message strong:after {
  content: "";
  width: calc( 100% - 40px);
  max-width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 1px;
  background: #002345;
  position: absolute;
}

.welcome-message h1 {
  color: #1b75ba;
  margin: 15px 0 0 0;
  font-size: 104px;
  line-height: 125px;
  font-weight: 300;
}

.path-welcome .main-wrap-content {
  min-height: auto !important;
  min-height: calc( 100vh - 104px) !important;
}

.welcome-page.path-welcome .welcome-message-wrapper,
.welcome-page .main-wrap-content {
  height: auto !important;
}

.welcome-page .main-wrap-content {
  min-height: calc( 100vh - 104px) !important;
}

.welcome-img-inst {
  text-align: center;
}

.welcome-img-inst img {
  max-width: 100%;
}

.welcome-page.path-welcome .region-content {
  padding: 50px 0;
}

.welcome-page.path-welcome .welcome-message h1 {
  font-size: 42px;
  line-height: 48px;
  margin-top: 30px;
}

.welcome-page.path-welcome .welcome-message {
  margin-bottom: 30px;
}

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

tabs

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

nav.tabs {
  margin-top: 0px!important;
}

nav.tabs ul {
  border-bottom: 1px solid #009FDD;
}

nav.tabs ul li a {
  background: transparent!important;
  border: none!important;
  color: #002345;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 3px solid transparent!important;
}

nav.tabs ul li.active a {
  border-bottom: 3px solid #002345!important;
  color: #002345!important;
  font-weight: 700;
}

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

manage users

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

.region.region-content .local-actions {
  border-bottom: 1px solid #009FDD;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.region.region-content .views-element-container {
  float: left;
  width: 100%;
}

.region.region-content .local-actions + .views-element-container {
  margin: 30px 0 50px 0 !important;
  float: left;
  width: 100%;
}

#taxonomy-term-institutions-form form.edit-form,
.region-content form.edit-form.taxonomy-term-institutions-form {
  padding: 50px 50px 30px 50px !important;
}

#taxonomy-term-institutions-form .form-textarea-wrapper,
.taxonomy-term-institutions-form .form-textarea-wrapper {
  padding-top: 5px;
}

.modal-body .taxonomy-term-institutions-form .form-actions {
  display: none;
}

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


filter form ( manage users and other pages )

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

.view-filters {
  padding: 0 !important;
}

.view-filters > form.views-exposed-form > .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.view-filters > form.views-exposed-form > .form-inline > .form-item {
  width: calc( 25% - 15px);
  padding: 0 !important;
  /*margin-bottom: 20px !important;*/
  margin-right: 20px !important;
}

.view-filters > form.views-exposed-form > .form-inline > .form-item:nth-child(4n) {
  margin-right: 0 !important;
}

.view-filters > form.views-exposed-form > .form-inline > .form-actions {
  width: 100%;
  /* width: 100% !important;*/
  justify-content: center !important;
  margin: 30px 0 40px 0 !important;
  padding: 0;
}

.view-filters > form.views-exposed-form .select-wrapper,
.view-filters > form.views-exposed-form .form-control {
  width: 100%!important;
  margin: 0 !important;
}

.list-people .view-content #edit-header > .js-form-wrapper {
  display: flex;
  align-items: flex-end;
}

.view-filters > form.views-exposed-form .form-actions {
  height: auto !important;
}

.list-people .form-group {
  padding: 0;
}

.list-people .view-content #edit-header > .js-form-wrapper .select-wrapper select {
  margin: 0;
}

.list-people .view-content #edit-header > .js-form-wrapper .form-actions {
  margin-left: 15px !important;
}

.list-people .view-content #edit-header .form-type-select {
  padding-bottom: 0!important;
}

.list-people table .check {
  display: none !important;
}

.list-people table {
  margin-top: 30px !important;
}

.list-people table th:first-child,
.list-people td.views-field.views-field-user-bulk-form {
  padding-left: 0 !important;
  /*width:30px !important;*/
}

.list-people #view-nothing-table-column {
  width: 200px;
}

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

user profile

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

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

.user-profile-page {
  float: left;
  width: 100%;
  margin-top: 30px!important;
}

.user-profile-page .field--name-field-institutions {
  border: none !important;
}

.user-profile-page .field--name-field-institutions > div {
  width: 100%;
}

.user-profile-page .field--name-field-institutions .inst-name-wrap {
  padding-bottom: 10px;
  font-size: 20px;
  color: #1b75ba;
  margin: 20px 0 10px 0;
}

.user-profile-page > .field,
.user-profile-page > .form-item {
  float: left;
  width: 100%;
}

.user-profile-page > .field--name-user-picture {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  border: none !important;
  padding: 0 !important;
}

.user-profile-page > .field--name-user-picture:after {
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  z-index: 0;
}

.user-profile-page > .field--name-user-picture > a {
  position: relative;
  z-index: 1;
  width: 116px;
  height: 116px;
  display: flex;
  border: 8px solid #fff;
  align-items: center;
  background: #fff;
  justify-content: center;
}

.user-logged-in .user-form {
  /*border: 1px solid #ddd;*/
  float: left;
  width: 100%;
  padding: 50px 50px !important;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.modal-content .user-form {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

.modal-content .user-register-form.user-form {
  padding-bottom: 10px !important;
}

.modal-content .user-form .form-actions {
  display: none !important;
}

.user-form .form-type-managed-file .control-label,
.user-form fieldset > legend,
.user-form .panel-default > .panel-heading {
  color: #1b75ba;
  background-color: transparent;
  border-bottom: 1px solid #009FDD;
  /* display: none; */
  padding: 0 0 5px 0;
  font-size: 18px !important;
  font-size: 18px;
  display: none;
}

.user-form .panel-body {
  padding: 10px 0 0 0!important;
}

.user-form fieldset > legend > span,
.user-form .panel-title {
  padding: 0 0;
  margin: 0 !important;
  font-size: 20px;
}

.user-register-form.user-form .form-wrapper {
  padding: 0 !important;
  margin: 0 !important;
  float: left;
  width: 100%;
}

.user-register-form.user-form .form-wrapper[data-drupal-selector="edit-roles"] {
  margin-top: 20px !important;
}

.user-form #edit-roles .form-type-checkbox .control-label {
  color: #464646 !important;
}

.user-register-form.user-form .form-wrapper[data-drupal-selector="edit-roles"] .fieldset-wrapper {
  padding-top: 10px;
}

.user-form .panel-body > .field--type-string {
  width: calc( 50% - 10px);
  float: left;
  margin-right: 20px !important;
  margin-top: 0 !important;
}

.user-form .panel-body > .field--type-string:nth-child(2n) {
  margin-right: 0 !important;
}

.user-register-form .panel-body > div.js-form-wrapper:not(.field--type-string) {
  width: 100% !important;
  float: left;
}

.user-form .panel-body > div.js-form-wrapper:not(.field--type-string) > .form-item:not(fieldset) {
  float: left;
  margin-right: 20px !important;
  width: calc( 50% - 10px);
  padding-left: 0;
  padding: 0;
}

.user-form .panel-body > div.js-form-wrapper:not(.field--type-string) > .form-item:nth-child(2n) {
  margin-right: 0 !important;
}

.edit-page-reset-button {
  width: calc( 50% - 10px);
  float: left;
  padding-top: 32px;
}

.edit-page-reset-button button {
  float: left !important;
}

.user-form .fieldgroup[data-drupal-selector='edit-status'] {
  width: 100%;
  float: left;
  margin-top: 30px !important;
}

.user-register-form .check {
  display: none !important;
}

.user-register-form input.form-radio + .circle {
  top: 0 !important;
}

.user-register-form .form-type-radio {
  margin: 0 !important;
  padding-top: 15px;
  float: left;
  width: 100%;
}

.user-register-form .form-type-radio .control-label {
  padding-left: 20px;
  margin: 0 !important;
  line-height: normal !important;
  min-height: 15px;
  float: left;
  overflow: hidden;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}

.user-form .form-managed-file {
  margin: 0;
  max-width: 500px;
  display: flex;
  align-content: center;
}

.user-form .form-managed-file .data {
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.user-form .form-managed-file .data input {
  /* min-height: 30px; */
  /* display: flex; */
  /* align-items: CENTER; */
  position: static;
  height: auto;
}

.user-form .form-managed-file .data input + button[value="Upload"] {
  display: none !important;
}

.user-form .preview {
  width: 100px !important;
}

.user-form .preview + .data {
  width: calc( 100% - 100px) !important;
  border: none !important;
  padding-right: 0;
}

.user-form .preview + .data .button {
  width: 80px !important;
  font-size: 14px;
}

.user-form .preview + .data .file {
  width: calc( 100% - 90px) !important;
}

.user-form .form-group input[type=file] {
  opacity: 1;
}

.user-form .field--type-image .form-group,
.user-form .form-type-managed-file {
  margin: 0 !important;
}

.user-form .form-type-managed-file .control-label {
  width: 100%;
  margin: 0 0 20px 0 !important;
  position: static!important;
}

.user-register-form.user-form .panel:not(.personal-details-wrapper),
.user-form.user-form .form-wrapper.field--type-image {
  margin-top: 30px !important;
}

.user-logged-in .user-form .form-composite legend.form-required:before {
  top: 0 !important;
}

.user-register-form.user-form .form-actions {
  margin-top: 20px !important;
}

.adduser-page .block-help-block {
  margin: 20px 0 10px 0;
}

.user-form.user-edit-profile .password-strength {
  margin-top: 18px !important;
}

.user-logged-in.adduser-page .pass-instruction.item-list, .user-form.user-edit-profile .pass-instruction.item-list {
  position: static !important;
}

.user-logged-in.adduser-page .description.help-block, .user-form.user-edit-profile .description.help-block {
  position: static !important;
  margin-top: 10px;
}

.user-form.user-edit-profile #edit-pass {
  margin: 0 !important;
  width: 100%;
  margin-right: 0 !important;
}

.user-form.user-edit-profile #edit-pass > .form-item {
  width: calc( 50% - 10px) !important;
  margin-right: 20px !important;
}

.user-form.user-edit-profile #edit-pass > .form-item:nth-child(2n) {
  margin-right: 0 !important;
}

.user-form.user-edit-profile #edit-field-institutions-wrapper,
.user-form.user-edit-profile #edit-field-institutions-wrapper > .form-item {
  /*margin-top:0 !important;*/
}

.user-form.user-edit-profile .form-group:not(.field--type-image) {
  /*margin-top: 0 !important;*/
}

.user-form.user-edit-profile #edit-field-institutions-wrapper {
  padding-right: 0;
}

.user-form.user-edit-profile #edit-field-institutions-wrapper > .form-item {
  width: 100% !important;
  margin-right: 0 !important;
}

.user-form.user-edit-profile .js-form-type-radio .circle {
  border: none !important;
}

.user-form.user-edit-profile .js-form-type-radio .check {
  display: none !important;
}

.user-form.user-edit-profile .js-form-type-radio {
  margin: 0 !important;
  padding-top: 20px;
  float: left;
  width: 100%;
}

.user-form.user-edit-profile .js-form-type-radio .control-label {
  font-size: 12px;
  line-height: 1.07142857;
  font-weight: 400;
  margin: 0;
  color: #464646;
  padding-left: 20px;
  padding-left: 20px;
  margin: 0 !important;
  /* line-height: 0 !important; */
  min-height: 15px;
  float: left;
  overflow: hidden;
  display: block;
}

.user-form.user-edit-profile input.form-radio + .circle {
  top: 0 !important;
}

.user-form .checkbox-material .check {
  display: none !important;
}

.user-form .form-type-checkbox .control-label {
  margin: 0 !important;
}

.user-form .form-type-checkbox .checkbox-material {
  top: 2px;
}

.user-form .form-type-checkbox {
  margin: 0 !important;
}

.user-form .form-actions .button {
  /*margin:0 0 0 10px !important;*/
}

/* Bug #328450 fix  */

.path-manage-ifc-users .user-register-form.user-form .form-disabled,
.path-manage-ifc-users .user-register-form.user-form .form-wrapper {
  overflow: hidden;
}

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

manage institutions


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

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

.region.region-content .tabs + .local-actions {
  position: absolute;
  right: 0;
  top: 12px;
  width: auto;
  border: none;
  width: auto;
}

.manage-list .add-new a .glyphicon-cog,
.region.region-content .local-actions a .glyphicon-cog {
  display: none;
}

.manage-list .add-new a,
.region.region-content .local-actions a {
  color: #002345!important;
  font-weight: 700;
  background: transparent;
  border: none;
  font-size: 18px;
  box-shadow: none!important;
  padding-right: 30px;
  background: url("../img/institutions/add.png") no-repeat right center transparent!important;
  padding-left: 22px;
  position: relative;
}

.manage-list .add-new a .ajax-throbber,
.region.region-content .local-actions a .ajax-throbber {
  position: absolute;
  left: 0;
  right: auto;
  top: 6px;
  /* width: 15px; */
  /* height: 15px; */
  font-size: 15px;
  line-height: 15px;
}

/****** grid view ********/

.view-manage-institutions {
  margin-top: 0px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

.view-manage-institutions-grid .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-manage-institutions-grid .views-row {
  background: #fff;
  margin-right: 20px;
  padding: 15px 15px 44px 15px;
  width: calc( 20% - 16px);
  margin-bottom: 20px;
  min-height: 200px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: column;*/
  align-content: space-between;
}

.view-manage-institutions-grid .views-row:nth-child(5n) {
  margin-right: 0;
}

.view-manage-institutions-grid .views-field-name {
  width: 100%;
}

.view-manage-institutions-grid .views-field-name a {
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
  margin-top: 20px;
}

.view-manage-institutions-grid .edit-delete {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc( 100% - 30px);
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #eaeaea;
}

.view-manage-institutions-grid .edit-delete > span {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.view-manage-institutions-grid .edit-delete .delete {
  border-left: 1px solid #eaeaea;
}

.view-manage-institutions-grid .edit-delete .delete,
.view-manage-institutions-grid .edit-delete .edit {
  padding: 0 10px;
}

.view-manage-institutions-grid .views-field-field-country .field-content {
  display: flex;
  font-size: 14px;
  line-height: normal;
  color: #4D4D4D;
}

.view-manage-institutions-grid .views-field-field-country .vertical-separator {
  margin: 0 10px;
  display: block;
  width: 1px;
  background: #eaeaea;
}

.edit-delete .edit a {
  background: url(../img/institutions/edit.png) no-repeat center center transparent;
  width: 12px;
  height: 12px;
  font-size: 0;
  display: block;
}

.edit-delete .edit a:hover {
  background: url(../img/institutions/edit_hover.png) no-repeat center center transparent;
}

.edit-delete .delete a {
  background: url(../img/institutions/delete.png) no-repeat center center transparent;
  width: 12px;
  height: 13px;
  font-size: 0;
  display: block;
}

.edit-delete .delete a:hover {
  background: url(../img/institutions/delete_hover.png) no-repeat center center transparent;
}

.edit-delete .password-reset {
  border-left: 1px solid #eaeaea;
}

.edit-delete .password-reset a {
  background: url(../img/institutions/send-mail_hover.png) no-repeat center center transparent;
  width: 19px;
  height: 14px;
  font-size: 0;
  display: block;
}

.edit-delete .password-reset a:hover {
  background: url(../img/institutions/send-mail.png) no-repeat center center transparent;
}

/********* list view *********/

.main-container form.user-multiple-cancel-confirm .button,
.taxonomy-term-institutions-delete-form .form-actions .button {
  background: transparent !important;
  /* height: 25px !important; */
  width: auto!important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #00ade4 !important;
  border: 1px solid #00ade4 !important;
  line-height: 0;
  height: 32px !important;
  border-radius: 0 !important;
  margin: 0 0 0 10px!important;
}

.main-container form.user-multiple-cancel-confirm .button:hover,
.taxonomy-term-institutions-delete-form .form-actions .button:hover {
  background: #00ade4 !important;
  color: #fff !important;
}

.form-actions .glyphicon {
  display: none !important;
}

.list-people.view-manage-institutions-list .views-form #edit-actions {
  display: none !important;
}

.manage-table,
.view-manage-institutions-list {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 5px 20px 5px 20px;
}

.manage-table table tr,
.view-manage-institutions-list table tr {
  background: #fff !important;
}

.manage-table table tr th,
.view-manage-institutions-list table tr th {
  color: #337ab7!important;
  font-size: 16px;
  padding: 5px 10px !important;
  vertical-align: middle;
}

.region-content .manage-table table tr td,
.region-content .view-manage-institutions-list table tr td {
  padding: 7px 20px 5px 10px !important;
  font-size: 14px;
  color: #4d4d4d;
  vertical-align: middle;
  border-bottom: 1px solid #E6E6E6;
}

.view-manage-institutions-list table tr td.views-field-name {
  color: #1B75BA;
}

.view-manage-institutions-list th input.form-checkbox:after {
  position: static;
}

.view-manage-institutions-list td .control-label {
  margin-top: 0!important;
}

.view-manage-institutions-list .edit-delete {
  display: flex;
  /* justify-content: center;*/
}

.view-manage-institutions-list .edit-delete > * {
  padding: 0 10px;
  position: relative;
}

.view-manage-institutions-list .delete {
  border-left: 1px solid #eaeaea;
}

.view-manage-institutions-list .views-field-field-region:last-child {
  width: 110px;
  text-align: center;
}

.manage-table table > thead > tr > th,
.view-manage-institutions-list table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #23527C;
}

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

Contextmenu

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

.context-menu-list {
  padding: 0;
  border: none;
}

.context-menu-item {
  padding: 5px;
  font-size: 14px;
  border-bottom: 1px solid #E6E6E6;
}

.context-menu-item:last-child {
  border: none;
}

.context-menu-item:hover {
  background: #fff !important;
  color: #2f2f2f;
}

.context-menu-item span {
  padding-left: 25px;
}

.context-menu-item:before {
  display: none;
}

.context-menu-icon-download span {
  background: url(../img/pdf.png) no-repeat left center transparent;
}

.context-menu-icon-copy span {
  background: url(../img/copy_to.png) no-repeat left center transparent;
}

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

manage table


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

.manage-list {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}

.manage-table {
  overflow: hidden;
  /*padding:50px 20px;*/
}

.manage-table table {
  margin-bottom: 0;
}

.manage-list .add-new {
  float: left;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #009FDD;
  margin-bottom: 30px;
  text-align: right;
}

.manage-list .add-new a {
  display: block;
  margin-bottom: 5px;
  float: right;
}

.region-content .manage-table table tr td {
  font-size: 14px;
  color: #000;
}

.list-item-actions {
  width: 100px;
  float: left;
  display: flex;
  align-items: center;
}

.list-item-actions > * {
  padding: 0 10px;
  border-left: 1px solid #eaeaea;
  position: relative;
}

.list-item-actions > *:first-child {
  border: none;
}

.list-item-actions a {
  font-size: 0;
  display: block;
  width: 12px;
  height: 13px;
}

.list-item-actions .preview a {
  background: url(../img/institutions/column.png) no-repeat center center transparent;
}

.list-item-actions .preview a:hover {
  background: url(../img/institutions/column_hov.png) no-repeat center center transparent;
}

/********* survey page styles *******/

.grand-parent.introSection .intro-process-wrap {
  padding: 0;
  background: transparent;
}

body.webform-survey-form.no-admin-menu .main-container.js-quickedit-main-content {
  margin-top: 85px;
}

body.webform-survey-form:not(.isIntroduction):not(.role-anonymous) .main-wrap-content {
  padding: 0;
}

body.webform-survey-form:not(.isIntroduction):not(.role-anonymous):not(.no-admin-menu) .main-wrap-content > section {
  margin-top: 37px;
  /*padding:15px 0 0 0 !important;*/
  padding: 0 !important;
  background: #E6EDF4;
}

body.webform-survey-form:not(.isIntroduction) .main-container .region-content {
  background: #f2f2f2;
  padding: 0px;
}

.main-container .region-content {
  width: 100%;
  float: left;
  position: relative;
}

.role-manager .main-container .region-content {
  flex-wrap: unset !important;
}

body.webform-survey-form.isIntroduction .content-top {
  display: none;
}

body.webform-survey-form:not(.isIntroduction) .content-top {
  /*position: absolute;*/
  width: calc( 100% - 324px);
  top: auto;
  left: 324px;
  margin: 0;
  position: fixed;
  background: #E6EDF4;
  top: 47px;
}

body.webform-survey-form .page-header {
  color: #1b75ba;
}

body.webform-survey-form .topSectionSubTitle {
  color: #000;
}

.introSection .form-wrapper p {
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 20px;
}

.introSection #edit-processed-text h2 {
  color: #002345;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.introSection #edit-processed-text h4 {
  color: #002345;
  font-size: 20px;
  margin: 20px 0;
}

.selected-survey {
  background: #1b75ba;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.selected-survey .main-title {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  float: left;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 60px 7px 0;
  width: 100%;
}

.selected-survey .main-title .icon {
  padding: 0 15px;
  width: 60px;
  text-align: center;
}

.selected-survey .main-title .title {
  padding: 0 15px;
  font-size: 22px;
  width: calc( 100% - 60px);
  border-left: 1px solid #009fdd;
  padding-right: 0;
}

.selected-survey .main-title a {
  color: #fff;
  white-space: normal;
}

.webform-survey-form .progressWrap {
  float: left;
  width: 100%;
}

.selected-survey .selected-survey-close {
  background: url(../img/close_icon.png) no-repeat center center transparent;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
  top: calc( 50% - 12px);
}

.selected-survey .selected-survey-close:hover {
  background-color: #0868AF;
}

.user-logged-in.webform-survey-form:not(.isIntroduction) .left-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.webform-survey-form:not(.no-admin-menu) .page-header,
body.webform-survey-form:not(.role-anonymous) .page-header {
  font-size: 0;
}

body.webform-survey-form:not(.no-admin-menu) .topSectionSubTitle,
body.webform-survey-form:not(.role-anonymous) .topSectionSubTitle {
  color: #1b75ba;
  padding-left: 0;
  margin-left: 0;
  font-size: 30px;
  border: none;
}

.webform-survey-form:not(.page-loaded) {
  opacity: 0;
}

body.webform-survey-form .content-top {
  display: none !important;
}

body.webform-survey-form:not(.no-admin-menu):not(.isIntroduction) .content-top {
  height: 86px;
  display: flex !important;
  align-items: center;
}

/*body.webform-survey-form:not(.no-admin-menu) .webform-submission-form,*/

body.webform-survey-form:not(.role-anonymous):not(.no-admin-menu) .webform-submission-form {
  padding-top: 40px;
}

body.webform-survey-form.no-admin-menu:not(.isIntroduction) .content-top,
body.webform-survey-form.role-anonymous:not(.isIntroduction) .content-top {
  width: calc(100% - 30px);
  top: auto;
  left: 15px;
  margin: 0;
  position: fixed;
  background: #002345;
  top: 55px;
  display: block!important;
}

body.webform-survey-form.no-admin-menu .page-header,
body.webform-survey-form.role-anonymous .page-header {
  color: #fff;
  height: 40px;
}

body.webform-survey-form.no-admin-menu .topSectionSubTitle,
body.webform-survey-form.role-anonymous .topSectionSubTitle {
  color: #fff;
}

body.webform-survey-form.no-admin-menu .page-header span.topSectionSubTitle {
  font-size: 12px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d6d6d6;
  text-transform: uppercase;
}

.path-self-assessment-table span.topSectionSubTitle {
  display: none;
}

body.webform-survey-form.no-admin-menu .page-header {
  float: left;
  font-size: 28px;
  color: #fff !important;
  font-size: 20px !important;
  padding-left: 20px !important;
  line-height: normal !important;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

body.webform-survey-form.no-admin-menu .container-progress {
  margin-top: 10px !important;
}

body.webform-survey-form.no-admin-menu .main-wrap-content > section {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

Manage Institution user add user

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

.adduser-error-message.active {
  display: block !important;
}

.adduser-error-message {
  color: #721c24;
  background-color: #f8d7da;
  padding: 10px 30px 10px 10px;
  border: 1px solid #f5c6cb;
  margin: 10px 0;
  border-radius: 5px;
  position: relative;
}

.adduser-error-message button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

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

custom popup

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

.custom-popup-block {
  /*display: none;*/
}

.custom-popup-block.is-active {
  /*display: block;*/
}

.custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  top: -100vh;
  transition: top 0.5s ease 0s, opacity 0.5s ease 0s;
}

.custom-popup-block.is-active .custom-popup {
  top: 0;
  opacity: 1;
  transition: top 0.5s ease 0s, opacity 0.5s ease 0.3s;
}

.custom-popup-overlay {
  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;
  /* display: none; */
  position: absolute;
}

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

.custom-popup-inner {
  background: #fff;
  position: relative;
  height: auto;
  padding: 50px;
  width: 90%;
  z-index: 100;
  max-width: 500px;
}

.custom-popup-content {
  max-height: 450px;
  overflow: auto;
}

.custom-popup-block[popup-style="md-width"] .custom-popup-inner {
  max-width: 500px;
}

.custom-popup-block[popup-style="lg-width"] .custom-popup-inner {
  max-width: 1000px;
}

.custom-popup-block[popup-style="xmd-width"] .custom-popup-inner {
  max-width: 600px;
  padding: 40px 50px;
}

.custom-popup-message h3 {
  margin: 0 0 20px 0;
  color: #1B75BA;
  font-size: 24px;
}

.custom-popup-content * {
  color: #4d4d4d;
}

.custom-popup-message .button {
  border-radius: 0;
}

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

fixing surveypage left menu


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

.webform-survey-form .region-content {
  justify-content: flex-end;
}

.webform-survey-form.no-admin-menu .region-content .container-progress {
  height: calc( 100% - 86px);
  position: fixed;
  left: 15px;
  top: 86px;
}

.webform-survey-form:not(.no-admin-menu) .region-content .container-progress {
  left: 0;
  position: fixed;
  height: calc( 100% - 84px);
  top: 84px;
}

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

checking suyvet ofrm bottom

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

.webform-submission-form .form-required:after {
  display: none !important;
}

.webform-survey-form:not(.isIntroduction) .main-container .webform-submission-form {
  background: #fff;
}

.check-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 10px;
  background: transparent;
  z-index: -100;
}

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

custom switch btn


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

.swich-btn-block + .select-wrapper {
  display: none;
}

.swich-btn-block {
  margin-top: 20px;
}

.swich-btn-block .switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
}

.swich-btn-block .switch input {
  display: none;
}

.swich-btn-block .slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #efefef;
  -webkit-transition: .4s;
  transition: .4s;
}

.swich-btn-block .slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out;
}

.swich-btn-block .slider:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "OPEN";
  font-size: 14px;
  text-align: left !important;
  line-height: 30px;
  padding-left: 0;
  width: 100px;
  color: #fff;
  height: 30px;
  border-radius: 100px;
  background-color: #4fcc00;
  -webkit-transform: translateX(-160px);
  -ms-transform: translateX(-160px);
  transform: translateX(-160px);
  transition: all 0.4s ease-in-out;
}

.swich-btn-block input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /* width: 235px; */
  padding-left: 20px;
}

.swich-btn-block input:checked + .slider:before {
  background-color: #fff;
}

.swich-btn-block input:checked + .slider:before {
  -webkit-transform: translateX(67px);
  -ms-transform: translateX(67px);
  transform: translateX(67px);
}

/* Rounded sliders */

.swich-btn-block .slider.round {
  border-radius: 100px;
}

.swich-btn-block .slider.round:before {
  border-radius: 50%;
}

.swich-btn-block .absolute-no {
  position: absolute;
  left: 0;
  color: darkslategrey;
  text-align: right !important;
  font-size: 14px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding-right: 10px;
}

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

user-login-form

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

.user-login-form .form-required:after {
  display: none !important;
}

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

manage survey buttons bottom


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

.submit-button-update-valid {
  overflow: hidden;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.update-institution-instruction {
  font-size: 14px;
  width: calc( 100% - 70px);
}

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

role-manager

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

.role-manager .institution-survey-reports-wrapper .view-filters.form-group {
  padding: 40px 20px !important;
}

.role-manager .institution-survey-reports-wrapper .view-filters > form.views-exposed-form > .form-inline > .form-item {
  width: 100%;
  margin: 0 !important;
}

.role-manager .institution-survey-reports-wrapper .view-filters > form.views-exposed-form > .form-inline > .form-actions {
  margin-bottom: 0 !important;
}

.role-manager .report-custom-links-wrapper,
.report-custom-links-wrapper * {
  position: static !important;
}

.role-manager .report-custom-links-wrapper span {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

.role-manager .report-custom-links-wrapper,
.report-custom-links-wrapper > * {
  float: left;
  padding: 10px 0 !important;
  width: 100%;
}

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

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

reports page changes


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

/*instituiton-suvey-filter*/

.filter-question-outter-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.filter-question-label {
  width: auto;
  margin-bottom: 0px;
  position: relative;
  float: right;
  padding: 4px 10px;
  border: 1px solid #00aeef;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.filter-question-label:not(.inactive),
.filter-question-label:hover {
  background: #00aeef;
}

.filter-question-label span {
  display: block;
  color: #00aeef;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-right: 5px;
}

.filter-question-label:not(.inactive) span,
.filter-question-label:hover span {
  color: #fff;
}

.filter-question-label .filter-close {
  /*  position: absolute;
  right: 0;
  top: 0;*/
  cursor: pointer;
  /*background:url(../img/reports/icn_close.png) no-repeat center center transparent;*/
  background: url(../img/reports/icn_close.png) no-repeat center center transparent;
  width: 17px;
  min-height: 17px;
  height: 100%;
  display: block;
  font-size: 0;
}

.filter-question-label.inactive .filter-close {
  background: url(../img/reports/icn_filter_hover.png) no-repeat center center transparent;
  /*background:url(../img/reports/icn_filter.png) no-repeat center center transparent;*/
}

.filter-question-label:not(.inactive) .filter-close {
  background: url(../img/reports/icn_close.png) no-repeat center center transparent;
}

.filter-question-label.inactive:hover .filter-close {
  background: url(../img/reports/icn_filter.png) no-repeat center center transparent;
}

.filter-question-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.filter-question-wrapper > .form-item {
  width: calc( 20% - 16px);
  margin: 0 20px 0 0 !important;
  position: relative;
  padding-bottom: 0 !important;
}

.filter-question-wrapper > .form-item:last-child {
  margin-right: 0 !important;
}

.filter-question-wrapper > .form-item .control-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  margin: 0;
}

.filter-question-wrapper > .form-item select {
  margin: 0;
}

.filter-question-outter-wrapper .filter-wrapper .close {
  display: none;
}

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

custom select

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

.filter-question-wrapper .select2-container--default .select2-selection--single {
  background: transparent !important;
}

.filter-question-wrapper .select2-selection__rendered {
  display: none !important;
}

.filter-question-wrapper .select2-selection__arrow b {
  display: none !important
}

.filter-question-wrapper .select2-selection__arrow {
  background: url(../img/Drop_Down-icon.png) no-repeat center center transparent !important;
  font-size: 0;
}

.instituiton-suvey-filter .select2-results__options {
  padding: 10px;
}

.instituiton-suvey-filter .select2-results__option {
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
  color: #4d4d4d;
  border-bottom: 1px solid #e6e6e6;
}

.instituiton-suvey-filter .select2-results__option:first-child {
  display: none !important;
}

.instituiton-suvey-filter .select2-results__option.select2-results__option--highlighted,
.instituiton-suvey-filter .select2-results__option:hover {
  background: #00aeef;
  color: #fff;
}

.filter-question-wrapper .select-wrapper:after {
  display: none;
}

.filter-button-wrapper {
  width: 100%;
  float: left;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.filter-button-wrapper button#edit-submit,
.filter-button-wrapper button {
  margin-top: 0 !important;
  margin-right: 8px !important;
  border-radius: 0 !important;
}

.filter-button-wrapper button:last-child {
  margin-right: 0 !important;
}

.survey-category- .select2-results {
  padding: 0;
}

.select-results-inner {
  display: flex;
}

.select-results {
  padding-top: 10px;
}

.select-result-close {
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: block;
  background: url(../img/reports/close_0.png) no-repeat center center transparent;
}

.select-result {
  font-size: 14px;
  color: #808080;
  font-weight: 400;
  padding-left: 5px;
}

.filter-question-outter-wrapper .filter-wrapper {
  height: auto;
  /*background: none;*/
  border: none;
  /*padding: 0;*/
  margin-top: 0px;
  background: #ffffff;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);*/
  box-shadow: none;
  /*padding: 30px 5%;*/
  padding: 20px 50px;
  float: left;
  width: 100%;
}

.filter-question-outter-wrapper .filter-wrapper > .js-form-wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.webform-institution-analysis-report-analysis-form .filter-question-outter-wrapper .panel-body {
  position: static;
  display: block !important;
  width: 100% !important;
  transform: none !important;
  padding: 0;
  border: none !important;
}

.webform-institution-analysis-report-analysis-form .filter-question-outter-wrapper .questions > .js-form-item {
  margin-top: 0 !important;
}

.webform-institution-analysis-report-analysis-form .filter-question-outter-wrapper .questions {
  float: left;
  width: 100%;
}

.filter-question-outter-wrapper .add-another-filter {
  margin-top: 20px;
}

.filter-3 .add-another-filter {
  display: none !important;
}

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

path-self-assessment

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

body.self-assessment-survey .main-wrap-content > section {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.self-assessment-survey .webform-analysis-component-inner-child,
.self-assessment-survey .panel {
  background: transparent !important;
}

.self-assessment-survey .panel-body {
  padding: 0;
}

.self-assessment-survey .panel-body > .webform-analysis-component {
  background: #fff !important;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.self-assessment-survey .webform-analysis-component-inner > div {
  height: auto;
}

.self-assessment-survey .chart-title-wrapper {
  padding-top: 0;
  /*padding-bottom: 10px;*/
}

.self-assessment-survey .chart-title-wrapper strong {
  /*display: none;*/
}

.self-assessment-survey .chart-title-wrapper h3 {
  font-size: 26px !important;
  line-height: 32px !important;
  color: #000;
}

.chart-bottom-right {
  margin-top: 30px;
  text-align: right;
}

.chart-bottom-right .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;
  float: right;
}

.chart-bottom-right .btn:hover {
  background: #00ade4;
  color: #fff;
}

.self-assessment-survey table,
.self-assessment-survey table tr,
.self-assessment-survey table th,
.self-assessment-survey table td {
  border: 1px solid #e6e6e6 !important;
}

.self-assessment-survey table th,
.self-assessment-survey table tbody tr td {
  padding: 20px !important;
  font-size: 18px;
  color: #4d4d4d;
}

.self-assessment-survey table th {
  color: #808080;
  background: #f8f8f8;
}

.self-assessment-survey table tbody tr {
  background: transparent !important;
}

.self-assessment-survey .table-responsive {
  margin-top: 5px;
}

.self-assessment-survey table .primary {
  display: block;
  color: #00aeef;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
}

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

score-wrapper

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

.self-assessment-survey .score-section .chart-title-wrapper {
  border: none !important;
  margin-bottom: 5px;
}

.score-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.score-wrapper .score-section {
  width: 33.33%;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 180px;
}

.score-wrapper .score-section:first-child:last-child {
  width: 100%;
}

.score-wrapper .score-section:nth-last-child(2):first-child,
.score-wrapper .score-section:last-child:nth-child(2) {
  width: 50%;
}

.score-wrapper .score-section:not(:nth-child(3n)):not(:last-child) {
  border-right: none;
}

.name-department {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.name-department .primary {
  color: #00aeef;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.score-val {
  padding-left: 5px;
  color: #00aeef;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.primary-score {
  position: relative;
}

.primary-score {
  padding: 20px 0;
}

.response-percentage-wrapper {
  display: flex;
  align-items: center;
}

.response-percentage-wrapper .label-text {
  font-size: 21px;
  color: #808080;
  font-weight: 400;
  line-height: 27px;
}

.response-percentage-wrapper .value {
  padding-left: 5px;
  color: #00aeef;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.response-percentage-wrapper .pipe {
  display: none;
}

.response-percentage-wrapper > * {
  display: flex;
  align-items: center;
}

.percentage-values {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.percentage-values:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background: #e6e6e6;
  display: block !important;
}

.percentage-values .value {
  display: none;
}

.percentage-values .label-text {
  margin-right: 15px;
}

.div-loader,
.div-progressbar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
}

.loader-img {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/loading.gif) no-repeat center center transparent;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-size: 100px auto;
}

.loader-img-progress-bar {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background-size: 100px auto;
}

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

access institutions

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

.view-access-institution-data {
  /*padding-left: 100px !important;
    padding-right: 100px !important;*/
  margin-bottom: 20px;
}

.view-access-institution-data table th:last-child {
  width: 100px;
}

.region-content .view-access-institution-data table tr td {
  /*  padding-top:20px !important;
  padding-bottom:20px !important;*/
}

.view-access-institution-data .views-field-tid a {
  background-color: #fff;
  border: 1px solid #00ade4;
  color: #00ade4;
  height: 20px;
  min-width: 60px;
  padding: 6px 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-access-institution-data .views-field-tid a:hover {
  color: #ffffff;
  background: #00ade4;
}

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

sort

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

.sort:not(.is-active) > a > span.icon {
  display: none;
}

.sort:not(.is-active) > a {
  padding-right: 25px;
  background: url(../img/sort-down.png) no-repeat right center transparent;
}

.sort.is-active > a {
  position: relative;
  padding-right: 25px;
}

/*.sort.is-active > a{
   background:url(../img/sort-top.png) no-repeat right center transparent;
}*/

.sort.is-active span.icon {
  font-size: 0;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sort.is-active .glyphicon-chevron-up {
  background: url(../img/sort-down.png) no-repeat right center transparent;
}

.sort.is-active .glyphicon-chevron-down {
  background: url(../img/sort-top.png) no-repeat right center transparent;
}

/***2-3-20---translate***/

.role-manager .translate-surveys button.language-link.active-language.button,
.role-administrator .translate-surveys button.language-link.active-language.button {
  border: 0;
  padding-right: 13px;
}

.role-manager .translate-surveys button.btn-default.btn.dropdown-toggle,
.role-administrator .translate-surveys button.btn-default.btn.dropdown-toggle {
  border: 0;
  box-shadow: unset;
}

.role-manager .translate-surveys .btn .caret,
.role-administrator .translate-surveys .btn .caret {
  margin-left: 0;
  display: none;
}

.role-manager .translate-surveys .button.form-submit:hover,
.role-administrator .translate-surveys .button.form-submit:hover {
  background-color: transparent;
  color: #00aeef;
}

.role-manager .translate-surveys .dropdown-toggle,
.role-administrator .translate-surveys .dropdown-toggle {
  background-image: url(../img/language_arrow-pop.png) ! important;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  position: absolute;
  top: 13px;
  right: -13px;
  width: 12px;
  height: 7px;
  box-shadow: none;
  outline: none;
  background-color: transparent ! important;
}

.role-manager .translate-surveys .button.form-submit,
.role-administrator .translate-surveys .button.form-submit {
  background-color: transparent;
}

.role-manager .translate-surveys ul.dropdown-menu li a,
.role-administrator .translate-surveys ul.dropdown-menu li a {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 3px;
  padding-top: 1px;
  padding: 3px 0;
}

.role-manager .translate-surveys,
.role-administrator .translate-surveys {
  padding-left: 0!important;
  padding-right: 25px!important;
}

.role-manager .translate-surveys .dropdown-menu,
.role-administrator .translate-surveys .dropdown-menu {
  padding: 0;
  left: auto;
  padding: 3px 10px;
  right: -13px;
}

.role-manager .translate-surveys ul.dropdown-menu li:last-child a,
.role-administrator .translate-surveys ul.dropdown-menu li:last-child a {
  border-bottom: 0px solid #dbdbdb;
}

/***2-3-20-translate***/

/***2-3-20-user-interface-page***/

.user-interface-class .pagination > li > a,
.pagination > li > span {
  border: 0 solid #ddd;
}

.user-interface-class .pagination > li > a {
  color: #a7a9ac;
  font-size: 16px;
  font-weight: 400;
}

.user-interface-class .pagination > li.active > a {
  color: #00aeef;
  background: transparent;
  border-bottom: 1px solid #00aeef;
}

.user-interface-class .pager__item--next a {
  /* position:absolute;
    right: 0;
    top: 0;*/
  position: relative;
  font-size: 0;
}

.user-interface-class li.pager__item.pager__item--last a {
  position: relative;
}

.user-interface-class .pager__item--next span {
  font-size: 0;
}

.user-interface-class .pager__item--next a:after {
  background: url(../img/pagenation/right_siglearrow.png);
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  left: 7px;
  top: 18px;
}

.user-interface-class .pager__item--last {
  position: relative;
}

.user-interface-class .pager__item--last span {
  font-size: 0;
}

.user-interface-class .pager__item--last a:after {
  background: url(../img/pagenation/right_doublearrow.png);
  content: "";
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 18px;
}

.user-interface-class .pagination > li > a {
  background-color: transparent;
}

.user-interface-class .pager__item--previous a:after {
  background: url(../img/pagenation/left_siglearrow.png);
  content: "";
  width: 8px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 20px;
}

.user-interface-class .pager__item--first a:after {
  background: url(../img/pagenation/left_doublearrow.png);
  content: "";
  width: 15px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 20px;
}

.user-interface-class li.pager__item.pager__item--next a {
  position: relative;
}

.user-interface-class .pagination > li > a,
.pagination > li > span {
  padding: 15px;
  position: unset;
}

.user-interface-class .pager__item--first span {
  font-size: 0;
}

.user-interface-class .pager__item--first a {
  position: relative!important;
}

.user-interface-class .pager__item--previous a {
  position: relative!important;
}

.user-interface-class .pager__item--previous span {
  font-size: 0;
}

.user-interface-class #edit-actions--2.form-wrapper {
  margin-top: 0!important;
  text-align: center;
}

.user-interface-class #edit-submit {
  margin-right: 10px!important;
}

.user-interface-class .pagination {
  margin-bottom: 10px;
}

.user-interface-class .block-help-block p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  font-weight: 400;
}

.user-interface-class .region-content {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.user-interface-class .locale-translate-filter-form {
  margin-top: 30px;
}

.user-interface-class .locale-translate-filter-form .form-item-langcode,
.user-interface-class .locale-translate-filter-form .js-form-item-translation {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px!important;
}

.user-interface-class .locale-translate-filter-form .js-form-item-translation {
  margin-right: 0!important;
}

.user-interface-class .form-type-textarea .form-textarea {
  padding: 5px 20px;
}

.user-interface-class .locale-translate-filter-form .form-type-select select {
  padding-left: 10px;
  padding-right: 10px;
}

.user-interface-class .locale-translate-filter-form .panel-default {
  background: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.user-interface-class .locale-translate-filter-form #edit-actions {
  margin-top: 0!important;
  padding-top: 6px!important;
}

.user-interface-class .locale-translate-edit-form {
  margin-top: 40px;
}

/***2-3-20-user-interface-page***/

.instituiton-suvey-filter .webform-institutions-form .datatable-detail-data .webform-composite-datatable-table th:not(:first-child) {
  text-align: center;
}

/***2-3-20-translation-self-page***/

.build-webform-page-translate .region-content {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

/***2-3-20-translation-self-page***/

/***3-2-20-addlang***/

.language-admin-overview-form-class .language-admin-overview-form #edit-languages th:first-child {
  display: block;
}

.language-admin-overview-form-class .language-admin-overview-form #edit-languages th {
  display: none;
}

.language-admin-overview-form-class .language-admin-overview-form #edit-languages td:first-child {
  display: block;
}

.language-admin-overview-form-class .language-admin-overview-form #edit-languages td {
  display: none;
}

.language-admin-overview-form-class .block-help-block p,
.language-admin-add-class .block-help-block p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  font-weight: 400;
}

.language-admin-overview-form-class .region-content,
.language-admin-add-class .region-content {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}

.language-admin-overview-form-class .btn-group button.btn-default.btn-xs.btn.dropdown-toggle {
  display: none;
}

.language-admin-overview-form-class .language-admin-overview-form {
  margin-top: 30px;
}

.language-admin-overview-form-class .language-admin-overview-form .control-label {
  margin-top: 0 ! important;
}

.language-admin-overview-form-class .language-admin-overview-form #edit-actions {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.copy-survey-lang .message.custom-editor h2 {
  display: none;
}

span.danger.survey-validation-danger {
  color: #f0622e;
  position: relative!important;
  top: 6px;
}

.institution-course-dynamic.custom_element_wrapper#edit-in-which-program-were-you-enrolled-in-based-this-institution---wrapper {
  margin-top: 4px;
  margin-bottom: 0;
}

.submit-anyway .table-question-wrap .custom_element_wrapper {
  position: relative !important;
}

.submit-anyway.webform-survey-form .table-question-wrap .questions-wrapper span.counting {
  left: -27px
}

.submit-anyway.webform-survey-form .table-question-wrap span.danger.survey-validation-danger:after {
  left: -25px;
}

span.danger.survey-validation-danger:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/dashboard/alert_icon_small.png)no-repeat center transparent;
  top: 3px;
  left: 5px;
}

.lan-en .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: 28px;
  width: 55px;
  align-items: center;
  padding-left: 17px;
  justify-content: center;
  text-align: center;
}

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

body .region-header-right .page-backbtn {
  background: url(../img/Back_line-fr-org.png) no-repeat left center transparent !important;
  height: 25px;
  width: 86px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
}

body .region-header-right .page-backbtn:hover {
  background: url(../img/Back_line_fill-fr-hover.png) no-repeat left center transparent !important;
}

.role-manager.user-interface-class #block-emp-tool-help p:first-child {
  display: none;
}

/*.webform-survey-form .header-wrapper-emptool .dropdown-language-item.btn-group.dropdown {
    margin-top: 3px;
}*/

.webform-survey-form .header-wrapper-emptool button.language-link.active-language.button.js-form-submit.form-submit.btn-default.btn {
  padding-left: 10px;
}

.path-self-assessment-table .header-wrapper-emptool {
  z-index: 50!important;
}

.submit-anyway .institution-course-dynamic .panel-body.in {
  padding-bottom: 0;
}

.submit-anyway .custom-error-message-warning {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 22px;
  margin-bottom: 7px;
  padding-left: 22px;
}

.webform-survey-form span.danger.survey-validation-danger {
  position: absolute !important;
}

.webform-survey-form .margin-top-40 {
  margin-top: 40px !important;
}

.error-survey-message li.item.item--message {
  list-style-type: none;
}

.submit-anyway .danger.survey-validation-danger.edit-on-scale-listed-please-indicate-the-importance-of-each {
  /*padding-left: 0!important;*/
}

.submit-anyway .table-question-wrap span.danger.survey-validation-danger {
  padding-left: 0!important;
}

.lan-es .error-survey-message input.back-to-survey {
  width: 150px !important;
}

.error-survey-message input.back-to-survey {
  position: absolute;
  right: 186px;
  bottom: 20px;
  background-color: #fff;
  border: 1px solid #00ade4;
  color: #00ade4;
  width: 123px;
  height: 32px;
  border-radius: 4px;
}

.lan-es .error-survey-message input.back-to-survey {
  right: 249px;
}

.webform-submission-ashesi-self-assessment-form .error-survey-message input.back-to-survey {
  width: 190px !important;
}

.error-survey-message input.back-to-survey:hover {
  background-color: #00ade4;
  /* border: 0; */
  color: #fff;
}

/***3-2-20-addlang***/

/***5-3-20****/

.webform-survey-form .content-top {
  z-index: 19;
}

.messages__wrapper.error-survey-message {
  z-index: 49;
}

/***5-3-20***/

/***6-3-20***/

.view-manage-institutions-list #view-field-show-email-in-survey-table-column.views-field-field-show-email-in-survey {
  position: relative;
  cursor: pointer;
}

.popup-later {
  background: url(../img/question.png)no-repeat center transparent;
  background-position: 60%;
  background-size: 20px;
  position: relative;
  cursor: pointer;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 99px;
  top: 5px;
}

.view-manage-institutions-list #view-field-show-email-in-survey-table-column.views-field-field-show-email-in-survey:hover .survey-response-notification-popup {
  display: block;
}

.view-manage-institutions-list .survey-response-notification-popup {
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 130px;
  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;
}

/***6-3-20***/

/***10-3-20***/

.view-manage-institutions-list .self-assessement-start-date .popup-date {
  background: url(../img/question.png)no-repeat center transparent;
  background-position: 60%;
  background-size: 20px;
  position: relative;
  cursor: pointer;
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: -13px;
  top: 5px;
}

.view-manage-institutions-list .self-assessement-start-date {
  position: relative;
  cursor: pointer;
}

.view-manage-institutions-list .self-assessement-start-date {
  width: 125px;
}

.view-manage-institutions-list .start-date-notification-popup {
  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;
}

.view-manage-institutions-list .self-assessement-start-date:hover .start-date-notification-popup {
  display: block;
}

body.path-access-institution-data .main-wrap-content div.content-top,
body.path-manage-institutions .main-wrap-content div.content-top,
body.path-access-institution-dashboard .main-wrap-content div.content-top {
  margin: 0px !important;
}

.view-manage-institutions-list .view-filters > form.views-exposed-form > .form-inline > .form-actions {
  margin: 19px 0 25px 0 !important;
}

/*.role-institution_manager:not(.webform-survey-form) .language-link.lan-active {
    display: none!important;
}
.role-institution:not(.webform-survey-form) .language-link.lan-active {
    display: none!important;
}*/

.path-self-assessment-table h1.page-header {
  display: flex;
  justify-content: center;
}

.path-self-assessment-annexa .assessor-data-wrapper {
  color: #f11818;
}

span.download-label {
  padding-bottom: 10px;
  display: block;
  color: #337ab7;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  padding: 5px 0;
}

.lang-pdf-overlay span.download-label {
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.lang-pdf-overlay {
  overflow: hidden;
}

.download-template-popup {
  right: 0;
  margin: 0 auto!important;
  position: fixed;
  width: 500px;
  background: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  top: 30%;
  z-index: 1168;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 260px;
  padding-top: 26px !important;
  display: none;
  right: 0;
}

.download-template {
  float: left;
  width: 100%;
  z-index: 24;
  padding-top: 4px;
}

.lang-pdf.download-template-popup {
  display: block;
}

ul.download-template-popup li {
  list-style-type: none;
}

.download-template .close {
  width: 19px;
  font-size: 0;
  position: absolute;
  opacity: 1;
  right: 9px;
  top: 5px;
  width: 27px;
  z-index: 1;
  height: 15px;
  cursor: pointer;
  background: url(../img/close_popup.png) no-repeat center center transparent;
}

.lang-pdf-overlay:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4)!important;
  z-index: 22;
  display: flex!important;
  justify-content: center;
  align-items: center;
  align-items: center;
  flex-wrap: wrap;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.cross-comparison-page .region.region-content .local-actions {
  top: -30px;
}

.modal-dialog .js-form-item-field-show-email-in-survey-value label.control-label.option {
  float: left!important;
}

.modal-dialog .field--type-list-string {
  margin-right: 20px!IMPORTANT;
}

.taxonomy-term-institutions-form.taxonomy-term-form.edit-form .field--type-list-string {
  margin-right: 30px!IMPORTANT;
}

.webform-submission-import-form .select-wrapper #edit-select-language {
  line-height: 23px;
}

.custom-popup-block .custom-popup {
  z-index: 26!important;
}

.download-template ul {
  padding-top: 5px;
}

.lang-pdf.download-template ul {
  display: block;
}

.download-template ul li {
  list-style-type: none;
}

/***10-3-20***/

/*** 08-05-2020 ***/

.webform-survey-form.type-institution .questions-wrapper label a u {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 22px;
}

.type-institution .js-form-item.js-webform-states-hidden.source-of-data {
  display: block;
}

.type-institution .js-form-item.js-webform-states-hidden.assessor_field_wrapper {
  display: block;
}

/**new_changes ***/

.login-page .user-login-form .button.form-submit {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

.login-page .user-login-form .button.form-submit:hover {
  color: #fff !important;
  background: #1c0d36 !important;
}

.footer-bottom .region-footer {
  background-color: var(--color-primary, #1c0d36)!important;
}

.footer-bottom .menu--footer li a {
  color: #fff;
}

.login-page nav.tabs ul {
  border-bottom: 1px solid #BAB5C3;
}

.region-header-right .dropdown-language-item .button.form-submit {
  color: #000;
}

.header-wrapper-emptool .region-header-right .login-logout-link a {
  color: #000 !important;
}

.login-page .user-login-form .form-group label {
  font-family: 'Open Sans';
}

.header-wrapper-emptool .region-header-right a {
  color: #000 !important;
}

.welcome-message strong {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.welcome-message-wrapper .welcome h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.dashboard-card-links .dashboard-card-link a {
  color: #1c0d36;
}

.dashboard-card-links .dashboard-card-link a:hover {
  color: #fff;
  background-color: var(--color-primary, #47316d)!important;
}

.dashboard-card-links .dashboard-card-link:first-child {
  border-top: 1px solid #BAB5C3 !important;
}

.dashboard-card-links .dashboard-card-link {
  border-bottom: 1px solid #BAB5C3 !important;
}

.dashboard-card .dashboard-card-title {
  color: #1c0d36;
}

.block-assyst-translate-block .dropdown-translate-item button.language-link {
  color: #000;
}

.welcome-message-wrapper .welcome-message strong:after {
  background-color: var(--color-primary, #1c0d36)!important;
}

body:not(.role-anonymous) .main-wrap-content > section .content-top .page-header {
  color: #fff!important;
  font-family: 'Montserrat', sans-serif;
}

body .manage-list .add-new a,
body .region.region-content .local-actions a {
  color: #1c0d36!important;
}

body .manage-table table tr th,
body .view-manage-institutions-list table tr th {
  color: #1c0d36!important;
}

body .views-field-status a {
  color: #1c0d36!important;
}

.path-institution-panel .view-manage-institutions-list .views-field-name a {
  color: #1c0d36!important;
}

.path-institution-panel .view-manage-institutions-list .country.sort a {
  color: #1c0d36!important;
}

body.path-institution-panel .view-manage-institutions-list .self-assessement-start-date .popup-date {
  background-color: var(--color-primary, #1c0d36)!important;
}

body.path-institution-panel .view-manage-institutions-list .popup-later {
  background-color: var(--color-primary, #1c0d36)!important;
}

body .region-content .manage-table table tr td a,
body .region-content .view-manage-institutions-list table tr td a {
  color: #1c0d36!important;
}

body .region-content .manage-table table tr td a:hover,
body .region-content .view-manage-institutions-list table tr td a:hover {
  color: #968EA3!important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .description-icon {
  background-color: var(--color-primary, #1c0d36)!important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .description-icon {
  background-color: var(--color-primary, #1c0d36)!important;
}

body .taxonomy-term-institutions-form.taxonomy-term-form .description-icon {
  background-color: var(--color-primary, #1c0d36)!important;
}

body.user-logged-in a#edit-delete,
body #taxonomy-term-institutions-form #edit-delete,
body .floating-wrapper .button,
body .modal-buttons .button {
  color: #1c0d36 !important;
}

body .pagination > .active > a {
  color: #fff !important;
  background-color: var(--color-primary, #1c0d36)!important;
}

body .pagination > li > a {
  color: #1c0d36 !important;
}

body.self-assessment-scores-compare .compare-self-assessement-scores-form .block-title,
body .block-self-assessment-compare-inst-score-block .block-title,
body .block-self-assessment-compare-inst-type-block .block-title {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

body .button.form-submit {
  background-color: #fff;
  border: 1px solid #1c0d36;
  color: #1c0d36;
}

body .button.form-submit:hover {
  background-color: #1c0d36;
}

body .header-wrapper-emptool a.logo img {
  width: 350px;
}

body.isIntroduction .emp-button-wrapper.introButtonWrapper {
  background: #BAB5C3 !important;
}

body .button.btn.introSubmit {
  border: 1px solid #1c0d36;
  color: #1c0d36;
}

body .button.btn.introSubmit:hover,
body.isIntroduction .panelsWrap .form-item .control-label.option:hover {
  background-color: #1c0d36 !important;
}

body .grand-parent .form-type-processed-text .file {
  color: #1c0d36;
}

body .grand-parent .form-type-processed-text .file:hover {
  color: #E6E5EA;
}

body .intro-process-wrap a {
  color: #1c0d36;
}

body .intro-process-wrap a:hover {
  color: #E6E5EA;
}

body.webform-survey-form.type-institution .questions-wrapper a u {
  color: #1c0d36;
}

body.webform-survey-form.type-institution .questions-wrapper a u:hover {
  color: #968EA3;
}

body #edit-actions .emp-button-wrapper button {
  color: #1c0d36;
  border: 1px solid #1c0d36;
}

body .emp-button-wrapper span.btn {
  color: #1c0d36;
  border: 1px solid #1c0d36;
}

body .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button:hover {
  background-color: #1c0d36 !important;
}

body.user-logged-in a#edit-delete,
body #taxonomy-term-institutions-form #edit-delete,
body .floating-wrapper .button,
body .modal-buttons .button {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

body .comparison-filter .button:hover,
body.user-logged-in a#edit-delete,
body #taxonomy-term-institutions-form #edit-delete:hover,
body .floating-wrapper .button:hover,
body .modal-buttons .button:hover {
  color: #fff !important;
  background: #1c0d36 !important;
}

body.isIntroduction .panelsWrap .form-item .control-label.option {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

body .error-survey-message input.back-to-survey:hover {
  color: #fff !important;
  background-color: #1c0d36;
}

body .error-survey-message input.back-to-survey {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

body .survey-validation-danger .next-validation {
  color: #1c0d36 !important;
}

body .download-label {
  color: #1c0d36 !important;
}

body .download-label:hover {
  color: #fff !important;
  background-color: #1c0d36;
}

body .dashboard-card-info-section .card-info-btn {
  background-color: #1c0d36;
}

body .custom-popup-message h3 {
  color: #1c0d36;
}

body .table-wrapper-right .compare-btn .btn {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

body .table-wrapper-right .compare-btn .btn:hover {
  color: #ffffff!important;
  background: #1c0d36;
}

body .dashboard-card-link a {
  color: #1c0d36;
}

body .dashboard-card-link a:hover {
  background: #1c0d36;
  color: #fff !important;
}

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

body .dashboard-card-link {
  border-bottom: 1px solid #BAB5C3;
}

body .chart-top .btn {
  border: 1px solid #1c0d36;
  background: #fff;
  color: #1c0d36;
}

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

body .unstack-normalize-chart,
body .showcount-cross-btn,
body .benchmark-showcount-btn,
body .showcount-btn {
  border: 1px solid #1c0d36;
  background: #fff;
  color: #1c0d36;
}

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

body .chart-types:after {
  background: #1c0d36;
}

body .reports-top-second .page-header {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
}

body .toggle-decimal {
  border: 1px solid #1c0d36;
}

body .toggle-decimal:hover {
  background: #1c0d36;
}

body .reports-top-second .download-report-data-scv-xls:hover {
  background: url(../img/reports/download_hov_30_30.png) no-repeat center center #1c0d36;
}

body .reports-top-second .download-report-data-scv-xls {
  border: 1px solid #1c0d36;
}

body .filter-question-label {
  border: 1px solid #1c0d36;
}

body .filter-question-label span {
  color: #1c0d36;
}

body .filter-question-label:not(.inactive),
body .filter-question-label:hover {
  background: #1c0d36;
}

body .chart-copy .item-label:after,
body .table-download .item-label:after,
body .benchmark-chart-download > .benchmark-item-label:after,
body .chart-download > .item-label:after,
body .benchmark-table-download .benchmark-item-label:after {
  border: 1px solid #1c0d36;
}

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

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

body .webform-analysis-component .table-view:hover {
  background: #1c0d36;
  color: #fff;
}

body .webform-analysis-component .table-view {
  border: 1px solid #1c0d36;
  color: #1c0d36;
}

body .sa-chart-copy-style .item-label:after {
  border: 1px solid #1c0d36;
}

body .sa-chart-copy-style .item-label {
  color: #1c0d36;
}

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

body.webform-survey-form .container-progress .progress-icon {
  background: #7D738E;
}

body .progress-step.activeProgressItem .progress-icon {
  background: #1c0d36;
}

/*
body .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .webform-button--submit.button:hover {
   background-color: red !important;
}
*/

body .progress-step.activeProgressItem {
  background: #1c0d36;
}

body #edit-actions .emp-button-wrapper .webform-button--submit {
  color: #1c0d36;
}

.lan-en .region-header-right .page-backbtn {
  background: url(../img/Back_line-new.png) no-repeat left center transparent !important;
}

body .page-backbtn {
  color: #1c0d36;
}

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

.goto-home-button a {
  background: url(../img/dashboard-icon-new.png) no-repeat left center transparent !important;
}

.lan-fr .region-header-right .page-backbtn {
  background: url(../img/Back_line-fr-org-new.png) no-repeat left center transparent !important;
}

.lan-fr .region-header-right .page-backbtn:hover {
  background: url(../img/Back_filled-fr-org-new.jpg) no-repeat left center transparent !important;
}

body .region-header-right .page-backbtn {
  background: url(../img/Back_line-fr-org-new.png) no-repeat left center transparent !important;
}

body .region-header-right .page-backbtn:hover {
  background: url(../img/Back_filled-fr-org-new.jpg) no-repeat left center transparent !important;
}

body.login-page .user-login-form .form-group label {
  font-family: 'Roboto', sans-serif;
}

body.login-page nav.tabs ul li a {
  font-family: 'Roboto', sans-serif;
}

body .close-survey .modal-header {
  background: #1c0d36;
}

body .close-survey .btn.btn-default.button {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36 !important;
}

body .close-survey .btn.button:hover {
  color: #fff !important;
  background: #1c0d36 !important;
}

body .copyto-title {
  background: #1c0d36;
}

body .copy-button-wrap .button {
  border: 1px solid #1c0d36;
  color: #1c0d36;
}

body .message.custom-editor a {
  color: #1c0d36;
}

body .taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper .btn-success:hover {
  background: url(../img/add_more_button_hover-new.png)no-repeat right!important;
  color: #1c0d36!important;
}

body .taxonomy-term-institutions-form.edit-form .paragraphs-dropbutton-wrapper .btn-success {
  background: url(../img/add_more_button-new.png)no-repeat right!important;
}

body .user-cancel-form .button {
  color: #1c0d36 !important;
  border: 1px solid #1c0d36!important;
}

body .user-cancel-form .button:hover {
  background: #1c0d36 !important;
}

body.user-cancel-form-page .confirmation-blocks .content-top {
  background: #1c0d36 !important;
}

body .block-dropdown-language.block-dropdown-languagelanguage-interface .button.form-submit:hover {
  color: #968EA3!important;
}

body .header-wrapper-emptool .region-header-right .login-logout-link a:hover {
  color: #968EA3 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1c0d36!important;
}

body .submission-counts strong {
  color: #1c0d36;
}

.university-identifier .highlated-one {
  color: #1c0d36;
}

body .benchmark-sbmt-clr-btn-wrpr .btn:hover {
  color: #1c0d36;
  background: #fff;
}

body .benchmark-sbmt-clr-btn-wrpr .btn {
  background-color: #1c0d36;
  border: 1px solid #1c0d36;
}

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

body .benchmark-chart-top-right .benchmark-item-label-copy:after {
  border: 1px solid #1c0d36;
}

.instituiton-suvey-filter span.download-label:hover {
  color: #002345 !important;
  background-color: transparent!important;
}

body .go-to-selfassessment .go-to-selfassessment-label {
  color: #1c0d36;
}

body .go-to-selfassessment .go-to-selfassessment-label:hover {
  background-color: var(--color-primary, #1c0d36)!important;
  color: #fff;
}

body .footer-logo {
  width: 280px;
}

body .filter-question-label.inactive .filter-close {
  background: url(../img/icn_filter_hover-new.png) no-repeat center center transparent;
}

body.path-umpublish-taxonomy-term .content-top {
  background: #1c0d36 !important;
  border: 1px solid #1c0d36;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete:hover,
body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel:hover {
  background: #1c0d36 !important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete,
body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel {
  border: 1px solid #1c0d36!important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete a,
body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel a {
  color: #1c0d36;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel:hover a {
  color: #fff;
}

body.role-manager .translate-surveys .button.form-submit:hover,
body.role-administrator .translate-surveys .button.form-submit:hover {
  background-color: transparent;
  color: #968EA3!important;
}

body .popup-content a {
  color: #1c0d36;
  border: 1px solid #1c0d36;
}

body .popup-wrapper-validation .popup-content a:hover {
  color: #fff;
  background-color: #1c0d36;
}

body .popup-wrapper-in-all .submission-in:hover {
  background-color: #1c0d36;
}

body .popup-wrapper-in-all .submission-off:hover {
  background-color: #1c0d36;
}

.type-institution .error-survey-message input.back-to-survey {
  width: 168px !important;
}

body .copy-button-wrap .button:hover {
  background-color: #1c0d36!important;
  color: #fff;
}

body.webform-survey-form #edit-actions .emp-button-wrapper button.form-submit.btn-primary {
  color: #1c0d36;
}

body.webform-survey-form #edit-actions .emp-button-wrapper button.form-submit.btn-primary:hover {
  color: #fff;
}

body .view-manage-institutions-list table tr td.views-field-name {
  color: #1c0d36;
}

body .view-manage-institutions-list table tr td.views-field-name {
  color: #1c0d36;
}

body .view-manage-institutions-list table tr td.views-field-name:hover {
  color: #968EA3 !important;
}

body.path-institution-panel-user .view-manage-institutions-list .self-assessement-start-date .popup-date {
  background-color: #1c0d36;
}

body.path-institution-panel-user .view-manage-institutions-list .popup-later {
  background-color: #1c0d36;
}

.path-institution-panel-user .view-manage-institutions-list .views-field-name a {
  color: #1c0d36!important;
}

.path-institution-panel-user .view-manage-institutions-list .country.sort a {
  color: #1c0d36!important;
}

body.path-access-institution-data-multiple .view-manage-institutions-list .views-field-name a {
  color: #1c0d36;
}

body.path-access-institution-data-multiple .view-manage-institutions-list .views-field-field-country a {
  color: #1c0d36;
}

body.path-access-institution-data-multiple .view-access-institution-data .views-field-tid a {
  border: 1px solid #1c0d36;
}

body.path-access-institution-data-multiple .view-access-institution-data .views-field-tid a:hover {
  color: #ffffff!important;
  background: #1c0d36;
}

body.path-self-assessment-table.webform-survey-form .main-container .content-top .page-header {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
}

body nav.tabs ul {
  border-bottom: 1px solid #47316d;
}

footer .footer-bottom .region-footer {
  padding-right: 100px;
}

footer .block-footer-logo-block {
  width: 200px;
  float: left;
}

footer #block-footervitaemenu {
  width: 100%;
  display: block;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

footer ul.menu.menu--footer-vitae-menu.nav {
  float: right;
  display: flex;
  align-items: center;
}

footer .footer-vitae-menu ul.nav {
  float: right;
  display: flex;
  align-items: center;
}

footer .region-footer .nav > li > a {
  color: #fff;
}

footer .nav > li {
  padding: 0 10px;
  position: relative;
}

footer .nav > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-right: 1px solid #fff;
  height: 25px;
}

footer .first:after {
  display: none;
}

footer .copyright {
  padding-right: 3px;
}

.footer .nav > li > a:hover {
  color: var(--color-highlight, #e82600);
  transition: all 0.4s ease;
}

footer .youtube:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  right: -13px;
  top: 14px;
  background: url(../img/youtube.png)no-repeat center;
}

footer .youtube:hover:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 12px;
  right: -13px;
  top: 14px;
  background: url(../img/youtube_hover.png)no-repeat center;
}

footer .youtube {
  position: relative;
}

.user-logged-in footer .nav > li {
  overflow: unset;
}

.view-manage-institutions-list .views-field a.view-more-links {
  border: 1px solid #1c0d36;
  background-color: #fff;
  color: #00ade4;
  height: 20px;
  min-width: 60px;
  padding: 6px 12px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-manage-institutions-list .views-field a.view-more-links:hover {
  color: #ffffff!important;
  background: #1c0d36;
}

body .edit-delete .edit a {
  background: url(../img/edit-new.png) no-repeat center center transparent;
}

body .edit-delete .edit a:hover {
  background: url(../img/edit_hover-new.png) no-repeat center center transparent;
}

body .edit-delete .password-reset a {
  background: url(../img/send-mail-new.png) no-repeat center center transparent;
}

body .edit-delete .password-reset a:hover {
  background: url(../img/send-mail_hover-new.png) no-repeat center center transparent;
}

body .edit-delete .delete a {
  background: url(../img/delete-new.png) no-repeat center center transparent;
}

body .edit-delete .delete a:hover {
  background: url(../img/delete_hover-new.png) no-repeat center center transparent;
}

body .form-group.is-focused .form-control {
  background-image: linear-gradient(#999999, #999999), linear-gradient(#999999, #999999);
  border-color: #999999;
}

body .floating-wrapper .form-group.is-focused .form-control {
  background-image: linear-gradient(#999999, #999999), linear-gradient(#999999, #999999);
  border-color: #999999;
}

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

body .go-to-selfassessment .go-to-selfassessment-label {
  border-bottom: 1px solid #BAB5C3;
}

body .alert-success {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

body .progress-bar-block .progress-line {
  background: #1c0d36;
}

body.webform-survey-form button.close {
  background: url(../img/CLose-error-new.png) no-repeat center center;
}

body .print-btn.btn-primary {
  background-image: url(../img/print_0_normal-new.png);
}

:not(.isIntroduction).webform-survey-form {
  background: #fff!important;
}

.region.region-content .local-actions {
  border-bottom: 1px solid #1c0d36;
}

body .translate-confirm-form.confirmation #edit-cancel {
  background-color: #fff;
  border: 1px solid #1c0d36;
  color: #1c0d36;
}

body .translate-confirm-form.confirmation #edit-cancel:hover {
  background-color: #1c0d36;
  color: #fff;
}

body.path-import-survey-submission .download-template-wrapper:after {
  border: 1px solid #1c0d36;
}

body .dashboard-card-top-section {
  width: 100%;
}

body .invite-email-draft-student ul li a {
  color: #1c0d36;
}

body .invite-email-draft-student li {
  border-bottom: 1px solid #BAB5C3;
}

body .invite-email-draft-student ul li a:hover {
  background: #1c0d36;
}

body .reminder-email-draft-student ul li a {
  color: #1c0d36;
}

body .reminder-email-draft-student ul li a:hover {
  background: #1c0d36;
}

body .reminder-email-draft-student li {
  border-bottom: 1px solid #BAB5C3;
}

body .copy-to-survey-link-student ul li a:hover {
  background: #1c0d36;
}

body .copy-to-survey-link-student ul li {
  border-bottom: 1px solid #BAB5C3;
}

body .copy-to-survey-link-student ul li a {
  color: #1c0d36;
}

body .invite-email-draft-alumni ul li a {
  color: #1c0d36;
}

body .invite-email-draft-alumni li {
  border-bottom: 1px solid #BAB5C3;
}

body .invite-email-draft-alumni ul li a:hover {
  background: #1c0d36;
}

body .reminder-email-draft-alumni ul li a {
  color: #1c0d36;
}

body .reminder-email-draft-alumni ul li a:hover {
  background: #1c0d36;
}

body .reminder-email-draft-alumni li {
  border-bottom: 1px solid #BAB5C3;
}

body .copy-to-survey-link-alumni ul li a:hover {
  background: #1c0d36;
}

body .copy-to-survey-link-alumni ul li {
  border-bottom: 1px solid #BAB5C3;
}

body .copy-to-survey-link-alumni ul li a {
  color: #1c0d36;
}

body.path-annex-self-assessment-submissions .view-manage-institutions-list a.view-report {
  background: url(../img/view-report_new.png  ) no-repeat center center transparent;
}

body.path-active-self-assessment-submissions .view-manage-institutions-list a.view-report {
  background: url(../img/view-report_new.png) no-repeat center center transparent;
}

body.path-self-assessment-table .table-wrapper-right .scored_coversheet .emp-score {
  background: #1c0d36;
}

body.path-self-assessment-table .table-wrapper thead tr,
body .table-wrapper-right .table-wrapper .sub-heading {
  background: #1c0d36;
}

body.path-self-assessment-table .table-wrapper tbody {
  border-bottom: 20px solid #1c0d36;
}

body.path-manage .manage-survey-form {
  max-width: 500px;
  margin: 0 auto;
}

.path-manage .manage-survey-form .form-group {
  max-width: 200px;
}

body.webform-survey-form.no-admin-menu:not(.isIntroduction) .content-top,
body.webform-survey-form.role-anonymous:not(.isIntroduction) .content-top {
  background: #1c0d36;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
  background: #1c0d36;
}

body .page-error > .row > section > .content-top {
  background: #1c0d36;
}

.login-page .login-help-text {
  padding: 20px 0;
  padding-bottom: 0;
}

.login-page .login-help-text a {
  color: #1c0d36;
  border-bottom: 2px solid #1c0d36;
  padding: 1px;
  padding-left: 0;
  padding-right: 1px;
}

.header-wrapper-emptool .logo.navbar-btn {
  margin-top: 6px;
}

.survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.webform-button--draft {
  background-color: #665B7A!important;
  color: #fff;
  border: 1px solid #665B7A;
}

body .modal-buttons .button.js-form-submit.form-submit {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body .modal-buttons .button.js-form-submit.form-submit:hover {
  background-color: #1F0E3C!important;
}

body .modal-buttons .button.cancel-btn:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.webform-button--draft:hover {
  background-color: #1F0E3C!important;
}

body:not(.webform-survey-form) #edit-actions button#edit-submit {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form) #edit-actions button#edit-cancel:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
  ;
}

body:not(.webform-survey-form) #edit-actions #edit-cancel:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
  ;
}

body:not(.webform-survey-form) .action-button-wrapper button#edit-reset:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body:not(.webform-survey-form) #edit-actions button#edit-submit:hover {
  background-color: #1F0E3C!important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete:hover {
  background-color: #1F0E3C!important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .delete a {
  color: #fff;
}

body:not(.webform-survey-form) .action-button-wrapper button#edit-submit {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form) .action-button-wrapper button#edit-submit:hover {
  background-color: #1F0E3C!important;
}

.webform-survey-form button#edit-ifc-validate {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

.webform-survey-form button#edit-ifc-validate:hover {
  background-color: #1F0E3C!important;
}

.path-compare button.form-submit#edit-submit {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-submit:hover {
  background-color: #1F0E3C!important;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-submit--3:hover {
  background-color: #1F0E3C!important;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-submit--3 {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-submit--2:hover {
  background-color: #1F0E3C!important;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-submit--2 {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-reset:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel:hover {
  background-color: #D2CFD8!important;
}

body.path-umpublish-taxonomy-term .delete-term-wrapper-custom .cancel:hover a {
  color: #665B7A!important;
}

body .error-survey-message #edit-submit-novalidation:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-reset--3:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body.webform-survey-form .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button:not(.webform-button--draft):hover {
  background-color: #D2CFD8 !important;
  color: #665B7A!important;
}

body:not(.webform-survey-form).path-compare button.form-submit#edit-reset--2:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

body .popup-content .submission-in {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body .popup-content .submission-in:hover {
  background-color: #1F0E3C!important;
}

body .popup-content .submission-off:hover {
  background-color: #D2CFD8!important;
  color: #665B7A!important;
}

submission-off body:not(.webform-survey-form) .import-survey-submit button#edit-import-translation {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body:not(.webform-survey-form) .import-survey-submit button#edit-import-translation:hover {
  background-color: #1F0E3C!important;
}

body:not(.webform-survey-form) button#edit-download-template:hover {
  background-color: #D2CFD8!important;
  color: #665B7A;
}

body .error-survey-message input.back-to-survey {
  background-color: #665B7A!important;
  color: #fff!important;
  border: 1px solid #665B7A;
}

body .error-survey-message input.back-to-survey:hover {
  background-color: #1F0E3C!important;
}

.survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.prev-button {
  min-width: 92px;
  position: relative;
  text-align: left;
  padding-left: 30px;
}

body:not(.lan-en) .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.prev-button {
  min-width: 125px;
  padding-left: 40px;
}

body:not(.lan-en) .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.next-button {
  min-width: 125px;
  padding-left: 23px;
}

body:not(.lan-en) .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.next-button:after {
  right: 14px;
}

body:not(.lan-en).lan-fr .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.next-button {
  min-width: 130px;
  padding-left: 7px;
}

.role-manager.lan-ar .survey-form-wrapper button.button.print-btn {
  top: 156px;
  left: 45px;
  right: auto;
}

.role-manager:not(.lan-en) button.button.btn-primary.btn.print-btn {
  width: 127px!important;
}

.lan-es .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.prev-button:after {
  left: 13px;
}

.lan-fr .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.prev-button:after {
  left: 13px;
}

.survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.prev-button:after {
  top: calc(50% - 7px);
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/arrw_prev-new.png)no-repeat center;
  left: 8px;
}

.survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.next-button {
  min-width: 92px;
  position: relative;
  text-align: left;
  padding-left: 15px;
}

.survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.next-button:after {
  top: calc(50% - 7px);
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/arrw_next-new.png)no-repeat center;
  right: 25px;
}

.role-manager .survey-form-wrapper button.button.print-btn {
  border: 0!important;
  position: fixed;
  top: 96px;
  right: 5px;
  left: auto;
  z-index: 20;
  background-color: #fff;
}

body.role-manager .survey-form-wrapper #edit-actions.form-wrapper .emp-button-wrapper .button.print-btn:hover {
  background-color: #fff!important;
  color: #1F0E3C;
}

body.role-manager .print-btn.btn-primary:hover {
  background-image: url(../img/print_0_news.png)!important;
}

body.role-manager .print-btn.btn-primary {
  background-image: url(../img/print_0_news.png);
}

.lan-es .footer-vitae-menu {
  width: 100%;
  display: block;
  color: #fff;
  display: flex;
  justify-content: flex-end;
}

.lan-es .translate-survey-form input#edit-sub-file-upload {
  opacity: 0;
}

.lan-es .webform-submission-import-form input#edit-sub-file-upload {
  opacity: 0;
}

/***new_changes ***/

@media only screen and (max-width: 767px) {
  .introSection #edit-processed-text h2 {
    font-size: 17px;
  }
  .mob-menu-drop > section {
    float: none;
    width: 100%;
  }
  .menu-toggle {
    z-index: 20;
    position: relative;
  }
  .mob-menu-bar span {
    width: 25px;
    background: #002345;
    height: 2px;
    margin-top: 5px;
    display: block;
  }
  .menu-toggle span:first-child {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    -ms-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }
  .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle span:last-child {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    -ms-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
  }
  .custom-popup-inner {
    padding: 15px;
  }
  .mob-menu-wrap {
    position: relative;
  }
  .mob-menu-drop {
    position: fixed;
    background: #00ade4;
    width: 300px;
    left: inherit;
    right: -100%;
    transition: all .25s;
    padding: 20px;
    top: 0;
    padding-top: 37px;
  }
  /*media edited*/
  .role-manager.user-logged-in .user-form {
    padding: 0px 0px !important;
  }
  #taxonomy-term-institutions-form form.edit-form,
  .region-content form.edit-form.taxonomy-term-institutions-form {
    padding: 10px !important;
  }
  .form.edit-form .two-column {
    display: block;
  }
  form .two-column > .form-group {
    width: 100%;
  }
  form.edit-form .two-column .region-country-wrapper {
    width: 100%;
  }
  form .two-column {
    display: block;
  }
  form .two-column > .form-group:nth-child(even) {
    margin-left: 0px !important;
  }
  .mob-menu-drop.show-menu {
    right: 0;
  }
  .welcome-block .welcome-user {
    border-right: none;
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 0px;
    margin-right: 0;
  }
  p.goto-home-button {
    padding-left: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
  }
  .login-logout-link {
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .language-switcher-language-url ul.links li {
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .custom-popup-close {
    z-index: 20;
  }
  .update-institution-instruction {
    width: 100%;
    margin-bottom: 20px;
  }
  .submit-button-update-valid {
    display: block;
  }
  .introSection .form-wrapper p {
    font-size: 14px;
  }
  .introSection .intro-process-wrap > .panel-body {
    padding-bottom: 10px;
  }
  .edit-page-reset-button {
    width: 100%;
    float: left;
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .modal-content {
    padding: 20px 20px 22px 20px;
  }
  /*    .custom-popup-block.is-active {
        display: block;
    }*/
  .view-filters > form.views-exposed-form > .form-inline > .form-item {
    width: 100%;
  }
  .view-filters > form.views-exposed-form > .form-inline > .form-actions {
    margin: 10px 0 10px 0 !important;
  }
  .user-logged-in .webform-institution-analysis-report-analysis-form .webform-analysis-component-inner-child {
    padding: 10px 15px 10px 15px !important;
  }
  #taxonomy-term-institutions-form .form-textarea-wrapper,
  .taxonomy-term-institutions-form .form-textarea-wrapper {
    padding-top: 20px;
  }
  .custom-popup-inner {
    height: calc( 100% - 20px);
  }
  .modal-title {
    font-size: 21px;
  }
  .modal-content {
    width: 90%;
    margin: 0 auto;
  }
  .filter-question-label span {
    font-size: 12px;
  }
  .custom-popup-message h3 {
    font-size: 21px;
  }
  .user-form .panel-body > div.js-form-wrapper:not(.field--type-string) > .form-item:not(fieldset) {
    width: 100%;
  }
  .user-logged-in .user-form {
    padding: 10px 10px !important;
  }
  .custom-popup-content {
    padding-top: 20px;
  }
  .isIntroduction .emp-button-wrapper.introButtonWrapper {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    margin-right: 0;
    padding-right: 0px;
  }
  .user-profile-page .field--name-field-institutions .inst-name-wrap {
    font-size: 18px;
  }
  .user-form.user-edit-profile #edit-pass > .form-item {
    width: 100% ! important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .view-access-institution-data {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .view-filters > form.views-exposed-form > .form-inline > .form-item {
    /* width: 100%;*/
  }
  .form-inline .input-group {
    width: 100%;
  }
  .user-logged-in .user-form {
    padding: 25px 25px !important;
  }
  .modal-content {
    padding: 20px 50px 30px 50px;
    width: 90%;
    margin: 0 auto;
  }
}
