.webform-submission-edit-form .file-upload-wrap {
  display: block;
}
.attach-file-wrapper .responsive-enabled thead th {
    font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #16629d;
  border-right: 1px solid #b8b8b8;
  border-bottom: 0;
  text-align: left;
}
.attach-file-wrapper .responsive-enabled thead th{
  padding: 10px 18px;
}
.attach-file-wrapper .responsive-enabled tbody td{
  font-size: 18px;
  font-weight: 700;
  color: #404040;
  text-align: left;
  padding: 15px 15px;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background: #f2f2f2;
}
.expert-attachbutton .js-form-managed-file > label {
  font-weight: 400 !important;
  color: #ba2025 !important;
  padding: 7px 23px 6px 40px !important;
  width: auto !important;
  margin: 0 !important;
  position: relative;
  background-color: #fff;
  border: 1px solid #ba2025;
  margin-bottom: 10px;
  display: inline-block;
}
.expert-attachbutton .attach-file-wrapper label::before {
    content: '';
    width: 10px;
    height: 20px;
    background: url(../images/attach-file-icon.svg);
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -120px;
    position: relative;
    top: 3px;
    left: -9px;
    background-repeat: no-repeat;
    display: inline-block;
}
.files-table .managed-file-preview-wrapper ,
.files-table .button {
  display: none !important;
}
.attach-file-wrapper .files-table{
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;

}

.attach-file-wrapper .files-table .btn-delete,
.resourcedb-attachbutton .files-table table .btn-delete {
  position: relative;
  border: none;
}
.attach-file-wrapper .files-table .responsive-enabled .btn-delete::after ,
.expert-attachbutton + .files-table .responsive-enabled .btn-delete::after,
.resourcedb-attachbutton .files-table table .btn-delete::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/delete.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: -17px;
  left: 0;
  cursor: pointer;
}
.expert-attachbutton .js-form-item,
.expert-attachbutton .button  {
  display: none;
}
.tippy-box {
  background: transparent;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  font-size: 15px;
  color: #404040;
}
.tippy-arrow {
  color: #fff;
}

.webform-submission-add-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item.expert-attachbutton  {
    position: relative;
    width: auto !important;
    display: inline-block;
}

.expert-attachbutton + .files-table .responsive-enabled {
  width: 100%;
}
.expert-attachbutton + .files-table{
  margin-top: 0;
}

.expert-attachbutton + .files-table .responsive-enabled thead th {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #16629d;
  border-right: 1px solid #b8b8b8;
  border-bottom: 0;
  text-align: left;
}

.expert-attachbutton + .files-table .responsive-enabled thead th{
  padding: 10px 18px;
}
.expert-attachbutton + .files-table .responsive-enabled thead th:first-child {
  width: 100px;
}
.expert-attachbutton + .files-table .responsive-enabled tbody tr {
  border-left: 1px solid #b8b8b8;
}
.expert-attachbutton + .files-table .responsive-enabled tbody td{
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    text-align: left;
    padding: 15px 15px;
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    background: #f2f2f2;
    position: relative;
}

.expert-attachbutton + .files-table .responsive-enabled .btn-delete {
  box-shadow: none;
  border: none;
}
.expert-attachbutton + .files-table .responsive-enabled .btn-delete::after{
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}

.user-role-export{
  display: block !important;
}
.admin-role {
  display: block !important;
}
.experts-database-list-wrap .views-expose-filter .csv-feed {
  display: none;
}

/* Expert database csv button*/

/*CSV Button*/
.path-admin .experts-database-list-wrap .views-exposed-form .form--inline{
  display: flex;
  width: 100%;
  align-items: end;
}
.path-admin .experts-database-list-wrap .views-exposed-form .form--inline .form-item-field-expert-db-nomination-type-value {
  margin-right: 16px;
}
.path-admin .experts-database-list-wrap .views-exposed-form .csv-feed {
  width: 250px;
  margin-right: 10px;
  display: flex !important;

}
.path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon{
  overflow: visible;
  width: 100%;
  text-indent: unset;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  padding: 11px 21px;
  border: 1px solid #b8b8b8;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 13.50px;
}
.path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon:hover {
    background: #ba2025;
    border-color: #ba2025;
    color: #fff;
    text-decoration: none;
}

.path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../images/export-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  transform: translateY(-50%);
}
.path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon:hover::before {
  filter: brightness(0) invert(1);
}
.path-admin .experts-database-list-wrap .views-exposed-form .js-form-item {
  width: 250px;
}
.path-admin .experts-database-list-wrap .views-exposed-form .js-form-type-select{
  margin-right: 10px;
  color: #404040;
  font-size: 18px;
  font-weight: 700;
}
.path-admin .experts-database-list-wrap .views-exposed-form .js-form-item select {
    height: 40px;
    font-size: 20px;
    color: #404040;
    font-weight: 700;
    background-color: #f2f2f2;
    border: 1px solid #b8b8b8;
    border-radius: 5px;

}

.resourcedb-attachbutton .form-managed-file .js-form-type-checkbox {
  display: none;
}
.resourcedb-attachbutton .form-managed-file [data-drupal-selector="edit-attach-file-remove-button"] {
  display: none;
}

@media (max-width: 360px) {
  .path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon ,
  .path-admin .experts-database-list-wrap .views-exposed-form .js-form-item select,
  .path-admin .experts-database-list-wrap .views-exposed-form .js-form-type-select{
    font-size: 16px;
  }
  .path-admin .experts-database-list-wrap .views-exposed-form .csv-feed .feed-icon::before {
    width: 16px;
    height: 16px;
  }
}
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:before,
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help.active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help.active:before {
  background-image: url(../images/FCTC_LOGO_0.png) !important;
  width: 100px !important;
}

ul.toolbar-menu:first-child>li:first-child {
  width: 150px;
}

.toolbar a,
#toolbar-administration {
  line-height: 2;
}


/* Access denied popup CSS */
.modal.access_denied {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.access_denied.is-visible {
  visibility: visible;
}

.access_denied .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.access_denied.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.access_denied .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 40%;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.access_denied .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.access_denied.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.access_denied .modal-header,
.access_denied .modal-content {
  padding: 10px 10px 25px 10px;
  text-align: center;
  color: #000;

}

.access_denied .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
  color: #ba2025;
  background: none;
  border: 0;
  font-weight: bold;
  font-size: 20px;
   cursor: pointer;
}

.access_denied .close_btn {
  width: 100%;
  max-width: 115px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #ba2025;
  border: 2px solid #ba2025;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top:15px;
}
.access_denied .close_btn a {
  color: #fff;
}
.experts-database-list-wrap .document-title {
  width: 12%;
}
.node-alternativelivelihoods-e-library-form .js-form-item-field-e-lib-publication-year-0-value-month,
.node-alternativelivelihoods-e-library-form .js-form-item-field-e-lib-publication-year-0-value-day,
.node-alternativelivelihoods-e-library-edit-form .js-form-item-field-e-lib-publication-year-0-value-month,
.node-alternativelivelihoods-e-library-edit-form .js-form-item-field-e-lib-publication-year-0-value-day {
  display: none;
}
.nomination_type_tab {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #16629d;
  margin-bottom: 30px;
}
.nomination_type_tab a {
  position: unset !important;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
  border: 2px solid #16629d;
  border-bottom: #fff;
}
.nomination_type_tab a.active {
  color: #fff !important;
  background: rgb(22, 98, 157);
}

body.institution td.type_of_doc, body.institution th.type_of_doc,
body.resource td.type_of_doc, body.resource th.type_of_doc, .hide_doc_type {
  display: none;
}
.experts-database-list-wrap th {
  font-size: 18px !important;
}
.full_width_textarea div {
  width: 100% !important;
}
.full_width_textarea textarea{
  width: 100%;
  padding: 15px 23px;
  font-size: 18px;
}
.full-strike {
  text-decoration: line-through;
}
.expertdb_disclaimer p, .disclaimer_wrapper p {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-style: italic;
}
.disclaimer_wrapper p {
  font-style: italic;
}
.disclaimer_wrapper h6 {
  color: #666 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
#edit-field-register-doi1--wrapper legend, #edit-field-register-doi2--wrapper span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
#edit-field-register-doi1--wrapper .fieldset-wrapper,
#edit-field-register-doi2--wrapper .fieldset-wrapper {
  margin-top: 15px;
}
.expert-attachbutton label#edit-attach-file--label {
  display: none !important;
}
.user-register-form .js-form-type-radio input {
  width: auto !important;
  height: auto !important;
}
.user-register-form .js-form-type-radio label {
  display: unset !important;
  font-weight: normal !important;
}
.register_field_system_access .js-form-type-select .select2-container .select2-selection {
  height: auto;
  padding: 20px;
}
.experts-database-list-wrap .expert_db_header_link {
  position: unset !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.path-admin .disclaimer_wrapper p {
  font: normal 81.3%/1.538em "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif !important;
  font-style: italic !important;
}
.expertdb_disclaimer p.bigtext,
.disclaimer_wrapper p.bigtext {
  font-size: 18px !important;
}
.view-blocked-people-list.view-display-id-page_3 .views-exposed-form .js-form-item-field-address-country-code{
  display: none;
}
.button.updateuser {
  display: block !important;
  margin-top: 20px;
}

/* MLA/MAA/Protocol pages */
.protocol-wrapper .cta-btn a{
  background: #ec5e45 !important;
  border: 1px solid #ec5e45 !important;
}

.protocol-wrapper .views-header-wrapper .expert-header .header-form .cta-btn a, .protocol-wrapper .nomination-form-wrap .webform-wrapper .dashboard-cta-btn a{
  background: #ec5e45 !important;
  border: 1px solid #ec5e45 !important;
}

.protocol-wrapper .views-header-wrapper .expert-header .header-form .cta-btn a:hover, .protocol-wrapper .nomination-form-wrap .webform-wrapper .dashboard-cta-btn a:hover{
  color: #ec5e45 !important;
  background: #fff !important;
}

.protocol-wrapper .cta-btn a:hover{
  color: #ec5e45 !important;
  background: #fff !important;
}

.protocol-wrapper table tr th{
  background-color: #60b0f0 !important;
}

.protocol-wrapper table tbody tr:nth-child(odd) td {
  background-color: #d4d4d4 !important;
}

.protocol-wrapper table thead th a{
  background-color: #60b0f0 !important;
}

.protocol-wrapper .views-header-wrapper .expert-desc .title:before{
  background: #ec5e45 !important;
}

.protocol-wrapper .views-exposed-form .csv-feed .feed-icon:hover, .protocol-wrapper .print-button-wrapper .print-button:hover
{
  background: #ec5e45 !important;
    border-color: #ec5e45 !important;
}

/* .protocol-wrapper .expert-header .title h1{
  color: black;
} */

.protocol-wrapper table tbody td a{
  color:#ec5e45 !important;
}

.protocol-wrapper .form-header h1{
  background-color: #f1eaea;
  color: #000;
}

.protocol-wrapper .form-header p:before{
  background: #ec5e45 !important;
}

/* For MLA */
/* .mla-wrapper .js-form-item label.option, .mla-wrapper .js-form-item label.js-form-type-checkbox{
  background-color: #f5f5f5 !important;
} */

.protocol-wrapper .webform-submission-add-form .check-all-uncheck-all-wrap.webform-flexbox .webform-flex .webform-flex--container .js-form-item label:hover{
  background: #ec5e45 !important;
  border-color: #ec5e45;
  color: white;
}

.protocol-wrapper .js-form-item input:checked + label:before{
  background: #ec5e45 !important;
  border-color: #ec5e45 !important;
}

.protocol-wrapper .webform-element-help{
  border-color: #ec5e45;
}

.protocol-wrapper .webform-submission-add-form .form-actions .button{
  background: #ec5e45;
  border: 2px solid #ec5e45;
}

.protocol-wrapper .webform-submission-add-form .form-actions .button:hover{
  color: #ec5e45;
}

.protocol-wrapper .views-header-wrapper h1{
  color: #000;
}

.protocol-wrapper .views-header-wrapper h1:before{
  background: #ec5e45 !important;
}

.protocol-wrapper .info-box .desc a{
  color: #ec5e45 !important;
}

.protocol-wrapper .webform-wrapper .webform-title{
  background-color: #60b0f0;
}

.protocol-wrapper .webform-wrapper{
  background: #f1f1f1;
}
.webform-submission-nomination-form-form .js-form-item-delete-file-id,
.webform-submission-protocol-nomination-form-form .js-form-item-delete-file-id {
  display: none;
}

.protocol-wrapper #select2-edit-central-auth-com-channel-results .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #ec5e45;
}

.protocol-wrapper #select2-edit-central-auth-lang-results .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #ec5e45;
}

.protocol-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background: #ec5e45;
}

.protocol-wrapper #select2-edit-field-regions-value-results .select2-results__option--highlighted.select2-results__option--selectable{
  background: #ec5e45;
}

.protocol-wrapper #select2-edit-field-address-country-code-results .select2-results__option--highlighted.select2-results__option--selectable{
  background: #ec5e45;
}

.js-form-type-processed-text~.js-form-type-checkbox label{
  font-weight: 400 !important;
}

.page-node-type-webform .webform-ajax-form-wrapper .js-form-item.form-item.js-form-type-checkbox input{
 top: 4px !important;
}

.protocol-wrapper .nomination-form-wrap .form-item-radio-buttons [type="radio"]:checked + label:after{
  background-color: #60b0f0 !important;
}

.protocol-wrapper .nomination_type_tab a.active{
  background: #60b0f0 !important;
  color: #fff !important;
}

.protocol-wrapper .nomination_type_tab a{
  border-color: #60b0f0 !important;
  color: #ec5e45 !important;
}

.protocol-wrapper .nomination_type_tab{
  border-bottom-color: #60b0f0 !important;
}

.protocol-wrapper .webform-submission-protocol-nomination-form-node-18-add-form .js-form-item input:checked + label:before{
  background: #fff !important;
  border-color: #404040 !important;
}

.protocol-wrapper .webform-multiple-add .button{
  background: #ec5e45;
  border: 2px solid #ec5e45;
}

.protocol-wrapper .webform-multiple-add .button:hover{
  background: #fff;
  color: #ec5e45;
}

.protocol-wrapper .webform-submission-protocol-nomination-form-node-18-form .webform-flexbox .webform-flex .webform-flex--container .js-form-item.js-form-type-managed-file .file-wrapper-custom .js-form-managed-file label{
  color: #ec5e45 !important;
  border-color: #ec5e45 !important;
}

.protocol-wrapper .expert-terms-wrap .js-form-item label{
  background-color: #f1eaea !important;
}

@media print{
#expert-datatables tr th{
  word-wrap: break-word;
}
}

.dashboard-print-btn{
  display:flex;
  justify-content: space-between;
}

.mla-maa-print-button, .fctc-print-button{
  width:135px;
}

.mla-maa-print-button .print-button, .fctc-print-button .print-button{
  overflow: visible;
  width: 100%;
  text-indent: unset;
  font-size: 20px;
  font-weight: 700;
  color: #404040;
  padding: 11px 25px;
  border: 1px solid #b8b8b8;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: normal;
}

.mla-maa-print-button .print-button::before, .fctc-print-button .print-button::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../images/export-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  display: inline-block;
  transform: translateY(-50%);
}

.mla-maa-print-button .print-button:hover::before, .fctc-print-button .print-button:hover::before{
  filter: brightness(0) invert(1);
}

.mla-maa-print-button .print-button:hover{
  background: #ec5e45;
  border-color: #ec5e45;
  color: #fff;
}
.fctc-print-button .print-button:hover {
  background: #ba2025;
  border-color: #ba2025;
  color: #fff;
}

#website_table .js-form-item-website label, #website_table .js-form-item-website .tabledrag-toggle-weight-wrapper, #website_table .js-form-item-website table tr th, #website_table .js-form-item-website table tbody .webform-multiple-table--handle, #website_table .js-form-item-website table tbody .webform-multiple-table--operations{
  display:none;
}
#website_table .js-form-item-website table label, .maa-container #website_table .js-form-item-website label{
  display:block;
}

#website_table .js-form-item-website table tbody td{
  background-color: #f1f1f1 !important;
  border-right: none;
  border-bottom: none;
  padding:10px 0;
}

#website_table .js-form-item-website, #website_table .js-form-item-website table .js-form-item{
  flex-wrap: nowrap;
}

.maa-container #website_table .js-form-item-website table .js-form-item input{
  width: 100%;
}

.maa-container #website_table .js-form-item-website .webform-multiple-table{
  width: 100%;
  margin-left: 25px;
}

#website_table .js-form-item-website table .js-form-item input{
  width: calc(100% - 223px);
  height: 40px;
  border: 1px solid #a4a4a4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 23px;
  font-size: 18px;
  font-weight: 400;
  color: #404040;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.webform-submission-maa-nomination-form-form .js-form-type-processed-text~.js-form-type-checkbox label{
  color:#666
}

@media (max-width: 401px){
  .dashboard-print-btn{
    display:block;
}

.mla-maa-print-button .print-button{
  margin-bottom:10px;
}
}
